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 fcf6ab3 commit e52b4d7
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 @@ -24,9 +24,12 @@
"hoa/core" : "~2.0",
"ext-iconv" : "*"
},
"target-dir": "Hoa/String",
"autoload" : { "psr-0": { "Hoa\\String": "." } },
"suggest" : {
"autoload": {
"psr-4": {
"Hoa\\String\\": "."
}
},
"suggest": {
"ext-intl": "To get a better Hoa\\String::toAscii() and Hoa\\String::compareTo()."
},
"extra" : {
Expand Down

0 comments on commit e52b4d7

Please sign in to comment.