Skip to content

Commit

Permalink
Merge pull request #492 from bugsnag/disable-update-helper
Browse files Browse the repository at this point in the history
Fix CI failing due to changes to composer
  • Loading branch information
imjoehaines authored Oct 3, 2022
2 parents 60d1282 + 9fe75f0 commit 14a6c8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@
"test": "phpunit"
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": false
}
}
}
4 changes: 4 additions & 0 deletions features/fixtures/laravel56/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
]
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": false,
"symfony/thanks": false
},
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
Expand Down

0 comments on commit 14a6c8e

Please sign in to comment.