This repository was archived by the owner on Feb 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed 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
- ## v3.0.0 - TBD
5
+ ## v3.0.0 - 2016-01-11
6
+
7
+ First stable release of version 3 of zend-servicemanager.
8
+
9
+ Documentation is now available at http://zend-servicemanager.rtfd.org
6
10
7
11
### Added
8
12
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ The Service Locator design pattern is implemented by the `Zend\ServiceManager`
11
11
component. The Service Locator is a service/object locator, tasked with
12
12
retrieving other objects.
13
13
14
-
15
14
- File issues at https://github.com/zendframework/zend-servicemanager/issues
16
- - Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-servicemanager
15
+ - [ Online documentation] ( https://zend-servicemanager.rtfd.org )
16
+ - [ Documentation source files] ( doc/ )
17
17
18
18
## Benchmarks
19
19
Original file line number Diff line number Diff line change 30
30
"prefer-stable" : true ,
31
31
"extra" : {
32
32
"branch-alias" : {
33
- "dev-master" : " 2.7 -dev" ,
34
- "dev-develop" : " 3.0 -dev"
33
+ "dev-master" : " 3.0 -dev" ,
34
+ "dev-develop" : " 3.1 -dev"
35
35
}
36
36
},
37
37
"autoload-dev" : {
You can’t perform that action at this time.
0 commit comments