diff --git a/composer.json b/composer.json index d504dd3..0b5a454 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "psr/http-client": "^1.0", "psr/http-message": "^2.0", "utopia-php/cache": "4.* || 5.*", - "utopia-php/client": "0.3.*", + "utopia-php/client": "^0.4", "utopia-php/pools": "2.*", "utopia-php/psr7": "^0.2", "utopia-php/cloudevents": "0.1.*" diff --git a/composer.lock b/composer.lock index e5ce0d0..9d154d3 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": "cb58c16b089d041f13e3588fb7c9f132", + "content-hash": "f0c6a14ff41b13488bbbcc395bce5956", "packages": [ { "name": "brick/math", @@ -1997,16 +1997,16 @@ }, { "name": "utopia-php/client", - "version": "0.3.0", + "version": "0.4.3", "source": { "type": "git", "url": "https://github.com/utopia-php/client.git", - "reference": "ee4c3429634f84c175e45f2a0c1836eaf78c2528" + "reference": "d68a5890afa6002b44691cb3f265123a6331e03e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/client/zipball/ee4c3429634f84c175e45f2a0c1836eaf78c2528", - "reference": "ee4c3429634f84c175e45f2a0c1836eaf78c2528", + "url": "https://api.github.com/repos/utopia-php/client/zipball/d68a5890afa6002b44691cb3f265123a6331e03e", + "reference": "d68a5890afa6002b44691cb3f265123a6331e03e", "shasum": "" }, "require": { @@ -2015,7 +2015,7 @@ "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0", "utopia-php/pools": "^2.0", - "utopia-php/psr7": "^0.2", + "utopia-php/psr7": "^0.2.1", "utopia-php/span": "^1.1 || ^3.0 || ^4.0" }, "require-dev": { @@ -2048,9 +2048,9 @@ ], "support": { "issues": "https://github.com/utopia-php/client/issues", - "source": "https://github.com/utopia-php/client/tree/0.3.0" + "source": "https://github.com/utopia-php/client/tree/0.4.3" }, - "time": "2026-07-31T08:38:16+00:00" + "time": "2026-09-05T15:25:56+00:00" }, { "name": "utopia-php/cloudevents", @@ -2162,16 +2162,16 @@ }, { "name": "utopia-php/psr7", - "version": "0.2.0", + "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/utopia-php/psr7.git", - "reference": "115753c36194d53abe5587d383810724ac3a782d" + "reference": "cf70bec9ae4cda33bba01c8f7f2194d32adf899d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/psr7/zipball/115753c36194d53abe5587d383810724ac3a782d", - "reference": "115753c36194d53abe5587d383810724ac3a782d", + "url": "https://api.github.com/repos/utopia-php/psr7/zipball/cf70bec9ae4cda33bba01c8f7f2194d32adf899d", + "reference": "cf70bec9ae4cda33bba01c8f7f2194d32adf899d", "shasum": "" }, "require": { @@ -2202,9 +2202,9 @@ ], "support": { "issues": "https://github.com/utopia-php/psr7/issues", - "source": "https://github.com/utopia-php/psr7/tree/0.2.0" + "source": "https://github.com/utopia-php/psr7/tree/0.2.2" }, - "time": "2026-07-06T12:40:23+00:00" + "time": "2026-09-02T15:57:19+00:00" }, { "name": "utopia-php/span", diff --git a/tests/Feed/Support/FakeClient.php b/tests/Feed/Support/FakeClient.php index 7b6e643..3737138 100644 --- a/tests/Feed/Support/FakeClient.php +++ b/tests/Feed/Support/FakeClient.php @@ -93,6 +93,11 @@ public function withConnectionReuse(bool $enabled = true): static return clone $this; } + public function withFollowRedirects(bool $enabled = true): static + { + return clone $this; + } + /** * Feeds are read buffered — a batch is bounded by `limit`, so there is * nothing to stream.