diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json index cdc2c60..12d276b 100644 --- a/composer.json +++ b/composer.json @@ -34,16 +34,17 @@ "fidry/cpu-core-counter": "^1.2", "illuminate/container": "^10.48.28", "psr/container": "^2.0.2", - "symfony/console": "^6.4.17", - "symfony/process": "^6.4.19", + "symfony/console": "^6.4.20", + "symfony/process": "^6.4.20", "webmozart/assert": "^1.11" }, "require-dev": { + "ext-openssl": "*", "behat/behat": "^3.19.0", - "doctrine/coding-standard": "^12.0", + "doctrine/coding-standard": "^13.0", "phpunit/phpunit": "^10.5.45", - "psalm/plugin-phpunit": "^0.19.2", - "vimeo/psalm": "^6.8.8" + "psalm/plugin-phpunit": "^0.19.5", + "vimeo/psalm": "^6.10.0" }, "replace": { "symfony/polyfill-php81": "*", |