forked from avalanche123/AvalancheImagineBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (35 loc) · 985 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": "avalanche123/imagine-bundle",
"description": "Image manipulation using Imagine and Twig Filters.",
"keywords": ["image manipulation", "imagine"],
"homepage": "https://github.com/avalanche123/AvalancheImagineBundle",
"type": "symfony-bundle",
"license": "MIT",
"repositories":[
{
"type":"git",
"url":"git://github.com/avalanche123/Imagine.git"
}
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"require": {
"symfony/framework-bundle": "2.*",
"imagine/Imagine": "v0.5.0"
},
"require-dev": {
"makasim/temp-file": "dev-master"
},
"suggest": {
"symfony/twig-bundle": "2.*"
},
"autoload": {
"psr-0": { "Avalanche\\Bundle\\ImagineBundle": "" }
},
"target-dir": "Avalanche/Bundle/ImagineBundle"
}