Skip to content

Commit

Permalink
Fix: Stop using deprecated --no-suggest option
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 1, 2020
1 parent 3079ef8 commit e3e47b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.5.0...master`][2.5.0...master].

### Fixed

* Stopped using the deprecated `--no-suggest` option when updating the lock file ([#422]), by [@localheinz]

## [`2.5.0`][2.5.0]

For a full diff see [`2.4.0...2.5.0`][2.4.0...2.5.0].
Expand Down Expand Up @@ -460,6 +464,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
[#406]: https://github.com/ergebnis/composer-normalize/pull/406
[#412]: https://github.com/ergebnis/composer-normalize/pull/412
[#416]: https://github.com/ergebnis/composer-normalize/pull/416
[#422]: https://github.com/ergebnis/composer-normalize/pull/422

[@ergebnis]: https://github.com/ergebnis
[@ergebnis-bot]: https://github.com/ergebnis-bot
Expand Down
1 change: 0 additions & 1 deletion src/Command/NormalizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ private static function updateLockerInWorkingDirectory(
'--no-autoloader' => true,
'--no-plugins' => true,
'--no-scripts' => true,
'--no-suggest' => true,
'--working-dir' => $workingDirectory,
]),
$output
Expand Down

0 comments on commit e3e47b4

Please sign in to comment.