Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Fix PHP 5.5 tests failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakiboy committed Jan 5, 2018
1 parent 338b3a7 commit 52d9f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ env:

matrix:
include:
- php: 5.5
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- php: 7.1
env: SYMFONY_VERSION=3.3.*
- php: 7.1
env: SYMFONY_VERSION=3.4.*
- php: 7.2
env: SYMFONY_VERSION=4.0.*

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"symfony/form": "^2.8|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0|^6.0",
"phpunit/phpunit": "^4.0|^5.0|^6.0",
"symfony/twig-bridge": "^2.8|^3.0|^4.0",
"matthiasnoback/symfony-config-test": "~1.0",
"matthiasnoback/symfony-dependency-injection-test": "^0.7",
Expand Down

0 comments on commit 52d9f4f

Please sign in to comment.