diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-01 07:51:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-01 07:51:51 +0200 |
commit | c284e69a3a1f5dd019675b35cbf5bcd53b8ce42e (patch) | |
tree | 2242cfb3a28ebae960ba0fc7f42cf0a1af31aa8b /composer.json | |
parent | ad2dbf33fa7c9d638a26dae5ac145a797e6502f1 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": { |