Skip to content

Commit

Permalink
Merge pull request #11 from KallooaSan/SILEX2
Browse files Browse the repository at this point in the history
bump silex2 + fix tests
  • Loading branch information
jygaulier authored May 2, 2018
2 parents e851dce + 6fc44b7 commit eacab21
Show file tree
Hide file tree
Showing 6 changed files with 1,985 additions and 536 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ before_script:
- composer install --dev --prefer-source

php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 7.0
- 7.1
- 7.2

script:
- phpunit
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
}
],
"require": {
"php" : ">=5.3.3",
"alchemy/binary-driver" : "~1.5"
"php" : "~7.0",
"alchemy/binary-driver" : "~4.1"
},
"require-dev": {
"phpunit/phpunit" : "~3.7",
"sami/sami" : "~1.0",
"silex/silex" : "~1.0"
"phpunit/phpunit" : "~6.0",
"sami/sami" : "~3.0",
"silex/silex" : "~2.0"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit eacab21

Please sign in to comment.