Skip to content

Commit

Permalink
Update /vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gRegorLove committed Jul 6, 2024
1 parent ebd19be commit 00c06fe
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitfd0c30e4a16ae5d27443f8c89d3fe2e3::getLoader();
return ComposerAutoloaderInitfebeb09cb9045d91c5981c163cb3421e::getLoader();
52 changes: 26 additions & 26 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@

return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'IndieAuth\\Libs\\BarnabyWalters\\Mf2\\CleanerTest' => $baseDir . '/libs/barnabywalters/mf-cleaner/tests/CleanerTest.php',
'IndieAuth\\Libs\\Firebase\\JWT\\BeforeValidException' => $baseDir . '/libs/firebase/php-jwt/src/BeforeValidException.php',
'IndieAuth\\Libs\\Firebase\\JWT\\CachedKeySet' => $baseDir . '/libs/firebase/php-jwt/src/CachedKeySet.php',
'IndieAuth\\Libs\\Firebase\\JWT\\ExpiredException' => $baseDir . '/libs/firebase/php-jwt/src/ExpiredException.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWK' => $baseDir . '/libs/firebase/php-jwt/src/JWK.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWT' => $baseDir . '/libs/firebase/php-jwt/src/JWT.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWTExceptionWithPayloadInterface' => $baseDir . '/libs/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php',
'IndieAuth\\Libs\\Firebase\\JWT\\Key' => $baseDir . '/libs/firebase/php-jwt/src/Key.php',
'IndieAuth\\Libs\\Firebase\\JWT\\SignatureInvalidException' => $baseDir . '/libs/firebase/php-jwt/src/SignatureInvalidException.php',
'IndieAuth\\Libs\\Mf2\\Parser' => $baseDir . '/libs/mf2/mf2/Mf2/Parser.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ClassicMicroformatsTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ClassicMicroformatsTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\CombinedMicroformatsTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/CombinedMicroformatsTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\MicroformatsTestSuiteTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\MicroformatsWikiExamplesTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/MicroformatsWikiExamplesTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseDTTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ParseDTTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseHtmlIdTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ParseHtmlIdTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseImpliedTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ParseImpliedTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseLanguageTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ParseLanguageTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParsePTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ParsePTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseUTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ParseUTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseValueClassTitleTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ParseValueClassTitleTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParserTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/ParserTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\PlainTextTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/PlainTextTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\RelTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/RelTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\TestSuiteParser' => $baseDir . '/libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\UrlTest' => $baseDir . '/libs/mf2/mf2/tests/Mf2/URLTest.php',
'IndieAuth\\Libs\\BarnabyWalters\\Mf2\\CleanerTest' => $baseDir . '/scoped-libs/barnabywalters/mf-cleaner/tests/CleanerTest.php',
'IndieAuth\\Libs\\Firebase\\JWT\\BeforeValidException' => $baseDir . '/scoped-libs/firebase/php-jwt/src/BeforeValidException.php',
'IndieAuth\\Libs\\Firebase\\JWT\\CachedKeySet' => $baseDir . '/scoped-libs/firebase/php-jwt/src/CachedKeySet.php',
'IndieAuth\\Libs\\Firebase\\JWT\\ExpiredException' => $baseDir . '/scoped-libs/firebase/php-jwt/src/ExpiredException.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWK' => $baseDir . '/scoped-libs/firebase/php-jwt/src/JWK.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWT' => $baseDir . '/scoped-libs/firebase/php-jwt/src/JWT.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWTExceptionWithPayloadInterface' => $baseDir . '/scoped-libs/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php',
'IndieAuth\\Libs\\Firebase\\JWT\\Key' => $baseDir . '/scoped-libs/firebase/php-jwt/src/Key.php',
'IndieAuth\\Libs\\Firebase\\JWT\\SignatureInvalidException' => $baseDir . '/scoped-libs/firebase/php-jwt/src/SignatureInvalidException.php',
'IndieAuth\\Libs\\Mf2\\Parser' => $baseDir . '/scoped-libs/mf2/mf2/Mf2/Parser.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ClassicMicroformatsTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ClassicMicroformatsTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\CombinedMicroformatsTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/CombinedMicroformatsTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\MicroformatsTestSuiteTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\MicroformatsWikiExamplesTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/MicroformatsWikiExamplesTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseDTTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ParseDTTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseHtmlIdTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ParseHtmlIdTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseImpliedTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ParseImpliedTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseLanguageTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ParseLanguageTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParsePTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ParsePTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseUTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ParseUTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseValueClassTitleTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ParseValueClassTitleTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParserTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/ParserTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\PlainTextTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/PlainTextTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\RelTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/RelTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\TestSuiteParser' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\UrlTest' => $baseDir . '/scoped-libs/mf2/mf2/tests/Mf2/URLTest.php',
);
4 changes: 2 additions & 2 deletions vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
$baseDir = dirname($vendorDir);

