updating documentation & optimizing composer autoload (using: make composer)

This commit is contained in:
El RIDO 2025-01-04 08:26:14 +01:00
parent dc85a67a03
commit a14d0a3d11
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
12 changed files with 581 additions and 466 deletions

View file

@ -2,10 +2,10 @@
// autoload_files.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
);