Min PHP version is 7.2.5

This commit is contained in:
Milos Stojanovic
2021-06-24 10:33:13 +02:00
parent c44b4517dd
commit 953f3b1768
3 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
* Composer update * Composer update
* Flysystem patch GHSA-9f46-5r25-5wfm * Flysystem patch GHSA-9f46-5r25-5wfm
* Min supported PHP version is now 7.2.5
## 7.5.1 - 2021-03-23 ## 7.5.1 - 2021-03-23

4
dist/index.php vendored
View File

@@ -9,8 +9,8 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
if (version_compare(PHP_VERSION, '7.2', '<')) { if (version_compare(PHP_VERSION, '7.2.5', '<')) {
echo 'Minimum requirement is PHP 7.2 You are using: '.PHP_VERSION."\n"; echo 'Minimum requirement is PHP 7.2.5 You are using: '.PHP_VERSION."\n";
die; die;
} }

View File

@@ -3,7 +3,7 @@ currentMenu: install
--- ---
## Minimum Requirements ## Minimum Requirements
- PHP 7.2+ (with php-zip extension) - PHP 7.2.5+ (with php-zip extension)
## Download precompiled build ## Download precompiled build