diff options
author | polo <ordipolo@gmx.fr> | 2024-08-14 17:20:10 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-08-14 17:20:10 +0200 |
commit | 5fb0a2785718160317069c87496d1602e32ea3d6 (patch) | |
tree | 3225c81385576a2ece5fdefa54d3fb7059115b71 /vendor/composer/autoload_static.php | |
parent | bf6655a534a6775d30cafa67bd801276bda1d98d (diff) | |
download | AppliGestionPHP-5fb0a2785718160317069c87496d1602e32ea3d6.zip |
autoload avec composer
Diffstat (limited to 'vendor/composer/autoload_static.php')
-rw-r--r-- | vendor/composer/autoload_static.php | 33 |
1 files changed, 28 insertions, 5 deletions
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 | |||
140 | ), | 140 | ), |
141 | ); | 141 | ); |
142 | 142 | ||
143 | public static $fallbackDirsPsr0 = array ( | ||
144 | 0 => __DIR__ . '/../..' . '/src', | ||
145 | ); | ||
146 | |||
147 | public static $classMap = array ( | 143 | public static $classMap = array ( |
144 | 'BilanLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
145 | 'CESU' => __DIR__ . '/../..' . '/src/model/entities/CESU.php', | ||
146 | 'Client' => __DIR__ . '/../..' . '/src/model/entities/Client.php', | ||
148 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', | 147 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
148 | 'ComptaLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
149 | 'Config' => __DIR__ . '/../..' . '/src/Config.php', | ||
150 | 'Dates' => __DIR__ . '/../..' . '/src/Dates.php', | ||
151 | 'Devis' => __DIR__ . '/../..' . '/src/model/entities/Devis.php', | ||
152 | 'DevisLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
153 | 'EnveloppeRectoLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
154 | 'EnveloppeVersoLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
155 | 'Facture' => __DIR__ . '/../..' . '/src/model/entities/Facture.php', | ||
156 | 'FactureLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
157 | 'File' => __DIR__ . '/../..' . '/src/model/File.php', | ||
158 | 'Latex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
159 | 'LivreRecettesLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
160 | 'Location' => __DIR__ . '/../..' . '/src/model/entities/Location.php', | ||
161 | 'LocationLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
149 | 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', | 162 | 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', |
163 | 'PrestaLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
164 | 'Prestation' => __DIR__ . '/../..' . '/src/model/entities/Prestation.php', | ||
165 | 'RegistreAchatsLatex' => __DIR__ . '/../..' . '/src/Latex.php', | ||
166 | 'ZenityCalendar' => __DIR__ . '/../..' . '/src/view/Zenity.php', | ||
167 | 'ZenityCmd' => __DIR__ . '/../..' . '/src/view/Zenity.php', | ||
168 | 'ZenityEntry' => __DIR__ . '/../..' . '/src/view/Zenity.php', | ||
169 | 'ZenityForms' => __DIR__ . '/../..' . '/src/view/Zenity.php', | ||
170 | 'ZenityList' => __DIR__ . '/../..' . '/src/view/Zenity.php', | ||
171 | 'ZenityQuestion' => __DIR__ . '/../..' . '/src/view/Zenity.php', | ||
172 | 'ZenitySetup' => __DIR__ . '/../..' . '/src/view/ZenitySetup.php', | ||
173 | 'latexToPdf' => __DIR__ . '/../..' . '/src/model/File.php', | ||
150 | '©' => __DIR__ . '/..' . '/symfony/cache/Traits/ValueWrapper.php', | 174 | '©' => __DIR__ . '/..' . '/symfony/cache/Traits/ValueWrapper.php', |
151 | ); | 175 | ); |
152 | 176 | ||
@@ -155,7 +179,6 @@ class ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254 | |||
155 | return \Closure::bind(function () use ($loader) { | 179 | return \Closure::bind(function () use ($loader) { |
156 | $loader->prefixLengthsPsr4 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$prefixLengthsPsr4; | 180 | $loader->prefixLengthsPsr4 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$prefixLengthsPsr4; |
157 | $loader->prefixDirsPsr4 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$prefixDirsPsr4; | 181 | $loader->prefixDirsPsr4 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$prefixDirsPsr4; |
158 | $loader->fallbackDirsPsr0 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$fallbackDirsPsr0; | ||
159 | $loader->classMap = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$classMap; | 182 | $loader->classMap = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$classMap; |
160 | 183 | ||
161 | }, null, ClassLoader::class); | 184 | }, null, ClassLoader::class); |