mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-16 03:54:55 +02:00
12 lines
229 B
JSON
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
|
|
}
|
|
}
|
|
}
|