Skip to content

Commit 5f8911b

Browse files
committed
Merge pull request #9 from clue/psr4
Use PSR-4 layout for src/
2 parents 7ed9f55 + e8ca706 commit 5f8911b

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)