Skip to content

Commit a3d6916

Browse files
Replace empty namespace autoloader with classmap (#235)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent 2f0adf4 commit a3d6916

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
@@ -52,9 +52,9 @@
5252
]
5353
},
5454
"autoload": {
55-
"psr-4": {
56-
"": "src/"
57-
},
55+
"classmap": [
56+
"src/"
57+
],
5858
"files": [
5959
"db-command.php"
6060
]

0 commit comments

Comments
 (0)