-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
32 lines (32 loc) · 905 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
{
"name": "onmotion/yii2-gallery",
"description": "blueimp gallery with fileupload in your Yii2 application",
"type": "yii2-extension",
"keywords": ["yii2","gallery","module","blueimp","photo"],
"license": "GPL-3.0",
"authors": [
{
"name": "Alexandr Kozhevnikov",
"email": "[email protected]",
"homepage": "http://kozhevnikov.me",
"role": "Developer"
}
],
"require": {
"yiisoft/yii2": ">=2.0.1",
"bower-asset/blueimp-gallery": ">=v2.17.0",
"npm-asset/bootstrap-fileinput": "^5.0",
"onmotion/yii2-helpers": "*"
},
"autoload": {
"psr-4": {
"onmotion\\gallery\\": ""
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}