Skip to content
This repository was archived by the owner on Jul 26, 2018. It is now read-only.

Commit dc7dd1e

Browse files
committed
Update Symfony requirements
`TokenStorageInterface` and `AuthorizationCheckerInterface` is only available since Symfony 2.6
1 parent a1af4e5 commit dc7dd1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"symfony/dependency-injection" : "~2.3|~3.0",
2121
"symfony/http-foundation" : "~2.3|~3.0",
2222
"symfony/http-kernel" : "~2.3|~3.0",
23-
"symfony/security" : "~2.3|~3.0",
24-
"symfony/security-bundle" : "~2.3|~3.0"
23+
"symfony/security" : "~2.6|~3.0",
24+
"symfony/security-bundle" : "~2.6|~3.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "EasyCorp\\Bundle\\EasySecurityBundle\\": "" },

0 commit comments

Comments
 (0)