We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd802c commit 71ac49cCopy full SHA for 71ac49c
.travis.yml
@@ -9,7 +9,7 @@ branches:
9
- /^patch-.*$/
10
11
php:
12
- - 5.4
+ - 5.5
13
- 7.1
14
- hhvm
15
env:
@@ -24,7 +24,7 @@ env:
24
matrix:
25
fast_finish: true
26
include:
27
- - php: 5.4
+ - php: 5.5
28
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.3.*
29
30
install:
composer.json
@@ -10,7 +10,7 @@
}
],
"require": {
- "php": "^5.4 || ^7.0"
+ "php": "^5.5 || ^7.0"
},
"require-dev": {
16
"phpunit/phpunit": "^4.5 || ^5.4",
0 commit comments