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

Commit 8a05963

Browse files
committed
Merge branch 'psr-4' into incoming
2 parents 3bfccf2 + 2836afc commit 8a05963

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

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

0 commit comments

Comments
 (0)