Skip to content

Commit 2ba728c

Browse files
Replace empty namespace autoloader with classmap (#61)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent 75ab984 commit 2ba728c

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
@@ -39,9 +39,9 @@
3939
]
4040
},
4141
"autoload": {
42-
"psr-4": {
43-
"": "src/"
44-
},
42+
"classmap": [
43+
"src/"
44+
],
4545
"files": [
4646
"rewrite-command.php"
4747
]

0 commit comments

Comments
 (0)