composerpress generates the lines with just wpackagist/[...] -
but they had to be changed to wpackagist-plugin/[...] -
otherwise composer cannot find the packages:
[...]
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package wpackagist/login-lockdown could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Example:
wpackagist/login-lockdown": "v1.7.1",
should be
wpackagist-plugin/login-lockdown": "v1.7.1",
composerpress generates the lines with just
wpackagist/[...]
- but they had to be changed towpackagist-plugin/[...]
- otherwise composer cannot find the packages:Example:
wpackagist/login-lockdown": "v1.7.1",
should bewpackagist-plugin/login-lockdown": "v1.7.1",