Skip to content

Commit

Permalink
Updated Monorepo Builder to commit 42d62776f9c8ce4d0c9d9fa59b5cc7e163…
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 23, 2021
1 parent b029dee commit d39d729
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 ComposerAutoloaderInita7d1ee01a36fda67296b36b9ad163d45::getLoader();
return ComposerAutoloaderInit1497dbb73958102209131eb2a95735af::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 ComposerAutoloaderInita7d1ee01a36fda67296b36b9ad163d45
class ComposerAutoloaderInit1497dbb73958102209131eb2a95735af
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInita7d1ee01a36fda67296b36b9ad163d45', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit1497dbb73958102209131eb2a95735af', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInita7d1ee01a36fda67296b36b9ad163d45', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit1497dbb73958102209131eb2a95735af', '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\ComposerStaticInita7d1ee01a36fda67296b36b9ad163d45::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit1497dbb73958102209131eb2a95735af::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\ComposerStaticInita7d1ee01a36fda67296b36b9ad163d45::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit1497dbb73958102209131eb2a95735af::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequirea7d1ee01a36fda67296b36b9ad163d45($fileIdentifier, $file);
composerRequire1497dbb73958102209131eb2a95735af($fileIdentifier, $file);
}

return $loader;
}
}

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

0 comments on commit d39d729

Please sign in to comment.