forked from kevbaldwyn/image
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (31 loc) · 835 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
{
"name": "marcha/image",
"description": "A forked Laravel 4 to 11. package to aid generating automatically resized images on the fly and generating responsive images.",
"keywords":["laravel", "imagecow", "image", "responsive", "resize"],
"authors": [
{
"name": "Kevin Baldwyn",
"email": "kevin@purepixel.co.uk"
},
{
"name" : "Nikola Janković",
"email": "nikola@mojasoba.com"
},
{
"name" : "Nikola Marcic",
"email": "nikola@marcic.net"
}
],
"require": {
"php": ">=5.3.0",
"imagecow/imagecow": "dev-master",
"aws/aws-sdk-php": "2.8"
},
"require-dev" : {
},
"autoload": {
"psr-0": {
"marcha\\Image": "src/"
}
}
}