forked from andrewblake1/yii2-file-upload-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 821 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
{
"name": "2amigos/yii2-file-upload-widget",
"description": "BlueImp jQuery File Upload Widget for Yii2.",
"keywords": ["yii", "extension", "widget", "upload"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Antonio Ramirez",
"email": "ramirez.cobos@gmail.com",
"homepage": "http://2amigos.us"
}
],
"require": {
"yiisoft/yii2": "*",
"bower-asset/jQuery-File-Upload": "@stable",
"2amigos/yii2-resource-manager-component" : "*",
"yiisoft/yii2-imagine": "*"
},
"autoload": {
"psr-4": {
"dosamigos\\fileupload\\": ""
}
},
"extra": {
"asset-installer-paths": {
"bower-asset-library": "vendor/bower"
}
}
}