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

Commit c87bd9c

Browse files
committed
Merge branch 'feature/26' into develop
Close #26
2 parents 7925539 + ec8297f commit c87bd9c

File tree

3 files changed

+391
-272
lines changed

3 files changed

+391
-272
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,27 @@ All notable changes to this project will be documented in this file, in reverse
88

99
- Nothing.
1010

11+
### Changed
12+
13+
- [#26](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/26)
14+
updated the zend-view dependency to 2.8.1+.
15+
1116
### Deprecated
1217

1318
- Nothing.
1419

1520
### Removed
1621

17-
- Nothing.
22+
- [#26](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/26)
23+
removes the dependencies for the zend-i18n and zend-filter packages, as they
24+
are no longer required by the minimum version of zend-view supported.
25+
26+
If you depended on features of these, you may need to re-add them to your
27+
application:
28+
29+
```bash
30+
$ composer require zendframework/zend-filter zendframework/zend-i18n
31+
```
1832

1933
### Fixed
2034

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
"psr/http-message": "^1.0",
2424
"zendframework/zend-expressive-helpers": "^1.1 || ^2.0",
2525
"zendframework/zend-expressive-template": "^1.0.1",
26-
"zendframework/zend-filter": "^2.6.1",
27-
"zendframework/zend-i18n": "^2.6",
2826
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
29-
"zendframework/zend-view": "^2.6.5"
27+
"zendframework/zend-view": "^2.8.1"
3028
},
3129
"require-dev": {
3230
"phpunit/phpunit": "^4.7",

0 commit comments

Comments
 (0)