Skip to content

Commit 4398b4f

Browse files
committed
fix autoload
1 parent 4f24e83 commit 4398b4f

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
@@ -13,8 +13,9 @@
1313
"symfony/framework-bundle": "2.*"
1414
},
1515
"autoload": {
16-
"psr-0": { "Docplanner\\AssetsBundle": "" }
16+
"psr-4": {
17+
"Docplanner\\AssetsBundle\\": "AssetsBundle/"
18+
}
1719
},
18-
"target-dir": "Docplanner/AssetsBundle",
1920
"minimum-stability": "stable"
2021
}

0 commit comments

Comments
 (0)