From 94d793af04a05f986c1a88fedc1392d52afa12d4 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 3 May 2026 22:21:10 +0200 Subject: [PATCH 1/2] bump phpunit to 13 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 9b75bd9184..101ee5f2ae 100644 --- a/composer.json +++ b/composer.json @@ -15,23 +15,23 @@ "php": ">=8.3", "composer/pcre": "^3.3.2", "composer/xdebug-handler": "^3.0.5", - "friendsofphp/php-cs-fixer": "^3.92.4|^4.0", + "friendsofphp/php-cs-fixer": "^3.95.1|^4.0", "illuminate/container": "12.39.*", "nette/utils": "4.0.*", - "sebastian/diff": "^6.0.2", + "sebastian/diff": "^6.0|^7.0", "squizlabs/php_codesniffer": "^4.0.1", - "symfony/console": "^6.4.24|7.0.*", - "symfony/finder": "^7.4|8.0.*", + "symfony/console": "^6.4.24", + "symfony/finder": "^7.4", "symplify/coding-standard": "^13.0", "symplify/easy-parallel": "^11.2.2", "webmozart/assert": "^1.12" }, "require-dev": { "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.1.33|^3.0", - "phpstan/phpstan-phpunit": "^2.0.7|^3.0", + "phpstan/phpstan": "^2.1.54", + "phpstan/phpstan-phpunit": "^2.0.16", "phpstan/phpstan-webmozart-assert": "^2.0", - "phpunit/phpunit": "^11.5.27", + "phpunit/phpunit": "^12.5", "rector/jack": "^1.0", "rector/rector": "^2.3", "rector/type-perfect": "^2.1.0|^3.0", From 28244772dc75bdd963243e43f5b87d866ae6baae Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 3 May 2026 22:23:05 +0200 Subject: [PATCH 2/2] require entropy --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 101ee5f2ae..a6826755c1 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "php": ">=8.3", "composer/pcre": "^3.3.2", "composer/xdebug-handler": "^3.0.5", + "entropy/entropy": "dev-main", "friendsofphp/php-cs-fixer": "^3.95.1|^4.0", "illuminate/container": "12.39.*", "nette/utils": "4.0.*", @@ -24,18 +25,18 @@ "symfony/finder": "^7.4", "symplify/coding-standard": "^13.0", "symplify/easy-parallel": "^11.2.2", - "webmozart/assert": "^1.12" + "webmozart/assert": "^2.3" }, "require-dev": { "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.54", "phpstan/phpstan-phpunit": "^2.0.16", "phpstan/phpstan-webmozart-assert": "^2.0", - "phpunit/phpunit": "^12.5", + "phpunit/phpunit": "^12.5.4", "rector/jack": "^1.0", - "rector/rector": "^2.3", - "rector/type-perfect": "^2.1.0|^3.0", - "symplify/phpstan-extensions": "^12.0.1", + "rector/rector": "^2.4", + "rector/type-perfect": "^2.1", + "symplify/phpstan-extensions": "^12.0", "symplify/vendor-patches": "^11.5", "tomasvotruba/class-leak": "^2.1", "tomasvotruba/type-coverage": "^2.1",