Skip to content

Commit b9e54da

Browse files
committed
Increase PHP version
1 parent 7b0dcc4 commit b9e54da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.module.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ EXTENSION_VENDOR="Yireo"
22
EXTENSION_NAME="Webp2"
33
MODULE_NAME="Yireo_Webp2"
44
COMPOSER_NAME="yireo/magento2-webp2"
5-
PHP_VERSIONS=("7.3", "7.4", "8.1", "8.2")
5+
PHP_VERSIONS=("7.4", "8.1", "8.2")

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"magento/module-page-cache": "^100.0",
2828
"rosell-dk/webp-convert": "^2.0",
2929
"psr/log": "^1 || ^2 || ^3",
30-
"php": ">=7.1.0",
30+
"php": ">=7.4.0",
3131
"ext-json": "*",
3232
"ext-pcre": "*",
3333
"ext-gd": "*"

0 commit comments

Comments
 (0)