forked from sonata-project/SonataDoctrinePhpcrAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.26 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
{
"name": "sonata-project/doctrine-phpcr-admin-bundle",
"type": "symfony-bundle",
"description": "Symfony Sonata / Integrate Doctrine PHPCR into the SonataAdminBundle",
"keywords": ["Admin Generator", "admin", "sonata", "bootstrap"],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Nacho Martin",
"email": "nacho.martin@gmail.com",
"homepage": "http://nacho-martin.com"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataDoctrinePHPCRAdminBundle/contributors"
}
],
"require": {
"php": ">=5.3.3",
"sonata-project/admin-bundle": ">=2.2.9,<2.2.11",
"symfony/framework-bundle": "~2.2",
"symfony/property-access": "~2.2",
"doctrine/phpcr-odm": "~1.1",
"doctrine/phpcr-bundle": "~1.1",
"symfony-cmf/tree-browser-bundle": ">=1.1.0,<1.2.0"
},
"require-dev": {
"jackalope/jackalope-jackrabbit": "~1.0"
},
"autoload": {
"psr-0": { "Sonata\\DoctrinePHPCRAdminBundle": "" }
},
"target-dir": "Sonata/DoctrinePHPCRAdminBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}