From 59a995fd96cd5f042dd24d4da51cbe034c51a62d Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 2 Sep 2023 18:07:08 +0200 Subject: [PATCH] minor: replace http links with https in composer.json (#284) Co-authored-by: Christopher Georg --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0dcab448..5af9bd93 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ }, { "name": "Kevin Bond", - "homepage": "http://zenstruck.com/" + "homepage": "https://zenstruck.com/" }, { "name": "Liip AG", - "homepage": "http://www.liip.ch/" + "homepage": "https://www.liip.ch/" }, { "name": "Symfony Community",