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

Unable to install laravel-epc-qr in Laravel 9 project. #4

Closed
MGeurts opened this issue Mar 12, 2022 · 1 comment · Fixed by #5
Closed

Unable to install laravel-epc-qr in Laravel 9 project. #4

MGeurts opened this issue Mar 12, 2022 · 1 comment · Fixed by #5

Comments

@MGeurts
Copy link

MGeurts commented Mar 12, 2022

composer require ccharz/laravel-epc-qr throws the following error :

Info from https://repo.packagist.org: #StandWithUkraine
Using version ^0.1.0 for ccharz/laravel-epc-qr
./composer.json has been updated
Running composer update ccharz/laravel-epc-qr
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires ccharz/laravel-epc-qr ^0.1.0 -> satisfiable by ccharz/laravel-epc-qr[0.1.0].
- ccharz/laravel-epc-qr 0.1.0 requires illuminate/support ^7|^8 -> found illuminate/support[v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

@MGeurts
Copy link
Author

MGeurts commented Mar 12, 2022

Switched to using https://github.com/smhg/sepa-qr-data-php.

@MGeurts MGeurts closed this as completed Mar 12, 2022
@ccharz ccharz linked a pull request Mar 12, 2022 that will close this issue
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 a pull request may close this issue.

1 participant