laravel-circuit-breaker icon indicating copy to clipboard operation
laravel-circuit-breaker copied to clipboard

Laravel 10 support

Open Franpanozzo opened this issue 2 years ago • 0 comments

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!

Franpanozzo avatar Jun 06 '23 11:06 Franpanozzo