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

Commit fee83fc

Browse files
committed
Move to PSR-4.
1 parent a525c93 commit fee83fc

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@
2626
"require-dev": {
2727
"hoa/test": "~1.0"
2828
},
29-
"target-dir": "Hoa/View",
30-
"autoload" : { "psr-0": { "Hoa\\View": "." } },
31-
"suggest" : {
29+
"autoload": {
30+
"psr-4": {
31+
"Hoa\\View\\": "."
32+
}
33+
},
34+
"suggest": {
3235
"hoa/router": "Provide routers.",
3336
"hoa/stream": "Provide stream interfaces."
3437
},
35-
"extra" : {
38+
"extra": {
3639
"branch-alias": {
3740
"dev-master": "2.x-dev"
3841
}

0 commit comments

Comments
 (0)