summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-19 15:27:04 +0100
committerRemi Collet <remi@php.net>2026-03-19 15:27:04 +0100
commit6e4678666d16ea885671143f6b801e354408336f (patch)
treea367eb98d0f3b0d0abbb378b96fe6d435fb83d59 /composer.json
parentd1d0306eaa4c8e83d8bf08d05ade5853bf5e3a86 (diff)
update to 1.4.0-alpha.1HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 7 insertions, 6 deletions
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": "*",