From f0d41eda55d69fb081fab5e2028731a4a1d7e09c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2023 15:16:58 +0200 Subject: update to 2.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 1e72f96..e642bdb 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues" + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy" }, "prefer-stable": true, "require": { -- cgit