Skip to content

Commit 0132c04

Browse files
committed
Update composer.json
1 parent 3fc44c5 commit 0132c04

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "mootensai/yii2-relation-trait",
3-
"type": "BSD-3-Clause",
3+
"type": "yii2-extension",
44
"description": "Yii 2 Models load with relation, & transaction save with relation",
55
"keywords": ["Yii2","relation","load","save","transaction","loadwithrelation", "savewithrelation", "related", "saveall", "loadall"],
66
"homepage": "http://github.com/mootensai/yii2-relation-trait",
7-
"license": "none",
7+
"license": "BSD-3-Clause",
8+
"support": {
9+
"issues": "https://github.com/mootensai/yii2-relation-trait/issues",
10+
"source": "https://github.com/mootensai/yii2-relation-trait"
11+
},
812
"authors": [
913
{
1014
"name": "Yohanes Candrajaya",
11-
"email": "[email protected]",
12-
"role": "Developer"
15+
"email": "[email protected]"
1316
}
1417
],
1518
"require": {

0 commit comments

Comments
 (0)