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 8be4fe3 commit 28848acCopy full SHA for 28848ac
.travis.yml
@@ -28,7 +28,7 @@ matrix:
28
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
29
30
before_install:
31
- - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
+ - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
32
33
install:
34
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": ">=5.5"
+ "php": "^5.5 || ^7.0"
15
},
16
"autoload": {
17
"psr-4": {
0 commit comments