This repository has been archived by the owner on Jun 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
composer.json
46 lines (46 loc) · 1.53 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
{
"name": "sonata-project/propel-admin-bundle",
"type": "symfony-bundle",
"description": "Symfony Sonata / Integrate Propel into the SonataAdminBundle",
"keywords": ["Admin Generator", "admin", "sonata", "bootstrap", "generator"],
"homepage": "http://sonata-project.org/bundles/admin",
"license": "MIT",
"authors": [
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataPropelAdminBundle/contributors"
}
],
"require": {
"propel/propel1": "~1.7",
"sonata-project/admin-bundle": "~2.3",
"sonata-project/block-bundle": "~2.2",
"sonata-project/exporter": "^1.3.2",
"symfony/form": "~2.2",
"symfony/framework-bundle": "~2.2",
"symfony/propel1-bridge": "~2.2"
},
"require-dev": {
"knplabs/knp-menu-bundle": ">=1.1.0,<3.0.0",
"propel/propel-bundle": "~1.2",
"symfony/browser-kit": "~2.2",
"symfony/console": "~2.2",
"symfony/security-bundle": "~2.2",
"symfony/twig-bundle": "~2.2",
"symfony/phpunit-bridge": "~2.7|~3.0",
"fabpot/php-cs-fixer": "~0.1|~1.0"
},
"provide": {
"sonata-project/admin-bundle-persistency-layer": "1.0.0"
},
"autoload": {
"psr-0": { "Sonata\\PropelAdminBundle": "" },
"exclude-from-classmap": [
"Tests/"
]
},
"autoload-dev": {
"psr-4": { "Sonata\\PropelAdminBundle\\Tests\\": "Tests/" }
},
"target-dir": "Sonata/PropelAdminBundle"
}