-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (35 loc) · 872 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
{
"name": "montesjmm/resize-and-watermark",
"type": "library",
"description": "Resize and Watermark for Laravel resizes and watermarks your pictures easily",
"keywords": ["resize","watermark","thumbnail","picture resize","picture thumbnail"],
"homepage": "https://github.com/montes/resize-and-watermark",
"license": "MIT",
"version": "0.3.1",
"authors": [
{
"name": "Montes",
"email": "[email protected]",
"homepage": "http://montesjmm.com",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"source": "https://github.com/montes/resize-and-watermark"
},
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.2",
"imagine/Imagine" : ">=0.4.0"
},
"require-dev": {
"phpspec/phpspec": "~2.1"
},
"autoload": {
"psr-4": {
"Montesjmm\\ResizeAndWatermark\\": "src/"
}
},
"minimum-stability": "dev"
}