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",