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

Commit a3b8614

Browse files
committed
Allow usage with zend-expressive-helpers 5.0 series
Updates the constraint for zend-expressive-helpers to include the 5.0.0-dev and/or 5.0.0 releases, as the API consumed by this package remains compatible.
1 parent 3a6e0ea commit a3b8614

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"phpunit/phpunit": "^6.4.3",
3535
"zendframework/zend-coding-standard": "~1.0.0",
3636
"zendframework/zend-diactoros": "^1.6",
37-
"zendframework/zend-expressive-helpers": "^4.2",
37+
"zendframework/zend-expressive-helpers": "^4.2 || ^5.0.0-dev || ^5.0.0",
3838
"zendframework/zend-hydrator": "^2.3.1",
3939
"zendframework/zend-paginator": "^2.7"
4040
},

composer.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)