Skip to content

Commit 31811f3

Browse files
authored
Fix CI (#3)
1 parent 7795f80 commit 31811f3

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
@@ -54,7 +54,11 @@
5454
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
5555
},
5656
"config": {
57-
"sort-packages": true
57+
"sort-packages": true,
58+
"allow-plugins": {
59+
"phpstan/extension-installer": true,
60+
"pestphp/pest-plugin": true
61+
}
5862
},
5963
"extra": {
6064
"laravel": {

0 commit comments

Comments
 (0)