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

Commit 5a4666c

Browse files
committed
Merge branch 'hotfix/component-name'
Close #3
2 parents 02405e1 + c744302 commit 5a4666c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
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-04-18
66

77
### Added
88

9-
- Nothing.
9+
- [#3](https://github.com/zendframework/zend-router/pull/3) adds a
10+
`config-provider` entry in `composer.json`, pointing to
11+
`Zend\Router\ConfigProvider`.
1012

1113
### Deprecated
1214

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

1921
### Fixed
2022

21-
- Nothing.
23+
- [#3](https://github.com/zendframework/zend-router/pull/3) fixes the
24+
`component` entry in `composer.json` to properly read `Zend\Router`.
2225

2326
## 3.0.0 - 2016-03-21
2427

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"dev-develop": "3.1-dev"
3636
},
3737
"zf": {
38-
"component": "Zend\\Mvc\\Router"
38+
"component": "Zend\\Router",
39+
"config-provider": "Zend\\Router\\ConfigProvider"
3940
}
4041
},
4142
"autoload-dev": {

0 commit comments

Comments
 (0)