tomjn / composerpress

Retroactively creates a composer.json for a WordPress site
88 stars 6 forks source link

'wpackagist-plugin' instead 'wpackagist' #7

Closed strarsis closed 7 years ago

strarsis commented 7 years ago

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",