Skip to content

Commit

Permalink
Replace empty namespace autoloader with classmap (#95)
Browse files Browse the repository at this point in the history
This fixes the issue described here: wp-cli/wp-cli#5731
  • Loading branch information
mweimerskirch authored Feb 17, 2023
1 parent 8b66c44 commit 85e812f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
]
},
"autoload": {
"psr-4": {
"": "src/"
},
"classmap": [
"src/"
],
"files": [
"cron-command.php"
]
Expand Down

0 comments on commit 85e812f

Please sign in to comment.