diff --git a/.gitignore b/.gitignore index 453eb297c..313a41938 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /.phpunit.cache /vendor composer.lock +testing /phpunit.xml .phpunit.result.cache .env diff --git a/composer.json b/composer.json index 05e0e614d..bf1832b32 100644 --- a/composer.json +++ b/composer.json @@ -227,6 +227,9 @@ "typesense/typesense-php": "^5.2" }, "config": { + "audit": { + "ignore": ["PKSA-z3gr-8qht-p93v"] + }, "sort-packages": true }, "extra": {