diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-21 09:33:43 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-21 09:33:43 +0100 |
commit | 0f1d5d02c81a56b73c313bdadce8f08caedc7fc3 (patch) | |
tree | 1bdd00308e9c3894002bd8462c22e713a149d5e4 /composer.json | |
parent | cb05c5f75f143c061ae077af461a5bf431dcc1b2 (diff) |
update to 10.0.17
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 165c61f..4c0ca2a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues" + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "security": "https://github.com/sebastianbergmann/phpunit/security/policy" }, "prefer-stable": true, "require": { |