Skip to content

Commit

Permalink
Merge pull request ryangjchandler#3 from medilies/patch-1
Browse files Browse the repository at this point in the history
composer: allow plugins for the 'run-tests' action
  • Loading branch information
ryangjchandler authored Aug 4, 2022
2 parents eb12ca0 + 3f7b255 commit 156ad9a
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 @@
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
},
"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 156ad9a

Please sign in to comment.