From e1bcfe7e1596928e0b0781825a0432ec029fc88a Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 16 Jul 2021 00:30:53 +0300 Subject: [PATCH] update composer.json links --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3ca6bcc6d4..620f31b94a 100644 --- a/composer.json +++ b/composer.json @@ -5,20 +5,20 @@ "yii2", "framework" ], - "homepage": "http://www.yiiframework.com/", + "homepage": "https://www.yiiframework.com/", "type": "yii2-extension", "license": "BSD-3-Clause", "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com", - "homepage": "http://www.yiiframework.com/", + "homepage": "https://www.yiiframework.com/", "role": "Founder and project lead" }, { "name": "Alexander Makarov", "email": "sam@rmcreative.ru", - "homepage": "http://rmcreative.ru/", + "homepage": "https://rmcreative.ru/", "role": "Core framework development" }, { @@ -29,7 +29,7 @@ { "name": "Carsten Brandt", "email": "mail@cebe.cc", - "homepage": "http://cebe.cc/", + "homepage": "https://www.cebe.cc/", "role": "Core framework development" }, { @@ -57,9 +57,9 @@ ], "support": { "issues": "https://github.com/yiisoft/yii2/issues?state=open", - "forum": "http://www.yiiframework.com/forum/", - "wiki": "http://www.yiiframework.com/wiki/", - "irc": "irc://irc.freenode.net/yii", + "forum": "https://forum.yiiframework.com/", + "wiki": "https://www.yiiframework.com/wiki", + "irc": "ircs://irc.libera.chat:6697/yii", "source": "https://github.com/yiisoft/yii2" }, "minimum-stability": "dev",