laravel-circuit-breaker
laravel-circuit-breaker copied to clipboard
Laravel 10 support
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!