laravel-sign-in-with-apple
laravel-sign-in-with-apple copied to clipboard
can't install with laravel 8.0
getting this error when installing
composer require genealabs/laravel-sign-in-with-apple
Using version ^0.6.0 for genealabs/laravel-sign-in-with-apple
./composer.json has been updated
Running composer update genealabs/laravel-sign-in-with-apple
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 genealabs/laravel-sign-in-with-apple ^0.6.0 -> satisfiable by genealabs/laravel-sign-in-with-apple[0.6.0].
- genealabs/laravel-sign-in-with-apple 0.6.0 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require genealabs/laravel-sign-in-with-apple:*" to figure out if any version is installable, or "composer require genealabs/laravel-sign-in-with-apple:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Thanks for your time!
it works fine with me. Laravel version ^8.65.
I'm on 8.65 but still getting this issue when attempting to run composer require genealabs/laravel-sign-in-with-apple
Sam here
Problem 1
- Root composer.json requires genealabs/laravel-sign-in-with-apple ^0.6.0 -> satisfiable by genealabs/laravel-sign-in-with-apple[0.6.0].
- genealabs/laravel-sign-in-with-apple 0.6.0 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
Same Problem here. Any solutions?
after install command put :0.5.0 and it works fine!