Evg 2023-03-17 07:07:32 +03:00
parent 766c17f3c6
commit 0c88ef0049
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -25,7 +25,7 @@
}
],
"require": {
"php": ">=7.4.0",
"php": ">=8.0",
"ext-pdo": "*",
"phphleb/framework": ">=1.6.89",
"phphleb/imageresizer": "dev-master",