Skip to content

Commit

Permalink
Updated ECS to commit ad860b023dfb6ad11d7c1b9213485e8621eea3b9
Browse files Browse the repository at this point in the history
deprecated-packages/symplify@ad860b0 [Daily] Using Access Token instead of Github Token + Enable Auto merge (#3818)
  • Loading branch information
actions-user committed Dec 7, 2021
1 parent 57e5dbf commit 3cac26d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/Application/Version/StaticVersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ final class StaticVersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'b03493fd6b5bbe2a0f517bd3881bd21349a94a8d';
public const PACKAGE_VERSION = 'ad860b023dfb6ad11d7c1b9213485e8621eea3b9';
/**
* @var string
*/
public const RELEASE_DATE = '2021-12-07 14:54:09';
public const RELEASE_DATE = '2021-12-07 18:39:27';
public static function resolvePackageVersion() : string
{
$process = new \ECSPrefix20211207\Symfony\Component\Process\Process(['git', 'log', '--pretty="%H"', '-n1', 'HEAD'], __DIR__);
Expand Down
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 ComposerAutoloaderInit1a2689a70c658a5e217341360a39baa3::getLoader();
return ComposerAutoloaderInit15be272718094892c8dd355a6147bed6::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 ComposerAutoloaderInit1a2689a70c658a5e217341360a39baa3
class ComposerAutoloaderInit15be272718094892c8dd355a6147bed6
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit1a2689a70c658a5e217341360a39baa3', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit15be272718094892c8dd355a6147bed6', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit1a2689a70c658a5e217341360a39baa3', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit15be272718094892c8dd355a6147bed6', '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\ComposerStaticInit1a2689a70c658a5e217341360a39baa3::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit15be272718094892c8dd355a6147bed6::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\ComposerStaticInit1a2689a70c658a5e217341360a39baa3::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit15be272718094892c8dd355a6147bed6::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire1a2689a70c658a5e217341360a39baa3($fileIdentifier, $file);
composerRequire15be272718094892c8dd355a6147bed6($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequire1a2689a70c658a5e217341360a39baa3($fileIdentifier, $file)
function composerRequire15be272718094892c8dd355a6147bed6($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 ComposerStaticInit1a2689a70c658a5e217341360a39baa3
class ComposerStaticInit15be272718094892c8dd355a6147bed6
{
public static $files = array (
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
Expand Down Expand Up @@ -1762,9 +1762,9 @@ class ComposerStaticInit1a2689a70c658a5e217341360a39baa3
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit1a2689a70c658a5e217341360a39baa3::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit1a2689a70c658a5e217341360a39baa3::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit1a2689a70c658a5e217341360a39baa3::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit15be272718094892c8dd355a6147bed6::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit15be272718094892c8dd355a6147bed6::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit15be272718094892c8dd355a6147bed6::$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 @@ -9,8 +9,8 @@
if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('ECSPrefix20211207\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit1a2689a70c658a5e217341360a39baa3', false) && !interface_exists('ComposerAutoloaderInit1a2689a70c658a5e217341360a39baa3', false) && !trait_exists('ComposerAutoloaderInit1a2689a70c658a5e217341360a39baa3', false)) {
spl_autoload_call('ECSPrefix20211207\ComposerAutoloaderInit1a2689a70c658a5e217341360a39baa3');
if (!class_exists('ComposerAutoloaderInit15be272718094892c8dd355a6147bed6', false) && !interface_exists('ComposerAutoloaderInit15be272718094892c8dd355a6147bed6', false) && !trait_exists('ComposerAutoloaderInit15be272718094892c8dd355a6147bed6', false)) {
spl_autoload_call('ECSPrefix20211207\ComposerAutoloaderInit15be272718094892c8dd355a6147bed6');
}
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('ECSPrefix20211207\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator');
Expand Down Expand Up @@ -42,9 +42,9 @@

// Functions whitelisting. For more information see:
// https://github.com/humbug/php-scoper/blob/master/README.md#functions-whitelisting
if (!function_exists('composerRequire1a2689a70c658a5e217341360a39baa3')) {
function composerRequire1a2689a70c658a5e217341360a39baa3() {
return \ECSPrefix20211207\composerRequire1a2689a70c658a5e217341360a39baa3(...func_get_args());
if (!function_exists('composerRequire15be272718094892c8dd355a6147bed6')) {
function composerRequire15be272718094892c8dd355a6147bed6() {
return \ECSPrefix20211207\composerRequire15be272718094892c8dd355a6147bed6(...func_get_args());
}
}
if (!function_exists('sample')) {
Expand Down

0 comments on commit 3cac26d

Please sign in to comment.