-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
47 lines (47 loc) · 1.32 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
40
41
42
43
44
45
46
47
{
"name": "mv/mv-blog-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Blog Bundle",
"keywords": ["blog"],
"homepage": "https://github.com/phpmike/MvBlogBundle",
"license": "GPL",
"authors": [
{
"name": "Michaël VEROUX",
"homepage": "https://github.com/phpmike"
},
{
"name": "Jarrett Croll",
"homepage": "https://github.com/jcroll",
"role": "Translator"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "~2.3.0@stable",
"symfony/swiftmailer-bundle": "2.3.*",
"symfony/assetic-bundle": "2.3.*",
"doctrine/doctrine-bundle": "1.2.*",
"jms/security-extra-bundle": "~1.4",
"jms/di-extra-bundle": ">=1.3.0@dev",
"knplabs/knp-paginator-bundle": "2.3.*",
"gedmo/doctrine-extensions": "2.3.*",
"egeloen/ckeditor-bundle": ">=2.1.3",
"helios-ag/fm-elfinder-bundle": ">=1.0,<1.5"
},
"suggest": {
"friendsofsymfony/user-bundle": "to use authentication"
},
"minimum-stability": "beta",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-0": {
"Mv\\BlogBundle": ""
}
},
"target-dir" : "Mv/BlogBundle"
}