From 2be72ce432705690cee1a178f6d749b76786005e Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:58:16 +0000 Subject: [PATCH 1/2] bump utopia-php/span to 1.1.* Co-Authored-By: Claude Opus 4.6 --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 2411e3b..ed06e17 100755 --- a/composer.json +++ b/composer.json @@ -20,15 +20,9 @@ "autoload": { "psr-4": {"Utopia\\DNS\\": "src/DNS"} }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/utopia-php/span" - } - ], "require": { "php": ">=8.3", - "utopia-php/span": "1.0.*", + "utopia-php/span": "1.1.*", "utopia-php/telemetry": "*", "utopia-php/validators": "0.*", "utopia-php/domains": "1.0.*" From 93ab6966281db051a4d16da32d735d05c589a977 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:22:34 +0000 Subject: [PATCH 2/2] update composer.lock Co-Authored-By: Claude Opus 4.6 --- composer.lock | 45 ++++++++++++++------------------------------- 1 file changed, 14 insertions(+), 31 deletions(-) diff --git a/composer.lock b/composer.lock index b2196e8..74f4699 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": "76238db15f298507a69d3e804d0f8168", + "content-hash": "b2ee820319762e17dba44e760e65faf0", "packages": [ { "name": "brick/math", @@ -2036,25 +2036,26 @@ }, { "name": "utopia-php/span", - "version": "1.0.0", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/utopia-php/span.git", - "reference": "f2f6c499ded3a776e8019902e83d140ff0f89693" + "reference": "49d04aa588a2cdbbc9381ee7a1c129469e0f905c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/span/zipball/f2f6c499ded3a776e8019902e83d140ff0f89693", - "reference": "f2f6c499ded3a776e8019902e83d140ff0f89693", + "url": "https://api.github.com/repos/utopia-php/span/zipball/49d04aa588a2cdbbc9381ee7a1c129469e0f905c", + "reference": "49d04aa588a2cdbbc9381ee7a1c129469e0f905c", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { "laravel/pint": "^1.0", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.0", + "rector/rector": "^2.3", "swoole/ide-helper": "^5.0" }, "suggest": { @@ -2066,34 +2067,16 @@ "Utopia\\Span\\": "src/Span/" } }, - "autoload-dev": { - "psr-4": { - "Utopia\\Span\\Tests\\": "tests/" - } - }, - "scripts": { - "format": [ - "pint --test" - ], - "format:fix": [ - "pint" - ], - "test": [ - "phpunit" - ], - "analyse": [ - "phpstan analyse" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Simple span tracing library for PHP with coroutine support", "support": { - "source": "https://github.com/utopia-php/span/tree/1.0.0", - "issues": "https://github.com/utopia-php/span/issues" + "issues": "https://github.com/utopia-php/span/issues", + "source": "https://github.com/utopia-php/span/tree/1.1.4" }, - "time": "2026-01-12T20:05:10+00:00" + "time": "2026-02-13T10:58:12+00:00" }, { "name": "utopia-php/telemetry", @@ -4030,12 +4013,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.3" }, - "platform-dev": [], - "plugin-api-version": "2.6.0" + "platform-dev": {}, + "plugin-api-version": "2.9.0" }