Skip to content

Commit 10f11d7

Browse files
committed
Switch the autoloading to use PSR-4
1 parent ae41d5b commit 10f11d7

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
@@ -23,9 +23,8 @@
2323
"willdurand/jsonp-callback-validator": "~1.0"
2424
},
2525
"autoload": {
26-
"psr-0": { "FOS\\JsRoutingBundle": "" }
26+
"psr-4": { "FOS\\JsRoutingBundle\\": "" }
2727
},
28-
"target-dir": "FOS/JsRoutingBundle",
2928
"extra": {
3029
"branch-alias": {
3130
"dev-master": "1.5-dev"

0 commit comments

Comments
 (0)