-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1000 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
39
40
41
42
43
44
{
"name": "aiger-team/image-tools",
"type": "library",
"description": "Light image editing tool with immutable objects style",
"keywords": [
"image",
"picture",
"modify",
"edit",
"resize",
"crop",
"rotate",
"print text",
"screenshot",
"opacity",
"transparent",
"k-means",
"watermark",
"stamp",
"immutable"
],
"homepage": "https://github.com/AigerTeam/ImageTools",
"license": "MIT",
"authors": [
{
"name": "Finesse",
"email": "finesserus@gmail.com"
},
{
"name": "maindefine",
"homepage": "http://ahrameev.ru"
}
],
"require": {
"php": ">=5.3",
"ext-gd": "*"
},
"suggest": {
"ext-exif": "Automatically rotate photos with an accelerometer data"
},
"autoload": {
"psr-4": { "AigerTeam\\ImageTools\\": "src/" }
}
}