Skip to content

Commit

Permalink
make: use composer version 1.9 for php7
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanheuverzwijn committed Jul 4, 2022
1 parent d425d74 commit 6191efd
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
@@ -1,6 +1,6 @@
.PHONY: all test composer clean clean-docker-image clean-composer-vendor

composer = composer/composer:alpine
composer = composer:1.9
phpcli = php:7

all: composer test
Expand Down

0 comments on commit 6191efd

Please sign in to comment.