From 470e1dd41b84a3506729748f5fcf0448005f065a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 23 Jan 2022 18:13:53 +0100 Subject: [PATCH] add compatibility with php8.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d6f9f9..393e17c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COMPOSER ?= composer -PHP ?= php7.4 +PHP ?= php8.1 SSH ?= ssh WEBPACK ?= webpack YARN ?= yarn