add vendor/

This commit is contained in:
2022-12-29 22:29:40 +01:00
parent 8d6e97ff86
commit 7b996cc5f6
31 changed files with 2678 additions and 1 deletions

12
vendor/autoload.php vendored Normal file
View File

@@ -0,0 +1,12 @@
<?php
// autoload.php @generated by Composer
if (PHP_VERSION_ID < 50600) {
echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
exit(1);
}
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitf0385b43828f2443aee2bb232bbc4d6d::getLoader();