Skip to content

Commit 9070c12

Browse files
author
enricodelazzari
committed
UPDATE enable pest & phpstan plugins
1 parent cfec63e commit 9070c12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@
5656
"test-coverage": "vendor/bin/pest coverage"
5757
},
5858
"config": {
59-
"sort-packages": true
59+
"sort-packages": true,
60+
"allow-plugins": {
61+
"pestphp/pest-plugin": true,
62+
"phpstan/extension-installer": true
63+
}
6064
},
6165
"extra": {
6266
"laravel": {

0 commit comments

Comments
 (0)