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

Commit 719113d

Browse files
committed
Merge branch 'hotfix/dep-versions'
Close #14
2 parents 403d294 + b5f70c2 commit 719113d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 0.4.1 - TBD
5+
## 0.4.1 - 2015-12-06
66

77
### Added
88

@@ -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+
- [#14](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/14)
22+
updates the zend-expressive-helpers dependency to `^1.1`, allowing removal of
23+
the zend-expressive development dependency.
2224

2325
## 0.4.0 - 2015-12-04
2426

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^5.5 || ^7.0",
2121
"container-interop/container-interop": "^1.1",
2222
"psr/http-message": "^1.0",
23-
"zendframework/zend-expressive-helpers": "^1.0",
23+
"zendframework/zend-expressive-helpers": "^1.1",
2424
"zendframework/zend-expressive-template": "^1.0.1",
2525
"zendframework/zend-filter": "^2.5",
2626
"zendframework/zend-i18n": "^2.5",
@@ -29,8 +29,7 @@
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^4.7",
32-
"squizlabs/php_codesniffer": "^2.3",
33-
"zendframework/zend-expressive": "~1.0.0-dev@dev || ^1.0"
32+
"squizlabs/php_codesniffer": "^2.3"
3433
},
3534
"autoload": {
3635
"psr-4": {

0 commit comments

Comments
 (0)