Skip to content

Commit f724822

Browse files
committed
Use https in composer.json
1 parent 85d03f0 commit f724822

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"yii",
77
"view"
88
],
9-
"homepage": "http://www.yiiframework.com/",
9+
"homepage": "https://www.yiiframework.com/",
1010
"license": "BSD-3-Clause",
1111
"support": {
1212
"source": "https://github.com/yiisoft/view",
1313
"issues": "https://github.com/yiisoft/view/issues",
14-
"forum": "http://www.yiiframework.com/forum/",
15-
"wiki": "http://www.yiiframework.com/wiki/",
14+
"forum": "https://www.yiiframework.com/forum/",
15+
"wiki": "https://www.yiiframework.com/wiki/",
1616
"chat": "https://t.me/yii3en",
1717
"irc": "irc://irc.freenode.net/yii"
1818
},

0 commit comments

Comments
 (0)