Skip to content

Commit

Permalink
Merge pull request #497 from matomo-org/PG-3256-scope-phpseclib
Browse files Browse the repository at this point in the history
Updated missing scoping for phpseclib library
  • Loading branch information
AltamashShaikh authored Feb 13, 2024
2 parents a7f8703 + ce080c1 commit f7ba018
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 69 deletions.
2 changes: 1 addition & 1 deletion scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static function (string $filePath, string $prefix, string $content) use ($isRena

// Fix the string reference of a scoped dependency in the Math lib
$escapedPrefix = str_replace('\\', '\\\\', $prefix);
if ($filePath === __DIR__ . '/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php') {
if ($filePath === __DIR__ . '/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php' || $filePath === __DIR__ . '/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php') {
$content = str_replace('phpseclib3\\\\Math\\\\BigInteger\\\\Engines\\\\',
"{$escapedPrefix}\\\\phpseclib3\\\\Math\\\\BigInteger\\\\Engines\\\\", $content);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload_original.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

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

return ComposerAutoloaderInit7b669e38b98e7f5ad558d6e3085d158b::getLoader();
return ComposerAutoloaderInitc47ec56ef29ebf649dc1fc01ed66ce2d::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 ComposerAutoloaderInit7b669e38b98e7f5ad558d6e3085d158b
class ComposerAutoloaderInitc47ec56ef29ebf649dc1fc01ed66ce2d
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit7b669e38b98e7f5ad558d6e3085d158b', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitc47ec56ef29ebf649dc1fc01ed66ce2d', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit7b669e38b98e7f5ad558d6e3085d158b', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitc47ec56ef29ebf649dc1fc01ed66ce2d', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit7b669e38b98e7f5ad558d6e3085d158b::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitc47ec56ef29ebf649dc1fc01ed66ce2d::getInitializer($loader));

$loader->register(true);

$includeFiles = \Composer\Autoload\ComposerStaticInit7b669e38b98e7f5ad558d6e3085d158b::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInitc47ec56ef29ebf649dc1fc01ed66ce2d::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire7b669e38b98e7f5ad558d6e3085d158b($fileIdentifier, $file);
composerRequirec47ec56ef29ebf649dc1fc01ed66ce2d($fileIdentifier, $file);
}

return $loader;
Expand All @@ -45,7 +45,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire7b669e38b98e7f5ad558d6e3085d158b($fileIdentifier, $file)
function composerRequirec47ec56ef29ebf649dc1fc01ed66ce2d($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
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 ComposerStaticInit7b669e38b98e7f5ad558d6e3085d158b
class ComposerStaticInitc47ec56ef29ebf649dc1fc01ed66ce2d
{
public static $files = array(
);
Expand Down Expand Up @@ -175,9 +175,9 @@ class ComposerStaticInit7b669e38b98e7f5ad558d6e3085d158b
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit7b669e38b98e7f5ad558d6e3085d158b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit7b669e38b98e7f5ad558d6e3085d158b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit7b669e38b98e7f5ad558d6e3085d158b::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitc47ec56ef29ebf649dc1fc01ed66ce2d::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitc47ec56ef29ebf649dc1fc01ed66ce2d::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitc47ec56ef29ebf649dc1fc01ed66ce2d::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-5.x-dev',
'version' => 'dev-5.x-dev',
'reference' => '73eba09cdb4077dbc07a37ad154614092d60000d',
'reference' => '53fbebbd38cefb89d6bf4359c4e7a22b1dfcfc22',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-5.x-dev',
'version' => 'dev-5.x-dev',
'reference' => '73eba09cdb4077dbc07a37ad154614092d60000d',
'reference' => '53fbebbd38cefb89d6bf4359c4e7a22b1dfcfc22',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
26 changes: 0 additions & 26 deletions vendor/composer/platform_check.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function __construct($x = 0, $base = 10)
*/
public static function setModExpEngine($engine)
{
$fqengine = '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine;
$fqengine = '\\Matomo\\Dependencies\\GoogleAnalyticsImporter\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\' . $engine;
if (!class_exists($fqengine) || !method_exists($fqengine, 'isValidEngine')) {
throw new \InvalidArgumentException("{$engine} is not a valid engine");
}
Expand Down Expand Up @@ -1032,7 +1032,7 @@ protected static function maxHelper(array $nums)
public function createRecurringModuloFunction()
{
$class = static::class;
$fqengine = !method_exists(static::$modexpEngine[static::class], 'reduce') ? '\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\DefaultEngine' : static::$modexpEngine[static::class];
$fqengine = !method_exists(static::$modexpEngine[static::class], 'reduce') ? '\\Matomo\\Dependencies\\GoogleAnalyticsImporter\\phpseclib3\\Math\\BigInteger\\Engines\\' . static::ENGINE_DIR . '\\DefaultEngine' : static::$modexpEngine[static::class];
if (method_exists($fqengine, 'generateCustomReduction')) {
$func = $fqengine::generateCustomReduction($this, static::class);
return eval('return function(' . static::class . ' $x) use ($func, $class) {
Expand Down
2 changes: 1 addition & 1 deletion vendor/prefixed/vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

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

return ComposerAutoloaderInit6fe8e666e83e6f3cf68310076c8302cf::getLoader();
return ComposerAutoloaderInit6f269c00d312484d0620a753c0b2ac76::getLoader();
16 changes: 8 additions & 8 deletions vendor/prefixed/vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Iam\\V1\\Policy' => $baseDir . '/google/common-protos/metadata/Iam/V1/Policy.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Logging\\Type\\HttpRequest' => $baseDir . '/google/common-protos/metadata/Logging/Type/HttpRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Logging\\Type\\LogSeverity' => $baseDir . '/google/common-protos/metadata/Logging/Type/LogSeverity.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Longrunning\\Operations' => $baseDir . '/google/longrunning/metadata/Longrunning/Operations.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Longrunning\\Operations' => $baseDir . '/google/common-protos/metadata/Longrunning/Operations.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Protobuf\\Any' => $baseDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Protobuf\\Api' => $baseDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Protobuf\\Duration' => $baseDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php',
Expand Down Expand Up @@ -957,13 +957,13 @@
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Http\\MediaFileUpload' => $baseDir . '/google/apiclient/src/Http/MediaFileUpload.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Http\\REST' => $baseDir . '/google/apiclient/src/Http/REST.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Iam\\V1\\Logging\\AuditData' => $baseDir . '/google/common-protos/src/Iam/V1/Logging/AuditData.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\CancelOperationRequest' => $baseDir . '/google/longrunning/src/LongRunning/CancelOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\DeleteOperationRequest' => $baseDir . '/google/longrunning/src/LongRunning/DeleteOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\GetOperationRequest' => $baseDir . '/google/longrunning/src/LongRunning/GetOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\ListOperationsRequest' => $baseDir . '/google/longrunning/src/LongRunning/ListOperationsRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\ListOperationsResponse' => $baseDir . '/google/longrunning/src/LongRunning/ListOperationsResponse.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\Operation' => $baseDir . '/google/longrunning/src/LongRunning/Operation.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\OperationInfo' => $baseDir . '/google/longrunning/src/LongRunning/OperationInfo.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\CancelOperationRequest' => $baseDir . '/google/common-protos/src/LongRunning/CancelOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\DeleteOperationRequest' => $baseDir . '/google/common-protos/src/LongRunning/DeleteOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\GetOperationRequest' => $baseDir . '/google/common-protos/src/LongRunning/GetOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\ListOperationsRequest' => $baseDir . '/google/common-protos/src/LongRunning/ListOperationsRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\ListOperationsResponse' => $baseDir . '/google/common-protos/src/LongRunning/ListOperationsResponse.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\Operation' => $baseDir . '/google/common-protos/src/LongRunning/Operation.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\OperationInfo' => $baseDir . '/google/common-protos/src/LongRunning/OperationInfo.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Model' => $baseDir . '/google/apiclient/src/Model.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Protobuf\\Any' => $baseDir . '/google/protobuf/src/Google/Protobuf/Any.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Protobuf\\Api' => $baseDir . '/google/protobuf/src/Google/Protobuf/Api.php',
Expand Down
14 changes: 7 additions & 7 deletions vendor/prefixed/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 ComposerAutoloaderInit6fe8e666e83e6f3cf68310076c8302cf
class ComposerAutoloaderInit6f269c00d312484d0620a753c0b2ac76
{
private static $loader;

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

spl_autoload_register(array('ComposerAutoloaderInit6fe8e666e83e6f3cf68310076c8302cf', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit6f269c00d312484d0620a753c0b2ac76', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit6fe8e666e83e6f3cf68310076c8302cf', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit6f269c00d312484d0620a753c0b2ac76', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit6fe8e666e83e6f3cf68310076c8302cf::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit6f269c00d312484d0620a753c0b2ac76::getInitializer($loader));

$loader->register(true);

$includeFiles = \Composer\Autoload\ComposerStaticInit6fe8e666e83e6f3cf68310076c8302cf::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit6f269c00d312484d0620a753c0b2ac76::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire6fe8e666e83e6f3cf68310076c8302cf($fileIdentifier, $file);
composerRequire6f269c00d312484d0620a753c0b2ac76($fileIdentifier, $file);
}

return $loader;
Expand All @@ -45,7 +45,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire6fe8e666e83e6f3cf68310076c8302cf($fileIdentifier, $file)
function composerRequire6f269c00d312484d0620a753c0b2ac76($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
20 changes: 10 additions & 10 deletions vendor/prefixed/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 ComposerStaticInit6fe8e666e83e6f3cf68310076c8302cf
class ComposerStaticInit6f269c00d312484d0620a753c0b2ac76
{
public static $files = array (
'3b866681a14a27c0c8adec54ba7f6a5c' => __DIR__ . '/../..' . '/google/apiclient/src/aliases.php',
Expand Down Expand Up @@ -93,7 +93,7 @@ class ComposerStaticInit6fe8e666e83e6f3cf68310076c8302cf
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Iam\\V1\\Policy' => __DIR__ . '/../..' . '/google/common-protos/metadata/Iam/V1/Policy.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Logging\\Type\\HttpRequest' => __DIR__ . '/../..' . '/google/common-protos/metadata/Logging/Type/HttpRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Logging\\Type\\LogSeverity' => __DIR__ . '/../..' . '/google/common-protos/metadata/Logging/Type/LogSeverity.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Longrunning\\Operations' => __DIR__ . '/../..' . '/google/longrunning/metadata/Longrunning/Operations.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Longrunning\\Operations' => __DIR__ . '/../..' . '/google/common-protos/metadata/Longrunning/Operations.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Protobuf\\Any' => __DIR__ . '/../..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Protobuf\\Api' => __DIR__ . '/../..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\GPBMetadata\\Google\\Protobuf\\Duration' => __DIR__ . '/../..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php',
Expand Down Expand Up @@ -969,13 +969,13 @@ class ComposerStaticInit6fe8e666e83e6f3cf68310076c8302cf
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Http\\MediaFileUpload' => __DIR__ . '/../..' . '/google/apiclient/src/Http/MediaFileUpload.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Http\\REST' => __DIR__ . '/../..' . '/google/apiclient/src/Http/REST.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Iam\\V1\\Logging\\AuditData' => __DIR__ . '/../..' . '/google/common-protos/src/Iam/V1/Logging/AuditData.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\CancelOperationRequest' => __DIR__ . '/../..' . '/google/longrunning/src/LongRunning/CancelOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\DeleteOperationRequest' => __DIR__ . '/../..' . '/google/longrunning/src/LongRunning/DeleteOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\GetOperationRequest' => __DIR__ . '/../..' . '/google/longrunning/src/LongRunning/GetOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\ListOperationsRequest' => __DIR__ . '/../..' . '/google/longrunning/src/LongRunning/ListOperationsRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\ListOperationsResponse' => __DIR__ . '/../..' . '/google/longrunning/src/LongRunning/ListOperationsResponse.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\Operation' => __DIR__ . '/../..' . '/google/longrunning/src/LongRunning/Operation.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\OperationInfo' => __DIR__ . '/../..' . '/google/longrunning/src/LongRunning/OperationInfo.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\CancelOperationRequest' => __DIR__ . '/../..' . '/google/common-protos/src/LongRunning/CancelOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\DeleteOperationRequest' => __DIR__ . '/../..' . '/google/common-protos/src/LongRunning/DeleteOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\GetOperationRequest' => __DIR__ . '/../..' . '/google/common-protos/src/LongRunning/GetOperationRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\ListOperationsRequest' => __DIR__ . '/../..' . '/google/common-protos/src/LongRunning/ListOperationsRequest.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\ListOperationsResponse' => __DIR__ . '/../..' . '/google/common-protos/src/LongRunning/ListOperationsResponse.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\Operation' => __DIR__ . '/../..' . '/google/common-protos/src/LongRunning/Operation.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\LongRunning\\OperationInfo' => __DIR__ . '/../..' . '/google/common-protos/src/LongRunning/OperationInfo.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Model' => __DIR__ . '/../..' . '/google/apiclient/src/Model.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Protobuf\\Any' => __DIR__ . '/../..' . '/google/protobuf/src/Google/Protobuf/Any.php',
'Matomo\\Dependencies\\GoogleAnalyticsImporter\\Google\\Protobuf\\Api' => __DIR__ . '/../..' . '/google/protobuf/src/Google/Protobuf/Api.php',
Expand Down Expand Up @@ -1840,7 +1840,7 @@ class ComposerStaticInit6fe8e666e83e6f3cf68310076c8302cf
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInit6fe8e666e83e6f3cf68310076c8302cf::$classMap;
$loader->classMap = ComposerStaticInit6f269c00d312484d0620a753c0b2ac76::$classMap;

}, null, ClassLoader::class);
}
Expand Down

0 comments on commit f7ba018

Please sign in to comment.