This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
57 lines (55 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
{
"name": "presta/cms-core-bundle",
"type": "symfony-bundle",
"description": "PrestaCMS Core bundle : CMS based on Symfony2 and Symfony-CMF",
"keywords": ["symfony2", "bundle", "cms", "symfony-cmf", "prestaconcept"],
"homepage": "https://github.com/prestaconcept/PrestaCMSCoreBundle",
"license": "MIT",
"authors": [
{
"name": "Nicolas Bastien",
"email": "[email protected]",
"homepage": "http://www.prestaconcept.net/"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.2",
"doctrine/phpcr-bundle": "1.0.*",
"doctrine/phpcr-odm": "1.0.*",
"symfony-cmf/core-bundle": "1.0.*",
"symfony-cmf/content-bundle": "1.0.*",
"symfony-cmf/menu-bundle": "1.0.*",
"symfony-cmf/block-bundle": "1.0.*",
"symfony-cmf/routing-bundle": "1.1.*",
"symfony-cmf/tree-browser-bundle": "1.0.*",
"sonata-project/doctrine-phpcr-admin-bundle": "~1.0",
"sonata-project/seo-bundle": "1.1.*",
"sonata-project/translation-bundle": "1.*",
"leafo/lessphp":"~0.3",
"aferrandini/urlizer": "1.0.*"
},
"require-dev": {
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/doctrine-bundle": "1.2.*",
"doctrine/doctrine-fixtures-bundle": "2.1.*",
"jackalope/jackalope-doctrine-dbal": "1.0.*@dev",
"symfony-cmf/testing": "1.0.*",
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"presta/sitemap-bundle": "To generate your sitemaps",
"jackalope/jackalope-doctrine-dbal": "1.0.*@dev",
"jackalope/jackalope-jackrabbit": "1.0.*"
},
"autoload": {
"psr-0": { "Presta\\CMSCoreBundle": "" }
},
"target-dir": "Presta/CMSCoreBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}