Skip to content

Commit e8ca706

Browse files
committed
Use PSR-4 layout for src/
1 parent 7ed9f55 commit e8ca706

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["udp", "datagram", "dgram", "socket", "client", "server", "react", "async"],
66
"license": "MIT",
77
"autoload": {
8-
"psr-0": {"Datagram": ""}
8+
"psr-4": {"Datagram\\": "src"}
99
},
1010
"require": {
1111
"react/event-loop": ">=0.2, <0.4",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)