forked from Sywooch/yii2-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.16 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
{
"name": "dvizh/yii2-filter",
"description": "yii2-filter add options and filters to your model",
"keywords": ["yii2", "yii2", "application", "options", "filter", "module", "dvizh"],
"homepage": "https://github.com/dvizh/yii2-filter",
"type": "yii2-extension",
"license": "Apache-2.0",
"support": {
"source": "https://github.com/dvizh/yii2-filter"
},
"authors": [
{
"name": "Ilya Pistol",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"2amigos/yii2-grid-view-library": "*",
"kartik-v/yii2-widget-select2": "*",
"dvizh/yii2-gallery": "*",
"yii2mod/yii2-ion-slider": "*",
"zelenin/yii2-slug-behavior": "~1.5.1"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"
},
"config": {
"process-timeout": 1800
},
"autoload": {
"psr-4": {
"dvizh\\filter\\": "src\\"
}
},
"extra": {
"bootstrap": "dvizh\\filter\\Bootstrap"
}
}