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

Commit f047f02

Browse files
committed
Removes ZendAuthentication adapter
Exported to zend-expressive-authentication-zendauthentication
1 parent e765656 commit f047f02

File tree

6 files changed

+1
-346
lines changed

6 files changed

+1
-346
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"http-interop/http-middleware": "^0.4.1",
2727
"league/oauth2-server": "^6.0",
2828
"psr/container": "^1.0",
29-
"psr/http-message": "^1.0.1",
30-
"zendframework/zend-authentication": "^2.5.0"
29+
"psr/http-message": "^1.0.1"
3130
},
3231
"require-dev": {
3332
"phpunit/phpunit": "^6.0.8",

src/Adapter/ZendAuthentication.php

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/Adapter/ZendAuthenticationFactory.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/ConfigProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function getDependencies() : array
3434
],
3535
'factories' => [
3636
AuthenticationMiddleware::class => AuthenticationMiddlewareFactory::class,
37-
Adapter\ZendAuthentication::class => Adapter\ZendAuthenticationFactory::class,
3837
UserRepository\Htpasswd::class => UserRepository\HtpasswdFactory::class,
3938
UserRepository\PdoDatabase::class => UserRepository\PdoDatabaseFactory::class
4039
]

test/Adapter/ZendAuthenticationFactoryTest.php

Lines changed: 0 additions & 72 deletions
This file was deleted.

test/Adapter/ZendAuthenticationTest.php

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)