Skip to content

Commit

Permalink
Update compatibility with flow ^6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guang Ha committed Oct 20, 2020
1 parent e9194f1 commit 702c65e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Classes/Security/Authentication/Provider/LdapProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

use Neos\Flow\Annotations as Flow;
use Neos\Flow\Log\SecurityLoggerInterface;
use Neos\Flow\Log\PsrSecurityLoggerInterface;
use Neos\Flow\Security\Account;
use Neos\Flow\Security\Authentication\Provider\PersistedUsernamePasswordProvider;
use Neos\Flow\Security\Authentication\Token\UsernamePassword;
Expand Down Expand Up @@ -48,7 +48,7 @@ class LdapProvider extends PersistedUsernamePasswordProvider

/**
* @Flow\Inject
* @var SecurityLoggerInterface
* @var PsrSecurityLoggerInterface
*/
protected $logger;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"MIT"
],
"require": {
"neos/flow": "^4.0 || ^5.0",
"neos/flow": "^4.0 || ^5.0 || ^6.0",
"ext-ldap": "*"
},
"replace": {
Expand Down

0 comments on commit 702c65e

Please sign in to comment.