Skip to content

Commit

Permalink
Symfony HTTP Foundation upgrade & Travis PHP7
Browse files Browse the repository at this point in the history
* Upgrade symfony/http-foundation to 2.7
* Disallow PHP 7 errors on Travis
  • Loading branch information
quimcalpe committed Jul 20, 2015
1 parent 767ec10 commit 70fb542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ php:
- 5.4
- hhvm

matrix:
allow_failures:
- php: 7.0

before_script:
- composer self-update
- composer install -n
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
],
"require": {
"php" : ">=5.4.0",
"symfony/http-foundation": "~2.6"
"symfony/http-foundation": "~2.7"
},
"require-dev": {
"phpunit/phpunit" : "4.*"
"phpunit/phpunit" : "~4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 70fb542

Please sign in to comment.