Skip to content

Commit 5bdfce7

Browse files
authored
Merge pull request #1 from PHP-DI/php7
Require PHP 7
2 parents 64a17eb + 3aec679 commit 5bdfce7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
64
- 7.0
75
- 7.1
8-
- hhvm
96

107
before_script:
11-
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-add misc/travis.php.ini; fi
8+
- phpenv config-add misc/travis.php.ini
129
- composer install -o
1310

1411
sudo: false

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/PHP-DI/Zend-Framework-Bridge",
66
"license": "MIT",
77
"require": {
8-
"php": ">=5.6",
8+
"php": ">=7.0",
99
"php-di/php-di": "^5.0",
1010
"acclimate/container": "^1.0",
1111
"doctrine/annotations": "^1.0",

0 commit comments

Comments
 (0)