summaryrefslogtreecommitdiffstats
path: root/composer/autoload.php
blob: a075e1e880a3392036b7ffef25c73ce7b929ea33 (plain)
1
2
3
4
5
<?php

declare(strict_types=1);

require_once __DIR__ . '/../vendor/autoload.php';