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

12 lines
229 B
JSON

{
"require-dev": {
"pestphp/pest": "^2.3",
"phpstan/phpstan": "^1.9",
"laravel/pint": "^1.2"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}