Skip to content

Commit

Permalink
Updated Monorepo Builder to commit 6e14c1e52e7a612685169092eceb51f3c8…
Browse files Browse the repository at this point in the history
…02a975

deprecated-packages/symplify@6e14c1e prepare release
  • Loading branch information
actions-user committed Sep 23, 2021
1 parent 627093e commit 49f3339
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 ComposerAutoloaderInit5e7698d39799b8572252e8bea8b49634::getLoader();
return ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0::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 ComposerAutoloaderInit5e7698d39799b8572252e8bea8b49634
class ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit5e7698d39799b8572252e8bea8b49634', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit5e7698d39799b8572252e8bea8b49634', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0', '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\ComposerStaticInit5e7698d39799b8572252e8bea8b49634::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit8b97b443f27229cb46815192bf12b6d0::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\ComposerStaticInit5e7698d39799b8572252e8bea8b49634::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit8b97b443f27229cb46815192bf12b6d0::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire5e7698d39799b8572252e8bea8b49634($fileIdentifier, $file);
composerRequire8b97b443f27229cb46815192bf12b6d0($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequire5e7698d39799b8572252e8bea8b49634($fileIdentifier, $file)
function composerRequire8b97b443f27229cb46815192bf12b6d0($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 ComposerStaticInit5e7698d39799b8572252e8bea8b49634
class ComposerStaticInit8b97b443f27229cb46815192bf12b6d0
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
Expand Down Expand Up @@ -1251,9 +1251,9 @@ class ComposerStaticInit5e7698d39799b8572252e8bea8b49634
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5e7698d39799b8572252e8bea8b49634::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5e7698d39799b8572252e8bea8b49634::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5e7698d39799b8572252e8bea8b49634::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit8b97b443f27229cb46815192bf12b6d0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8b97b443f27229cb46815192bf12b6d0::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit8b97b443f27229cb46815192bf12b6d0::$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('ComposerAutoloaderInit5e7698d39799b8572252e8bea8b49634', false) && !interface_exists('ComposerAutoloaderInit5e7698d39799b8572252e8bea8b49634', false) && !trait_exists('ComposerAutoloaderInit5e7698d39799b8572252e8bea8b49634', false)) {
spl_autoload_call('MonorepoBuilder20210923\ComposerAutoloaderInit5e7698d39799b8572252e8bea8b49634');
if (!class_exists('ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0', false) && !interface_exists('ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0', false) && !trait_exists('ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0', false)) {
spl_autoload_call('MonorepoBuilder20210923\ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0');
}
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('MonorepoBuilder20210923\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator');
Expand Down Expand Up @@ -44,9 +44,9 @@ function resolveConfigFileInfo() {
return \MonorepoBuilder20210923\resolveConfigFileInfo(...func_get_args());
}
}
if (!function_exists('composerRequire5e7698d39799b8572252e8bea8b49634')) {
function composerRequire5e7698d39799b8572252e8bea8b49634() {
return \MonorepoBuilder20210923\composerRequire5e7698d39799b8572252e8bea8b49634(...func_get_args());
if (!function_exists('composerRequire8b97b443f27229cb46815192bf12b6d0')) {
function composerRequire8b97b443f27229cb46815192bf12b6d0() {
return \MonorepoBuilder20210923\composerRequire8b97b443f27229cb46815192bf12b6d0(...func_get_args());
}
}
if (!function_exists('setproctitle')) {
Expand Down

0 comments on commit 49f3339

Please sign in to comment.