first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Psr\\Http7\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http7\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'GuzzleHttp7\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
'GuzzleHttp7\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
'GuzzleHttp7\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
'Br33f\\Ga4\\MeasurementProtocol\\' => array($vendorDir . '/br33f/php-ga4-mp/src'),
'libphonenumber\\' => array($vendorDir . '/giggsey/libphonenumber-for-php/src'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Giggsey\\Locale\\' => array($vendorDir . '/giggsey/locale/src'),
);