add compatibility with php8.1

This commit is contained in:
Simon Vieille 2022-01-23 18:13:53 +01:00
parent d8c4349386
commit 470e1dd41b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
COMPOSER ?= composer
PHP ?= php7.4
PHP ?= php8.1
SSH ?= ssh
WEBPACK ?= webpack
YARN ?= yarn