forked from tom--/yii2-dynamic-ar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.38 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "enigmatix/yii2-dynamic-ar",
"description": "Extends Yii ActiveRecord for Maria Dynamic Columns",
"keywords": ["yii2", "Maria", "MariaDB", "Dynamic Columns", "ActiveRecord", "AR", "ORM"],
"type": "yii2-extension",
"license": "ISC",
"support": {
"issues": "https://github.com/tom--/dynamic-ar/issues",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/tom--/dynamic-ar",
"email": "[email protected]"
},
"authors": [
{
"name": "Tom Worster",
"email": "[email protected]"
},
{
"name": "Danil Zakablukovskii",
"email": "[email protected]",
"homepage": "http://danilz.me/",
"role": "Developer"
}
],
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
},
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"require": {
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-apidoc": "~2.0"
},
"require-dev": {
"yiisoft/yii2-dev": "~2.0",
"phpunit/phpunit": "~4.4",
"yiisoft/yii2-coding-standards": "~2.0.2"
},
"autoload": {
"psr-4": {
"spinitron\\dynamicAr\\": ""
}
}
}