Skip to content

Commit 85e812f

Browse files
Replace empty namespace autoloader with classmap (#95)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent 8b66c44 commit 85e812f

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
@@ -47,9 +47,9 @@
4747
]
4848
},
4949
"autoload": {
50-
"psr-4": {
51-
"": "src/"
52-
},
50+
"classmap": [
51+
"src/"
52+
],
5353
"files": [
5454
"cron-command.php"
5555
]

0 commit comments

Comments
 (0)