Skip to content

Commit c30d6e2

Browse files
authored
Merge pull request #46 from Arhell/root
update root folder links
2 parents a4c0217 + d654e66 commit c30d6e2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Yii2 code style can be specified at Inspections → PHP → PHP Code Sniffer val
5959

6060
### Useful links
6161

62-
* [Configuration options](http://pear.php.net/manual/en/package.php.php-codesniffer.config-options.php)
62+
* [Configuration options](https://pear.php.net/manual/en/package.php.php-codesniffer.config-options.php)
6363
* [Manual and guide](https://github.com/squizlabs/PHP_CodeSniffer/wiki)
6464
* [GitHub repository](https://github.com/squizlabs/PHP_CodeSniffer)
6565

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
"name": "yiisoft/yii2-coding-standards",
33
"description": "Yii PHP Framework Version 2 - Coding standard tools",
44
"keywords": ["yii", "framework", "codesniffer"],
5-
"homepage": "http://www.yiiframework.com/",
5+
"homepage": "https://www.yiiframework.com/",
66
"license": "BSD-3-Clause",
77
"type": "phpcodesniffer-standard",
88
"authors": [
99
{
1010
"name": "Qiang Xue",
1111
"email": "[email protected]",
12-
"homepage": "http://www.yiiframework.com/",
12+
"homepage": "https://www.yiiframework.com/",
1313
"role": "Founder and project lead"
1414
},
1515
{
1616
"name": "Alexander Makarov",
1717
"email": "[email protected]",
18-
"homepage": "http://rmcreative.ru/",
18+
"homepage": "https://rmcreative.ru/",
1919
"role": "Core framework development"
2020
},
2121
{
2222
"name": "Maurizio Domba",
23-
"homepage": "http://mdomba.info/",
23+
"homepage": "https://mdomba.info/",
2424
"role": "Core framework development"
2525
},
2626
{
2727
"name": "Carsten Brandt",
2828
"email": "[email protected]",
29-
"homepage": "http://cebe.cc/",
29+
"homepage": "https://cebe.cc/",
3030
"role": "Core framework development"
3131
},
3232
{
3333
"name": "Timur Ruziev",
3434
"email": "[email protected]",
35-
"homepage": "http://resurtm.com/",
35+
"homepage": "https://resurtm.com/",
3636
"role": "Core framework development"
3737
},
3838
{
@@ -43,8 +43,8 @@
4343
],
4444
"support": {
4545
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
46-
"forum": "http://www.yiiframework.com/forum/",
47-
"wiki": "http://www.yiiframework.com/wiki/",
46+
"forum": "https://www.yiiframework.com/forum/",
47+
"wiki": "https://www.yiiframework.com/wiki/",
4848
"irc": "ircs://irc.libera.chat:6697/yii",
4949
"source": "https://github.com/yiisoft/yii2"
5050
},

0 commit comments

Comments
 (0)