-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
31 lines (31 loc) · 1011 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
28
29
30
31
{
"name": "matvik/yii2-model-gallery",
"description": "This extension implements the behavior and widget for a set of images related to a particular model (product, user, etc.).",
"type": "yii2-extension",
"keywords": ["yii2","extension","gallery","images","widget","behavior","ajax","form"],
"license": "MIT",
"support": {
"issues": "https://github.com/Matvik/yii2-model-gallery/issues",
"source": "https://github.com/Matvik/yii2-model-gallery"
},
"authors": [
{
"name": "Matviy Shkotnyar",
"email": "[email protected]",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-jui": "*",
"yiisoft/yii2-imagine": "*",
"bower-asset/jquery-confirm2": "~3.3.2",
"bower-asset/dm-file-uploader": "~1.0.2"
},
"autoload": {
"psr-4": {
"matvik\\modelGallery\\": "src"
}
}
}