From 5fb0a2785718160317069c87496d1602e32ea3d6 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 14 Aug 2024 17:20:10 +0200 Subject: autoload avec composer --- vendor/composer/autoload_static.php | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) (limited to 'vendor/composer/autoload_static.php') diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index c034123..94221b8 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -140,13 +140,37 @@ class ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254 ), ); - public static $fallbackDirsPsr0 = array ( - 0 => __DIR__ . '/../..' . '/src', - ); - public static $classMap = array ( + 'BilanLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'CESU' => __DIR__ . '/../..' . '/src/model/entities/CESU.php', + 'Client' => __DIR__ . '/../..' . '/src/model/entities/Client.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', + 'ComptaLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'Config' => __DIR__ . '/../..' . '/src/Config.php', + 'Dates' => __DIR__ . '/../..' . '/src/Dates.php', + 'Devis' => __DIR__ . '/../..' . '/src/model/entities/Devis.php', + 'DevisLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'EnveloppeRectoLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'EnveloppeVersoLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'Facture' => __DIR__ . '/../..' . '/src/model/entities/Facture.php', + 'FactureLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'File' => __DIR__ . '/../..' . '/src/model/File.php', + 'Latex' => __DIR__ . '/../..' . '/src/Latex.php', + 'LivreRecettesLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'Location' => __DIR__ . '/../..' . '/src/model/entities/Location.php', + 'LocationLatex' => __DIR__ . '/../..' . '/src/Latex.php', 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', + 'PrestaLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'Prestation' => __DIR__ . '/../..' . '/src/model/entities/Prestation.php', + 'RegistreAchatsLatex' => __DIR__ . '/../..' . '/src/Latex.php', + 'ZenityCalendar' => __DIR__ . '/../..' . '/src/view/Zenity.php', + 'ZenityCmd' => __DIR__ . '/../..' . '/src/view/Zenity.php', + 'ZenityEntry' => __DIR__ . '/../..' . '/src/view/Zenity.php', + 'ZenityForms' => __DIR__ . '/../..' . '/src/view/Zenity.php', + 'ZenityList' => __DIR__ . '/../..' . '/src/view/Zenity.php', + 'ZenityQuestion' => __DIR__ . '/../..' . '/src/view/Zenity.php', + 'ZenitySetup' => __DIR__ . '/../..' . '/src/view/ZenitySetup.php', + 'latexToPdf' => __DIR__ . '/../..' . '/src/model/File.php', '©' => __DIR__ . '/..' . '/symfony/cache/Traits/ValueWrapper.php', ); @@ -155,7 +179,6 @@ class ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254 return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$prefixDirsPsr4; - $loader->fallbackDirsPsr0 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$fallbackDirsPsr0; $loader->classMap = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$classMap; }, null, ClassLoader::class); -- cgit v1.2.3