Skip to content

Commit 5ec74b8

Browse files
committed
Makefile: Update 'check-composer' target for Composer 2
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
1 parent c815757 commit 5ec74b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ endif
8383

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

8888
lazy-check:
8989
@:

0 commit comments

Comments
 (0)