From 1d7f430be8b54653471e72e45bf576ba7f08ea88 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Mar 2023 15:09:51 +0200 Subject: update to 9.6.6 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index c9c8b46..28411d9 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": { -- cgit