Skip to content

Commit 2e2c900

Browse files
committed
use PSR-4 instead of PSR-0
1 parent 5b39ae4 commit 2e2c900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
"minimum-stability": "stable",
3232
"prefer-stable": true,
3333
"autoload": {
34-
"psr-0": {
34+
"psr-4": {
3535
"Craue\\FormFlowBundle\\": ""
3636
}
3737
},
38-
"target-dir": "Craue/FormFlowBundle",
3938
"extra": {
4039
"branch-alias": {
4140
"dev-master": "3.0.x-dev"

0 commit comments

Comments
 (0)