Minimum PHP version to 7.3
This commit is contained in:
parent
33c96cac4f
commit
be1201b101
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ use function \ForkBB\__;
|
|||
|
||||
class Install extends Page
|
||||
{
|
||||
const PHP_MIN = '7.2.0';
|
||||
const PHP_MIN = '7.3.0';
|
||||
|
||||
/**
|
||||
* Для MySQL
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.2.0",
|
||||
"php": ">=7.3.0",
|
||||
"ext-gd": "*",
|
||||
"ext-mbstring": "*",
|
||||
"artoodetoo/dirk": "dev-visman",
|
||||
|
|
|
@ -12,7 +12,7 @@ No: private messages, voting, subscriptions, rss, plugins/extensions system.
|
|||
|
||||
## Requirements
|
||||
|
||||
* PHP 7.2+
|
||||
* PHP 7.3+
|
||||
* A database such as MySQL 5.5.3 or later (_Drivers for other databases are not realized now_)
|
||||
|
||||
## Install
|
||||
|
|
Loading…
Reference in a new issue