Skip to content

Commit f576c9f

Browse files
committed
Removed 3.0 restriction for the Ldap component in the Security component
1 parent 1b3ad91 commit f576c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Security/Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/event-dispatcher": "~2.8|~3.0",
2525
"symfony/expression-language": "~2.8|~3.0",
2626
"symfony/http-foundation": "~2.8|~3.0",
27-
"symfony/ldap": "~2.8|~3.0.0",
27+
"symfony/ldap": "~2.8|~3.0",
2828
"symfony/validator": "~2.8|~3.0",
2929
"psr/log": "~1.0"
3030
},

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"symfony/routing": "~2.8|~3.0",
3838
"symfony/validator": "~2.8|~3.0",
3939
"symfony/expression-language": "~2.8|~3.0",
40-
"symfony/ldap": "~2.8|~3.0.0",
40+
"symfony/ldap": "~2.8|~3.0",
4141
"psr/log": "~1.0"
4242
},
4343
"suggest": {

0 commit comments

Comments
 (0)