fix composer issue with pest

This commit is contained in:
Mohit Panjwani
2022-10-17 13:04:27 +05:30
parent 0aaf0e7e75
commit d8c429912e
2 changed files with 4 additions and 2 deletions

View File

@ -81,7 +81,10 @@
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"laravel": {