Skip to content

Commit 8dd5a11

Browse files
Replace empty namespace autoloader with classmap (#76)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent c6cafa2 commit 8dd5a11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
]
5151
},
5252
"autoload": {
53-
"psr-4": {
54-
"": "src/"
55-
},
53+
"classmap": [
54+
"src/"
55+
],
5656
"files": [
5757
"cache-command.php"
5858
]

0 commit comments

Comments
 (0)