We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64a17eb + 3aec679 commit 5bdfce7Copy full SHA for 5bdfce7
.travis.yml
@@ -1,14 +1,11 @@
1
language: php
2
3
php:
4
- - 5.5
5
- - 5.6
6
- 7.0
7
- 7.1
8
- - hhvm
9
10
before_script:
11
- - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-add misc/travis.php.ini; fi
+ - phpenv config-add misc/travis.php.ini
12
- composer install -o
13
14
sudo: false
composer.json
@@ -5,7 +5,7 @@
"homepage": "https://github.com/PHP-DI/Zend-Framework-Bridge",
"license": "MIT",
"require": {
- "php": ">=5.6",
+ "php": ">=7.0",
"php-di/php-di": "^5.0",
"acclimate/container": "^1.0",
"doctrine/annotations": "^1.0",
0 commit comments