Skip to content

Commit d5fea69

Browse files
Replace empty namespace autoloader with classmap (#352)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent 1305b2b commit d5fea69

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
@@ -76,9 +76,9 @@
7676
]
7777
},
7878
"autoload": {
79-
"psr-4": {
80-
"": "src/"
81-
},
79+
"classmap": [
80+
"src/"
81+
],
8282
"files": [
8383
"extension-command.php"
8484
]

0 commit comments

Comments
 (0)