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

Commit d957f08

Browse files
committed
Merge branch 'hotfix/36' into release-3.0.0
Close #36
2 parents 8de32b9 + fdb2fd4 commit d957f08

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

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

5+
## 3.0.0alpha2 - 2018-02-07
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#36](https://github.com/zendframework/zend-expressive-zendrouter/pull/36)
26+
fixes the composer config provider entry.
27+
528
## 3.0.0alpha1 - 2018-02-06
629

730
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dev-release-3.0.0": "3.0.x-dev"
5454
},
5555
"zf": {
56-
"config-provider": "Zend\\Expressive\\Router\\ConfigProvider"
56+
"config-provider": "Zend\\Expressive\\Router\\ZendRouter\\ConfigProvider"
5757
}
5858
},
5959
"scripts": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)