From 92058956b653e4c4ec13b7b2401463eb292799c7 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 8 May 2026 14:51:56 +0530 Subject: [PATCH 1/3] Update fetch dependency --- composer.json | 3 +-- composer.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 6875416..44d74d6 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": ">=8.0", "utopia-php/validators": "0.*", "utopia-php/domains": "^1.0", - "utopia-php/fetch": "^0.5" + "utopia-php/fetch": "^1.1" }, "require-dev": { "laravel/pint": "1.25.*", @@ -45,4 +45,3 @@ } } } - diff --git a/composer.lock b/composer.lock index 7e53796..ac1a7f8 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": "7bf1499d7213b91df4c0c123548c63bf", + "content-hash": "e31ac47854552cc669f69061c0da72e1", "packages": [ { "name": "brick/math", @@ -1983,16 +1983,16 @@ }, { "name": "utopia-php/fetch", - "version": "0.5.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/utopia-php/fetch.git", - "reference": "a96a010e1c273f3888765449687baf58cbc61fcd" + "reference": "64f2b3a789480f1deb102ce684dac4217d8e98d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/fetch/zipball/a96a010e1c273f3888765449687baf58cbc61fcd", - "reference": "a96a010e1c273f3888765449687baf58cbc61fcd", + "url": "https://api.github.com/repos/utopia-php/fetch/zipball/64f2b3a789480f1deb102ce684dac4217d8e98d5", + "reference": "64f2b3a789480f1deb102ce684dac4217d8e98d5", "shasum": "" }, "require": { @@ -2001,7 +2001,8 @@ "require-dev": { "laravel/pint": "^1.5.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.5", + "swoole/ide-helper": "^6.0" }, "type": "library", "autoload": { @@ -2016,9 +2017,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.5.1" + "source": "https://github.com/utopia-php/fetch/tree/1.1.2" }, - "time": "2025-12-18T16:25:10+00:00" + "time": "2026-04-29T11:19:19+00:00" }, { "name": "utopia-php/pools", From fb8af607e8f0f796512de9a3befb22f51d0faaf3 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 8 May 2026 14:58:20 +0530 Subject: [PATCH 2/3] Trigger Greptile review From 9e92242f439d31052717950c68213f221fc1b282 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 8 May 2026 15:44:51 +0530 Subject: [PATCH 3/3] Move fetch to dev dependencies --- composer.json | 6 ++-- composer.lock | 82 +++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/composer.json b/composer.json index 44d74d6..f4304cd 100644 --- a/composer.json +++ b/composer.json @@ -27,15 +27,15 @@ "require": { "php": ">=8.0", "utopia-php/validators": "0.*", - "utopia-php/domains": "^1.0", - "utopia-php/fetch": "^1.1" + "utopia-php/domains": "^1.0" }, "require-dev": { "laravel/pint": "1.25.*", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3", "utopia-php/cli": "^0.22", - "utopia-php/console": "0.*" + "utopia-php/console": "0.*", + "utopia-php/fetch": "^1.1" }, "minimum-stability": "stable", "config": { diff --git a/composer.lock b/composer.lock index ac1a7f8..5b4fec5 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": "e31ac47854552cc669f69061c0da72e1", + "content-hash": "c4fe0a621cc65c07c4565730ba92ca5e", "packages": [ { "name": "brick/math", @@ -1981,46 +1981,6 @@ }, "time": "2026-03-03T09:20:50+00:00" }, - { - "name": "utopia-php/fetch", - "version": "1.1.2", - "source": { - "type": "git", - "url": "https://github.com/utopia-php/fetch.git", - "reference": "64f2b3a789480f1deb102ce684dac4217d8e98d5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/utopia-php/fetch/zipball/64f2b3a789480f1deb102ce684dac4217d8e98d5", - "reference": "64f2b3a789480f1deb102ce684dac4217d8e98d5", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "require-dev": { - "laravel/pint": "^1.5.0", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5", - "swoole/ide-helper": "^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Utopia\\Fetch\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "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/1.1.2" - }, - "time": "2026-04-29T11:19:19+00:00" - }, { "name": "utopia-php/pools", "version": "1.0.3", @@ -4241,6 +4201,46 @@ }, "time": "2026-03-13T05:47:23+00:00" }, + { + "name": "utopia-php/fetch", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/utopia-php/fetch.git", + "reference": "64f2b3a789480f1deb102ce684dac4217d8e98d5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/utopia-php/fetch/zipball/64f2b3a789480f1deb102ce684dac4217d8e98d5", + "reference": "64f2b3a789480f1deb102ce684dac4217d8e98d5", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "laravel/pint": "^1.5.0", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.5", + "swoole/ide-helper": "^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Utopia\\Fetch\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "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/1.1.2" + }, + "time": "2026-04-29T11:19:19+00:00" + }, { "name": "utopia-php/servers", "version": "0.2.6",