From 65d45bf5ca3651c3031721c2f2c3b58e08d0eb0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Aug 2023 08:37:48 +0200 Subject: update to 5.0.1 --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 03c8aed..a53ecba 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,10 @@ "email": "bschussek@2bepublished.at" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "security": "https://github.com/sebastianbergmann/comparator/security/policy" + }, "prefer-stable": true, "require": { "php": ">=8.1", @@ -31,7 +35,7 @@ "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^10.3" }, "config": { "platform": { -- cgit