laravel-circuit-breaker
laravel-circuit-breaker copied to clipboard
A simple implementation of circuit breaker pattern for laravel
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 2. Release notes Sourced from ramsey/composer-install's releases. 2.0.0 Added Use --prefer-stable with lowest dependencies (#178) Allow use of a custom cache key (#167) Allow ability...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5. Release notes Sourced from dependabot/fetch-metadata's releases. v1.3.5 What's Changed v1.3.4 Release Notes by @Nishnha in dependabot/fetch-metadata#267 docs: fix auto-merge example by @rribeiro1 in dependabot/fetch-metadata#250...
Includes updates to supporting packages and changing to the root larastan project.
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v5.0.0 New major release that bumps the default runtime to Node 20. There are no other breaking changes....
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
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...