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

Commit 5c80bde

Browse files
committed
Merge branch 'hotfix/stdlib-v3'
Close #24
2 parents 8530a5e + 57796aa commit 5c80bde

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 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-
## 3.0.1 - TBD
5+
## 3.0.1 - 2016-02-18
66

77
### Added
88

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

1919
### Fixed
2020

21-
- Nothing.
21+
- [#24](https://github.com/zendframework/zend-eventmanager/pull/24) updates the
22+
zend-stdlib dependency to `^2.7.3 || ^3.0`, allowing either major version.
2223

2324
## 3.0.0 - 2016-01-12
2425

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"phpunit/PHPUnit": "~4.0",
3636
"athletic/athletic": "^0.1",
3737
"squizlabs/php_codesniffer": "^2.0",
38-
"zendframework/zend-stdlib": "^2.7.3",
38+
"zendframework/zend-stdlib": "^2.7.3 || ^3.0",
3939
"container-interop/container-interop": "^1.1.0"
4040
},
4141
"suggest": {
4242
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
43-
"zendframework/zend-stdlib": "^2.7.3, to use the FilterChain feature"
43+
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4444
}
4545
}

0 commit comments

Comments
 (0)