This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ matrix:
2323 - php : 7
2424 - php : hhvm
2525 allow_failures :
26- - php : 7
2726 - php : hhvm
2827
2928notifications :
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ ## 2.6.3 - 2016-02-18
6+
7+ ### Added
8+
9+ - Nothing.
10+
11+ ### Deprecated
12+
13+ - Nothing.
14+
15+ ### Removed
16+
17+ - Nothing.
18+
19+ ### Fixed
20+
21+ - [ #23 ] ( https://github.com/zendframework/zend-eventmanager/pull/23 ) updates the
22+ requirements to allow usage with PHP 7, bumps zend-stdlib to ` ^2.7 ` , and
23+ requires PHP 7 builds to pass continuous integration.
24+
525## 2.6.2 - 2016-01-12
626
727### Added
Original file line number Diff line number Diff line change 1313 }
1414 },
1515 "require" : {
16- "php" : " >= 5.5" ,
17- "zendframework/zend-stdlib" : " ~2.5 "
16+ "php" : " ^ 5.5 || ^7.0 " ,
17+ "zendframework/zend-stdlib" : " ^2.7 "
1818 },
1919 "minimum-stability" : " dev" ,
2020 "prefer-stable" : true ,
2121 "extra" : {
2222 "branch-alias" : {
23- "dev-master" : " 2.6-dev" ,
24- "dev-develop" : " 3.0-dev"
23+ "dev-release-2.6" : " 2.6-dev" ,
24+ "dev-master" : " 3.0-dev" ,
25+ "dev-develop" : " 3.1-dev"
2526 }
2627 },
2728 "autoload-dev" : {
You can’t perform that action at this time.
0 commit comments