Skip to content

Commit

Permalink
fix(composer): Ensure to not block for user input
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Dec 11, 2024
1 parent 40ea8dd commit 750141b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ class Composer(

val composerVersion = Semver(getVersion(workingDir))
val args = buildList {
add("--no-interaction")
add("update")
add("--ignore-platform-reqs")

Expand Down

0 comments on commit 750141b

Please sign in to comment.