Skip to content

Commit 82dbf1e

Browse files
committed
Remove experimental flag from the authenticator system 🚀
1 parent b61d4ef commit 82dbf1e

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
5.3
55
---
66

7+
* The authenticator system is no longer experimental
78
* Added caseSensitive option for attribute keys in the Entry class.
89

910
5.1.0

Security/LdapAuthenticator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* @author Wouter de Jong <wouter@wouterj.nl>
2929
*
3030
* @final
31-
* @experimental in 5.1
3231
*/
3332
class LdapAuthenticator implements AuthenticatorInterface
3433
{

Security/LdapBadge.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
* @author Wouter de Jong <wouter@wouterj.nl>
2222
*
2323
* @final
24-
* @experimental in 5.1
2524
*/
2625
class LdapBadge implements BadgeInterface
2726
{

0 commit comments

Comments
 (0)