Skip to content

Commit 502ca1d

Browse files
committed
Merge pull request #4 from php-middleware/php7-support
PHP7 support
2 parents 4b1a63f + 8a831e7 commit 502ca1d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ matrix:
88
- php: 7
99
- php: hhvm
1010
allow_failures:
11-
- php: 7
1211
- php: hhvm
1312

1413
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"psr-7"
1010
],
1111
"require": {
12-
"php": ">=5.5",
12+
"php": "^5.5 || ^7.0",
1313
"maximebf/debugbar": "^1.10",
1414
"psr/http-message": "^1.0",
1515
"zendframework/zend-diactoros": "^1.1.3"

0 commit comments

Comments
 (0)