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't install with laravel 8.0 #45

Open
AMoktar opened this issue Apr 22, 2022 · 5 comments
Open

can't install with laravel 8.0 #45

AMoktar opened this issue Apr 22, 2022 · 5 comments

Comments

@AMoktar
Copy link

AMoktar commented Apr 22, 2022

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
Copy link

it works fine with me. Laravel version ^8.65.

@CorySheppard
Copy link

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

@Xoshbin
Copy link

Xoshbin commented May 30, 2022

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
Copy link

Same Problem here. Any solutions?

@Jakob-00
Copy link

after install command put :0.5.0 and it works fine!

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

5 participants