From 95e058871e58bb32889942bf462a45a9b9faea8c Mon Sep 17 00:00:00 2001 From: Albin Date: Tue, 2 Jan 2024 08:38:30 +0100 Subject: [PATCH] xmas cleanup composer version 2.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfde27b27..1b14b80b6 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ node_modules: composer.phar: php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === 'e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" - php composer-setup.php --version=2.2 + php composer-setup.php --2.2 php -r "unlink('composer-setup.php');" assets: