diff --git a/composer.json b/composer.json index 25165ea..52af518 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "utopia-php/framework": "0.33.*", "utopia-php/telemetry": "*", "utopia-php/pools": "0.8.*", - "utopia-php/fetch": "0.4.*" + "utopia-php/fetch": "0.5.*" }, "require-dev": { "ext-redis": "*", diff --git a/composer.lock b/composer.lock index 58c2111..46e0fc7 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": "86dd3b97cda1bfb4b21f79a61e241ffc", + "content-hash": "6523fb420f5a9a394318c21dfa305e7b", "packages": [ { "name": "brick/math", @@ -2274,20 +2274,20 @@ }, { "name": "utopia-php/fetch", - "version": "0.4.2", + "version": "0.5.1", "source": { "type": "git", "url": "https://github.com/utopia-php/fetch.git", - "reference": "83986d1be75a2fae4e684107fe70dd78a8e19b77" + "reference": "a96a010e1c273f3888765449687baf58cbc61fcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/fetch/zipball/83986d1be75a2fae4e684107fe70dd78a8e19b77", - "reference": "83986d1be75a2fae4e684107fe70dd78a8e19b77", + "url": "https://api.github.com/repos/utopia-php/fetch/zipball/a96a010e1c273f3888765449687baf58cbc61fcd", + "reference": "a96a010e1c273f3888765449687baf58cbc61fcd", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.1" }, "require-dev": { "laravel/pint": "^1.5.0", @@ -2307,9 +2307,9 @@ "description": "A simple library that provides an interface for making HTTP Requests.", "support": { "issues": "https://github.com/utopia-php/fetch/issues", - "source": "https://github.com/utopia-php/fetch/tree/0.4.2" + "source": "https://github.com/utopia-php/fetch/tree/0.5.1" }, - "time": "2025-04-25T13:48:02+00:00" + "time": "2025-12-18T16:25:10+00:00" }, { "name": "utopia-php/framework", @@ -4541,5 +4541,5 @@ "platform-dev": { "ext-redis": "*" }, - "plugin-api-version": "2.9.0" + "plugin-api-version": "2.6.0" } diff --git a/docker-compose.yml b/docker-compose.yml index 5db1285..1884780 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -60,7 +60,7 @@ services: - "6379:6379" redis-cluster-0: - image: docker.io/bitnami/redis-cluster:7.4 + image: docker.io/bitnamilegacy/redis-cluster:7.4 environment: - ALLOW_EMPTY_PASSWORD=yes - REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL @@ -77,9 +77,10 @@ services: healthcheck: test: [ "CMD", "redis-cli", "-h", "localhost", "-p", "6379", "ping" ] start_interval: 1s + start_period: 0s redis-cluster-1: - image: docker.io/bitnami/redis-cluster:7.4 + image: docker.io/bitnamilegacy/redis-cluster:7.4 environment: - ALLOW_EMPTY_PASSWORD=yes - REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL @@ -87,9 +88,10 @@ services: healthcheck: test: [ "CMD", "redis-cli", "-h", "localhost", "-p", "6379", "ping" ] start_interval: 1s + start_period: 0s redis-cluster-2: - image: docker.io/bitnami/redis-cluster:7.4 + image: docker.io/bitnamilegacy/redis-cluster:7.4 environment: - ALLOW_EMPTY_PASSWORD=yes - REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL @@ -97,9 +99,10 @@ services: healthcheck: test: [ "CMD", "redis-cli", "-h", "localhost", "-p", "6379", "ping" ] start_interval: 1s + start_period: 0s redis-cluster-3: - image: docker.io/bitnami/redis-cluster:7.4 + image: docker.io/bitnamilegacy/redis-cluster:7.4 environment: - ALLOW_EMPTY_PASSWORD=yes - REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL @@ -107,6 +110,7 @@ services: healthcheck: test: [ "CMD", "redis-cli", "-h", "localhost", "-p", "6379", "ping" ] start_interval: 1s + start_period: 0s amqp: image: rabbitmq:4 @@ -116,4 +120,5 @@ services: RABBITMQ_DEFAULT_VHOST: "/" healthcheck: test: [ "CMD", "rabbitmqctl", "node_health_check" ] - start_interval: 1s \ No newline at end of file + start_interval: 1s + start_period: 0s \ No newline at end of file