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

Update neotest-pest to work with Pest 2.0

This commit is contained in:
V13Axel 2024-02-05 17:02:48 -05:00
parent 179ada37aa
commit 8b20d2e087
3 changed files with 1265 additions and 559 deletions

View file

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