From 14fe94ba9309bdbf579edf593da98fd0542388ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Sep 2023 10:06:40 +0200 Subject: update to 8.5.34 --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b4755b1..e5aad89 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues" + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "security": "https://github.com/sebastianbergmann/phpunit/security/policy" }, "prefer-stable": true, "require": { @@ -54,9 +55,9 @@ "sort-packages": true }, "suggest": { - "phpunit/php-invoker": "^2.0.0", - "ext-soap": "*", - "ext-xdebug": "*" + "phpunit/php-invoker": "To allow enforcing time limits", + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "bin": [ "phpunit" -- cgit