composer config --no-plugins allow-plugins.kylekatarnls/update-helper true

This commit is contained in:
Khoubza Younes
2022-12-24 16:44:36 +01:00
parent 3688f157cd
commit 1b302cfc0b
+2 -1
View File
@@ -49,7 +49,8 @@
}, },
"config": { "config": {
"allow-plugins": { "allow-plugins": {
"ergebnis/composer-normalize": true "ergebnis/composer-normalize": true,
"kylekatarnls/update-helper": true
}, },
"sort-packages": true "sort-packages": true
}, },