Merge branch 'main' into guillaume

This commit is contained in:
Yass 2026-02-20 16:56:22 +01:00 committed by GitHub
commit 9c19aa5525
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 598 additions and 121 deletions

View file

@ -24,6 +24,7 @@ class ComposerStaticInit68f8d029d347b4c0c8cdbe33eeb96101
'P' =>
array (
'PhpOption\\' => 10,
'PHPMailer\\PHPMailer\\' => 20,
),
'G' =>
array (
@ -37,6 +38,10 @@ class ComposerStaticInit68f8d029d347b4c0c8cdbe33eeb96101
);
public static $prefixDirsPsr4 = array (
'Symfony\\Polyfill\\Php80\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
),
'Symfony\\Polyfill\\Php80\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
@ -57,9 +62,9 @@ class ComposerStaticInit68f8d029d347b4c0c8cdbe33eeb96101
array (
0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption',
),
'Guill\\Guillaume\\' =>
'PHPMailer\\PHPMailer\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src',
),
'GrahamCampbell\\ResultType\\' =>
array (