Update dependencies

This commit is contained in:
Kijin Sung 2025-08-13 21:19:10 +09:00
parent fad0bc9153
commit 4497b68366
37 changed files with 503 additions and 502 deletions

View file

@ -14,10 +14,7 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';