Skip to content

Commit f492498

Browse files
committed
Switched to PSR-4 instead of using target-dir in composer
1 parent db749b3 commit f492498

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
@@ -38,9 +38,8 @@
3838
"willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
3939
},
4040
"autoload": {
41-
"psr-0": { "FOS\\UserBundle": "" }
41+
"psr-4": { "FOS\\UserBundle\\": "" }
4242
},
43-
"target-dir": "FOS/UserBundle",
4443
"extra": {
4544
"branch-alias": {
4645
"dev-master": "2.0.x-dev"

0 commit comments

Comments
 (0)