mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:54:04 +00:00
Allow pest plugin
This commit is contained in:
parent
b47c5549ef
commit
2f3d4b9953
1 changed files with 6 additions and 1 deletions
|
|
@ -61,5 +61,10 @@
|
|||
"test": "PHP_VERSION=8.0.11 ./test"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue