chore: bump utopia-php/cache to 2.0.0#65
Conversation
Greptile SummaryBumps
Confidence Score: 5/5This PR is safe to merge — it is a dependency-only change with no modifications to source code, and the lock file pins all packages to specific resolved versions. The change touches only composer.json and composer.lock. The updated utopia-php/cache 2.0.0 retains the same public API used by this repo (Cache and Adapter\None), the new transitive utopia-php/circuit-breaker 0.3.0 is locked to an exact version, and the PHP floor of >=8.2 already matches this repo's requirement. None of the bumped packages alter interfaces consumed here. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "chore: refresh composer.lock content-has..." | Re-trigger Greptile |
What
Bumps
utopia-php/cachefrom1.0.*to2.*, resolving to2.0.0.Why
utopia-php/cache2.0.0 (release notes) adds theCircuitBreakeradapter and aFeature\Telemetrycontract. The major bump is driven by:>=8.0to>=8.2(this repo already requires>=8.2, so no change needed here).utopia-php/circuit-breaker: 0.3.*.No source-level API was broken —
CacheandAdapter\None(the symbols used by this repo) keep the same signatures.Changes
composer.json:utopia-php/cache: "1.0.*"→"2.*".composer.lock: regenerated; pulls inutopia-php/circuit-breaker 0.3.0as a transitive.Test plan
Utopia\Cache\Feature\TelemetryorUtopia\Cache\Adapter\CircuitBreaker(additive APIs), so no source changes required.