Change minimum requirement to PHP 7.4
- PHP versions < 7.4 are EOL: https://www.php.net/supported-versions.php - Libraries used by Kanboard have dropped support for older versions of PHP
This commit is contained in:
committed by
Frédéric Guillot
parent
0287140034
commit
69c51fdf50
4
vendor/composer/installed.php
vendored
4
vendor/composer/installed.php
vendored
@@ -5,7 +5,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => 'f5bb55bdb8fe95c37877d4788cb85cfcb49c4d77',
|
||||
'reference' => '02871400340b0d50795bd2b75649a8d8366d17f6',
|
||||
'name' => 'kanboard/kanboard',
|
||||
'dev' => false,
|
||||
),
|
||||
@@ -43,7 +43,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => 'f5bb55bdb8fe95c37877d4788cb85cfcb49c4d77',
|
||||
'reference' => '02871400340b0d50795bd2b75649a8d8366d17f6',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'pimple/pimple' => array(
|
||||
|
||||
Reference in New Issue
Block a user