diff options
Diffstat (limited to 'Acl')
-rw-r--r-- | Acl/README.md | 2 | ||||
-rw-r--r-- | Acl/composer.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Acl/README.md b/Acl/README.md index 40e0678..458820e 100644 --- a/Acl/README.md +++ b/Acl/README.md @@ -11,7 +11,7 @@ Resources Documentation: -http://symfony.com/doc/2.8/book/security.html +https://symfony.com/doc/2.8/book/security.html Tests ----- diff --git a/Acl/composer.json b/Acl/composer.json index f293564..b2ac560 100644 --- a/Acl/composer.json +++ b/Acl/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Symfony Security Component - ACL (Access Control List)", "keywords": [], - "homepage": "http://symfony.com", + "homepage": "https://symfony.com", "license": "MIT", "authors": [ { @@ -12,7 +12,7 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], "require": { |