Files
archived-web-master/vendor/autoload.php
Sergey Panteleev 0f49caf647 Use composer to manage dependencies (#8)
While composer is used to manage the dependencies, the vendor/ directory is also being committed to make sure we know exactly what we're deploying.
2021-04-07 15:35:50 +02:00

8 lines
178 B
PHP

<?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit555eac2be6304e201001ec17b2028db4::getLoader();