forked from ambroisemaupate/intervention-request
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 950 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
{
"name": "ambroisemaupate/intervention-request",
"description":"A Intervention Image wrapper to use simple resample features over urls.",
"license":"MIT",
"type": "project",
"keywords": [
"image manipulation"
],
"authors": [
{
"name": "Ambroise Maupate",
"email": "[email protected]",
"homepage": "http://www.rezo-zero.com",
"role": "Lead developer"
}
],
"require": {
"intervention/image": "~2.3",
"symfony/http-foundation": "~2.8",
"monolog/monolog":"~1.17",
"symfony/console": "~2.8",
"symfony/finder": "~2.8",
"symfony/filesystem": "~2.8",
"symfony/event-dispatcher": "~2.8",
"symfony/process": "~2.8"
},
"autoload": {
"psr-4": {
"AM\\InterventionRequest\\": "src/"
}
},
"bin": ["bin/intervention", "bin/intervention.php"]
}