diff --git a/composer.json b/composer.json index 6875416..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": "^0.5" + "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": { @@ -45,4 +45,3 @@ } } } - diff --git a/composer.lock b/composer.lock index 7e53796..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": "7bf1499d7213b91df4c0c123548c63bf", + "content-hash": "c4fe0a621cc65c07c4565730ba92ca5e", "packages": [ { "name": "brick/math", @@ -1981,45 +1981,6 @@ }, "time": "2026-03-03T09:20:50+00:00" }, - { - "name": "utopia-php/fetch", - "version": "0.5.1", - "source": { - "type": "git", - "url": "https://github.com/utopia-php/fetch.git", - "reference": "a96a010e1c273f3888765449687baf58cbc61fcd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/utopia-php/fetch/zipball/a96a010e1c273f3888765449687baf58cbc61fcd", - "reference": "a96a010e1c273f3888765449687baf58cbc61fcd", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "require-dev": { - "laravel/pint": "^1.5.0", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5" - }, - "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/0.5.1" - }, - "time": "2025-12-18T16:25:10+00:00" - }, { "name": "utopia-php/pools", "version": "1.0.3", @@ -4240,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",