diff --git a/composer.lock b/composer.lock index fdd98da9d..47d153c3e 100644 --- a/composer.lock +++ b/composer.lock @@ -1859,16 +1859,16 @@ }, { "name": "nette/utils", - "version": "v4.1.4", + "version": "v4.1.5", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "7da6c396d7ebe142bc857c20479d5e70a5e1aac7" + "reference": "b043439dbdf954e6c28b5ea7e34b0100f83165e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/7da6c396d7ebe142bc857c20479d5e70a5e1aac7", - "reference": "7da6c396d7ebe142bc857c20479d5e70a5e1aac7", + "url": "https://api.github.com/repos/nette/utils/zipball/b043439dbdf954e6c28b5ea7e34b0100f83165e0", + "reference": "b043439dbdf954e6c28b5ea7e34b0100f83165e0", "shasum": "" }, "require": { @@ -1888,7 +1888,7 @@ }, "suggest": { "ext-gd": "to use Image", - "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", + "ext-iconv": "to use Strings::chr(), ord() and reverse()", "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", "ext-json": "to use Nette\\Utils\\Json", "ext-mbstring": "to use Strings::lower() etc...", @@ -1944,9 +1944,9 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.1.4" + "source": "https://github.com/nette/utils/tree/v4.1.5" }, - "time": "2026-05-11T20:49:54+00:00" + "time": "2026-07-17T23:02:45+00:00" }, { "name": "nikic/php-parser", @@ -4128,16 +4128,16 @@ }, { "name": "respect/fluentgen", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/Respect/FluentGen.git", - "reference": "6a9065516f403c5f5abc86646290bd08e44c538e" + "reference": "4bed557a2ca6266e42e8953624bcb8f337843542" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Respect/FluentGen/zipball/6a9065516f403c5f5abc86646290bd08e44c538e", - "reference": "6a9065516f403c5f5abc86646290bd08e44c538e", + "url": "https://api.github.com/repos/Respect/FluentGen/zipball/4bed557a2ca6266e42e8953624bcb8f337843542", + "reference": "4bed557a2ca6266e42e8953624bcb8f337843542", "shasum": "" }, "require": { @@ -4148,9 +4148,9 @@ "phpstan/phpstan": "^2.1", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^12.5", + "phpunit/phpunit": "^12.5 || ^13.0", "respect/coding-standard": "^5.0", - "respect/fluent": "^2.0" + "respect/fluent": "^3.0" }, "suggest": { "respect/fluent": "Enables #[Composable] prefix composition support" @@ -4180,9 +4180,9 @@ ], "support": { "issues": "https://github.com/Respect/FluentGen/issues", - "source": "https://github.com/Respect/FluentGen/tree/2.0.0" + "source": "https://github.com/Respect/FluentGen/tree/2.1.0" }, - "time": "2026-03-25T05:50:09+00:00" + "time": "2026-09-05T17:14:12+00:00" }, { "name": "sebastian/cli-parser",