Skip to content

Commit

Permalink
Disable unnecessary composer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Jul 15, 2022
1 parent 1d2b7a7 commit 5e9182f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,10 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": false
}
}
}

0 comments on commit 5e9182f

Please sign in to comment.