From eedf0eebad99f112fa16f69f3378512a765d8603 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 1 Jul 2026 20:52:56 +1200 Subject: [PATCH] chore(deps): widen utopia-php/cache constraint to ^3.1 3.1.* excluded the 3.2.0 release (purge-tombstone lease, backward-compatible and opt-in). ^3.1 keeps the 3.1 floor the query/getDocument lease needs while accepting compatible minors, matching the ^3.0 constraint the rest of the ecosystem (server-ce, domains, vcs) already uses. Unblocks consumers that need cache 3.2.0. Co-Authored-By: Claude Opus 4.8 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index cc86f1964..5f24b8871 100755 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "ext-redis": "*", "utopia-php/validators": "0.2.*", "utopia-php/console": "0.1.*", - "utopia-php/cache": "3.1.*", + "utopia-php/cache": "^3.1.0", "utopia-php/pools": "1.*", "utopia-php/mongo": "1.*" }, diff --git a/composer.lock b/composer.lock index 313e1ff98..734b8bd39 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f9c4668228d81541dc573fdf229dcbab", + "content-hash": "303946dd9bf955b4399408d70489260b", "packages": [ { "name": "brick/math", @@ -2033,16 +2033,16 @@ }, { "name": "utopia-php/cache", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/utopia-php/cache.git", - "reference": "d5048409cf3a8db668b00cd2e6c46a627b16d76a" + "reference": "9511d854dcb39e5bab7e08a83791cd30cc68627e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/cache/zipball/d5048409cf3a8db668b00cd2e6c46a627b16d76a", - "reference": "d5048409cf3a8db668b00cd2e6c46a627b16d76a", + "url": "https://api.github.com/repos/utopia-php/cache/zipball/9511d854dcb39e5bab7e08a83791cd30cc68627e", + "reference": "9511d854dcb39e5bab7e08a83791cd30cc68627e", "shasum": "" }, "require": { @@ -2081,9 +2081,9 @@ ], "support": { "issues": "https://github.com/utopia-php/cache/issues", - "source": "https://github.com/utopia-php/cache/tree/3.1.0" + "source": "https://github.com/utopia-php/cache/tree/3.2.0" }, - "time": "2026-06-23T10:59:08+00:00" + "time": "2026-07-01T08:45:24+00:00" }, { "name": "utopia-php/circuit-breaker",