Skip to content

Commit

Permalink
vendor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Aug 6, 2024
1 parent c3fec0a commit 1ed55ed
Show file tree
Hide file tree
Showing 17 changed files with 1,119 additions and 1,069 deletions.
2 changes: 1 addition & 1 deletion htdocs/class/libraries/vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInit6352cb8ef79af2c7649e83bf921c4678::getLoader();
return ComposerAutoloaderInit061ee1edadbea94fc801da5b706af3d2::getLoader();
12 changes: 7 additions & 5 deletions htdocs/class/libraries/vendor/bin/reloadpsl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Proxy PHP file generated by Composer
*
* This file includes the referenced bin path (../geekwright/regdom/bin/reloadpsl)
* This file includes the referenced bin path (../xoops/regdom/bin/reloadpsl)
* using a stream wrapper to prevent the shebang from being output on PHP<8
*
* @generated
Expand Down Expand Up @@ -108,10 +108,12 @@ if (PHP_VERSION_ID < 80000) {
}
}

if (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper')) {
include("phpvfscomposer://" . __DIR__ . '/..'.'/geekwright/regdom/bin/reloadpsl');
exit(0);
if (
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
) {
return include("phpvfscomposer://" . __DIR__ . '/..'.'/xoops/regdom/bin/reloadpsl');
}
}

include __DIR__ . '/..'.'/geekwright/regdom/bin/reloadpsl';
return include __DIR__ . '/..'.'/xoops/regdom/bin/reloadpsl';
194 changes: 0 additions & 194 deletions htdocs/class/libraries/vendor/composer/autoload_classmap.php

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions htdocs/class/libraries/vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
$baseDir = dirname($vendorDir);

return array(
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'3917c79c5052b270641b5a200963dbc2' => $vendorDir . '/kint-php/kint/init.php',
'5255c38a0faeba867671b61dfda6d864' => $vendorDir . '/paragonie/random_compat/lib/random.php',
'de2dd2b3c16f4ba958f0437e8840a923' => $vendorDir . '/boenrobot/money_format_polyfill/src/money_format.php',
'e40631d46120a9c38ea139981f8dab26' => $vendorDir . '/ircmaxell/password-compat/lib/password.php',
'def43f6c87e4f8dfd0c9e1b1bab14fe8' => $vendorDir . '/symfony/polyfill-iconv/bootstrap.php',
);
2 changes: 1 addition & 1 deletion htdocs/class/libraries/vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
$baseDir = dirname($vendorDir);

return array(
'Xoops\\RegDom\\' => array($vendorDir . '/xoops/regdom/src'),
'Xmf\\' => array($vendorDir . '/xoops/xmf/src'),
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Symfony\\Polyfill\\Iconv\\' => array($vendorDir . '/symfony/polyfill-iconv'),
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
'Kint\\' => array($vendorDir . '/kint-php/kint/src'),
'Geekwright\\RegDom\\' => array($vendorDir . '/geekwright/regdom/src'),
'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
);
11 changes: 5 additions & 6 deletions htdocs/class/libraries/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 ComposerAutoloaderInit6352cb8ef79af2c7649e83bf921c4678
class ComposerAutoloaderInit061ee1edadbea94fc801da5b706af3d2
{
private static $loader;

Expand All @@ -24,17 +24,16 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

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

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

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInit6352cb8ef79af2c7649e83bf921c4678::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit061ee1edadbea94fc801da5b706af3d2::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
Loading

0 comments on commit 1ed55ed

Please sign in to comment.