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

Commit ad3064c

Browse files
committed
Move to PSR-4.
1 parent 662ceb6 commit ad3064c

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
@@ -24,9 +24,12 @@
2424
"hoa/core" : "~2.0",
2525
"hoa/stream": "~0.0"
2626
},
27-
"target-dir": "Hoa/Stringbuffer",
28-
"autoload" : { "psr-0": { "Hoa\\Stringbuffer": "." } },
29-
"extra" : {
27+
"autoload": {
28+
"psr-4": {
29+
"Hoa\\Stringbuffer\\": "."
30+
}
31+
},
32+
"extra": {
3033
"branch-alias": {
3134
"dev-master": "0.x-dev"
3235
}

0 commit comments

Comments
 (0)