We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4693781 commit 77fdf13Copy full SHA for 77fdf13
composer.json
@@ -38,9 +38,10 @@
38
"sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents"
39
},
40
"autoload": {
41
- "psr-0": { "Symfony\\Cmf\\Bundle\\RoutingBundle": "" }
+ "psr-4": {
42
+ "Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
43
+ }
44
- "target-dir": "Symfony/Cmf/Bundle/RoutingBundle",
45
"extra": {
46
"branch-alias": {
47
"dev-master": "1.2-dev"
0 commit comments