Skip to content

Commit 77fdf13

Browse files
committed
update to PSR-4
1 parent 4693781 commit 77fdf13

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
@@ -38,9 +38,10 @@
3838
"sonata-project/doctrine-phpcr-admin-bundle": "To provide an admin interface for the PHPCR ODM documents"
3939
},
4040
"autoload": {
41-
"psr-0": { "Symfony\\Cmf\\Bundle\\RoutingBundle": "" }
41+
"psr-4": {
42+
"Symfony\\Cmf\\Bundle\\RoutingBundle\\": ""
43+
}
4244
},
43-
"target-dir": "Symfony/Cmf/Bundle/RoutingBundle",
4445
"extra": {
4546
"branch-alias": {
4647
"dev-master": "1.2-dev"

0 commit comments

Comments
 (0)