lab/php/pest/composer.json
2025-08-12 19:22:23 +01:00

15 lines
244 B
JSON

{
"require-dev": {
"pestphp/pest": "^3.8"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
}
}