summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 55e0624..8399af2 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
],
"require": {
"php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*",
- "composer/composer": "^2.8.12",
+ "composer/composer": "^2.9.1",
"composer/pcre": "^3.3.2",
"composer/semver": "^3.4.4",
"fidry/cpu-core-counter": "^1.3.0",
@@ -37,7 +37,7 @@
"symfony/console": "^6.4.27",
"symfony/event-dispatcher": "^6.4.25",
"symfony/process": "^6.4.26",
- "thephpf/attestation": "^0.0.2",
+ "thephpf/attestation": "^0.0.3",
"webmozart/assert": "^1.12.1"
},
"require-dev": {
@@ -45,7 +45,8 @@
"behat/behat": "^3.26.0",
"bnf/phpstan-psr-container": "^1.1",
"doctrine/coding-standard": "^14.0.0",
- "phpstan/phpstan": "^2.1.31",
+ "phpstan/phpstan": "^2.1.32",
+ "phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "^10.5.58"
},
"replace": {