diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-08 08:46:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-08 08:46:00 +0200 |
commit | 04eebed63ca3b13a2084d2b184fdef1471aa0404 (patch) | |
tree | 296c6e4384df2b77771cb74d2c5a5cb93e8d258a /composer.json | |
parent | 5e3d92561bec271b2feb623fbd839dcd8afeb851 (diff) |
update to 5.0.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 4d1e169..2e2c31c 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,10 @@ "email": "bschussek@gmail.com" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "security": "https://github.com/sebastianbergmann/exporter/security/policy" + }, "config": { "platform": { "php": "8.1.0" |