Feature: Versicherungsexport

This commit is contained in:
2025-10-24 12:25:51 +02:00
parent 345d22958f
commit b81164279f
17 changed files with 2033 additions and 557 deletions

View File

@@ -18,10 +18,20 @@ class ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c
'chillerlan\\Settings\\' => 20,
'chillerlan\\QRCode\\' => 18,
),
'Z' =>
array (
'ZipStream\\' => 10,
),
'P' =>
array (
'Psr\\SimpleCache\\' => 16,
'Psr\\Http\\Message\\' => 17,
'Psr\\Http\\Client\\' => 16,
'PhpOffice\\PhpSpreadsheet\\' => 25,
),
'M' =>
array (
'Matrix\\' => 7,
),
'G' =>
array (
@@ -29,6 +39,11 @@ class ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c
'GuzzleHttp\\Promise\\' => 19,
'GuzzleHttp\\' => 11,
),
'C' =>
array (
'Composer\\Pcre\\' => 14,
'Complex\\' => 8,
),
);
public static $prefixDirsPsr4 = array (
@@ -40,6 +55,14 @@ class ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c
array (
0 => __DIR__ . '/..' . '/chillerlan/php-qrcode/src',
),
'ZipStream\\' =>
array (
0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src',
),
'Psr\\SimpleCache\\' =>
array (
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-factory/src',
@@ -49,6 +72,14 @@ class ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c
array (
0 => __DIR__ . '/..' . '/psr/http-client/src',
),
'PhpOffice\\PhpSpreadsheet\\' =>
array (
0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
),
'Matrix\\' =>
array (
0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src',
),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
@@ -61,6 +92,14 @@ class ComposerStaticInitab00f29709bdbfe3a1abd7d2d66d569c
array (
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
),
'Composer\\Pcre\\' =>
array (
0 => __DIR__ . '/..' . '/composer/pcre/src',
),
'Complex\\' =>
array (
0 => __DIR__ . '/..' . '/markbaker/complex/classes/src',
),
);
public static $classMap = array (