-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
36 lines (36 loc) · 1.02 KB
/
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
{
"name": "mackrais/yii2-crop-image-section",
"description": "Cropping widget yii2 by section. The widget supports transparent background png,gif",
"keywords": ["yii2", "extension", "widget", "context", "menu", "mouse", "click", "crop", "cropping", "zoom", "crop and zoom"],
"homepage": "https://github.com/mackrais/yii2-crop-image-section",
"type": "yii2-extension",
"license": "BSD 3-Clause",
"minimum-stability": "dev",
"repositories": [
{
"type":"git",
"url": "https://github.com/mackrais/yii2-crop-image-section.git"
}
],
"authors": [
{
"name": "Oleh Boiko",
"email": "[email protected]",
"homepage": "http://mackrais.com"
}
],
"require": {
"php": ">=5.3.0",
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"mackrais\\cropimage\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}