-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
53 lines (53 loc) · 1.51 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
50
51
52
53
{
"name": "execut/yii2-crud-fields",
"description": "A behavior for standard fields logic in CRUD based on kartik dynagrid and detailView",
"keywords": ["yii2 grid", "yii2 fields"],
"homepage": "https://github.com/execut/yii2-crud-fields",
"type": "yii2-extension",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/execut/yii2-crud-fields/issues?state=open",
"wiki": "https://github.com/execut/yii2-crud-fields/wiki",
"source": "https://github.com/execut/yii2-crud-fields"
},
"authors": [
{
"name": "Mamaev Yuriy (eXeCUT)"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^7.4",
"yiisoft/yii2": "2.*",
"yiisoft/yii2-imagine": "*",
"kartik-v/yii2-detail-view": "*",
"kartik-v/yii2-date-range": "*",
"kartik-v/yii2-widget-select2": "*",
"unclead/yii2-multiple-input": "*",
"execut/yii2-base": "*",
"execut/yii2-save-relations-behavior": "*",
"execut/yii2-kcfinder": "*",
"sammaye/yii2-qtip": "dev-master as 0.1.0"
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-yii2": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"execut/yii2-settings": "*",
"execut/yii2-crud": "*"
},
"autoload": {
"psr-4": {
"execut\\crudFields\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}