12 lines
198 B
JSON
12 lines
198 B
JSON
|
{
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9.5",
|
||
|
"pestphp/pest": "^1.22"
|
||
|
},
|
||
|
"config": {
|
||
|
"allow-plugins": {
|
||
|
"pestphp/pest-plugin": true
|
||
|
}
|
||
|
}
|
||
|
}
|