You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2024. It is now read-only.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires beyondcode/laravel-ask-database ^1.0 -> satisfiable by beyondcode/laravel-ask-database[1.0.0].
- beyondcode/laravel-ask-database 1.0.0 requires doctrine/dbal ^3.6 -> found doctrine/dbal[3.6.0, 3.6.x-dev] but the package is fixed to 2.13.9 (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.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require beyondcode/laravel-ask-database:*" to figure out if any version is installable, or "composer require beyondcode/laravel-ask-database:^2.1"if you know which you need.