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

Commit bd9c98e

Browse files
committed
Prepares for 0.3.0 release
- Updates zend-expressive-authentication minimum supported version to 0.4.0 - Renames 1.0.0alpha1 entry to 0.3.0, sets release date to today, and adds note about update of zend-expressive-authentication library.
1 parent f612bbb commit bd9c98e

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

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

5-
## 1.0.0alpha1 - 2018-02-27
5+
## 0.3.0 - 2018-03-15
66

77
### Added
88

99
- Nothing.
1010

1111
### Changed
1212

13+
- Updates the zendframework/zend-expressive-authentication minimum supported
14+
version to 0.4.
15+
1316
- [#5](https://github.com/zendframework/zend-expressive-authentication-basic/pull/5)
1417
changes the constructor of the `Zend\Expressive\Authentication\Basic\BasicAccess`
1518
class to accept a callable `$responseFactory` instead of a

composer.json

+1-1
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": "^1.0.0alpha3"
24+
"zendframework/zend-expressive-authentication": "^0.4.0 || ^1.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^7.0.1",

composer.lock

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

0 commit comments

Comments
 (0)