diff options
-rw-r--r-- | Acl/README.md | 2 | ||||
-rw-r--r-- | Acl/composer.json | 4 | ||||
-rw-r--r-- | Core/README.md | 2 | ||||
-rw-r--r-- | Core/composer.json | 4 | ||||
-rw-r--r-- | Csrf/README.md | 2 | ||||
-rw-r--r-- | Csrf/composer.json | 4 | ||||
-rw-r--r-- | Http/README.md | 2 | ||||
-rw-r--r-- | Http/composer.json | 4 |
8 files changed, 12 insertions, 12 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": { diff --git a/Core/README.md b/Core/README.md index d7ccf68..f1da5b1 100644 --- a/Core/README.md +++ b/Core/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/Core/composer.json b/Core/composer.json index c16ff6b..4d24053 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Symfony Security Component - Core Library", "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": { diff --git a/Csrf/README.md b/Csrf/README.md index 91c22cf..10f4784 100644 --- a/Csrf/README.md +++ b/Csrf/README.md @@ -9,7 +9,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/Csrf/composer.json b/Csrf/composer.json index 14ae766..20fd2ff 100644 --- a/Csrf/composer.json +++ b/Csrf/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Symfony Security Component - CSRF Library", "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": { diff --git a/Http/README.md b/Http/README.md index 9e3d88d..11f6f72 100644 --- a/Http/README.md +++ b/Http/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/Http/composer.json b/Http/composer.json index 2b0041a..1c49504 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Symfony Security Component - HTTP Integration", "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": { |