Skip to content

Commit 1df0e5f

Browse files
committed
Merge pull request #2 from php-middleware/feature/support-php7
Support for php7 and hhvm
2 parents 026a458 + 84ea5bb commit 1df0e5f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ matrix:
77
- php: 5.6
88
- php: 7
99
- php: hhvm
10-
allow_failures:
11-
- php: 7
12-
- php: hhvm
1310

1411
install:
1512
- travis_retry composer install --no-interaction --ignore-platform-reqs --prefer-source

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"request-id"
1010
],
1111
"require": {
12-
"php": ">=5.5",
12+
"php": "^5.5 || ^7.0",
1313
"psr/http-message": "^1.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)