summaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-01-20 12:06:26 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2023-01-20 12:06:26 +0100
commit3ed7e017dbd72ebf6f3171fecfb489043945ff78 (patch)
treeb00d80d0f20728ce4adaa935850011b61ed447d1 /composer
parente64b25feeead7539e7b28580c87f10f673302226 (diff)
perf(autoloader): Use Composer's authoritative classmap
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer')
-rw-r--r--composer/autoload.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/autoload.php b/composer/autoload.php
new file mode 100644
index 00000000..a075e1e8
--- /dev/null
+++ b/composer/autoload.php
@@ -0,0 +1,5 @@
+<?php
+
+declare(strict_types=1);
+
+require_once __DIR__ . '/../vendor/autoload.php';