Skip to content

Commit 658be2d

Browse files
Fix failing Github actions
1 parent d0d3dc0 commit 658be2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
"test": "vendor/bin/phpunit"
3838
},
3939
"config": {
40-
"sort-packages": true
40+
"sort-packages": true,
41+
"allow-plugins": {
42+
"kylekatarnls/update-helper": true
43+
}
4144
},
4245
"extra": {
4346
"laravel": {

0 commit comments

Comments
 (0)