-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (43 loc) · 1.42 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
{
"name": "manhattan/console-bundle",
"type": "symfony-bundle",
"description": "Easy integration of console system for Manhattan Console in Symfony2",
"keywords": ["security", "layout"],
"license": "MIT",
"authors": [
{
"name": "James Rickard",
"email": "james@frodosghost.com",
"homepage": "http://frodosghost.com"
}
],
"autoload": {
"psr-0": { "Manhattan\\Bundle\\ConsoleBundle": "" }
},
"target-dir": "Manhattan/Bundle/ConsoleBundle",
"require": {
"php": ">=5.3.2",
"mopa/bootstrap-bundle": "3.*@dev",
"twbs/bootstrap": "3.*",
"knplabs/knp-paginator-bundle": "~2.3",
"knplabs/knp-menu-bundle": "~2.0@dev",
"friendsofsymfony/user-bundle": "dev-master",
"knplabs/knp-markdown-bundle": "1.2.*@dev",
"stfalcon/tinymce-bundle": "0.3.*",
"ornj/markdown-bundle": "dev-master"
},
"require-dev": {
"liip/functional-test-bundle": "1.0.*@dev"
},
"suggest": {
"manhattan/publish-bundle": "For using publish behaviour to saved entities.",
"manhattan/public-bundle": "For making setup of the public facing web site easy.",
"manhattan/posts-bundle": "For adding Post into the project.",
"liip/imagine-bundle": "For handling images."
},
"extra": {
"branch-alias": {
"dev-factory": "3.0.x-dev"
}
}
}