From 0c88ef004919195ee4a324e238d0a63f55d4549c Mon Sep 17 00:00:00 2001 From: Evg Date: Fri, 17 Mar 2023 07:07:32 +0300 Subject: [PATCH] =?UTF-8?q?DEV:=20=D0=9C=D0=B8=D0=BD.=20PHP8+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit См. https://libarea.ru/post/1321/dev-vozmozhnost-izmenyat-email-nekotorye-plany --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f1ced9e..02c8f700 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Further: * Log in to your account using administrator credentials: `ss@sdf.ru` / `qwer14qwer14` * Or user: `test@test.ru` / `test@test.ru` -PHP 7.4+, MySQL 8+ or > MariaDB 10.2.2 +PHP 8+, MySQL 8+ or > MariaDB 10.2.2 Fully assembled releases can be downloaded at the office. support site: https://libarea.com/ diff --git a/composer.json b/composer.json index 08d38ea9..c63e6c81 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "php": ">=7.4.0", + "php": ">=8.0", "ext-pdo": "*", "phphleb/framework": ">=1.6.89", "phphleb/imageresizer": "dev-master",