forked from Deadly299/yii2-gallery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 913 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
32
33
{
"name": "wiperawa/yii2-gallery",
"description": "multiple Image galleries module",
"keywords": ["yii2", "module", "images", "behavior", "widget", "gallery", "yii2-images"],
"homepage": "https://github.com/wiperawa/yii2-gallery",
"type": "yii2-extension",
"license": "Apache-2.0",
"support": {
"source": "https://github.com/wiperawa/yii2-gallery"
},
"authors": [
{
"name": "Dmitriy Lukeryanov",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"kartik-v/yii2-widget-fileinput": "*",
"abeautifulsite/simpleimage": "2.*"
},
"config": {
"process-timeout": 1800
},
"autoload": {
"psr-4": {
"wiperawa\\gallery\\": "src\\"
}
}
}