Skip to content

Commit

Permalink
Permitir a utilização de plugins via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
emaia committed Aug 15, 2022
1 parent fd2821d commit ff257e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@
"php-cs-fixer": "php-cs-fixer fix --config=./.php_cs.dist.php"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
}
},
"extra": {
"laravel": {
Expand Down

0 comments on commit ff257e9

Please sign in to comment.