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:
Frédéric Guillot
2022-02-18 19:55:44 -08:00
committed by Frédéric Guillot
parent 0287140034
commit 69c51fdf50
5 changed files with 80 additions and 75 deletions

View File

@@ -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(