Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit df4e6a0

Browse files
committed
feat: making this template into a separate package
1 parent b37d7e1 commit df4e6a0

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

composer.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
2-
"name": "yiisoft/yii2-app-basic",
3-
"description": "Yii 2 Basic Project Template",
4-
"keywords": ["yii2", "framework", "basic", "project template"],
5-
"homepage": "http://www.yiiframework.com/",
2+
"name": "hunwalk/yii2-basic-firestarter",
3+
"description": "Yii 2 Firestarter Project Template",
4+
"keywords": ["yii2", "framework", "basic", "firestarter", "project template"],
65
"type": "project",
76
"license": "BSD-3-Clause",
87
"support": {
9-
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
10-
"forum": "http://www.yiiframework.com/forum/",
11-
"wiki": "http://www.yiiframework.com/wiki/",
12-
"irc": "irc://irc.freenode.net/yii",
13-
"source": "https://github.com/yiisoft/yii2"
8+
"issues": "https://github.com/HunWalk/yii2-basic-firestarter/issues?state=open",
9+
"source": "https://github.com/HunWalk/yii2-basic-firestarter"
1410
},
1511
"minimum-stability": "stable",
1612
"require": {

0 commit comments

Comments
 (0)