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

Will not install - Bacon-qr-code is locked to version 3.0.0 #301

Closed
helloadmin opened this issue May 24, 2024 · 1 comment
Closed

Will not install - Bacon-qr-code is locked to version 3.0.0 #301

helloadmin opened this issue May 24, 2024 · 1 comment

Comments

@helloadmin
Copy link

I'm attempting to add this to a new Laravel 11 project with PHP 8.3.

composer require simplesoftwareio/simple-qrcode "~4"

- simplesoftwareio/simple-qrcode[4.0.0, ..., 4.2.0] require bacon/bacon-qr-code ^2.0 -> found bacon/bacon-qr-code[2.0.0, ..., 2.0.8] but the package is fixed to v3.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

There may be a very simple composer parameter to override this but my attempts have all come up naught.

Do those who have inequitably high level of intelligence or experience have a solution around this? Those with equitable levels and a solution, I would also highly appreciate.

@helloadmin
Copy link
Author

I manually included BaconQrCode with:
composer require Bacon/BaconQrCode:2.0.8

and then ran Composer Update

It has resolved the issue for me

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

1 participant