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

Commit fe8db83

Browse files
committed
Merge branch 'hotfix/17' into release-1.0.0
Close #17
2 parents d9c9162 + c2a78d8 commit fe8db83

File tree

3 files changed

+71
-37
lines changed

3 files changed

+71
-37
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+
## 1.0.0alpha2 - TBD
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+
- [#17](https://github.com/zendframework/zend-expressive-authentication/pull/17)
26+
adds the missing config provider component-installer config.
27+
528
## 1.0.0alpha1 - 2018-02-07
629

730
### Added

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
"branch-alias": {
5858
"dev-master": "0.2.x-dev",
5959
"dev-release-1.0.0": "1.0.x-dev"
60+
},
61+
"zf": {
62+
"config-provider": "Zend\\Expressive\\Authentication\\ConfigProvider"
6063
}
6164
},
6265
"scripts": {

composer.lock

Lines changed: 45 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)