PHP 7.2.5+ is required.

Currently installed version is: ' . PHP_VERSION . '

'); } require_once ROOT_PATH . 'libraries/constants.php'; if (! @is_readable(AUTOLOAD_FILE)) { die( '

File ' . AUTOLOAD_FILE . ' missing or not readable.

' . '

Most likely you did not run Composer to ' . '' . 'install library files.

' ); } require AUTOLOAD_FILE; Common::run();