1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00

Setup phpstan and pint

This commit is contained in:
Michael Utz 2022-11-15 15:08:38 +03:00
parent ba2b5d1122
commit ab76df29c4
3 changed files with 134 additions and 2 deletions

View file

@ -1,6 +1,8 @@
{
"require-dev": {
"pestphp/pest": "^1.22"
"pestphp/pest": "^1.22",
"phpstan/phpstan": "^1.9",
"laravel/pint": "^1.2"
},
"config": {
"allow-plugins": {