forked from Anahkiasen/illuminage
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 749 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 749 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
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": "ehtnam6@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"anahkiasen/html-object": "1.1.2",
"illuminate/cache": "~4",
"illuminate/container": "~4",
"illuminate/config": "~4",
"illuminate/routing": "~4",
"illuminate/support": "~4",
"imagine/Imagine": "0.5.0"
},
"require-dev": {
"mockery/mockery": "dev-master"
},
"autoload": {
"psr-0": {
"Illuminage": "src/"
}
},
"minimum-stability": "dev"
}