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

Commit 55b499e

Browse files
committed
Bump minimum supported zend-expressive-authentication version to 1.0
Now that 1.0 is released and stable, we should no longer support pre-release versions. All tests continue to pass.
1 parent 149b70d commit 55b499e

File tree

2 files changed

+86
-132
lines changed

2 files changed

+86
-132
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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.4.0 || ^1.0"
24+
"zendframework/zend-expressive-authentication": "^1.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^7.0.1",

0 commit comments

Comments
 (0)