summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
Diffstat (limited to 'Http')
-rw-r--r--Http/README.md2
-rw-r--r--Http/composer.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/Http/README.md b/Http/README.md
index e19af42..8728e0b 100644
--- a/Http/README.md
+++ b/Http/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/Http/composer.json b/Http/composer.json
index 6c6dfe3..ecf72f8 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": {