Skip to content

Commit

Permalink
Add files autoloader for bin/command.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Jul 3, 2024
1 parent bebc75b commit 6c59c73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
},
"sort-packages": true
},
"autoload": {
"files": [
"bin/command.php"
]
},
"require-dev": {
"wp-cli/wp-cli-tests": "^4.2"
},
Expand Down

0 comments on commit 6c59c73

Please sign in to comment.