Skip to content

Commit 168cba0

Browse files
Replace empty namespace autoloader with classmap (#178)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent 2ac4568 commit 168cba0

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
@@ -37,9 +37,9 @@
3737
]
3838
},
3939
"autoload": {
40-
"psr-4": {
41-
"": "src/"
42-
},
40+
"classmap": [
41+
"src/"
42+
],
4343
"files": [
4444
"search-replace-command.php"
4545
]

0 commit comments

Comments
 (0)