From b9e54dae2e4f0abaa5ef8d082d55b3462a78e9e5 Mon Sep 17 00:00:00 2001 From: Jisse Reitsma Date: Fri, 23 Aug 2024 11:40:07 +0200 Subject: [PATCH] Increase PHP version --- .module.ini | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.module.ini b/.module.ini index 9b2e2e8..0316d5e 100644 --- a/.module.ini +++ b/.module.ini @@ -2,4 +2,4 @@ EXTENSION_VENDOR="Yireo" EXTENSION_NAME="Webp2" MODULE_NAME="Yireo_Webp2" COMPOSER_NAME="yireo/magento2-webp2" -PHP_VERSIONS=("7.3", "7.4", "8.1", "8.2") +PHP_VERSIONS=("7.4", "8.1", "8.2") diff --git a/composer.json b/composer.json index 530f02b..93028e5 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "magento/module-page-cache": "^100.0", "rosell-dk/webp-convert": "^2.0", "psr/log": "^1 || ^2 || ^3", - "php": ">=7.1.0", + "php": ">=7.4.0", "ext-json": "*", "ext-pcre": "*", "ext-gd": "*"