Skip to content

Commit

Permalink
Remove deprecated --no-suggest option from composer
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Nov 28, 2022
1 parent ced44c8 commit 92abb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ skipPHPVersions='php8'
# Commands
#
dcexec="docker-compose exec -u `id -u`:`id -g`"
composerUpdate='composer update --prefer-dist --no-suggest --optimize-autoloader'
composerUpdate='composer update --prefer-dist --optimize-autoloader'
doctrineTestSuite='run.php'

# Parse arguments
Expand Down

0 comments on commit 92abb24

Please sign in to comment.