From 2cd2e9c9cefdf1f3e354f02a3874d1d96036b84b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2023 15:15:03 +0200 Subject: update to 3.0.1 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5432125..f3663cb 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues" + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "security": "https://github.com/sebastianbergmann/complexity/security/policy" }, "prefer-stable": true, "require": { -- cgit