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

Commit 63856f2

Browse files
committed
Move to PSR-4.
1 parent 6685cfe commit 63856f2

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
@@ -28,9 +28,12 @@
2828
"require-dev": {
2929
"hoa/test": "~1.0"
3030
},
31-
"target-dir": "Hoa/Database",
32-
"autoload" : { "psr-0": { "Hoa\\Database": "." } },
33-
"extra" : {
31+
"autoload": {
32+
"psr-4": {
33+
"Hoa\\Database\\": "."
34+
}
35+
},
36+
"extra": {
3437
"branch-alias": {
3538
"dev-master": "0.x-dev"
3639
}

0 commit comments

Comments
 (0)