Skip to content

Commit

Permalink
Updated Monorepo Builder to commit 927a1d785bc57d405627fb45c58b78b85d…
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 23, 2021
1 parent 49f3339 commit 911aa01
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 ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0::getLoader();
return ComposerAutoloaderInitaac867e5756ebb6b2438061ac94be76f::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 ComposerAutoloaderInit8b97b443f27229cb46815192bf12b6d0
class ComposerAutoloaderInitaac867e5756ebb6b2438061ac94be76f
{
private static $loader;

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

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

return $loader;
}
}

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

0 comments on commit 911aa01

Please sign in to comment.