Skip to content

Commit 5e9182f

Browse files
committed
Disable unnecessary composer plugin
1 parent 1d2b7a7 commit 5e9182f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,10 @@
7878
}
7979
},
8080
"prefer-stable": true,
81-
"minimum-stability": "dev"
81+
"minimum-stability": "dev",
82+
"config": {
83+
"allow-plugins": {
84+
"kylekatarnls/update-helper": false
85+
}
86+
}
8287
}

0 commit comments

Comments
 (0)