laminas / laminas-dependency-plugin

Replace zendframework and zfcampus packages with their Laminas Project equivalents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Install With Latest Composer Version

sjackson94 opened this issue · comments

Bug Report

I am using Composer Version 2.6.5 and encounter this issue when attempting to install latest version (2.6.0):
laminas/laminas-dependency-plugin 2.5.0 requires composer-plugin-api >=1.1.0 <2.3.0 -> found composer-plugin-api[2.6.0] but it does not match the constraint.

Q A
Version(s) ^2.5.0

Summary

Current behavior

  • Error is thrown, see above.
  • Unable to install to latest versions.

How to reproduce

  • While using a composer version of 2.3.0 or newer, run the following command:
  • composer require laminas/laminas-dependency-plugin:^2.5

Expected behavior

  • Package installs without issue.

The question is, why do you need this plugin? It should no longer be needed.
If you really need it, then use the LTS version of Composer (2.2.x).

Duplicate of #46

Apologies, had not seen the duplicate issue.
A vendor on our site has it in their requirements. For us specifically it is not needed and can be worked around.