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

Commit d1f7001

Browse files
committed
Move to PSR-4.
1 parent 735bbe7 commit d1f7001

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@
2626
"require-dev": {
2727
"hoa/test": "~1.0"
2828
},
29-
"target-dir": "Hoa/Iterator",
30-
"autoload" : { "psr-0": { "Hoa\\Iterator": "." } },
31-
"extra" : {
29+
"autoload": {
30+
"psr-4": {
31+
"Hoa\\Iterator\\": "."
32+
}
33+
},
34+
"extra": {
3235
"branch-alias": {
3336
"dev-master": "1.x-dev"
3437
}

0 commit comments

Comments
 (0)