We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a525c93 commit fee83fcCopy full SHA for fee83fc
1 file changed
composer.json
@@ -26,13 +26,16 @@
26
"require-dev": {
27
"hoa/test": "~1.0"
28
},
29
- "target-dir": "Hoa/View",
30
- "autoload" : { "psr-0": { "Hoa\\View": "." } },
31
- "suggest" : {
+ "autoload": {
+ "psr-4": {
+ "Hoa\\View\\": "."
32
+ }
33
+ },
34
+ "suggest": {
35
"hoa/router": "Provide routers.",
36
"hoa/stream": "Provide stream interfaces."
37
- "extra" : {
38
+ "extra": {
39
"branch-alias": {
40
"dev-master": "2.x-dev"
41
}
0 commit comments