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

Commit 29c21ad

Browse files
committed
Work with either zend-expressive-helpers 1.1 or 2.0
This change allows either major version of zend-expressive-helpers to be installed.
1 parent ee45a42 commit 29c21ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^5.5 || ^7.0",
2222
"container-interop/container-interop": "^1.1",
2323
"psr/http-message": "^1.0",
24-
"zendframework/zend-expressive-helpers": "^1.1",
24+
"zendframework/zend-expressive-helpers": "^1.1 || ^2.0",
2525
"zendframework/zend-expressive-template": "^1.0.1",
2626
"zendframework/zend-filter": "^2.5",
2727
"zendframework/zend-i18n": "^2.5",

0 commit comments

Comments
 (0)