10up / wpcli-vulnerability-scanner

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

Fix autoloading #81

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

Actually this kind of autoloading goes against WP-CLI policies. Please see the WP-CLI organization here on GitHub.

szepeviktor commented 1 year ago

... okay I fix it properly

https://github.com/wp-cli/cache-command/blob/80aa8e1546ac278be035731d41ec6d28213fb7db/composer.json#L52-L59