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

Commit 033d29f

Browse files
committed
Merge branch 'hotfix/dependencies'
Close #1
2 parents ad35235 + 8b149da commit 033d29f

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

CHANGELOG.md

+23
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+
## 0.1.2 - 2017-12-13
6+
7+
### Added
8+
9+
- [#1](https://github.com/zendframework/zend-expressive-authentication-basic/pull/1)
10+
adds support for the 1.0.0-dev branch of zend-expressive-authentication.
11+
12+
### Changed
13+
14+
- Nothing.
15+
16+
### Deprecated
17+
18+
- Nothing.
19+
20+
### Removed
21+
22+
- Nothing.
23+
24+
### Fixed
25+
26+
- Nothing.
27+
528
## 0.1.1 - 2017-11-28
629

730
### Added

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^7.1",
2222
"psr/container": "^1.0",
2323
"psr/http-message": "^1.0.1",
24-
"zendframework/zend-expressive-authentication": "^0.1 || ^0.2 || ^1.0"
24+
"zendframework/zend-expressive-authentication": "^0.1 || ^0.2 || ^1.0.0-dev || ^1.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^6.3",
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "1.0-dev"
45+
"dev-master": "1.0.x-dev"
4646
},
4747
"zf": {
4848
"config-provider": "Zend\\Expressive\\Authentication\\Basic\\ConfigProvider"

composer.lock

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)