Skip to content

Commit bc43678

Browse files
committed
Use PSR-4 layout under src/ (fixes clue#7)
1 parent 7a57db5 commit bc43678

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"clue/redis-protocol": "0.3.*"
1818
},
1919
"autoload": {
20-
"psr-0": { "Clue\\Redis\\React": "src" }
20+
"psr-4": { "Clue\\Redis\\React\\": "src/" }
2121
}
2222
}

composer.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)