-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
34 lines (34 loc) · 1022 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
34
{
"name": "thyseus/yii2-files",
"description": "General file upload management for Yii2",
"keywords": ["yii2", "yii2-files"],
"type": "yii2-extension",
"license": "GPL-2.0-only",
"version": "0.1.0",
"support": {
"issues": "https://github.com/thyseus/yii2-files/issues?state=open",
"forum": "https://gitter.im/thyseus/yii2-files",
"source": "https://github.com/thyseus/yii2-files"
},
"authors": [
{
"name": "Herbert Maschke",
"email": "[email protected]",
"homepage": "https://github.com/thyseus/yii2-files"
}
],
"minimum-stability": "stable",
"require": {
"yiisoft/yii2": "^2.0.0",
"yiisoft/yii2-bootstrap": "^2.0.0",
"yiisoft/yii2-imagine": "*",
"kartik-v/yii2-widget-fileinput": "1.0.*",
"kartik-v/yii2-widget-select2": "^2.0",
"demi/cropper": "~1.0"
},
"autoload": {
"psr-4": {
"thyseus\\files\\": ""
}
}
}