[CORE] Bump PHP requirement to PHP7.3+

This commit is contained in:
Diogo Cordeiro
2019-07-25 01:29:20 +01:00
parent dbde8383c9
commit db3253e5d2
23 changed files with 1114 additions and 486 deletions

View File

@@ -19,6 +19,9 @@ namespace Tests\Unit;
if (!defined('INSTALLDIR')) {
define('INSTALLDIR', dirname(dirname(__DIR__)));
}
if (!defined('PUBLICDIR')) {
define('PUBLICDIR', INSTALLDIR . DIRECTORY_SEPARATOR . 'public');
}
if (!defined('GNUSOCIAL')) {
define('GNUSOCIAL', true);
}