From 6e4678666d16ea885671143f6b801e354408336f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Mar 2026 15:27:04 +0100 Subject: update to 1.4.0-alpha.1 --- composer.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index aedd38d..abe73a4 100644 --- a/composer.json +++ b/composer.json @@ -34,20 +34,21 @@ "fidry/cpu-core-counter": "^1.3.0", "illuminate/container": "^10.49.0", "psr/container": "^2.0.2", - "symfony/console": "^6.4.27", - "symfony/event-dispatcher": "^6.4.25", - "symfony/process": "^6.4.26", + "symfony/console": "^6.4.34", + "symfony/event-dispatcher": "^6.4.32", + "symfony/process": "^6.4.33", "thephpf/attestation": "^0.0.5", "webmozart/assert": "^1.12.1" }, "require-dev": { "ext-openssl": "*", - "behat/behat": "^3.27.0", + "behat/behat": "^3.29.0", "bnf/phpstan-psr-container": "^1.1", "doctrine/coding-standard": "^14.0.0", - "phpstan/phpstan": "^2.1.32", + "phpstan/phpstan": "^2.1.40", + "phpstan/phpstan-phpunit": "^2.0.16", "phpstan/phpstan-webmozart-assert": "^2.0", - "phpunit/phpunit": "^10.5.58" + "phpunit/phpunit": "^10.5.63" }, "replace": { "symfony/polyfill-php81": "*", -- cgit