-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
Description
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!
Acceptance Criteria
- Package installs cleanly on Laravel 8.0 via
composer require - No dependency version conflicts with Laravel 8.x
- Composer constraints in
composer.jsonare updated to include^8.0
Test Coverage
- CI test matrix includes Laravel 8.x
- Regression: existing Laravel 9.x and 10.x support is unaffected
WSJF Priority Score
- Score: 3.2
- User/Business Value: 7
- Time Criticality: 8
- Risk Reduction/Opportunity Enablement: 8
- Calculation: (7 + 8 + 8) ÷ size
Reactions are currently unavailable