Skip to content

Commit 597e84a

Browse files
committed
Use https in links
1 parent d85776a commit 597e84a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "yiisoft/yii2-app-basic",
33
"description": "Yii 2 Basic Project Template",
44
"keywords": ["yii2", "framework", "basic", "project template"],
5-
"homepage": "http://www.yiiframework.com/",
5+
"homepage": "https://www.yiiframework.com/",
66
"type": "project",
77
"license": "BSD-3-Clause",
88
"support": {
99
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
10-
"forum": "http://www.yiiframework.com/forum/",
11-
"wiki": "http://www.yiiframework.com/wiki/",
10+
"forum": "https://www.yiiframework.com/forum/",
11+
"wiki": "https://www.yiiframework.com/wiki/",
1212
"irc": "irc://irc.freenode.net/yii",
1313
"source": "https://github.com/yiisoft/yii2"
1414
},

0 commit comments

Comments
 (0)