Skip to content

Commit d076b07

Browse files
Replace empty namespace autoloader with classmap (#69)
This fixes the issue described here: wp-cli/wp-cli#5731 Co-authored-by: Daniel Bachhuber <[email protected]>
1 parent 4d6846f commit d076b07

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
"minimum-stability": "dev",
99
"prefer-stable": true,
1010
"autoload": {
11-
"psr-4": {
12-
"": "src/"
13-
},
14-
"files": [
15-
"find-command.php"
16-
]
11+
"classmap": [
12+
"src/"
13+
],
14+
"files": [ "find-command.php" ]
1715
},
1816
"require": {
1917
"php": ">=5.4",

0 commit comments

Comments
 (0)