From 9766dc307327e1e0b38537180a878a3c1ba82e5c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Apr 2023 09:48:30 +0200 Subject: update to 6.0.1 --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index fdff87a..0459582 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,10 @@ "email": "sebastian@phpunit.de" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "security": "https://github.com/sebastianbergmann/environment/security/policy" + }, "config": { "platform": { "php": "8.1.0" -- cgit