forked from bilginnet/yii2-cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 842 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
35
36
37
38
{
"name": "bilginnet/yii2-cropper",
"description": "Yii2 Bootstrap Cropper Input Widget",
"type": "yii2-extension",
"keywords": ["yii2","extension","cropper","widget"],
"license": "MIT",
"authors": [
{
"name": "Ercan Bilgin",
"email": "[email protected]",
"homepage": "https://github.com/bilginnet?tab=repositories"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"npm-asset/cropperjs": "^1.5.6",
"npm-asset/jquery-cropper": "^1.0.1"
},
"autoload": {
"psr-4": {
"bilginnet\\cropper\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}