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

README scaffolding doesn't handle require '*' correctly

danielbachhuber opened this issue · comments

If you require wp-cli/wp-cli:*, you'll end up with something like this:

image

It'd be better to say "the latest stable version" or similar.