fix: coverage when coverage file is over 2.4gb on mac os

This commit is contained in:
Nuno Maduro
2025-06-15 22:43:59 +01:00
parent 5d2aafd2a3
commit 49bf00024f
4 changed files with 117 additions and 11 deletions

View File

@ -25,11 +25,11 @@
"pestphp/pest-plugin-arch": "^4.0.0",
"pestphp/pest-plugin-mutate": "^4.0.0",
"pestphp/pest-plugin-profanity": "^4.0.0",
"phpunit/phpunit": "^12.2.1"
"phpunit/phpunit": "^12.2.2"
},
"conflict": {
"filp/whoops": "<2.16.0",
"phpunit/phpunit": ">12.2.1",
"phpunit/phpunit": ">12.2.2",
"sebastian/exporter": "<7.0.0",
"webmozart/assert": "<1.11.0"
},