Skip to content

Commit abb4285

Browse files
Replace empty namespace autoloader with classmap (#52)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent e523194 commit abb4285

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
@@ -38,9 +38,9 @@
3838
]
3939
},
4040
"autoload": {
41-
"psr-4": {
42-
"": "src/"
43-
},
41+
"classmap": [
42+
"src/"
43+
],
4444
"files": [
4545
"super-admin-command.php"
4646
]

0 commit comments

Comments
 (0)