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

Can not be installed on Laravel 11 #22

Closed
RicardoSwitchNetwork opened this issue May 27, 2024 · 0 comments
Closed

Can not be installed on Laravel 11 #22

RicardoSwitchNetwork opened this issue May 27, 2024 · 0 comments

Comments

@RicardoSwitchNetwork
Copy link

./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.
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

1 participant