diff --git a/composer.json b/composer.json index ee5c5d0c0aa03..1f67b5ebe5fee 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,16 @@ "wp-coding-standards/wpcs": "~3.3.0", "phpcompatibility/phpcompatibility-wp": "~2.1.3", "phpstan/phpstan": "2.1.39", - "yoast/phpunit-polyfills": "^1.1.0" + "yoast/phpunit-polyfills": "^3.0" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }, - "lock": false + "lock": false, + "audit": { + "ignore": ["PKSA-5jz8-6tcw-pbk4", "PKSA-z3gr-8qht-p93v"] + } }, "scripts": { "phpstan": "@php ./vendor/bin/phpstan analyse --memory-limit=2G",