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.
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.1I 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.