return array(
'e028e420ea1d245ced7d9e07c59e020e' => $baseDir . '/libs/mf2/mf2/Mf2/Parser.php',
'5cd7e71b95ba7cc6cc22611a088f8653' => $baseDir . '/libs/barnabywalters/mf-cleaner/src/functions.php',
'eb9c22d6e1a07d2b2bf99fa9c6b4e857' => $baseDir . '/scoped-libs/mf2/mf2/Mf2/Parser.php',
'e543e19c14ae0c8c139d55822040dede' => $baseDir . '/scoped-libs/barnabywalters/mf-cleaner/src/functions.php',
);
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitfd0c30e4a16ae5d27443f8c89d3fe2e3
class ComposerAutoloaderInitfebeb09cb9045d91c5981c163cb3421e
{
private static $loader;

Expand All @@ -22,16 +22,16 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInitfd0c30e4a16ae5d27443f8c89d3fe2e3', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitfebeb09cb9045d91c5981c163cb3421e', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitfd0c30e4a16ae5d27443f8c89d3fe2e3', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitfebeb09cb9045d91c5981c163cb3421e', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitfd0c30e4a16ae5d27443f8c89d3fe2e3::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitfebeb09cb9045d91c5981c163cb3421e::getInitializer($loader));

$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInitfd0c30e4a16ae5d27443f8c89d3fe2e3::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitfebeb09cb9045d91c5981c163cb3421e::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
64 changes: 32 additions & 32 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

namespace Composer\Autoload;

