Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 9c0fa67

Browse files
committed
update to PSR-4
1 parent b02e1e6 commit 9c0fa67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents"
2626
},
2727
"autoload": {
28-
"psr-0": { "Symfony\\Cmf\\Bundle\\RoutingAutoBundle": "" }
28+
"psr-4": {
29+
"Symfony\\Cmf\\Bundle\\RoutingAutoBundle\\": ""
30+
}
2931
},
30-
"target-dir": "Symfony/Cmf/Bundle/RoutingAutoBundle",
3132
"extra": {
3233
"branch-alias": {
3334
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)