diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-15 08:57:27 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-15 08:57:27 +0200 |
commit | 8a79d938826da670e57606f5c16be69df31b7530 (patch) | |
tree | ead59d8a90df92eb2a68b4e41eba412590ba2c52 /composer.json | |
parent | f423166734ce72ee3db85b131355faf080630bc9 (diff) |
add notice about dnf in self-update output
open https://github.com/php/pie/issues/217 broken bash completion
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": "*", |