class ComposerStaticInitfd0c30e4a16ae5d27443f8c89d3fe2e3
class ComposerStaticInitfebeb09cb9045d91c5981c163cb3421e
{
public static $files = array (
'e028e420ea1d245ced7d9e07c59e020e' => __DIR__ . '/../..' . '/libs/mf2/mf2/Mf2/Parser.php',
'5cd7e71b95ba7cc6cc22611a088f8653' => __DIR__ . '/../..' . '/libs/barnabywalters/mf-cleaner/src/functions.php',
'eb9c22d6e1a07d2b2bf99fa9c6b4e857' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/Mf2/Parser.php',
'e543e19c14ae0c8c139d55822040dede' => __DIR__ . '/../..' . '/scoped-libs/barnabywalters/mf-cleaner/src/functions.php',
);

public static $prefixLengthsPsr4 = array (
Expand All @@ -27,40 +27,40 @@ class ComposerStaticInitfd0c30e4a16ae5d27443f8c89d3fe2e3

public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'IndieAuth\\Libs\\BarnabyWalters\\Mf2\\CleanerTest' => __DIR__ . '/../..' . '/libs/barnabywalters/mf-cleaner/tests/CleanerTest.php',
'IndieAuth\\Libs\\Firebase\\JWT\\BeforeValidException' => __DIR__ . '/../..' . '/libs/firebase/php-jwt/src/BeforeValidException.php',
'IndieAuth\\Libs\\Firebase\\JWT\\CachedKeySet' => __DIR__ . '/../..' . '/libs/firebase/php-jwt/src/CachedKeySet.php',
'IndieAuth\\Libs\\Firebase\\JWT\\ExpiredException' => __DIR__ . '/../..' . '/libs/firebase/php-jwt/src/ExpiredException.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWK' => __DIR__ . '/../..' . '/libs/firebase/php-jwt/src/JWK.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWT' => __DIR__ . '/../..' . '/libs/firebase/php-jwt/src/JWT.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWTExceptionWithPayloadInterface' => __DIR__ . '/../..' . '/libs/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php',
'IndieAuth\\Libs\\Firebase\\JWT\\Key' => __DIR__ . '/../..' . '/libs/firebase/php-jwt/src/Key.php',
'IndieAuth\\Libs\\Firebase\\JWT\\SignatureInvalidException' => __DIR__ . '/../..' . '/libs/firebase/php-jwt/src/SignatureInvalidException.php',
'IndieAuth\\Libs\\Mf2\\Parser' => __DIR__ . '/../..' . '/libs/mf2/mf2/Mf2/Parser.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ClassicMicroformatsTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ClassicMicroformatsTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\CombinedMicroformatsTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/CombinedMicroformatsTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\MicroformatsTestSuiteTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\MicroformatsWikiExamplesTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/MicroformatsWikiExamplesTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseDTTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ParseDTTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseHtmlIdTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ParseHtmlIdTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseImpliedTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ParseImpliedTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseLanguageTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ParseLanguageTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParsePTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ParsePTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseUTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ParseUTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseValueClassTitleTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ParseValueClassTitleTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParserTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/ParserTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\PlainTextTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/PlainTextTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\RelTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/RelTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\TestSuiteParser' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\UrlTest' => __DIR__ . '/../..' . '/libs/mf2/mf2/tests/Mf2/URLTest.php',
'IndieAuth\\Libs\\BarnabyWalters\\Mf2\\CleanerTest' => __DIR__ . '/../..' . '/scoped-libs/barnabywalters/mf-cleaner/tests/CleanerTest.php',
'IndieAuth\\Libs\\Firebase\\JWT\\BeforeValidException' => __DIR__ . '/../..' . '/scoped-libs/firebase/php-jwt/src/BeforeValidException.php',
'IndieAuth\\Libs\\Firebase\\JWT\\CachedKeySet' => __DIR__ . '/../..' . '/scoped-libs/firebase/php-jwt/src/CachedKeySet.php',
'IndieAuth\\Libs\\Firebase\\JWT\\ExpiredException' => __DIR__ . '/../..' . '/scoped-libs/firebase/php-jwt/src/ExpiredException.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWK' => __DIR__ . '/../..' . '/scoped-libs/firebase/php-jwt/src/JWK.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWT' => __DIR__ . '/../..' . '/scoped-libs/firebase/php-jwt/src/JWT.php',
'IndieAuth\\Libs\\Firebase\\JWT\\JWTExceptionWithPayloadInterface' => __DIR__ . '/../..' . '/scoped-libs/firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php',
'IndieAuth\\Libs\\Firebase\\JWT\\Key' => __DIR__ . '/../..' . '/scoped-libs/firebase/php-jwt/src/Key.php',
'IndieAuth\\Libs\\Firebase\\JWT\\SignatureInvalidException' => __DIR__ . '/../..' . '/scoped-libs/firebase/php-jwt/src/SignatureInvalidException.php',
'IndieAuth\\Libs\\Mf2\\Parser' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/Mf2/Parser.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ClassicMicroformatsTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ClassicMicroformatsTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\CombinedMicroformatsTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/CombinedMicroformatsTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\MicroformatsTestSuiteTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\MicroformatsWikiExamplesTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/MicroformatsWikiExamplesTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseDTTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ParseDTTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseHtmlIdTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ParseHtmlIdTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseImpliedTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ParseImpliedTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseLanguageTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ParseLanguageTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParsePTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ParsePTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseUTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ParseUTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParseValueClassTitleTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ParseValueClassTitleTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\ParserTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/ParserTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\PlainTextTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/PlainTextTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\RelTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/RelTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\TestSuiteParser' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php',
'IndieAuth\\Libs\\Mf2\\Parser\\Test\\UrlTest' => __DIR__ . '/../..' . '/scoped-libs/mf2/mf2/tests/Mf2/URLTest.php',
);

public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitfd0c30e4a16ae5d27443f8c89d3fe2e3::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitfd0c30e4a16ae5d27443f8c89d3fe2e3::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitfd0c30e4a16ae5d27443f8c89d3fe2e3::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitfebeb09cb9045d91c5981c163cb3421e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitfebeb09cb9045d91c5981c163cb3421e::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitfebeb09cb9045d91c5981c163cb3421e::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 00c06fe

Please sign in to comment.