<?php const ROOT = __DIR__; require ROOT . '/vendor/autoload.php'; if (8.1 > phpversion()) { die('Версия PHP не поддерживается. Минимум 8.1'); }