diff options
author | Mario <mario@mariovavti.com> | 2021-02-02 12:57:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-02 12:57:46 +0000 |
commit | 2167d12b3fd9a66006b83cc8660325b6f8831a70 (patch) | |
tree | 1ed7dc7907f34b05ba970d547d20af5d65657c0b /vendor/composer/platform_check.php | |
parent | 08c9152abdfa90da09931bdcc6e6c81ea243434c (diff) | |
download | volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.tar.gz volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.tar.bz2 volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.zip |
composer add phpseclib
Diffstat (limited to 'vendor/composer/platform_check.php')
-rw-r--r-- | vendor/composer/platform_check.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/composer/platform_check.php b/vendor/composer/platform_check.php index 589e9e770..92370c5a0 100644 --- a/vendor/composer/platform_check.php +++ b/vendor/composer/platform_check.php @@ -4,8 +4,8 @@ $issues = array(); -if (!(PHP_VERSION_ID >= 70200)) { - $issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.0". You are running ' . PHP_VERSION . '.'; +if (!(PHP_VERSION_ID >= 70300)) { + $issues[] = 'Your Composer dependencies require a PHP version ">= 7.3.0". You are running ' . PHP_VERSION . '.'; } if ($issues) { |