forked from terion-name/illuminage
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
36 lines (36 loc) · 996 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
{
"name" : "anahkiasen/illuminage",
"description" : "Wrapper for the Imagine library to hook into the Laravel framework",
"license" : "MIT",
"keywords" : [
"laravel",
"imagine",
"thumb",
"images"
],
"authors" : [
{
"name" : "Maxime Fabre",
"email": "[email protected]"
}
],
"require" : {
"php" : ">=5.3.0",
"anahkiasen/html-object": "~1.4.0",
"illuminate/cache" : "~4.1",
"illuminate/container" : "~4.1",
"illuminate/config" : "~4.1",
"illuminate/routing" : "~4.1",
"illuminate/support" : "~4.1",
"imagine/imagine" : "~0.5.0"
},
"require-dev" : {
"mockery/mockery": "dev-master"
},
"autoload" : {
"psr-0": {
"Illuminage": "src/"
}
},
"minimum-stability": "dev"
}