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

Commit 9daeef9

Browse files
committed
Adds suggestions for each shipped adapter.
1 parent b09459a commit 9daeef9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
"container-interop/container-interop": "<1.2.0"
3737
},
3838
"suggest": {
39-
"ext-pdo": "*: for use with the PDO-backed UserRepositoryInterface implementation"
39+
"ext-pdo": "*: for use with the PDO-backed UserRepositoryInterface implementation",
40+
"zendframework/zend-expressive-authentication-basic": "Provides an HTTP Basic Authentication AuthenticationInterface implementation",
41+
"zendframework/zend-expressive-authentication-session": "Provides a username/password + session AuthenticationInterface implementation",
42+
"zendframework/zend-expressive-authentication-zendauthentication": "Provides a zend-authentication AuthenticationInterface implementation"
4043
},
4144
"autoload": {
4245
"psr-4": {

0 commit comments

Comments
 (0)