forked from comur/ComurImageBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.2 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": "comur/image-bundle",
"type": "symfony-bundle",
"description": "A bundle providing fields for image upload with jquery upload and image cropping with jcrop for symfony2",
"keywords": ["Form Type", "image", "upload", "crop", "jcrop", "jquery upload"],
"homepage": "https://github.com/comur/ComurImageBundle",
"license": "MIT",
"authors": [
{
"name": "Can OMUR",
"email": "[email protected]",
"homepage": "http://canomur.com"
}
],
"require": {
"php": ">=5.3.0",
"ext-gd": "*",
"symfony/http-foundation": "~2.2",
"symfony/form": "~2.2",
"symfony/validator": "~2.2",
"symfony/routing": "~2.2",
"symfony/config": "~2.2",
"symfony/twig-bridge": "~2.2",
"symfony/class-loader":"~2.2",
"twig/twig": "~1.12",
"twig/extensions": "~1.0",
"friendsofsymfony/jsrouting-bundle": "@stable",
"jms/translation-bundle": "@stable"
},
"target-dir": "Comur/ImageBundle",
"autoload": {
"psr-0": { "Comur\\ImageBundle": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}