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

Instalation issue #36

Open
FernandoGambaro opened this issue Jun 15, 2022 · 1 comment
Open

Instalation issue #36

FernandoGambaro opened this issue Jun 15, 2022 · 1 comment

Comments

@FernandoGambaro
Copy link

Hi, I'm trying to install and it gives me the following error, I can't find a solution, could you help me?

I use php 8

composer require proner/phppimaco
Using version ^1.4 for proner/phppimaco
./composer.json has been updated
Running composer update proner/phppimaco
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- endroid/qr-code[2.5.0, ..., 2.5.1] require bacon/bacon-qr-code ^1.0.3 -> found bacon/bacon-qr-code[1.0.3] but it conflicts with your root composer.json require (^2.0).
- Root composer.json requires endroid/qr-code ^2.5 -> satisfiable by endroid/qr-code[2.5.0, 2.5.1].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require proner/phppimaco:*" to figure out if any version is installable, or "composer require proner/phppimaco:^2.1" if you know which you need.

Installation failed, reverting ./composer.json to its original content.

@guiireal
Copy link

guiireal commented Aug 9, 2022

Same problem, but I tried:

composer install proner/phppimaco --ignore-platform-reqs

This problem occured because the extension endroid/qrcode 2.5 depends only for bacon/bacon-qr-code 1.0.3. but this version not have in php 8.

The ideal really would be for the package maintainer to update the endroid/qr-code dependency to 4.4.x, but then I would have to see if it will break.

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

No branches or pull requests

2 participants