First vendor bunch upload

This commit is contained in:
MatMasIt
2021-02-15 12:41:50 +01:00
committed by GitHub
parent 73aca97fde
commit 291c67796f
9 changed files with 814 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
'PhpZip\\' => array($vendorDir . '/nelexa/zip/src'),
);