Browse Source

Update URLs (#18802)

Composer doesn't support ircs protocol yet
tags/2.0.43
Alexander Makarov 3 years ago committed by GitHub
parent
commit
1a057444ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      composer.json
  2. 10
      framework/composer.json

2
composer.json

@ -59,7 +59,7 @@
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "https://forum.yiiframework.com/",
"wiki": "https://www.yiiframework.com/wiki",
"irc": "ircs://irc.libera.chat:6697/yii",
"irc": "irc://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",

10
framework/composer.json

@ -5,20 +5,20 @@
"yii2",
"framework"
],
"homepage": "http://www.yiiframework.com/",
"homepage": "https://www.yiiframework.com/",
"type": "library",
"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://cebe.cc/",
"role": "Core framework development"
},
{
@ -59,7 +59,7 @@
"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",
"irc": "irc://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2"
},
"require": {

Loading…
Cancel
Save