diff options
Diffstat (limited to 'Acl')
-rw-r--r-- | Acl/README.md | 2 | ||||
-rw-r--r-- | Acl/composer.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Acl/README.md b/Acl/README.md index 6c009a3..bb2d4d7 100644 --- a/Acl/README.md +++ b/Acl/README.md @@ -11,7 +11,7 @@ Resources Documentation: -http://symfony.com/doc/2.5/book/security.html +http://symfony.com/doc/2.6/book/security.html Tests ----- diff --git a/Acl/composer.json b/Acl/composer.json index 5f5787f..fb25b5d 100644 --- a/Acl/composer.json +++ b/Acl/composer.json @@ -36,7 +36,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "2.5-dev" + "dev-master": "2.6-dev" } } } |