Browse Source

Minimum PHP version to 7.3

Visman 5 years ago
parent
commit
be1201b101
3 changed files with 3 additions and 3 deletions
  1. 1 1
      app/Models/Pages/Install.php
  2. 1 1
      composer.json
  3. 1 1
      readme.md

+ 1 - 1
app/Models/Pages/Install.php

@@ -11,7 +11,7 @@ use function \ForkBB\__;
 
 
 class Install extends Page
 class Install extends Page
 {
 {
-    const PHP_MIN = '7.2.0';
+    const PHP_MIN = '7.3.0';
 
 
     /**
     /**
      * Для MySQL
      * Для MySQL

+ 1 - 1
composer.json

@@ -24,7 +24,7 @@
         }
         }
     ],
     ],
     "require": {
     "require": {
-        "php": ">=7.2.0",
+        "php": ">=7.3.0",
         "ext-gd": "*",
         "ext-gd": "*",
         "ext-mbstring": "*",
         "ext-mbstring": "*",
         "artoodetoo/dirk": "dev-visman",
         "artoodetoo/dirk": "dev-visman",

+ 1 - 1
readme.md

@@ -12,7 +12,7 @@ No: private messages, voting, subscriptions, rss, plugins/extensions system.
 
 
 ## Requirements
 ## 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_)
 * A database such as MySQL 5.5.3 or later (_Drivers for other databases are not realized now_)
 
 
 ## Install
 ## Install