From 303156a8c66db7481904c6e65aa59d2ac1243f37 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 1 May 2015 16:06:45 +0200 Subject: [PATCH] link to https://symfony.com where possible --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9cb6bb95..8ca22ff5 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Symfony Yaml Component", "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": {