Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 4d957e9

Browse files
committed
Move to PSR-4.
1 parent 7ce940c commit 4d957e9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@
2828
"hoa/file": "~0.0",
2929
"hoa/test": "~1.0"
3030
},
31-
"target-dir": "Hoa/Mime",
32-
"autoload" : { "psr-0": { "Hoa\\Mime": "." } },
33-
"extra" : {
31+
"autoload": {
32+
"psr-4": {
33+
"Hoa\\Mime\\": "."
34+
}
35+
},
36+
"extra": {
3437
"branch-alias": {
3538
"dev-master": "2.x-dev"
3639
}

0 commit comments

Comments
 (0)