Update to latest version of imapengine 1.25.0

This commit is contained in:
johnnyq
2026-06-24 13:48:26 -04:00
parent 171a0d38f8
commit 3d858eb761
5 changed files with 16 additions and 16 deletions

View File

@@ -4,14 +4,14 @@
namespace Composer\Autoload;
class ComposerStaticInitc3c4b7d024f8d7c21b5ca31de3cb6066
class ComposerStaticInitbadf1d01c367c06fb591106ea3486c30
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'662a729f963d39afe703c9d9b7ab4a8c' => __DIR__ . '/..' . '/symfony/polyfill-php83/bootstrap.php',
'2203a247e6fda86070a5e4e07aed533a' => __DIR__ . '/..' . '/symfony/clock/Resources/now.php',
'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php',
'2203a247e6fda86070a5e4e07aed533a' => __DIR__ . '/..' . '/symfony/clock/Resources/now.php',
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
@@ -1158,9 +1158,9 @@ class ComposerStaticInitc3c4b7d024f8d7c21b5ca31de3cb6066
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitc3c4b7d024f8d7c21b5ca31de3cb6066::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitc3c4b7d024f8d7c21b5ca31de3cb6066::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitc3c4b7d024f8d7c21b5ca31de3cb6066::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitbadf1d01c367c06fb591106ea3486c30::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitbadf1d01c367c06fb591106ea3486c30::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitbadf1d01c367c06fb591106ea3486c30::$classMap;
}, null, ClassLoader::class);
}