Skip to content

Commit

Permalink
Updated Monorepo Builder to commit a50e41856ffa25ba1052cabbfeea15835b…
Browse files Browse the repository at this point in the history
…165ebf

deprecated-packages/symplify@a50e418 skip messenger cache
  • Loading branch information
actions-user committed Sep 27, 2021
1 parent a159350 commit 42ae823
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInitcba6882324896cfc15bcea7ddb4b7996::getLoader();
return ComposerAutoloaderInitde790d9292ba67eb9871ca5c0972a1a5::getLoader();
14 changes: 7 additions & 7 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 ComposerAutoloaderInitcba6882324896cfc15bcea7ddb4b7996
class ComposerAutoloaderInitde790d9292ba67eb9871ca5c0972a1a5
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInitcba6882324896cfc15bcea7ddb4b7996', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitde790d9292ba67eb9871ca5c0972a1a5', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitcba6882324896cfc15bcea7ddb4b7996', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitde790d9292ba67eb9871ca5c0972a1a5', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInitcba6882324896cfc15bcea7ddb4b7996::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitde790d9292ba67eb9871ca5c0972a1a5::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand All @@ -42,19 +42,19 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitcba6882324896cfc15bcea7ddb4b7996::$files;
$includeFiles = Composer\Autoload\ComposerStaticInitde790d9292ba67eb9871ca5c0972a1a5::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequirecba6882324896cfc15bcea7ddb4b7996($fileIdentifier, $file);
composerRequirede790d9292ba67eb9871ca5c0972a1a5($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequirecba6882324896cfc15bcea7ddb4b7996($fileIdentifier, $file)
function composerRequirede790d9292ba67eb9871ca5c0972a1a5($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitcba6882324896cfc15bcea7ddb4b7996
class ComposerStaticInitde790d9292ba67eb9871ca5c0972a1a5
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
Expand Down Expand Up @@ -1251,9 +1251,9 @@ class ComposerStaticInitcba6882324896cfc15bcea7ddb4b7996
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitcba6882324896cfc15bcea7ddb4b7996::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitcba6882324896cfc15bcea7ddb4b7996::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitcba6882324896cfc15bcea7ddb4b7996::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitde790d9292ba67eb9871ca5c0972a1a5::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitde790d9292ba67eb9871ca5c0972a1a5::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitde790d9292ba67eb9871ca5c0972a1a5::$classMap;

}, null, ClassLoader::class);
}
Expand Down
10 changes: 5 additions & 5 deletions vendor/scoper-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// Aliases for the whitelisted classes. For more information see:
// https://github.com/humbug/php-scoper/blob/master/README.md#class-whitelisting
if (!class_exists('ComposerAutoloaderInitcba6882324896cfc15bcea7ddb4b7996', false) && !interface_exists('ComposerAutoloaderInitcba6882324896cfc15bcea7ddb4b7996', false) && !trait_exists('ComposerAutoloaderInitcba6882324896cfc15bcea7ddb4b7996', false)) {
spl_autoload_call('MonorepoBuilder20210927\ComposerAutoloaderInitcba6882324896cfc15bcea7ddb4b7996');
if (!class_exists('ComposerAutoloaderInitde790d9292ba67eb9871ca5c0972a1a5', false) && !interface_exists('ComposerAutoloaderInitde790d9292ba67eb9871ca5c0972a1a5', false) && !trait_exists('ComposerAutoloaderInitde790d9292ba67eb9871ca5c0972a1a5', false)) {
spl_autoload_call('MonorepoBuilder20210927\ComposerAutoloaderInitde790d9292ba67eb9871ca5c0972a1a5');
}
if (!class_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false) && !interface_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false) && !trait_exists('Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', false)) {
spl_autoload_call('MonorepoBuilder20210927\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator');
Expand Down Expand Up @@ -44,9 +44,9 @@ function resolveConfigFileInfo() {
return \MonorepoBuilder20210927\resolveConfigFileInfo(...func_get_args());
}
}
if (!function_exists('composerRequirecba6882324896cfc15bcea7ddb4b7996')) {
function composerRequirecba6882324896cfc15bcea7ddb4b7996() {
return \MonorepoBuilder20210927\composerRequirecba6882324896cfc15bcea7ddb4b7996(...func_get_args());
if (!function_exists('composerRequirede790d9292ba67eb9871ca5c0972a1a5')) {
function composerRequirede790d9292ba67eb9871ca5c0972a1a5() {
return \MonorepoBuilder20210927\composerRequirede790d9292ba67eb9871ca5c0972a1a5(...func_get_args());
}
}
if (!function_exists('setproctitle')) {
Expand Down

0 comments on commit 42ae823

Please sign in to comment.