Skip to content

Commit

Permalink
Merge pull request #524 from BrianHenryIE/add-autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jul 8, 2024
2 parents 4b43b03 + 6c59c73 commit 5fd52cd
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": "^2.11",
"wp-cli/wp-cli-tests": "^4.2"
Expand Down

0 comments on commit 5fd52cd

Please sign in to comment.