wp-cli / scaffold-package-command

Scaffolds WP-CLI commands with functional tests, full README.md, and more.
MIT License
68 stars 19 forks source link

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

Closed schlessera closed 6 years ago

schlessera commented 6 years ago

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.