Skip to content

Commit 99f8d4f

Browse files
committed
allow pulgins for github actions
1 parent 6ab52e4 commit 99f8d4f

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
@@ -42,7 +42,11 @@
4242
"format": "vendor/bin/pint"
4343
},
4444
"config": {
45-
"sort-packages": true
45+
"sort-packages": true,
46+
"allow-plugins": {
47+
"pestphp/pest-plugin": true,
48+
"phpstan/extension-installer": true
49+
}
4650
},
4751
"minimum-stability": "stable",
4852
"prefer-stable": true

0 commit comments

Comments
 (0)