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

Commit

Permalink
Merge branch 'hotfix/component-name'
Browse files Browse the repository at this point in the history
Close #3
  • Loading branch information
weierophinney committed Apr 18, 2016
2 parents 02405e1 + c744302 commit 5a4666c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 3.0.1 - TBD
## 3.0.1 - 2016-04-18

### Added

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

### Deprecated

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

### Fixed

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

## 3.0.0 - 2016-03-21

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"dev-develop": "3.1-dev"
},
"zf": {
"component": "Zend\\Mvc\\Router"
"component": "Zend\\Router",
"config-provider": "Zend\\Router\\ConfigProvider"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 5a4666c

Please sign in to comment.