Skip to content

Commit 4045870

Browse files
authored
Merge pull request #22 from clue-labs/psr4
Update to use PSR-4 autoloader
2 parents 4320803 + e19b89d commit 4045870

30 files changed

+40
-7
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
1818
},
1919
"autoload": {
20-
"psr-0": {
21-
"Clue\\Redis\\Protocol": "src/"
20+
"psr-4": {
21+
"Clue\\Redis\\Protocol\\": "src/"
2222
}
2323
} ,
2424
"autoload-dev": {
25-
"psr-0": {
26-
"": "tests/"
25+
"psr-4": {
26+
"Clue\\Tests\\Redis\\Protocol\\": "tests/"
2727
}
2828
}
2929
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)