forked from liip/LiipHelloBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.17 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
{
"name": "liip/hello-bundle",
"type": "symfony-bundle",
"description": "This Bundle provides examples for various Liip and other bundles.",
"keywords": ["example"],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Liip AG",
"homepage": "http://www.liip.ch/"
},
{
"name": "Community contributions",
"homepage": "https://github.com/liip/LiipThemeBundle/contributors"
}
],
"require": {
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.7",
"doctrine/phpcr-bundle": "~1.3@dev",
"doctrine/phpcr-odm": "~1.0",
"liip/hyphenator-bundle": "~1.0",
"liip/theme-bundle": "~1.0",
"liip/imagine-bundle": "~1.0",
"liip/search-bundle": "~1.0",
"liip/container-wrapper-bundle": "~1.0",
"liip/url-auto-converter-bundle": "~1.0",
"nelmio/api-doc-bundle": "~2.3@dev",
"jms/serializer-bundle": "~0.13",
"friendsofsymfony/rest-bundle": "~1.7",
"friendsofsymfony/user-bundle": "~2.0@dev"
},
"autoload": {
"psr-4": { "Liip\\HelloBundle\\": "" }
}
}