From 8a79d938826da670e57606f5c16be69df31b7530 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Apr 2025 08:57:27 +0200 Subject: update to 0.9.0 add notice about dnf in self-update output open https://github.com/php/pie/issues/217 broken bash completion --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'composer.json') 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": "*", -- cgit