forked from rdeanar/yii2-file-processor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 861 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": "deanar/yii2-file-processor",
"description": "Upload and process files and images for Yii2",
"type": "yii2-extension",
"keywords": ["yii2","extension","upload","files","images","crop","resize","thumbnails"],
"license": "BSD-4-Clause",
"version" : "0.1.3",
"authors": [
{
"name": "Mikhail Razumovskiy",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/rdeanar/yii2-file-processor/issues",
"source": "https://github.com/rdeanar/yii2-file-processor"
},
"autoload": {
"psr-4": {
"deanar\\fileProcessor\\": ""
}
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"rubaxa/fileapi": "*",
"bower-asset/jcrop": "*",
"yiisoft/yii2-imagine": "*"
}
}