forked from iwyg/jitimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 767 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 767 Bytes
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
{
"name": "thapp/jitimage",
"description": "Just in time image manipulation with support for laravel 4",
"keywords": ["image", "gd", "imagemagick", "imagick", "laravel", "filter", "thumbnail", "just in time"],
"require": {
"php":">=5.4.0",
"illuminate/support":"~4.1",
"symfony/filesystem":"~2.4",
"symfony/http-foundation": "~2.4"
},
"require-dev": {
"mockery/mockery": "dev-master",
"mikey179/vfsStream":"dev-master"
},
"license": "MIT",
"authors": [
{
"name": "Thomas Appel",
"email": "mail@thomas-appel.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-0":{"Thapp":"src/"},
"classmap":["tests/"]
}
}