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
./composer.json has been updated
Running composer update aschmelyun/fleet
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 aschmelyun/fleet * -> satisfiable by aschmelyun/fleet[v1.0.0, v1.0.1, v1.0.2, v1.1.0].
- aschmelyun/fleet[v1.0.0, ..., v1.1.0] require symfony/process ^6.2 -> found symfony/process[v6.2.0, ..., v6.4.7] but the package is fixed to v7.0.7 (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.
And this is what happens if I run with -W which gives you some more information.
sail composer require aschmelyun/fleet --dev -W
./composer.json has been updated
Running composer update aschmelyun/fleet --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laravel/sanctum is locked to version v4.0.2 and an update of this package was not requested.
- Root composer.json requires aschmelyun/fleet * -> satisfiable by aschmelyun/fleet[v1.0.0, v1.0.1, v1.0.2, v1.1.0].
- laravel/sail is locked to version v1.29.1 and an update of this package was not requested.
- laravel/sail v1.29.1 requires illuminate/console ^9.52.16|^10.0|^11.0 -> satisfiable by illuminate/console[v11.7.0], laravel/framework[v11.0.0, ..., v11.8.0].
- laravel/framework[v11.0.1, ..., v11.8.0] require symfony/process ^7.0 -> satisfiable by symfony/process[v7.0.0, ..., v7.0.7].
- illuminate/console v11.7.0 require symfony/process ^7.0 -> satisfiable by symfony/process[v7.0.0, ..., v7.0.7].
- You can only install one version of a package, so only one of these can be installed: symfony/process[v5.2.0, ..., v5.4.39, v6.0.0, ..., v6.4.7, v7.0.0, ..., v7.0.7].
- aschmelyun/fleet[v1.0.0, ..., v1.1.0] require symfony/process ^6.2 -> satisfiable by symfony/process[v6.2.0, ..., v6.4.7].
- symfony/console[v7.0.1, ..., v7.0.7] conflict with symfony/process <6.4.
- laravel/framework v11.0.0 conflicts with mockery/mockery >=1.6.8.
- laravel/sanctum v4.0.2 requires symfony/console ^7.0 -> satisfiable by symfony/console[v7.0.0, ..., v7.0.7].
- mockery/mockery is locked to version 1.6.11 and an update of this package was not requested.
The text was updated successfully, but these errors were encountered:
And this is what happens if I run with
-W
which gives you some more information.The text was updated successfully, but these errors were encountered: