Skip to content

Commit 9ae625f

Browse files
committed
chore: use psr-4 autoloading
1 parent bac9b5d commit 9ae625f

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
@@ -29,9 +29,8 @@
2929
"symfony/validator": "~2.7|~3.0"
3030
},
3131
"autoload": {
32-
"psr-0": { "Markup\\AddressingBundle": "" }
32+
"psr-4": { "Markup\\AddressingBundle\\": "" }
3333
},
34-
"target-dir": "Markup/AddressingBundle",
3534
"extra": {
3635
"branch-alias": {
3736
"dev-master": "1.0-dev"

0 commit comments

Comments
 (0)