diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-07 05:45:49 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-07 05:45:49 +0200 |
| commit | fa8a8ac3fef4303282341ae4f4786cefde7a205b (patch) | |
| tree | ab6814738e17d72c53cadf09529d95f0ea4ac827 /composer.json | |
| parent | 3a00352d49126f73803c72840bc6f4c73ae9366e (diff) | |
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 97a6b55..7681c3c 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,12 @@ "role": "lead" } ], + "funding": [ + { + "type": "other", + "url": "https://phpunit.de/sponsoring.html" + } + ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy" @@ -24,10 +30,10 @@ "require": { "php": ">=7.2", "ext-dom": "*", + "ext-filter": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", - "ext-xml": "*", "ext-xmlwriter": "*", "doctrine/instantiator": "^1.5.0", "myclabs/deep-copy": "^1.13.4", @@ -51,6 +57,17 @@ "platform": { "php": "7.2.0" }, + "policy": { + "malware": { + "audit": "fail" + }, + "security-advisory": { + "audit": "fail" + }, + "abandoned": { + "audit": "fail" + } + }, "classmap-authoritative": true, "optimize-autoloader": true, "sort-packages": true |
