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
I'm trying to use it on my "laravel/framework": "^9.51", but I get this error:
Using version dev-master for mi-lopez/laravel-sso
./composer.json has been updated
Running composer update mi-lopez/laravel-sso
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 mi-lopez/laravel-sso dev-master -> satisfiable by mi-lopez/laravel-sso[dev-master].
- mi-lopez/laravel-sso dev-master requires laravel/framework ^8.0 -> found laravel/framework[v8.0.0, ..., 8.x-dev] but it conflicts with your root composer.json require (^9.51).
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 mi-lopez/laravel-sso:*" to figure out if any version is installable, or "composer require mi-lopez/laravel-sso:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
So how to install it on Laravel 9 ???
The text was updated successfully, but these errors were encountered:
Hello.
I'm trying to use it on my
"laravel/framework": "^9.51",
but I get this error:So how to install it on Laravel 9 ???
The text was updated successfully, but these errors were encountered: