From 0a5f9aaf2e2b02d1f0e6ab1f48090c0edf83f0e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2023 11:45:55 +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 b8c9b72..78f6eb7 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,10 @@ "email": "sebastian@phpunit.de" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "security": "https://github.com/sebastianbergmann/global-state/security/policy" + }, "prefer-stable": true, "config": { "platform": { -- cgit