From 2d5b4bff0749cd929cb76f612c184107cdf542e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Aug 2025 07:21:59 +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 3a00b68..b3a827f 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,10 @@ "email": "aharvey@php.net" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "security": "https://github.com/sebastianbergmann/recursion-context/security/policy" + }, "prefer-stable": true, "config": { "platform": { @@ -29,7 +33,7 @@ "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^10.5" }, "autoload": { "classmap": [ -- cgit