mikebronner / laravel-sign-in-with-apple

Provide "Sign In With Apple" functionality to your Laravel app.
MIT License
453 stars 67 forks source link

can't install with laravel 8.0 #45

Open AMoktar opened 2 years ago

AMoktar commented 2 years ago

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!

AminaOun commented 2 years ago

it works fine with me. Laravel version ^8.65.

CorySheppard commented 2 years ago

I'm on 8.65 but still getting this issue when attempting to run composer require genealabs/laravel-sign-in-with-apple

Xoshbin commented 2 years ago

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.
Jakob-00 commented 2 years ago

Same Problem here. Any solutions?

Jakob-00 commented 2 years ago

after install command put :0.5.0 and it works fine!