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

Install pest via composer

This commit is contained in:
Michael Utz 2022-11-14 22:16:57 +03:00
parent 30a218365f
commit dcc4ba520f
3 changed files with 2867 additions and 0 deletions

10
composer.json Normal file
View file

@ -0,0 +1,10 @@
{
"require-dev": {
"pestphp/pest": "^1.22"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}