Add support for phpunit-bridge

This commit is contained in:
Shivam Mathur
2021-07-17 08:42:11 +05:30
parent 0b33ef444f
commit c88f07696b
3 changed files with 12 additions and 4 deletions

View File

@ -116,6 +116,11 @@
"type": "composer",
"repository": "phpspec/phpspec"
},
"phpunit-bridge": {
"alias": "simple-phpunit",
"type": "composer",
"repository": "symfony/phpunit-bridge"
},
"prestissimo": {
"type": "composer",
"repository": "hirak/prestissimo"