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

Commit a0148c2

Browse files
committed
update to PSR-4
1 parent bfb5985 commit a0148c2

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
@@ -24,12 +24,11 @@
2424
"doctrine/phpcr-bundle": "1.*",
2525
"doctrine/phpcr-odm": "1.*"
2626
},
27-
"autoload":{
28-
"psr-0":{
29-
"Symfony\\Cmf\\Bundle\\TreeBrowserBundle": ""
27+
"autoload": {
28+
"psr-4": {
29+
"Symfony\\Cmf\\Bundle\\TreeBrowserBundle\\": ""
3030
}
3131
},
32-
"target-dir": "Symfony/Cmf/Bundle/TreeBrowserBundle",
3332
"extra": {
3433
"branch-alias": {
3534
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)