Skip to content

Commit

Permalink
Makefile: Update 'check-composer' target for Composer 2
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
  • Loading branch information
PhrozenByte committed Sep 5, 2021
1 parent c815757 commit 5ec74b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ endif

check-composer:
composer update --no-suggest --no-dev --dry-run 2>&1 \
| grep --quiet '^Nothing to install or update$$'
| grep --quiet '^Nothing to install, update or remove$$'

lazy-check:
@:
Expand Down

0 comments on commit 5ec74b8

Please sign in to comment.