10up / wpcli-vulnerability-scanner

WP-CLI command for checking installed plugins and themes for vulnerabilities reported on wpvulndb.com
MIT License
274 stars 40 forks source link

Update readme and make sure to have composer.json in the stable branch #105

Closed burhandodhy closed 2 months ago

burhandodhy commented 3 months ago

Description of the Change

This PR updates the instructions in the README to install the package from the stable branch, as this branch contains all the build files. Additionally, it ensures that the stable branch includes the composer.json file, because without it, WP CLI cannot install the package.

Closes #98

Changelog Entry

Fixed - Issue with composer

Credits

Props @burhandodhy @iamdharmesh

Checklist: