forked from mootensai/yii2-relation-trait
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 855 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "mootensai/yii2-relation-trait",
"type": "yii2-extension",
"description": "Yii 2 Models load with relation, & transaction save with relation",
"keywords": ["Yii2","relation","load","save","transaction","loadwithrelation", "savewithrelation", "related", "saveall", "loadall"],
"homepage": "http://github.com/mootensai/yii2-relation-trait",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/mootensai/yii2-relation-trait/issues",
"source": "https://github.com/mootensai/yii2-relation-trait"
},
"authors": [
{
"name": "Yohanes Candrajaya",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0"
},
"autoload": {
"psr-4": {
"mootensai\\relation\\": ""
}
}
}