diff options
Diffstat (limited to 'Core')
-rw-r--r-- | Core/README.md | 2 | ||||
-rw-r--r-- | Core/composer.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Core/README.md b/Core/README.md index 66c323e..73e3e85 100644 --- a/Core/README.md +++ b/Core/README.md @@ -11,7 +11,7 @@ Resources Documentation: -http://symfony.com/doc/2.6/book/security.html +https://symfony.com/doc/2.6/book/security.html Tests ----- diff --git a/Core/composer.json b/Core/composer.json index f8e289b..7bc1bf0 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": { |