diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-07 05:53:22 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-07 05:53:22 +0200 |
| commit | f6a14e76f0c11d0896c7a2668f4f35dbcf19c7ba (patch) | |
| tree | 7c625683714337e7bef321f43be0c9cb20a8e0f5 /composer.json | |
| parent | 98de6af66734dee853652b97e1630e703bb74e5a (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 db3f8e4..c8cca55 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": ">=8.1", "ext-dom": "*", + "ext-filter": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", - "ext-xml": "*", "ext-xmlwriter": "*", "myclabs/deep-copy": "^1.13.4", "phar-io/manifest": "^2.0.4", @@ -53,6 +59,17 @@ "platform": { "php": "8.1.0" }, + "policy": { + "malware": { + "audit": "fail" + }, + "security-advisory": { + "audit": "fail" + }, + "abandoned": { + "audit": "fail" + } + }, "classmap-authoritative": true, "optimize-autoloader": true, "sort-packages": true |
