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

Commit 4429ca5

Browse files
committed
Merge branch 'hotfix/12'
Close #13 Fixes #12
2 parents e99712e + b70919f commit 4429ca5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
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-
## 2.6.1 - TBD
5+
## 2.6.1 - 2016-02-04
66

77
### Added
88

@@ -18,7 +18,10 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#13](https://github.com/zendframework/zend-tag/pull/13) updates the
22+
zend-stdlib dependency to `^2.7 || ^3.0`, instead of just `^3.0`, allowing
23+
it to work with users of zf2 v2 versions. Since the functionality consumed is
24+
present and unchanged in both versions, this is a safe constraint.
2225

2326
## 2.6.0 - 2016-02-03
2427

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^5.5 || ^7.0",
1717
"zendframework/zend-escaper": "^2.5",
18-
"zendframework/zend-stdlib": "^3.0"
18+
"zendframework/zend-stdlib": "^2.7 || ^3.0"
1919
},
2020
"require-dev": {
2121
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",

0 commit comments

Comments
 (0)