From bad757d81be284413502c36fb7aa42edbad7c429 Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Tue, 25 Apr 2023 13:52:55 +0100 Subject: [PATCH] PHP8.1 is now the minimum required version for OM v21 (#3160) --- README.md | 2 +- composer.json | 4 ++-- composer.lock | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4732c0fb36c..5aecb046855 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ In a nutshell: ## Requirements -- PHP 7.4+ (PHP 8.0 is supported, PHP 8.1 supported but some warnings may be shown/logged, PHP 8.2 is usable but still being tested) +- PHP 8.1+ for OM v21, PHP 7.4+ for OpenMage v19/v20 - MySQL 5.6+ (8.0+ recommended) or MariaDB - optional: Redis 5.x, 6.x and 7.0.x are supported diff --git a/composer.json b/composer.json index b366530bbc7..fa521e89635 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "type": "magento-source", "require": { - "php": ">=7.4 <8.3", + "php": ">=8.1 <8.3", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -117,7 +117,7 @@ "cweagans/composer-patches": true }, "platform": { - "php": "7.4" + "php": "8.1" }, "sort-packages": true } diff --git a/composer.lock b/composer.lock index bc07386c91c..3e656dff6b2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e73fdcac234fc7d39e4487ab1e2d80a3", + "content-hash": "71fd42ba8746782c5daae84373290d52", "packages": [ { "name": "colinmollenhour/cache-backend-redis", @@ -5771,7 +5771,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=7.4 <8.3", + "php": ">=8.1 <8.3", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -5789,7 +5789,7 @@ }, "platform-dev": [], "platform-overrides": { - "php": "7.4" + "php": "8.1" }, "plugin-api-version": "2.3.0" }