Tools: add support for phpunit-polyfills

Ref: https://github.com/Yoast/PHPUnit-Polyfills
This commit is contained in:
jrfnl
2021-09-20 15:32:29 +02:00
parent 87993cd853
commit 2c8682d5e6
3 changed files with 9 additions and 3 deletions

View File

@ -139,6 +139,10 @@
"type": "composer",
"repository": "symfony/phpunit-bridge"
},
"phpunit-polyfills": {
"type": "composer",
"repository": "yoast/phpunit-polyfills"
},
"prestissimo": {
"type": "composer",
"repository": "hirak/prestissimo"