From 627a300205530179014581a231cb488176bfad4b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 May 2023 11:29:12 +0200 Subject: update to 4.0.2 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e2bef2a..3f0089c 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues" + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy" }, "config": { "platform": { -- cgit