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

Commit 0be43e6

Browse files
committed
Merge branch 'hotfix/helpers-2.0-compat' into develop
Forward port #19
2 parents ef8d878 + a6efc5f commit 0be43e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ All notable changes to this project will be documented in this file, in reverse
3636

3737
### Fixed
3838

39-
- Nothing.
39+
- [#19](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/19)
40+
updates the zend-expressive-helpers dependency to `^1.1 || ^2.0`, allowing it
41+
to work with either version.
4042

4143
## 1.0.0 - 2015-12-07
4244

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)