diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-07 05:49:19 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-07 05:49:19 +0200 |
| commit | 3701bd7840f3b1825a0b89b83bb32b26792983e0 (patch) | |
| tree | a9a16e24c8ddb52a94066c80550cf2a9f5fad8c1 /composer.json | |
| parent | 436df026ba09ff9ea2deca5dbc658856d40b5182 (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 0334982..54c09eb 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.3", "ext-dom": "*", + "ext-filter": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", - "ext-xml": "*", "ext-xmlwriter": "*", "doctrine/instantiator": "^1.5.0 || ^2", "myclabs/deep-copy": "^1.13.4", @@ -54,6 +60,17 @@ "platform": { "php": "7.3.0" }, + "policy": { + "malware": { + "audit": "fail" + }, + "security-advisory": { + "audit": "fail" + }, + "abandoned": { + "audit": "fail" + } + }, "classmap-authoritative": true, "optimize-autoloader": true, "sort-packages": true |
