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

Commit f5db4c4

Browse files
committed
Move to PSR-4.
1 parent ea27223 commit f5db4c4

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
@@ -29,9 +29,12 @@
2929
"suggest": {
3030
"ext-openssl": "To get a better security when exchanging messages."
3131
},
32-
"target-dir": "Hoa/Websocket",
33-
"autoload" : { "psr-0": { "Hoa\\Websocket": "." } },
34-
"extra" : {
32+
"autoload": {
33+
"psr-4": {
34+
"Hoa\\Websocket\\": "."
35+
}
36+
},
37+
"extra": {
3538
"branch-alias": {
3639
"dev-master": "2.x-dev"
3740
}

0 commit comments

Comments
 (0)