Skip to content

Commit

Permalink
Composer: updated packages and supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
foxycode committed Mar 14, 2018
1 parent 204be24 commit a1a942f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- 7.1
- 7.2

script:
- vendor/bin/tester tests -s -p php $FLAGS
Expand Down
15 changes: 4 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,19 @@
}
],
"require": {
"php": ">=5.6",
"nette/utils": "^2.4"
"php": ">=7.1",
"nette/utils": "^2.5"
},
"suggest": {
"nette/bootstrap": "^2.4"
},
"require-dev": {
"nette/tester": "^1.7",
"nette/tester": "^2.0",
"nette/bootstrap": "^2.4"
},
"autoload": {
"psr-4": {
"Sunfox\\PriceCalculator\\": "src/",
"Sunfox\\PriceCalculator\\DI\\": "src/"
}
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
"Sunfox\\PriceCalculator\\": "src/"
}
}
}

0 comments on commit a1a942f

Please sign in to comment.