Skip to content

Commit 2fb271e

Browse files
Replace empty namespace autoloader with classmap (#318)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent 0ea6290 commit 2fb271e

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
@@ -43,9 +43,9 @@
4343
]
4444
},
4545
"autoload": {
46-
"psr-4": {
47-
"": "src/"
48-
},
46+
"classmap": [
47+
"src/"
48+
],
4949
"files": [
5050
"scaffold-command.php"
5151
]

0 commit comments

Comments
 (0)