Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 0938022

Browse files
committed
Updated dependency constraints
1 parent e391ce7 commit 0938022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"php": ">=5.5",
20+
"php": "^5.5 || ^7.0",
2121
"container-interop/container-interop": "^1.1",
2222
"psr/http-message": "^1.0",
2323
"zendframework/zend-expressive-router": "^1.0",
@@ -31,7 +31,7 @@
3131
"phpunit/phpunit": "^4.7",
3232
"squizlabs/php_codesniffer": "^2.3",
3333
"zendframework/zend-diactoros": "^1.2",
34-
"zendframework/zend-expressive": "~1.0.0-dev@dev"
34+
"zendframework/zend-expressive": "~1.0.0-dev@dev || ^1.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)