forked from liip/LiipImagineBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (30 loc) · 933 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
{
"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",
"authors": [
{
"name": "Liip and other contributors",
"homepage": "https://github.com/liip/LiipImagineBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"imagine/Imagine": "<=0.2.8",
"symfony/framework-bundle": ">=2.0.14,<2.2-dev"
},
"require-dev": {
"twig/twig": ">=1.0,<2.0-dev",
"symfony/yaml": ">=2.0,<2.2-dev"
},
"suggest": {
"twig/twig": ">=1.0,<2.0-dev"
},
"autoload": {
"psr-0": { "Liip\\ImagineBundle": "" }
},
"target-dir": "Liip/ImagineBundle"
}