Skip to content

Commit faf1392

Browse files
Replace empty namespace autoloader with classmap (#66)
This fixes the issue described here: wp-cli/wp-cli#5731
1 parent 17ae607 commit faf1392

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
]
3636
},
3737
"autoload": {
38-
"psr-4": {
39-
"": "src/"
40-
},
38+
"classmap": [
39+
"src/"
40+
],
4141
"files": [
4242
"eval-command.php"
4343
]

0 commit comments

Comments
 (0)