wp-cli / scaffold-package-command

Scaffolds WP-CLI commands with functional tests, full README.md, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `wp-cli/scaffold-command` as a dependency

schlessera opened this issue · comments

Now that wp-cli/wp-cli is being restructured and only represents the framework, we don't have the circular dependency problem anymore and can be clearer about real dependencies.

The wp-cli/scaffold-package-command package should require wp-cli/scaffold-command as a dependency, as it might be pulled in outside of the regular bundle and should still work properly in such a case.