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

Commit caecc43

Browse files
committed
Merge branch 'hotfix/12' into develop
Forward port #13
2 parents e81dce6 + b70919f commit caecc43

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file, in reverse
2020

2121
- Nothing.
2222

23-
## 2.6.1 - TBD
23+
## 2.6.1 - 2016-02-04
2424

2525
### Added
2626

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

3737
### Fixed
3838

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

4144
## 2.6.0 - 2016-02-03
4245

composer.json

Lines changed: 1 addition & 1 deletion
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)