Skip to content

Commit cb9aa10

Browse files
author
riccardodallavia
committed
ADD composer.json config allow pest-plugin
1 parent 18e4cf4 commit cb9aa10

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
@@ -62,7 +62,11 @@
6262
"test-coverage": "vendor/bin/pest coverage"
6363
},
6464
"config": {
65-
"sort-packages": true
65+
"sort-packages": true,
66+
"allow-plugins": {
67+
"pestphp/pest-plugin": true,
68+
"phpstan/extension-installer": true
69+
}
6670
},
6771
"extra": {
6872
"laravel": {

0 commit comments

Comments
 (0)