Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow composer 2.4 #52

Closed
wants to merge 1 commit into from
Closed

Conversation

fezfez
Copy link
Contributor

@fezfez fezfez commented Nov 18, 2022

No description provided.

Signed-off-by: Stéphane Demonchaux <demonchaux.stephane@gmail.com>
@fezfez
Copy link
Contributor Author

fezfez commented Nov 18, 2022

linked to #41 but :

/var/www # composer why-not php 8.2
laminas/laminas-dependency-plugin                2.2.0  requires php (^7.3 || ~8.0.0 || ~8.1.0)
/var/www # composer -v
   ______
  / ____/___  ____ ___  ____  ____  ________  _____
 / /   / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__  )  __/ /
\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
                    /_/
Composer version 2.4.4 2022-10-27 14:39:29
/var/www # composer update "laminas/laminas-dependency-plugin:^2.3" --dry-run
Loading composer repositories with package information
In Laminas\DependencyPlugin\DependencyRewriterV2::onPrePoolCreate
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - laminas/laminas-dependency-plugin[2.3.0, ..., 2.5.0] require composer-plugin-api >=1.1.0 <2.3.0 -> found composer-plugin-api[2.3.0] but it does not match the constraint.
    - Root composer.json requires laminas/laminas-dependency-plugin ^2.2 -> satisfiable by laminas/laminas-dependency-plugin[2.3.0, 2.4.0, 2.5.0].

so the solution to upgrade to php 8.2 is to drop laminas/laminas-dependency-plugin

close and i leave this here for explanation

@fezfez
Copy link
Contributor Author

fezfez commented Nov 18, 2022

close and i leave this here for explanation

@fezfez fezfez closed this Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant