From fe7f5ed0fa83def0d109d4f1a2df2125dff1e44d Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 30 Dec 2021 10:38:45 +0300 Subject: [PATCH] Use https in composer.json for yiiframework.com --- framework/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/composer.json b/framework/composer.json index 2875edb..1e056f1 100644 --- a/framework/composer.json +++ b/framework/composer.json @@ -57,8 +57,8 @@ ], "support": { "issues": "https://github.com/yiisoft/yii2/issues?state=open", - "forum": "http://www.yiiframework.com/forum/", - "wiki": "http://www.yiiframework.com/wiki/", + "forum": "https://www.yiiframework.com/forum/", + "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii", "source": "https://github.com/yiisoft/yii2" },