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

Commit 6e2aa4e

Browse files
committed
Removes oauth2-server requirement
Adapter implementation will be fulfilled via a separate package.
1 parent 7b56850 commit 6e2aa4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"require": {
2525
"php": "^7.1",
2626
"http-interop/http-middleware": "^0.4.1",
27-
"league/oauth2-server": "^6.0",
2827
"psr/container": "^1.0",
2928
"psr/http-message": "^1.0.1"
3029
},
@@ -36,6 +35,9 @@
3635
"conflict": {
3736
"container-interop/container-interop": "<1.2.0"
3837
},
38+
"suggest": {
39+
"ext-pdo": "*: for use with the PDO-backed UserRepositoryInterface implementation"
40+
},
3941
"autoload": {
4042
"psr-4": {
4143
"Zend\\Expressive\\Authentication\\": "src/"

0 commit comments

Comments
 (0)