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

Installation error - doctrine/dbal 3.4.5 #12

Open
mahfoudfx opened this issue Oct 8, 2022 · 2 comments
Open

Installation error - doctrine/dbal 3.4.5 #12

mahfoudfx opened this issue Oct 8, 2022 · 2 comments

Comments

@mahfoudfx
Copy link

mahfoudfx commented Oct 8, 2022

Hello,
I'm unable to install on Laravel 9.34.0 / PHP 8.1.10, due to doctrine/dbal 3.4.5 package version (it is required 2.5.0).

composer require gazugafan/laravel-temporal:5.0.1
I get the following error message:

Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires gazugafan/laravel-temporal 5.0.1 -> satisfiable by gazugafan/laravel-temporal[v5.0.1]. - gazugafan/laravel-temporal v5.0.1 requires doctrine/dbal ^2.5 -> found doctrine/dbal[v2.5.0-BETA2, ..., 2.13.9] but the package is fixed to 3.4.5 (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.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.

@gazugafan
Copy link
Owner

You could try just bumping the dbal version in this package's composer.json to ^3.4.5. I've no idea if there are actual backwards incompatible changes there that would matter, though.

@Enrica-r
Copy link

Enrica-r commented Feb 5, 2023

I'm not sure if you need dbal at all. All your functions should be covered by Laravel 9.x anyway. I have the same 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

No branches or pull requests

3 participants