-
Notifications
You must be signed in to change notification settings - Fork 26
/
composer.json
34 lines (34 loc) · 1.04 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
{
"name": "ezsystems/demobundle",
"description": "Demo bundle for eZ Publish Platform",
"license": "GPL-2.0",
"authors": [
{
"name": "eZ Publish dev-team & eZ Community",
"homepage": "https://github.com/ezsystems/DemoBundle/graphs/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"ezsystems/ezpublish-kernel": "~6.0@dev",
"ezsystems/comments-bundle": "~6.0@dev",
"ezsystems/platform-ui-assets-bundle": "~1.0@dev",
"whiteoctober/breadcrumbs-bundle": "~1.0.1",
"knplabs/knp-menu-bundle": "1.*",
"twig/twig": "~1.28",
"zetacomponents/feed": "~1.4",
"ezsystems/demobundle-data": "~1.0@dev",
"components/bootstrap": "3.3.2",
"ezsystems/privacy-cookie-bundle": "~1.0@dev"
},
"autoload": {
"psr-0": {"EzSystems\\DemoBundle": ""}
},
"target-dir": "EzSystems/DemoBundle",
"extra": {
"branch-alias": {
"dev-master": "6.0.x-dev"
}
}
}