1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 20:34:03 +00:00

Allow pest plugin

This commit is contained in:
Samuel Štancl 2022-07-22 19:48:56 +02:00
parent b47c5549ef
commit 2f3d4b9953

View file

@ -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
}
}
}