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
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
In my brand new Laravel 10 project every time I run composer require bvtterfly/laravel-circuit-breaker:
./composer.json has been updated
Running composer update bvtterfly/laravel-circuit-breaker
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 bvtterfly/laravel-circuit-breaker * -> satisfiable by bvtterfly/laravel-circuit-breaker[0.1.0].
- bvtterfly/laravel-circuit-breaker 0.1.0 requires illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.8] 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 bvtterfly/laravel-circuit-breaker:*" to figure out if any version is installable, or "composer require bvtterfly/laravel-circuit-breaker:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
If you could give support to Laravel 10 it would be great, cheers!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my brand new Laravel 10 project every time I run
composer require bvtterfly/laravel-circuit-breaker
:If you could give support to Laravel 10 it would be great, cheers!
The text was updated successfully, but these errors were encountered: