Skip to content

Commit 7a33661

Browse files
Replace empty namespace autoloader with classmap (#168)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent e0e3b34 commit 7a33661

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
@@ -42,9 +42,9 @@
4242
]
4343
},
4444
"autoload": {
45-
"psr-4": {
46-
"": "src/"
47-
},
45+
"classmap": [
46+
"src/"
47+
],
4848
"files": [
4949
"package-command.php"
5050
]

0 commit comments

Comments
 (0)