Skip to content

Commit e9fadaa

Browse files
committed
fix(composer): add kylekatarnls/update-helper to the list of allowed plugins
1 parent 05e2bdf commit e9fadaa

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
@@ -58,7 +58,10 @@
5858
}
5959
},
6060
"config": {
61-
"sort-packages": true
61+
"sort-packages": true,
62+
"allow-plugins": {
63+
"kylekatarnls/update-helper": true
64+
}
6265
},
6366
"minimum-stability": "dev",
6467
"prefer-stable": true

0 commit comments

Comments
 (0)