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

Commit cdcc830

Browse files
committed
Move to PSR-4.
1 parent c8065b5 commit cdcc830

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
@@ -29,9 +29,12 @@
2929
"require-dev": {
3030
"hoa/test": "~1.0"
3131
},
32-
"target-dir": "Hoa/File",
33-
"autoload" : { "psr-0": { "Hoa\\File": "." } },
34-
"extra" : {
32+
"autoload": {
33+
"psr-4": {
34+
"Hoa\\File\\": "."
35+
}
36+
},
37+
"extra": {
3538
"branch-alias": {
3639
"dev-master": "0.x-dev"
3740
}

0 commit comments

Comments
 (0)