forked from liip/LiipImagineBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (34 loc) · 1.09 KB
/
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
37
38
39
{
"name": "liip/imagine-bundle",
"type": "symfony-bundle",
"description": "This Bundle assists in imagine manipulation using the imagine library",
"keywords": ["imagine", "image"],
"homepage": "http://liip.ch",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Liip and other contributors",
"homepage": "https://github.com/liip/LiipImagineBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"imagine/Imagine": "0.4.*",
"symfony/finder": ">=2.0.16,~2.0",
"symfony/filesystem": ">=2.0.16,~2.0",
"symfony/options-resolver": ">=2.0.16,~2.0",
"symfony/framework-bundle": ">=2.0.16,~2.0"
},
"require-dev": {
"twig/twig": ">=1.0,<2.0-dev",
"symfony/yaml": ">=2.0.16,~2.0"
},
"suggest": {
"twig/twig": ">=1.0,<2.0-dev"
},
"autoload": {
"psr-0": { "Liip\\ImagineBundle": "" }
},
"target-dir": "Liip/ImagineBundle"
}