Skip to content

Commit

Permalink
Allow composer plugin for PHP7 failed test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvermeyen committed Jan 3, 2023
1 parent 617ccc5 commit 1c6a8e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"kylekatarnls/update-helper": true
}
},
"minimum-stability": "stable",
"prefer-stable": true
Expand Down

0 comments on commit 1c6a8e1

Please sign in to comment.