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:
23
23
- php : 7
24
24
- php : hhvm
25
25
allow_failures :
26
- - php : 7
27
26
- php : hhvm
28
27
29
28
notifications :
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
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
+
5
25
## 2.6.2 - 2016-01-12
6
26
7
27
### Added
Original file line number Diff line number Diff line change 13
13
}
14
14
},
15
15
"require" : {
16
- "php" : " >= 5.5" ,
17
- "zendframework/zend-stdlib" : " ~2.5 "
16
+ "php" : " ^ 5.5 || ^7.0 " ,
17
+ "zendframework/zend-stdlib" : " ^2.7 "
18
18
},
19
19
"minimum-stability" : " dev" ,
20
20
"prefer-stable" : true ,
21
21
"extra" : {
22
22
"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"
25
26
}
26
27
},
27
28
"autoload-dev" : {
You can’t perform that action at this time.
0 commit comments