From c284e69a3a1f5dd019675b35cbf5bcd53b8ce42e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Sep 2023 07:51:51 +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 8cb50c2..cd6cf75 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues" + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "security": "https://github.com/sebastianbergmann/php-text-template/security/policy" }, "config": { "platform": { -- cgit