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

Commit 4207db4

Browse files
committed
Merge branch 'hotfix/helpers-2.0-compat'
Close #19
2 parents ee45a42 + a6efc5f commit 4207db4

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
@@ -18,7 +18,9 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

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

2325
## 1.0.0 - 2015-12-07
2426

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)