This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ matrix:
24
24
- php : 7
25
25
- php : hhvm
26
26
allow_failures :
27
- - php : 7
28
27
- php : hhvm
29
28
30
29
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
- ## 3.0.0 - TBD
5
+ ## 3.0.0 - 2016-01-12
6
6
7
7
### Added
8
8
Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ The basic architecture allows you to attach and detach listeners to named events
13
13
both on a per-instance basis as well as via shared collections; trigger events;
14
14
and interrupt execution of listeners.
15
15
16
-
17
16
- File issues at https://github.com/zendframework/zend-eventmanager/issues
18
- - Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-eventmanager
17
+ - Documentation is at http://zend-eventmanager.rtfd.org
18
+
19
+ For migration from version 2 to version 3, please [ read the migration
20
+ documentation] ( http://zend-eventmanager.readthedocs.org/en/latest/migration/intro/ ) .
19
21
20
22
## Benchmarks
21
23
Original file line number Diff line number Diff line change 13
13
"prefer-stable" : true ,
14
14
"extra" : {
15
15
"branch-alias" : {
16
- "dev-master" : " 2.6 -dev" ,
17
- "dev-develop" : " 3.0 -dev"
16
+ "dev-master" : " 3.0 -dev" ,
17
+ "dev-develop" : " 3.1 -dev"
18
18
}
19
19
},
20
20
"autoload" : {
29
29
}
30
30
},
31
31
"require" : {
32
- "php" : " >= 5.5"
32
+ "php" : " ^ 5.5 || ^7.0 "
33
33
},
34
34
"require-dev" : {
35
35
"phpunit/PHPUnit" : " ~4.0" ,
36
36
"athletic/athletic" : " ^0.1" ,
37
- "squizlabs/php_codesniffer" : " ^2.0@dev " ,
37
+ "squizlabs/php_codesniffer" : " ^2.0" ,
38
38
"zendframework/zend-stdlib" : " ^2.7.3" ,
39
39
"container-interop/container-interop" : " ^1.1.0"
40
40
},
You can’t perform that action at this time.
0 commit comments