forked from macagua/yii-cadvancedarbehavior
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.21 KB
/
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
28
29
30
31
32
33
{
"name": "macagua/yii-cadvancedarbehavior",
"description": "Fork of Yii 1.1 CAdvancedArBehavior (Advanced functions for Active Record implementation) by thyseus",
"keywords": ["active record", "ar", "many2many", "database", "tables", "relation", "relations", "extension", "yii-extension", "yii-1.x"],
"type": "yii-extension",
"require": {
"php": ">=5.4.0",
"yiisoft/yii": "1.1.16"
},
"license": "New BSD",
"homepage": "http://www.yiiframework.com/extension/cadvancedarbehavior/",
"support": {
"email": "[email protected]",
"forum": "http://www.yiiframework.com/forum/index.php?/topic/6905-please-test-my-ar-enhancement-automatically-sync-many-many-table-when-calling-save/"
},
"authors": [
{
"name": "Herbert Maschke",
"email": "[email protected]",
"role": "Main Developer"
},
{
"name": "Leonardo J. Caballero G.",
"email": "[email protected]",
"homepage": "https://github.com/macagua",
"role": "Package maintainer"
}
],
"minimum-stability": "dev",
"autoload" : {
"classmap" : ["CAdvancedArBehavior.php"]
}
}