mirror of
https://github.com/php/web-master.git
synced 2026-03-25 16:22:15 +01:00
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.
8 lines
178 B
PHP
8 lines
178 B
PHP
<?php
|
|
|
|
// autoload.php @generated by Composer
|
|
|
|
require_once __DIR__ . '/composer/autoload_real.php';
|
|
|
|
return ComposerAutoloaderInit555eac2be6304e201001ec17b2028db4::getLoader();
|