forked from sonata-project/SonataDoctrineMongoDBAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
47 lines (47 loc) · 1.51 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
{
"name": "sonata-project/doctrine-mongodb-admin-bundle",
"type": "symfony-bundle",
"description": "Symfony Sonata / Integrate Doctrine MongoDB ODM into the SonataAdminBundle",
"keywords": ["Admin Generator", "admin", "sonata", "bootstrap", "generator", "Mongo", "MongoDB"],
"homepage": "http://sonata-project.org/bundles/admin",
"license": "MIT",
"authors": [
{
"name": "Kévin Dunglas",
"email": "[email protected]",
"homepage": "http://dunglas.fr"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/contributors"
}
],
"require": {
"doctrine/mongodb-odm-bundle": "~3.0",
"doctrine/mongodb-odm": "~1.0",
"sonata-project/admin-bundle": "~2.3"
},
"require-dev": {
"jmikola/geojson": "~1.0",
"phpunit/phpunit": "~4.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"fabpot/php-cs-fixer": "~0.5|~1.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"provide": {
"sonata-project/admin-bundle-persistency-layer": "1.0.0"
},
"autoload": {
"psr-0": {"Sonata\\DoctrineMongoDBAdminBundle": ""}
},
"target-dir": "Sonata/DoctrineMongoDBAdminBundle",
"extra": {
"branch-alias": {
"dev-2.0": "2.0.x-dev",
"dev-2.1": "2.1.x-dev",
"dev-2.2": "2.2.x-dev",
"dev-master": "2.3.x-dev"
}
}
}