From 5fd3b20e454f9a8b380a5e59301881ff9737d805 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Nov 2025 07:49:25 +0100 Subject: update to 1.3.0-alpha1 --- composer.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5ec778c..55e0624 100644 --- a/composer.json +++ b/composer.json @@ -28,24 +28,25 @@ ], "require": { "php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*", - "composer/composer": "^2.8.11", + "composer/composer": "^2.8.12", "composer/pcre": "^3.3.2", "composer/semver": "^3.4.4", "fidry/cpu-core-counter": "^1.3.0", - "illuminate/container": "^10.48.28", + "illuminate/container": "^10.49.0", "psr/container": "^2.0.2", - "symfony/console": "^6.4.25", - "symfony/event-dispatcher": "^6.4.24", - "symfony/process": "^6.4.25", - "webmozart/assert": "^1.11" + "symfony/console": "^6.4.27", + "symfony/event-dispatcher": "^6.4.25", + "symfony/process": "^6.4.26", + "thephpf/attestation": "^0.0.2", + "webmozart/assert": "^1.12.1" }, "require-dev": { "ext-openssl": "*", - "behat/behat": "^3.23.0", - "doctrine/coding-standard": "^13.0.1", - "phpunit/phpunit": "^10.5.48", - "psalm/plugin-phpunit": "^0.19.5", - "vimeo/psalm": "^6.13.1" + "behat/behat": "^3.26.0", + "bnf/phpstan-psr-container": "^1.1", + "doctrine/coding-standard": "^14.0.0", + "phpstan/phpstan": "^2.1.31", + "phpunit/phpunit": "^10.5.58" }, "replace": { "symfony/polyfill-php81": "*", -- cgit