diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 23 |
1 files changed, 12 insertions, 11 deletions
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": "*", |
