From 5f71846a8862a55b4fd8f7664ecc9bbacff2e600 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 9 Feb 2026 17:46:26 +0530 Subject: [PATCH 1/8] chore: bump utopia php framework and cli --- composer.json | 4 +- composer.lock | 81 ++++++++++++++++++++++----------------- src/Platform/Platform.php | 2 +- tests/e2e/server.php | 2 +- 4 files changed, 50 insertions(+), 39 deletions(-) diff --git a/composer.json b/composer.json index f8e704a..6c3d590 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "php": ">=8.0", "ext-json": "*", "ext-redis": "*", - "utopia-php/framework": "0.33.*", - "utopia-php/cli": "0.15.*", + "utopia-php/framework": "dev-backport-0.34-adapters as 0.33.38", + "utopia-php/cli": "0.22.*", "utopia-php/queue": "0.15.*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index a4d714a..8021a47 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ffed1172fe46155db2619e214df4b902", + "content-hash": "a495b6a9875ca775d4c345adcdf83205", "packages": [ { "name": "brick/math", - "version": "0.14.5", + "version": "0.14.7", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "618a8077b3c326045e10d5788ed713b341fcfe40" + "reference": "07ff363b16ef8aca9692bba3be9e73fe63f34e50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/618a8077b3c326045e10d5788ed713b341fcfe40", - "reference": "618a8077b3c326045e10d5788ed713b341fcfe40", + "url": "https://api.github.com/repos/brick/math/zipball/07ff363b16ef8aca9692bba3be9e73fe63f34e50", + "reference": "07ff363b16ef8aca9692bba3be9e73fe63f34e50", "shasum": "" }, "require": { @@ -56,7 +56,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.14.5" + "source": "https://github.com/brick/math/tree/0.14.7" }, "funding": [ { @@ -64,7 +64,7 @@ "type": "github" } ], - "time": "2026-02-03T18:06:51+00:00" + "time": "2026-02-07T10:57:35+00:00" }, { "name": "composer/semver", @@ -2179,27 +2179,29 @@ }, { "name": "utopia-php/cli", - "version": "0.15.2", + "version": "0.22.0", "source": { "type": "git", "url": "https://github.com/utopia-php/cli.git", - "reference": "da00ff6b8b29a826a1794002ae43442cdf3a0f5f" + "reference": "a7ac387ee626fd27075a87e836fb72c5be38add4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/cli/zipball/da00ff6b8b29a826a1794002ae43442cdf3a0f5f", - "reference": "da00ff6b8b29a826a1794002ae43442cdf3a0f5f", + "url": "https://api.github.com/repos/utopia-php/cli/zipball/a7ac387ee626fd27075a87e836fb72c5be38add4", + "reference": "a7ac387ee626fd27075a87e836fb72c5be38add4", "shasum": "" }, "require": { "php": ">=7.4", - "utopia-php/framework": "0.*.*" + "utopia-php/servers": "0.2.*" }, "require-dev": { "laravel/pint": "1.2.*", + "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.6", - "vimeo/psalm": "4.0.1" + "swoole/ide-helper": "4.8.8", + "utopia-php/console": "0.0.*" }, "type": "library", "autoload": { @@ -2222,9 +2224,9 @@ ], "support": { "issues": "https://github.com/utopia-php/cli/issues", - "source": "https://github.com/utopia-php/cli/tree/0.15.2" + "source": "https://github.com/utopia-php/cli/tree/0.22.0" }, - "time": "2025-04-15T10:08:48+00:00" + "time": "2025-10-21T10:42:45+00:00" }, { "name": "utopia-php/compression", @@ -2409,16 +2411,16 @@ }, { "name": "utopia-php/framework", - "version": "0.33.38", + "version": "dev-backport-0.34-adapters", "source": { "type": "git", "url": "https://github.com/utopia-php/http.git", - "reference": "decfa49d60d99e922de364c49169b396fafd5ab8" + "reference": "d386463944ff9d228c89640b753a199f62eeb293" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/http/zipball/decfa49d60d99e922de364c49169b396fafd5ab8", - "reference": "decfa49d60d99e922de364c49169b396fafd5ab8", + "url": "https://api.github.com/repos/utopia-php/http/zipball/d386463944ff9d228c89640b753a199f62eeb293", + "reference": "d386463944ff9d228c89640b753a199f62eeb293", "shasum": "" }, "require": { @@ -2451,9 +2453,9 @@ ], "support": { "issues": "https://github.com/utopia-php/http/issues", - "source": "https://github.com/utopia-php/http/tree/0.33.38" + "source": "https://github.com/utopia-php/http/tree/backport-0.34-adapters" }, - "time": "2026-02-04T04:59:25+00:00" + "time": "2026-02-09T11:56:46+00:00" }, { "name": "utopia-php/pools", @@ -2510,16 +2512,16 @@ }, { "name": "utopia-php/queue", - "version": "0.15.3", + "version": "0.15.4", "source": { "type": "git", "url": "https://github.com/utopia-php/queue.git", - "reference": "dbbf5ab4dafc4e5662772ebbf84ec4b98391ef3c" + "reference": "2d693ec59119f853602f4be271602fddefbab507" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/queue/zipball/dbbf5ab4dafc4e5662772ebbf84ec4b98391ef3c", - "reference": "dbbf5ab4dafc4e5662772ebbf84ec4b98391ef3c", + "url": "https://api.github.com/repos/utopia-php/queue/zipball/2d693ec59119f853602f4be271602fddefbab507", + "reference": "2d693ec59119f853602f4be271602fddefbab507", "shasum": "" }, "require": { @@ -2571,22 +2573,22 @@ ], "support": { "issues": "https://github.com/utopia-php/queue/issues", - "source": "https://github.com/utopia-php/queue/tree/0.15.3" + "source": "https://github.com/utopia-php/queue/tree/0.15.4" }, - "time": "2026-02-04T04:49:02+00:00" + "time": "2026-02-04T08:50:35+00:00" }, { "name": "utopia-php/servers", - "version": "0.2.3", + "version": "0.2.4", "source": { "type": "git", "url": "https://github.com/utopia-php/servers.git", - "reference": "84069bf28b0cfd4f7a22949bc575271ade0a9172" + "reference": "8675d32f4315e91cdb7757a829356030029ed4f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/servers/zipball/84069bf28b0cfd4f7a22949bc575271ade0a9172", - "reference": "84069bf28b0cfd4f7a22949bc575271ade0a9172", + "url": "https://api.github.com/repos/utopia-php/servers/zipball/8675d32f4315e91cdb7757a829356030029ed4f5", + "reference": "8675d32f4315e91cdb7757a829356030029ed4f5", "shasum": "" }, "require": { @@ -2625,9 +2627,9 @@ ], "support": { "issues": "https://github.com/utopia-php/servers/issues", - "source": "https://github.com/utopia-php/servers/tree/0.2.3" + "source": "https://github.com/utopia-php/servers/tree/0.2.4" }, - "time": "2026-02-03T05:50:20+00:00" + "time": "2026-02-04T07:15:26+00:00" }, { "name": "utopia-php/telemetry", @@ -4648,9 +4650,18 @@ "time": "2025-11-17T20:03:58+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "utopia-php/framework", + "version": "dev-backport-0.34-adapters", + "alias": "0.33.38", + "alias_normalized": "0.33.38.0" + } + ], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "utopia-php/framework": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/src/Platform/Platform.php b/src/Platform/Platform.php index 75f6b46..04adb72 100644 --- a/src/Platform/Platform.php +++ b/src/Platform/Platform.php @@ -4,7 +4,7 @@ use Exception; use Utopia\CLI\CLI; -use Utopia\Http; +use Utopia\Http\Http; use Utopia\Queue\Adapter\Swoole; use Utopia\Queue\Server; use Utopia\Route; diff --git a/tests/e2e/server.php b/tests/e2e/server.php index 09f2ed3..0879beb 100644 --- a/tests/e2e/server.php +++ b/tests/e2e/server.php @@ -2,7 +2,7 @@ require_once __DIR__.'/../../vendor/autoload.php'; -use Utopia\Http; +use Utopia\Http\Http; use Utopia\Request; use Utopia\Response; use Utopia\Tests\TestPlatform; From e94ce7b80c9a2216da032937a5044463bdf59393 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 9 Feb 2026 17:47:43 +0530 Subject: [PATCH 2/8] revert cli --- composer.json | 2 +- composer.lock | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 6c3d590..f27702a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-json": "*", "ext-redis": "*", "utopia-php/framework": "dev-backport-0.34-adapters as 0.33.38", - "utopia-php/cli": "0.22.*", + "utopia-php/cli": "0.15.*", "utopia-php/queue": "0.15.*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 8021a47..bded63b 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": "a495b6a9875ca775d4c345adcdf83205", + "content-hash": "13e432a01ef147361e93bfa4031f2a8a", "packages": [ { "name": "brick/math", @@ -2179,29 +2179,27 @@ }, { "name": "utopia-php/cli", - "version": "0.22.0", + "version": "0.15.4", "source": { "type": "git", "url": "https://github.com/utopia-php/cli.git", - "reference": "a7ac387ee626fd27075a87e836fb72c5be38add4" + "reference": "cc873548dcab4329f2d56ca35f2edf3ae9d70f51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/cli/zipball/a7ac387ee626fd27075a87e836fb72c5be38add4", - "reference": "a7ac387ee626fd27075a87e836fb72c5be38add4", + "url": "https://api.github.com/repos/utopia-php/cli/zipball/cc873548dcab4329f2d56ca35f2edf3ae9d70f51", + "reference": "cc873548dcab4329f2d56ca35f2edf3ae9d70f51", "shasum": "" }, "require": { "php": ">=7.4", - "utopia-php/servers": "0.2.*" + "utopia-php/framework": "0.*.*" }, "require-dev": { "laravel/pint": "1.2.*", - "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.6", - "swoole/ide-helper": "4.8.8", - "utopia-php/console": "0.0.*" + "vimeo/psalm": "4.0.1" }, "type": "library", "autoload": { @@ -2224,9 +2222,9 @@ ], "support": { "issues": "https://github.com/utopia-php/cli/issues", - "source": "https://github.com/utopia-php/cli/tree/0.22.0" + "source": "https://github.com/utopia-php/cli/tree/0.15.4" }, - "time": "2025-10-21T10:42:45+00:00" + "time": "2026-02-06T09:49:09+00:00" }, { "name": "utopia-php/compression", From 90611411f0080df37c43a08aaef0dba8db504f69 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 9 Feb 2026 17:52:26 +0530 Subject: [PATCH 3/8] add cli back --- composer.json | 2 +- composer.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index f27702a..6c3d590 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-json": "*", "ext-redis": "*", "utopia-php/framework": "dev-backport-0.34-adapters as 0.33.38", - "utopia-php/cli": "0.15.*", + "utopia-php/cli": "0.22.*", "utopia-php/queue": "0.15.*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index bded63b..8021a47 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": "13e432a01ef147361e93bfa4031f2a8a", + "content-hash": "a495b6a9875ca775d4c345adcdf83205", "packages": [ { "name": "brick/math", @@ -2179,27 +2179,29 @@ }, { "name": "utopia-php/cli", - "version": "0.15.4", + "version": "0.22.0", "source": { "type": "git", "url": "https://github.com/utopia-php/cli.git", - "reference": "cc873548dcab4329f2d56ca35f2edf3ae9d70f51" + "reference": "a7ac387ee626fd27075a87e836fb72c5be38add4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/cli/zipball/cc873548dcab4329f2d56ca35f2edf3ae9d70f51", - "reference": "cc873548dcab4329f2d56ca35f2edf3ae9d70f51", + "url": "https://api.github.com/repos/utopia-php/cli/zipball/a7ac387ee626fd27075a87e836fb72c5be38add4", + "reference": "a7ac387ee626fd27075a87e836fb72c5be38add4", "shasum": "" }, "require": { "php": ">=7.4", - "utopia-php/framework": "0.*.*" + "utopia-php/servers": "0.2.*" }, "require-dev": { "laravel/pint": "1.2.*", + "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.6", - "vimeo/psalm": "4.0.1" + "swoole/ide-helper": "4.8.8", + "utopia-php/console": "0.0.*" }, "type": "library", "autoload": { @@ -2222,9 +2224,9 @@ ], "support": { "issues": "https://github.com/utopia-php/cli/issues", - "source": "https://github.com/utopia-php/cli/tree/0.15.4" + "source": "https://github.com/utopia-php/cli/tree/0.22.0" }, - "time": "2026-02-06T09:49:09+00:00" + "time": "2025-10-21T10:42:45+00:00" }, { "name": "utopia-php/compression", From 990ed3081b543e5261fef362d0e54674481163b0 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 9 Feb 2026 18:20:50 +0530 Subject: [PATCH 4/8] fixes --- composer.json | 7 +++++-- composer.lock | 10 +++++----- src/Platform/Platform.php | 2 +- tests/Platform/TestActionInit.php | 2 +- tests/e2e/server.php | 4 ++-- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 6c3d590..ea03b4e 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,10 @@ "license": "MIT", "minimum-stability": "stable", "autoload": { - "psr-4": {"Utopia\\Platform\\": "src/Platform"} + "psr-4": { + "Utopia\\Platform\\": "src/Platform", + "Utopia\\": "src" + } }, "autoload-dev": { "psr-4": { @@ -18,8 +21,8 @@ "php": ">=8.0", "ext-json": "*", "ext-redis": "*", - "utopia-php/framework": "dev-backport-0.34-adapters as 0.33.38", "utopia-php/cli": "0.22.*", + "utopia-php/framework": "dev-backport-0.34-adapters as 0.33.38", "utopia-php/queue": "0.15.*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 8021a47..679a8fd 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": "a495b6a9875ca775d4c345adcdf83205", + "content-hash": "736eb5ad12987e17c80ec289db423a9f", "packages": [ { "name": "brick/math", @@ -2415,12 +2415,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/http.git", - "reference": "d386463944ff9d228c89640b753a199f62eeb293" + "reference": "95ea85612d4db7cc30164aa54abb3befc4ba3ab8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/http/zipball/d386463944ff9d228c89640b753a199f62eeb293", - "reference": "d386463944ff9d228c89640b753a199f62eeb293", + "url": "https://api.github.com/repos/utopia-php/http/zipball/95ea85612d4db7cc30164aa54abb3befc4ba3ab8", + "reference": "95ea85612d4db7cc30164aa54abb3befc4ba3ab8", "shasum": "" }, "require": { @@ -2455,7 +2455,7 @@ "issues": "https://github.com/utopia-php/http/issues", "source": "https://github.com/utopia-php/http/tree/backport-0.34-adapters" }, - "time": "2026-02-09T11:56:46+00:00" + "time": "2026-02-09T12:47:49+00:00" }, { "name": "utopia-php/pools", diff --git a/src/Platform/Platform.php b/src/Platform/Platform.php index 04adb72..a8b1339 100644 --- a/src/Platform/Platform.php +++ b/src/Platform/Platform.php @@ -7,7 +7,7 @@ use Utopia\Http\Http; use Utopia\Queue\Adapter\Swoole; use Utopia\Queue\Server; -use Utopia\Route; +use Utopia\Http\Route; abstract class Platform { diff --git a/tests/Platform/TestActionInit.php b/tests/Platform/TestActionInit.php index f1c49e6..50b1518 100644 --- a/tests/Platform/TestActionInit.php +++ b/tests/Platform/TestActionInit.php @@ -3,7 +3,7 @@ namespace Utopia\Tests; use Utopia\Platform\Action; -use Utopia\Response; +use Utopia\Http\Response; class TestActionInit extends Action { diff --git a/tests/e2e/server.php b/tests/e2e/server.php index 0879beb..67a4e0c 100644 --- a/tests/e2e/server.php +++ b/tests/e2e/server.php @@ -3,8 +3,8 @@ require_once __DIR__.'/../../vendor/autoload.php'; use Utopia\Http\Http; -use Utopia\Request; -use Utopia\Response; +use Utopia\Http\Adapter\FPM\Request; +use Utopia\Http\Adapter\FPM\Response; use Utopia\Tests\TestPlatform; ini_set('memory_limit', '512M'); From 45f9ecefeae3c755453e96cafd31b5d3da66b2e2 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Mon, 9 Feb 2026 18:22:20 +0530 Subject: [PATCH 5/8] fixes --- src/Platform/Platform.php | 2 +- tests/Platform/TestActionInit.php | 2 +- tests/e2e/CLITest.php | 2 +- tests/e2e/server.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Platform/Platform.php b/src/Platform/Platform.php index a8b1339..d07ddc3 100644 --- a/src/Platform/Platform.php +++ b/src/Platform/Platform.php @@ -5,9 +5,9 @@ use Exception; use Utopia\CLI\CLI; use Utopia\Http\Http; +use Utopia\Http\Route; use Utopia\Queue\Adapter\Swoole; use Utopia\Queue\Server; -use Utopia\Http\Route; abstract class Platform { diff --git a/tests/Platform/TestActionInit.php b/tests/Platform/TestActionInit.php index 50b1518..6084d4d 100644 --- a/tests/Platform/TestActionInit.php +++ b/tests/Platform/TestActionInit.php @@ -2,8 +2,8 @@ namespace Utopia\Tests; -use Utopia\Platform\Action; use Utopia\Http\Response; +use Utopia\Platform\Action; class TestActionInit extends Action { diff --git a/tests/e2e/CLITest.php b/tests/e2e/CLITest.php index 01f4f51..9fc5ae7 100644 --- a/tests/e2e/CLITest.php +++ b/tests/e2e/CLITest.php @@ -20,7 +20,7 @@ public function testCLISetup(): void { ob_start(); - $cli = new CLI(['test.php', 'build', '--email=me@example.com', '--list=item1', '--list=item2']); // Mock command request + $cli = new CLI(null, ['test.php', 'build', '--email=me@example.com', '--list=item1', '--list=item2']); // Mock command request $platform = new TestPlatform(); $platform->setCli($cli); diff --git a/tests/e2e/server.php b/tests/e2e/server.php index 67a4e0c..be2729d 100644 --- a/tests/e2e/server.php +++ b/tests/e2e/server.php @@ -2,9 +2,9 @@ require_once __DIR__.'/../../vendor/autoload.php'; -use Utopia\Http\Http; use Utopia\Http\Adapter\FPM\Request; use Utopia\Http\Adapter\FPM\Response; +use Utopia\Http\Http; use Utopia\Tests\TestPlatform; ini_set('memory_limit', '512M'); From 2868328278789617335aff435d2ddca0b2fc3465 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Tue, 10 Feb 2026 10:18:33 +0530 Subject: [PATCH 6/8] fix missing method --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 679a8fd..136897b 100644 --- a/composer.lock +++ b/composer.lock @@ -2579,16 +2579,16 @@ }, { "name": "utopia-php/servers", - "version": "0.2.4", + "version": "0.2.5", "source": { "type": "git", "url": "https://github.com/utopia-php/servers.git", - "reference": "8675d32f4315e91cdb7757a829356030029ed4f5" + "reference": "4770e879a90685af4ba14e7e5d95d0a17c7fdf03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/servers/zipball/8675d32f4315e91cdb7757a829356030029ed4f5", - "reference": "8675d32f4315e91cdb7757a829356030029ed4f5", + "url": "https://api.github.com/repos/utopia-php/servers/zipball/4770e879a90685af4ba14e7e5d95d0a17c7fdf03", + "reference": "4770e879a90685af4ba14e7e5d95d0a17c7fdf03", "shasum": "" }, "require": { @@ -2627,9 +2627,9 @@ ], "support": { "issues": "https://github.com/utopia-php/servers/issues", - "source": "https://github.com/utopia-php/servers/tree/0.2.4" + "source": "https://github.com/utopia-php/servers/tree/0.2.5" }, - "time": "2026-02-04T07:15:26+00:00" + "time": "2026-02-10T04:21:53+00:00" }, { "name": "utopia-php/telemetry", From 1250d9ec1cb047aa203767d8ddf5d3af9992cfee Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Wed, 11 Feb 2026 12:04:42 +0530 Subject: [PATCH 7/8] use stable --- composer.json | 2 +- composer.lock | 143 +++++++++++++++----------------------------------- 2 files changed, 44 insertions(+), 101 deletions(-) diff --git a/composer.json b/composer.json index ea03b4e..c7f40c9 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ext-json": "*", "ext-redis": "*", "utopia-php/cli": "0.22.*", - "utopia-php/framework": "dev-backport-0.34-adapters as 0.33.38", + "utopia-php/framework": "0.33.*", "utopia-php/queue": "0.15.*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 136897b..61c8507 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "736eb5ad12987e17c80ec289db423a9f", + "content-hash": "ff9899860396f3bfe561dbcb490405bf", "packages": [ { "name": "brick/math", - "version": "0.14.7", + "version": "0.14.8", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "07ff363b16ef8aca9692bba3be9e73fe63f34e50" + "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/07ff363b16ef8aca9692bba3be9e73fe63f34e50", - "reference": "07ff363b16ef8aca9692bba3be9e73fe63f34e50", + "url": "https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629", + "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629", "shasum": "" }, "require": { @@ -56,7 +56,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.14.7" + "source": "https://github.com/brick/math/tree/0.14.8" }, "funding": [ { @@ -64,7 +64,7 @@ "type": "github" } ], - "time": "2026-02-07T10:57:35+00:00" + "time": "2026-02-10T14:33:43+00:00" }, { "name": "composer/semver", @@ -462,16 +462,16 @@ }, { "name": "open-telemetry/exporter-otlp", - "version": "1.3.4", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/exporter-otlp.git", - "reference": "62e680d587beb42e5247aa6ecd89ad1ca406e8ca" + "reference": "283a0d66522f2adc6d8d7debfd7686be91c282be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/exporter-otlp/zipball/62e680d587beb42e5247aa6ecd89ad1ca406e8ca", - "reference": "62e680d587beb42e5247aa6ecd89ad1ca406e8ca", + "url": "https://api.github.com/repos/opentelemetry-php/exporter-otlp/zipball/283a0d66522f2adc6d8d7debfd7686be91c282be", + "reference": "283a0d66522f2adc6d8d7debfd7686be91c282be", "shasum": "" }, "require": { @@ -522,7 +522,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2026-01-15T09:31:34+00:00" + "time": "2026-02-05T09:44:52+00:00" }, { "name": "open-telemetry/gen-otlp-protobuf", @@ -589,16 +589,16 @@ }, { "name": "open-telemetry/sdk", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/sdk.git", - "reference": "7f1bd524465c1ca42755a9ef1143ba09913f5be0" + "reference": "c76f91203bf7ef98ab3f4e0a82ca21699af185e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/7f1bd524465c1ca42755a9ef1143ba09913f5be0", - "reference": "7f1bd524465c1ca42755a9ef1143ba09913f5be0", + "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/c76f91203bf7ef98ab3f4e0a82ca21699af185e1", + "reference": "c76f91203bf7ef98ab3f4e0a82ca21699af185e1", "shasum": "" }, "require": { @@ -682,7 +682,7 @@ "issues": "https://github.com/open-telemetry/opentelemetry-php/issues", "source": "https://github.com/open-telemetry/opentelemetry-php" }, - "time": "2026-01-21T04:14:03+00:00" + "time": "2026-01-28T11:38:11+00:00" }, { "name": "open-telemetry/sem-conv", @@ -2274,54 +2274,6 @@ }, "time": "2025-01-15T15:15:51+00:00" }, - { - "name": "utopia-php/console", - "version": "0.0.1", - "source": { - "type": "git", - "url": "https://github.com/utopia-php/console.git", - "reference": "f77104e4a888fa9cb3e08f32955ec09479ab7a92" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/utopia-php/console/zipball/f77104e4a888fa9cb3e08f32955ec09479ab7a92", - "reference": "f77104e4a888fa9cb3e08f32955ec09479ab7a92", - "shasum": "" - }, - "require": { - "php": ">=7.4" - }, - "require-dev": { - "laravel/pint": "1.2.*", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.3", - "squizlabs/php_codesniffer": "^3.6", - "swoole/ide-helper": "4.8.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "Utopia\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Console helpers for logging, prompting, and executing commands", - "keywords": [ - "cli", - "console", - "php", - "terminal", - "utopia" - ], - "support": { - "issues": "https://github.com/utopia-php/console/issues", - "source": "https://github.com/utopia-php/console/tree/0.0.1" - }, - "time": "2025-10-20T14:41:36+00:00" - }, { "name": "utopia-php/di", "version": "0.1.0", @@ -2411,16 +2363,16 @@ }, { "name": "utopia-php/framework", - "version": "dev-backport-0.34-adapters", + "version": "0.33.39", "source": { "type": "git", "url": "https://github.com/utopia-php/http.git", - "reference": "95ea85612d4db7cc30164aa54abb3befc4ba3ab8" + "reference": "409a258814d664d3a50fa2f48b6695679334d30b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/http/zipball/95ea85612d4db7cc30164aa54abb3befc4ba3ab8", - "reference": "95ea85612d4db7cc30164aa54abb3befc4ba3ab8", + "url": "https://api.github.com/repos/utopia-php/http/zipball/409a258814d664d3a50fa2f48b6695679334d30b", + "reference": "409a258814d664d3a50fa2f48b6695679334d30b", "shasum": "" }, "require": { @@ -2433,7 +2385,8 @@ "laravel/pint": "1.*", "phpbench/phpbench": "1.*", "phpstan/phpstan": "1.*", - "phpunit/phpunit": "9.*" + "phpunit/phpunit": "9.*", + "swoole/ide-helper": "^6.0" }, "type": "library", "autoload": { @@ -2453,9 +2406,9 @@ ], "support": { "issues": "https://github.com/utopia-php/http/issues", - "source": "https://github.com/utopia-php/http/tree/backport-0.34-adapters" + "source": "https://github.com/utopia-php/http/tree/0.33.39" }, - "time": "2026-02-09T12:47:49+00:00" + "time": "2026-02-11T06:33:42+00:00" }, { "name": "utopia-php/pools", @@ -2512,22 +2465,21 @@ }, { "name": "utopia-php/queue", - "version": "0.15.4", + "version": "0.15.5", "source": { "type": "git", "url": "https://github.com/utopia-php/queue.git", - "reference": "2d693ec59119f853602f4be271602fddefbab507" + "reference": "aa80ffe6350efd3394615c3763dba138223a225a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/queue/zipball/2d693ec59119f853602f4be271602fddefbab507", - "reference": "2d693ec59119f853602f4be271602fddefbab507", + "url": "https://api.github.com/repos/utopia-php/queue/zipball/aa80ffe6350efd3394615c3763dba138223a225a", + "reference": "aa80ffe6350efd3394615c3763dba138223a225a", "shasum": "" }, "require": { "php": ">=8.3", "php-amqplib/php-amqplib": "^3.7", - "utopia-php/console": "0.0.*", "utopia-php/fetch": "0.5.*", "utopia-php/pools": "1.*", "utopia-php/servers": "0.2.*", @@ -2573,9 +2525,9 @@ ], "support": { "issues": "https://github.com/utopia-php/queue/issues", - "source": "https://github.com/utopia-php/queue/tree/0.15.4" + "source": "https://github.com/utopia-php/queue/tree/0.15.5" }, - "time": "2026-02-04T08:50:35+00:00" + "time": "2026-02-10T12:30:46+00:00" }, { "name": "utopia-php/servers", @@ -2804,16 +2756,16 @@ }, { "name": "laravel/pint", - "version": "v1.27.0", + "version": "v1.27.1", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "c67b4195b75491e4dfc6b00b1c78b68d86f54c90" + "reference": "54cca2de13790570c7b6f0f94f37896bee4abcb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/c67b4195b75491e4dfc6b00b1c78b68d86f54c90", - "reference": "c67b4195b75491e4dfc6b00b1c78b68d86f54c90", + "url": "https://api.github.com/repos/laravel/pint/zipball/54cca2de13790570c7b6f0f94f37896bee4abcb5", + "reference": "54cca2de13790570c7b6f0f94f37896bee4abcb5", "shasum": "" }, "require": { @@ -2824,13 +2776,13 @@ "php": "^8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.92.4", - "illuminate/view": "^12.44.0", - "larastan/larastan": "^3.8.1", - "laravel-zero/framework": "^12.0.4", + "friendsofphp/php-cs-fixer": "^3.93.1", + "illuminate/view": "^12.51.0", + "larastan/larastan": "^3.9.2", + "laravel-zero/framework": "^12.0.5", "mockery/mockery": "^1.6.12", "nunomaduro/termwind": "^2.3.3", - "pestphp/pest": "^3.8.4" + "pestphp/pest": "^3.8.5" }, "bin": [ "builds/pint" @@ -2867,7 +2819,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2026-01-05T16:49:17+00:00" + "time": "2026-02-10T20:00:20+00:00" }, { "name": "myclabs/deep-copy", @@ -4650,18 +4602,9 @@ "time": "2025-11-17T20:03:58+00:00" } ], - "aliases": [ - { - "package": "utopia-php/framework", - "version": "dev-backport-0.34-adapters", - "alias": "0.33.38", - "alias_normalized": "0.33.38.0" - } - ], + "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "utopia-php/framework": 20 - }, + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { From 33856f6ec77bee4bd2b40bd750da8df94d737e34 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Wed, 11 Feb 2026 12:05:54 +0530 Subject: [PATCH 8/8] revert autoload --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c7f40c9..e601c05 100644 --- a/composer.json +++ b/composer.json @@ -6,10 +6,7 @@ "license": "MIT", "minimum-stability": "stable", "autoload": { - "psr-4": { - "Utopia\\Platform\\": "src/Platform", - "Utopia\\": "src" - } + "psr-4": {"Utopia\\Platform\\": "src/Platform"} }, "autoload-dev": { "psr-4": {