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

Commit 921c615

Browse files
committed
Allow usage of 1.0.0-dev branch of zend-expressive-authentication
The 1.0.0-dev branch of zend-expressive-authentication prepares for incorporation of PSR-15 interfaces; however, the API it exposes for adapters does not change.
1 parent ad35235 commit 921c615

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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)