Skip to content

Commit b6045b7

Browse files
committed
Replace deprecated target-dir with PSR-4 autoloading
1 parent 1eab45d commit b6045b7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
},
4848
"minimum-stability": "dev",
4949
"autoload": {
50-
"psr-0": { "FOS\\HttpCacheBundle": "" }
51-
},
52-
"target-dir": "FOS/HttpCacheBundle"
50+
"psr-4": {
51+
"FOS\\HttpCacheBundle\\": ""
52+
}
53+
}
5354
}

0 commit comments

Comments
 (0)