Skip to content

Commit 8bbb96b

Browse files
committed
Use PSR-4 layout under src
Fixes #3
1 parent c0f9237 commit 8bbb96b

9 files changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"autoload": {
14-
"psr-0": {"ConnectionManager": ""}
14+
"psr-4": {"ConnectionManager\\Extra\\": "src"}
1515
},
1616
"require": {
1717
"react/socket-client": "0.3.*"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ConnectionManager/Extra/Multiple/ConnectionManagerConsecutive.php renamed to src/Multiple/ConnectionManagerConsecutive.php

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)