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

Commit

Permalink
Move to PSR-4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Dec 9, 2014
1 parent 5372b66 commit 09cb946
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@
"require-dev": {
"hoa/test": "~1.0"
},
"target-dir": "Hoa/Console",
"autoload" : { "psr-0": { "Hoa\\Console": "." } },
"suggest" : {
"autoload": {
"psr-4": {
"Hoa\\Console\\": "."
}
},
"suggest": {
"hoa/dispatcher": "To use the console kit.",
"hoa/router" : "To use the console kit.",
"ext-pcntl" : "To enable hoa://Event/Console/Window:resize."
Expand Down

0 comments on commit 09cb946

Please sign in to comment.