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

2
.gitignore vendored
View file

@ -39,3 +39,5 @@ luac.out
*.x86_64 *.x86_64
*.hex *.hex
vendor

10
composer.json Normal file
View file

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

2855
composer.lock generated Normal file

File diff suppressed because it is too large Load diff