Is this package compatibile with latest Laravel version 9? Unable to install it. #368
Answered
by
canvural
FaizanKamal7
asked this question in
Q&A
-
When I'm trying to install PS D:\Exafos\work\projects\myclientsplanner> composer require "spatie/laravel-multitenancy:^2.0.0"
>>
./composer.json has been updated
Running composer update spatie/laravel-multitenancy
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 spatie/laravel-multitenancy 2.0.0 -> satisfiable by spatie/laravel-multitenancy[2.0.0].
- spatie/laravel-multitenancy 2.0.0 requires illuminate/support ^8.0 -> found illuminate/support[v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
|
Beta Was this translation helpful? Give feedback.
Answered by
canvural
May 28, 2022
Replies: 1 comment 1 reply
-
It's because you are trying to install it with Try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FaizanKamal7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's because you are trying to install it with
^2.0.0
I think. Laravel 9 support was added in 2.3.1Try
composer require spatie/laravel-multitenancy