From 70b7b4def1c285893bc6f56703c1c66f116a964e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 11 Mar 2020 23:18:07 +0100 Subject: [PATCH] Fix: Use same version of composer/composer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f74de086..2d9c04a3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -COMPOSER_VERSION:=1.9.3 +COMPOSER_VERSION:=1.10.0 .PHONY: it it: coding-standards dependency-analysis static-code-analysis tests ## Runs the coding-standards, dependency-analysis, static-code-analysis, and tests targets