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

Commit 8a707dd

Browse files
committed
update to PSR-4
1 parent b3c014a commit 8a707dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
"suggest": {
3131
"sonata-project/doctrine-phpcr-admin-bundle": "if you want to have editing capabilities"
3232
},
33-
"autoload":{
34-
"psr-0":{
35-
"Symfony\\Cmf\\Bundle\\MenuBundle": ""
33+
"autoload": {
34+
"psr-4": {
35+
"Symfony\\Cmf\\Bundle\\MenuBundle\\": ""
3636
}
3737
},
38-
"target-dir": "Symfony/Cmf/Bundle/MenuBundle",
3938
"extra": {
4039
"branch-alias": {
4140
"dev-master": "1.2-dev"

0 commit comments

Comments
 (0)