ztt 11 months ago
parent a03cf15458
commit bbd72fe495
  1. 16
      app/api/controller/GoodsNew.php
  2. 11
      app/common/library/elasticsearch/Client.php
  3. 10
      app/common/service/GoodsEs.php
  4. 2
      composer.json
  5. 2
      composer.lock
  6. 1051
      vendor/composer/ClassLoader.php
  7. 1450
      vendor/composer/InstalledVersions.php
  8. 2
      vendor/composer/autoload_classmap.php
  9. 64
      vendor/composer/autoload_files.php
  10. 2
      vendor/composer/autoload_namespaces.php
  11. 155
      vendor/composer/autoload_psr4.php
  12. 130
      vendor/composer/autoload_real.php
  13. 980
      vendor/composer/autoload_static.php
  14. 10546
      vendor/composer/installed.json
  15. 1574
      vendor/composer/installed.php

@ -0,0 +1,16 @@
<?php
namespace app\api\controller;
use app\common\service\GoodsEs;
class GoodsNew extends Controller
{
public function index()
{
$goodsService = new GoodsEs();
$data = $goodsService->list([]);
dd($data);
}
}

@ -33,8 +33,6 @@ class Client
public function __construct() public function __construct()
{ {
var_dump(self::ES_HOST_NAME);
$this->client = ClientBuilder::create()->setHosts([self::ES_HOST_NAME])->build(); $this->client = ClientBuilder::create()->setHosts([self::ES_HOST_NAME])->build();
} }
@ -193,10 +191,11 @@ class Client
'must' => [], 'must' => [],
'filter' => [] 'filter' => []
] ]
] ],
'from' => $this->queryParams['from'] ?? 0,
'size' => $this->queryParams['size'] ?? 10
], ],
'from' => $this->queryParams['from'] ?? 0,
'size' => $this->queryParams['size'] ?? 10
]; ];
$filter = $must = []; $filter = $must = [];
@ -282,6 +281,8 @@ class Client
try { try {
$this->parseQueryParams(); $this->parseQueryParams();
// dd($this->queryParams);
if ($this->debug) { if ($this->debug) {
return \GuzzleHttp\json_encode($this->queryParams); return \GuzzleHttp\json_encode($this->queryParams);
} }

@ -12,7 +12,7 @@ class GoodsEs
public function __construct() public function __construct()
{ {
$this->esService = Client::setEs('goods_List'); $this->esService = Client::setEs('video_List');
} }
/** /**
@ -37,12 +37,12 @@ class GoodsEs
] ]
]; ];
return $this->esService return $this->esService->setDebug()
->equal(['title' => 1]) // ->equal(['title' => 1])
->from(0) ->from(1)
->size(10) ->size(10)
->order(['id' => 'desc']) ->order(['id' => 'desc'])
->query($body); ->query(true);
} }

@ -54,7 +54,7 @@
"overtrue/wechat": "~4.0", "overtrue/wechat": "~4.0",
"alipaysdk/easysdk": "^2.2", "alipaysdk/easysdk": "^2.2",
"wechatpay/wechatpay": "^1.4", "wechatpay/wechatpay": "^1.4",
"elasticsearch/elasticsearch": "v8.6.0" "elasticsearch/elasticsearch": "^8.6.0"
}, },
"require-dev": { "require-dev": {
"symfony/var-dumper": "^4.2" "symfony/var-dumper": "^4.2"

2
composer.lock generated

@ -5196,5 +5196,5 @@
"ext-fileinfo": "*" "ext-fileinfo": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.0.0"
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -2,7 +2,7 @@
// autoload_classmap.php @generated by Composer // autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__); $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir); $baseDir = dirname($vendorDir);
return array( return array(

@ -1,32 +1,32 @@
<?php <?php
// autoload_files.php @generated by Composer // autoload_files.php @generated by Composer
$vendorDir = dirname(__DIR__); $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir); $baseDir = dirname($vendorDir);
return array( return array(
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php', '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
'9b552a3cc426e3287cc811caefa3cf53' => $vendorDir . '/topthink/think-helper/src/helper.php', '667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', 'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
'35fab96057f1bf5e7aba31a8a6d5fdde' => $vendorDir . '/topthink/think-orm/stubs/load_stubs.php', '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'd767e4fc2dc52fe66584ab8c6684783e' => $vendorDir . '/adbario/php-dot-notation/src/helpers.php', '9b552a3cc426e3287cc811caefa3cf53' => $vendorDir . '/topthink/think-helper/src/helper.php',
'65fec9ebcfbb3cbb4fd0d519687aea01' => $vendorDir . '/danielstjules/stringy/src/Create.php', '0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php',
'0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php', '35fab96057f1bf5e7aba31a8a6d5fdde' => $vendorDir . '/topthink/think-orm/stubs/load_stubs.php',
'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php', 'd767e4fc2dc52fe66584ab8c6684783e' => $vendorDir . '/adbario/php-dot-notation/src/helpers.php',
'2cffec82183ee1cea088009cef9a6fc3' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php', '65fec9ebcfbb3cbb4fd0d519687aea01' => $vendorDir . '/danielstjules/stringy/src/Create.php',
'b067bc7112e384b61c701452d53a14a8' => $vendorDir . '/mtdowling/jmespath.php/src/JmesPath.php', 'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php',
'0d0b82117c23db94c492fee02b2ed01f' => $vendorDir . '/songshenzong/support/src/StringsHelpers.php', '2cffec82183ee1cea088009cef9a6fc3' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
'd96a90b43bcdea846705672ffd4e9294' => $vendorDir . '/songshenzong/support/src/BashEchoHelpers.php', 'b067bc7112e384b61c701452d53a14a8' => $vendorDir . '/mtdowling/jmespath.php/src/JmesPath.php',
'25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php', '0d0b82117c23db94c492fee02b2ed01f' => $vendorDir . '/songshenzong/support/src/StringsHelpers.php',
'f0e7e63bbb278a92db02393536748c5f' => $vendorDir . '/overtrue/wechat/src/Kernel/Support/Helpers.php', 'd96a90b43bcdea846705672ffd4e9294' => $vendorDir . '/songshenzong/support/src/BashEchoHelpers.php',
'6747f579ad6817f318cc3a7e7a0abb93' => $vendorDir . '/overtrue/wechat/src/Kernel/Helpers.php', 'f0e7e63bbb278a92db02393536748c5f' => $vendorDir . '/overtrue/wechat/src/Kernel/Support/Helpers.php',
'cd5441689b14144e5573bf989ee47b34' => $vendorDir . '/qcloud/cos-sdk-v5/src/Common.php', '6747f579ad6817f318cc3a7e7a0abb93' => $vendorDir . '/overtrue/wechat/src/Kernel/Helpers.php',
'841780ea2e1d6545ea3a253239d59c05' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/functions.php', 'cd5441689b14144e5573bf989ee47b34' => $vendorDir . '/qcloud/cos-sdk-v5/src/Common.php',
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php', '841780ea2e1d6545ea3a253239d59c05' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/functions.php',
'cc56288302d9df745d97c934d6a6e5f0' => $vendorDir . '/topthink/think-queue/src/common.php', 'cc56288302d9df745d97c934d6a6e5f0' => $vendorDir . '/topthink/think-queue/src/common.php',
); );

@ -2,7 +2,7 @@
// autoload_namespaces.php @generated by Composer // autoload_namespaces.php @generated by Composer
$vendorDir = dirname(__DIR__); $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir); $baseDir = dirname($vendorDir);
return array( return array(

@ -1,75 +1,80 @@
<?php <?php
// autoload_psr4.php @generated by Composer // autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__); $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir); $baseDir = dirname($vendorDir);
return array( return array(
'yiovo\\captcha\\' => array($vendorDir . '/yiovo/tp6-captcha/src'), 'yiovo\\captcha\\' => array($vendorDir . '/yiovo/tp6-captcha/src'),
'yiovo\\cache\\' => array($vendorDir . '/yiovo/tp6-cache/src'), 'yiovo\\cache\\' => array($vendorDir . '/yiovo/tp6-cache/src'),
'xin\\helper\\' => array($vendorDir . '/xin/helper/src'), 'xin\\helper\\' => array($vendorDir . '/xin/helper/src'),
'xin\\container\\' => array($vendorDir . '/xin/container/src'), 'xin\\container\\' => array($vendorDir . '/xin/container/src'),
'think\\worker\\' => array($vendorDir . '/topthink/think-worker/src'), 'think\\worker\\' => array($vendorDir . '/topthink/think-worker/src'),
'think\\app\\' => array($vendorDir . '/topthink/think-multi-app/src'), 'think\\app\\' => array($vendorDir . '/topthink/think-multi-app/src'),
'think\\' => array($vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-filesystem/src', $vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-orm/src', $vendorDir . '/topthink/think-queue/src'), 'think\\' => array($vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-filesystem/src', $vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-orm/src', $vendorDir . '/topthink/think-queue/src'),
'cores\\' => array($baseDir . '/cores'), 'cores\\' => array($baseDir . '/cores'),
'app\\' => array($baseDir . '/app'), 'app\\' => array($baseDir . '/app'),
'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'), 'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
'Workerman\\' => array($vendorDir . '/workerman/workerman'), 'Workerman\\' => array($vendorDir . '/workerman/workerman'),
'WeChatPay\\' => array($vendorDir . '/wechatpay/wechatpay/src'), 'WeChatPay\\' => array($vendorDir . '/wechatpay/wechatpay/src'),
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'), 'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'),
'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'), 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), 'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'), 'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'), 'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
'Symfony\\Contracts\\Cache\\' => array($vendorDir . '/symfony/cache-contracts'), 'Symfony\\Contracts\\Cache\\' => array($vendorDir . '/symfony/cache-contracts'),
'Symfony\\Component\\VarExporter\\' => array($vendorDir . '/symfony/var-exporter'), 'Symfony\\Component\\VarExporter\\' => array($vendorDir . '/symfony/var-exporter'),
'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'), 'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'), 'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'), 'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'), 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
'Symfony\\Component\\Cache\\' => array($vendorDir . '/symfony/cache'), 'Symfony\\Component\\Cache\\' => array($vendorDir . '/symfony/cache'),
'Symfony\\Bridge\\PsrHttpMessage\\' => array($vendorDir . '/symfony/psr-http-message-bridge'), 'Symfony\\Bridge\\PsrHttpMessage\\' => array($vendorDir . '/symfony/psr-http-message-bridge'),
'Stringy\\' => array($vendorDir . '/danielstjules/stringy/src'), 'Stringy\\' => array($vendorDir . '/danielstjules/stringy/src'),
'Songshenzong\\Support\\' => array($vendorDir . '/songshenzong/support/src'), 'Songshenzong\\Support\\' => array($vendorDir . '/songshenzong/support/src'),
'Qiniu\\' => array($vendorDir . '/qiniu/php-sdk/src/Qiniu'), 'Qiniu\\' => array($vendorDir . '/qiniu/php-sdk/src/Qiniu'),
'Qcloud\\Cos\\' => array($vendorDir . '/qcloud/cos-sdk-v5/src'), 'Qcloud\\Cos\\' => array($vendorDir . '/qcloud/cos-sdk-v5/src'),
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'), 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'), 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'), 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'), 'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'), 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'), 'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
'Overtrue\\Socialite\\' => array($vendorDir . '/overtrue/socialite/src'), 'Overtrue\\Socialite\\' => array($vendorDir . '/overtrue/socialite/src'),
'Overtrue\\EasySms\\' => array($vendorDir . '/overtrue/easy-sms/src'), 'Overtrue\\EasySms\\' => array($vendorDir . '/overtrue/easy-sms/src'),
'OSS\\' => array($vendorDir . '/aliyuncs/oss-sdk-php/src/OSS'), 'OSS\\' => array($vendorDir . '/aliyuncs/oss-sdk-php/src/OSS'),
'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'), 'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'), 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'), 'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
'Lvht\\' => array($vendorDir . '/lvht/geohash/src'), 'Lvht\\' => array($vendorDir . '/lvht/geohash/src'),
'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'), 'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'), 'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
'JmesPath\\' => array($vendorDir . '/mtdowling/jmespath.php/src'), 'JmesPath\\' => array($vendorDir . '/mtdowling/jmespath.php/src'),
'GuzzleHttp\\UriTemplate\\' => array($vendorDir . '/guzzlehttp/uri-template/src'), 'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'),
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), 'Http\\Discovery\\' => array($vendorDir . '/php-http/discovery/src'),
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), 'Http\\Client\\' => array($vendorDir . '/php-http/httplug/src'),
'GuzzleHttp\\Command\\Guzzle\\' => array($vendorDir . '/guzzlehttp/guzzle-services/src'), 'GuzzleHttp\\UriTemplate\\' => array($vendorDir . '/guzzlehttp/uri-template/src'),
'GuzzleHttp\\Command\\' => array($vendorDir . '/guzzlehttp/command/src'), 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
'Grafika\\' => array($vendorDir . '/kosinix/grafika/src/Grafika'), 'GuzzleHttp\\Command\\Guzzle\\' => array($vendorDir . '/guzzlehttp/guzzle-services/src'),
'GatewayWorker\\' => array($vendorDir . '/workerman/gateway-worker/src'), 'GuzzleHttp\\Command\\' => array($vendorDir . '/guzzlehttp/command/src'),
'EasyWeChat\\' => array($vendorDir . '/overtrue/wechat/src'), 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
'EasyWeChatComposer\\' => array($vendorDir . '/easywechat-composer/easywechat-composer/src'), 'Grafika\\' => array($vendorDir . '/kosinix/grafika/src/Grafika'),
'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'), 'GatewayWorker\\' => array($vendorDir . '/workerman/gateway-worker/src'),
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'), 'Elastic\\Transport\\' => array($vendorDir . '/elastic/transport/src'),
'Alipay\\EasySDK\\' => array($vendorDir . '/alipaysdk/easysdk/php/src'), 'Elastic\\Elasticsearch\\' => array($vendorDir . '/elasticsearch/elasticsearch/src'),
'AlibabaCloud\\Tea\\FileForm\\' => array($vendorDir . '/alibabacloud/tea-fileform/src'), 'EasyWeChat\\' => array($vendorDir . '/overtrue/wechat/src'),
'AlibabaCloud\\Tea\\' => array($vendorDir . '/alibabacloud/tea/src'), 'EasyWeChatComposer\\' => array($vendorDir . '/easywechat-composer/easywechat-composer/src'),
'Adbar\\' => array($vendorDir . '/adbario/php-dot-notation/src'), 'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
); 'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
'Alipay\\EasySDK\\' => array($vendorDir . '/alipaysdk/easysdk/php/src'),
'AlibabaCloud\\Tea\\FileForm\\' => array($vendorDir . '/alibabacloud/tea-fileform/src'),
'AlibabaCloud\\Tea\\' => array($vendorDir . '/alibabacloud/tea/src'),
'Adbar\\' => array($vendorDir . '/adbario/php-dot-notation/src'),
);

@ -1,57 +1,73 @@
<?php <?php
// autoload_real.php @generated by Composer // autoload_real.php @generated by Composer
class ComposerAutoloaderInitb17d9cf9df517c3dd2f492a1c933c315 class ComposerAutoloaderInitb17d9cf9df517c3dd2f492a1c933c315
{ {
private static $loader; private static $loader;
public static function loadClassLoader($class) public static function loadClassLoader($class)
{ {
if ('Composer\Autoload\ClassLoader' === $class) { if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php'; require __DIR__ . '/ClassLoader.php';
} }
} }
/** /**
* @return \Composer\Autoload\ClassLoader * @return \Composer\Autoload\ClassLoader
*/ */
public static function getLoader() public static function getLoader()
{ {
if (null !== self::$loader) { if (null !== self::$loader) {
return self::$loader; return self::$loader;
} }
require __DIR__ . '/platform_check.php'; spl_autoload_register(array('ComposerAutoloaderInitb17d9cf9df517c3dd2f492a1c933c315', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_register(array('ComposerAutoloaderInitb17d9cf9df517c3dd2f492a1c933c315', 'loadClassLoader'), true, true); spl_autoload_unregister(array('ComposerAutoloaderInitb17d9cf9df517c3dd2f492a1c933c315', 'loadClassLoader'));
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitb17d9cf9df517c3dd2f492a1c933c315', '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'; require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::getInitializer($loader));
$loader->register(true); } else {
$map = require __DIR__ . '/autoload_namespaces.php';
$includeFiles = \Composer\Autoload\ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$files; foreach ($map as $namespace => $path) {
foreach ($includeFiles as $fileIdentifier => $file) { $loader->set($namespace, $path);
composerRequireb17d9cf9df517c3dd2f492a1c933c315($fileIdentifier, $file); }
}
$map = require __DIR__ . '/autoload_psr4.php';
return $loader; foreach ($map as $namespace => $path) {
} $loader->setPsr4($namespace, $path);
} }
/** $classMap = require __DIR__ . '/autoload_classmap.php';
* @param string $fileIdentifier if ($classMap) {
* @param string $file $loader->addClassMap($classMap);
* @return void }
*/ }
function composerRequireb17d9cf9df517c3dd2f492a1c933c315($fileIdentifier, $file)
{ $loader->register(true);
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$files;
require $file; } else {
} $includeFiles = require __DIR__ . '/autoload_files.php';
} }
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequireb17d9cf9df517c3dd2f492a1c933c315($fileIdentifier, $file);
}
return $loader;
}
}
function composerRequireb17d9cf9df517c3dd2f492a1c933c315($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
}
}

@ -1,476 +1,504 @@
<?php <?php
// autoload_static.php @generated by Composer // autoload_static.php @generated by Composer
namespace Composer\Autoload; namespace Composer\Autoload;
class ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315 class ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315
{ {
public static $files = array ( public static $files = array (
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
'9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php', '667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
'35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php', '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'd767e4fc2dc52fe66584ab8c6684783e' => __DIR__ . '/..' . '/adbario/php-dot-notation/src/helpers.php', '9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
'65fec9ebcfbb3cbb4fd0d519687aea01' => __DIR__ . '/..' . '/danielstjules/stringy/src/Create.php', '0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php',
'0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php', '35fab96057f1bf5e7aba31a8a6d5fdde' => __DIR__ . '/..' . '/topthink/think-orm/stubs/load_stubs.php',
'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php', 'd767e4fc2dc52fe66584ab8c6684783e' => __DIR__ . '/..' . '/adbario/php-dot-notation/src/helpers.php',
'2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php', '65fec9ebcfbb3cbb4fd0d519687aea01' => __DIR__ . '/..' . '/danielstjules/stringy/src/Create.php',
'b067bc7112e384b61c701452d53a14a8' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/JmesPath.php', 'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php',
'0d0b82117c23db94c492fee02b2ed01f' => __DIR__ . '/..' . '/songshenzong/support/src/StringsHelpers.php', '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
'd96a90b43bcdea846705672ffd4e9294' => __DIR__ . '/..' . '/songshenzong/support/src/BashEchoHelpers.php', 'b067bc7112e384b61c701452d53a14a8' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/JmesPath.php',
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php', '0d0b82117c23db94c492fee02b2ed01f' => __DIR__ . '/..' . '/songshenzong/support/src/StringsHelpers.php',
'f0e7e63bbb278a92db02393536748c5f' => __DIR__ . '/..' . '/overtrue/wechat/src/Kernel/Support/Helpers.php', 'd96a90b43bcdea846705672ffd4e9294' => __DIR__ . '/..' . '/songshenzong/support/src/BashEchoHelpers.php',
'6747f579ad6817f318cc3a7e7a0abb93' => __DIR__ . '/..' . '/overtrue/wechat/src/Kernel/Helpers.php', 'f0e7e63bbb278a92db02393536748c5f' => __DIR__ . '/..' . '/overtrue/wechat/src/Kernel/Support/Helpers.php',
'cd5441689b14144e5573bf989ee47b34' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Common.php', '6747f579ad6817f318cc3a7e7a0abb93' => __DIR__ . '/..' . '/overtrue/wechat/src/Kernel/Helpers.php',
'841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php', 'cd5441689b14144e5573bf989ee47b34' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Common.php',
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php', '841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php', 'cc56288302d9df745d97c934d6a6e5f0' => __DIR__ . '/..' . '/topthink/think-queue/src/common.php',
); );
public static $prefixLengthsPsr4 = array ( public static $prefixLengthsPsr4 = array (
'y' => 'y' =>
array ( array (
'yiovo\\captcha\\' => 14, 'yiovo\\captcha\\' => 14,
'yiovo\\cache\\' => 12, 'yiovo\\cache\\' => 12,
), ),
'x' => 'x' =>
array ( array (
'xin\\helper\\' => 11, 'xin\\helper\\' => 11,
'xin\\container\\' => 14, 'xin\\container\\' => 14,
), ),
't' => 't' =>
array ( array (
'think\\worker\\' => 13, 'think\\worker\\' => 13,
'think\\app\\' => 10, 'think\\app\\' => 10,
'think\\' => 6, 'think\\' => 6,
), ),
'c' => 'c' =>
array ( array (
'cores\\' => 6, 'cores\\' => 6,
), ),
'a' => 'a' =>
array ( array (
'app\\' => 4, 'app\\' => 4,
), ),
'Z' => 'Z' =>
array ( array (
'ZipStream\\' => 10, 'ZipStream\\' => 10,
), ),
'W' => 'W' =>
array ( array (
'Workerman\\' => 10, 'Workerman\\' => 10,
'WeChatPay\\' => 10, 'WeChatPay\\' => 10,
), ),
'S' => 'S' =>
array ( array (
'Symfony\\Polyfill\\Php80\\' => 23, 'Symfony\\Polyfill\\Php80\\' => 23,
'Symfony\\Polyfill\\Php73\\' => 23, 'Symfony\\Polyfill\\Php73\\' => 23,
'Symfony\\Polyfill\\Php72\\' => 23, 'Symfony\\Polyfill\\Php72\\' => 23,
'Symfony\\Polyfill\\Mbstring\\' => 26, 'Symfony\\Polyfill\\Mbstring\\' => 26,
'Symfony\\Contracts\\Translation\\' => 30, 'Symfony\\Contracts\\Translation\\' => 30,
'Symfony\\Contracts\\Service\\' => 26, 'Symfony\\Contracts\\Service\\' => 26,
'Symfony\\Contracts\\EventDispatcher\\' => 34, 'Symfony\\Contracts\\EventDispatcher\\' => 34,
'Symfony\\Contracts\\Cache\\' => 24, 'Symfony\\Contracts\\Cache\\' => 24,
'Symfony\\Component\\VarExporter\\' => 30, 'Symfony\\Component\\VarExporter\\' => 30,
'Symfony\\Component\\VarDumper\\' => 28, 'Symfony\\Component\\VarDumper\\' => 28,
'Symfony\\Component\\Translation\\' => 30, 'Symfony\\Component\\Translation\\' => 30,
'Symfony\\Component\\Process\\' => 26, 'Symfony\\Component\\Process\\' => 26,
'Symfony\\Component\\HttpFoundation\\' => 33, 'Symfony\\Component\\HttpFoundation\\' => 33,
'Symfony\\Component\\EventDispatcher\\' => 34, 'Symfony\\Component\\EventDispatcher\\' => 34,
'Symfony\\Component\\Cache\\' => 24, 'Symfony\\Component\\Cache\\' => 24,
'Symfony\\Bridge\\PsrHttpMessage\\' => 30, 'Symfony\\Bridge\\PsrHttpMessage\\' => 30,
'Stringy\\' => 8, 'Stringy\\' => 8,
'Songshenzong\\Support\\' => 21, 'Songshenzong\\Support\\' => 21,
), ),
'Q' => 'Q' =>
array ( array (
'Qiniu\\' => 6, 'Qiniu\\' => 6,
'Qcloud\\Cos\\' => 11, 'Qcloud\\Cos\\' => 11,
), ),
'P' => 'P' =>
array ( array (
'Psr\\SimpleCache\\' => 16, 'Psr\\SimpleCache\\' => 16,
'Psr\\Log\\' => 8, 'Psr\\Log\\' => 8,
'Psr\\Http\\Message\\' => 17, 'Psr\\Http\\Message\\' => 17,
'Psr\\Http\\Client\\' => 16, 'Psr\\Http\\Client\\' => 16,
'Psr\\EventDispatcher\\' => 20, 'Psr\\EventDispatcher\\' => 20,
'Psr\\Container\\' => 14, 'Psr\\Container\\' => 14,
'Psr\\Cache\\' => 10, 'Psr\\Cache\\' => 10,
'PhpOffice\\PhpSpreadsheet\\' => 25, 'PhpOffice\\PhpSpreadsheet\\' => 25,
), ),
'O' => 'O' =>
array ( array (
'Overtrue\\Socialite\\' => 19, 'Overtrue\\Socialite\\' => 19,
'Overtrue\\EasySms\\' => 17, 'Overtrue\\EasySms\\' => 17,
'OSS\\' => 4, 'OSS\\' => 4,
), ),
'M' => 'M' =>
array ( array (
'MyCLabs\\Enum\\' => 13, 'MyCLabs\\Enum\\' => 13,
'Monolog\\' => 8, 'Monolog\\' => 8,
'Matrix\\' => 7, 'Matrix\\' => 7,
), ),
'L' => 'L' =>
array ( array (
'Lvht\\' => 5, 'Lvht\\' => 5,
'League\\MimeTypeDetection\\' => 25, 'League\\MimeTypeDetection\\' => 25,
'League\\Flysystem\\' => 17, 'League\\Flysystem\\' => 17,
), ),
'J' => 'J' =>
array ( array (
'JmesPath\\' => 9, 'JmesPath\\' => 9,
), ),
'G' => 'H' =>
array ( array (
'GuzzleHttp\\UriTemplate\\' => 23, 'Http\\Promise\\' => 13,
'GuzzleHttp\\Psr7\\' => 16, 'Http\\Discovery\\' => 15,
'GuzzleHttp\\Promise\\' => 19, 'Http\\Client\\' => 12,
'GuzzleHttp\\Command\\Guzzle\\' => 26, ),
'GuzzleHttp\\Command\\' => 19, 'G' =>
'GuzzleHttp\\' => 11, array (
'Grafika\\' => 8, 'GuzzleHttp\\UriTemplate\\' => 23,
'GatewayWorker\\' => 14, 'GuzzleHttp\\Psr7\\' => 16,
), 'GuzzleHttp\\Promise\\' => 19,
'E' => 'GuzzleHttp\\Command\\Guzzle\\' => 26,
array ( 'GuzzleHttp\\Command\\' => 19,
'EasyWeChat\\' => 11, 'GuzzleHttp\\' => 11,
'EasyWeChatComposer\\' => 19, 'Grafika\\' => 8,
), 'GatewayWorker\\' => 14,
'C' => ),
array ( 'E' =>
'Complex\\' => 8, array (
'Carbon\\' => 7, 'Elastic\\Transport\\' => 18,
), 'Elastic\\Elasticsearch\\' => 22,
'A' => 'EasyWeChat\\' => 11,
array ( 'EasyWeChatComposer\\' => 19,
'Alipay\\EasySDK\\' => 15, ),
'AlibabaCloud\\Tea\\FileForm\\' => 26, 'C' =>
'AlibabaCloud\\Tea\\' => 17, array (
'Adbar\\' => 6, 'Complex\\' => 8,
), 'Carbon\\' => 7,
); ),
'A' =>
public static $prefixDirsPsr4 = array ( array (
'yiovo\\captcha\\' => 'Alipay\\EasySDK\\' => 15,
array ( 'AlibabaCloud\\Tea\\FileForm\\' => 26,
0 => __DIR__ . '/..' . '/yiovo/tp6-captcha/src', 'AlibabaCloud\\Tea\\' => 17,
), 'Adbar\\' => 6,
'yiovo\\cache\\' => ),
array ( );
0 => __DIR__ . '/..' . '/yiovo/tp6-cache/src',
), public static $prefixDirsPsr4 = array (
'xin\\helper\\' => 'yiovo\\captcha\\' =>
array ( array (
0 => __DIR__ . '/..' . '/xin/helper/src', 0 => __DIR__ . '/..' . '/yiovo/tp6-captcha/src',
), ),
'xin\\container\\' => 'yiovo\\cache\\' =>
array ( array (
0 => __DIR__ . '/..' . '/xin/container/src', 0 => __DIR__ . '/..' . '/yiovo/tp6-cache/src',
), ),
'think\\worker\\' => 'xin\\helper\\' =>
array ( array (
0 => __DIR__ . '/..' . '/topthink/think-worker/src', 0 => __DIR__ . '/..' . '/xin/helper/src',
), ),
'think\\app\\' => 'xin\\container\\' =>
array ( array (
0 => __DIR__ . '/..' . '/topthink/think-multi-app/src', 0 => __DIR__ . '/..' . '/xin/container/src',
), ),
'think\\' => 'think\\worker\\' =>
array ( array (
0 => __DIR__ . '/..' . '/topthink/framework/src/think', 0 => __DIR__ . '/..' . '/topthink/think-worker/src',
1 => __DIR__ . '/..' . '/topthink/think-filesystem/src', ),
2 => __DIR__ . '/..' . '/topthink/think-helper/src', 'think\\app\\' =>
3 => __DIR__ . '/..' . '/topthink/think-orm/src', array (
4 => __DIR__ . '/..' . '/topthink/think-queue/src', 0 => __DIR__ . '/..' . '/topthink/think-multi-app/src',
), ),
'cores\\' => 'think\\' =>
array ( array (
0 => __DIR__ . '/../..' . '/cores', 0 => __DIR__ . '/..' . '/topthink/framework/src/think',
), 1 => __DIR__ . '/..' . '/topthink/think-filesystem/src',
'app\\' => 2 => __DIR__ . '/..' . '/topthink/think-helper/src',
array ( 3 => __DIR__ . '/..' . '/topthink/think-orm/src',
0 => __DIR__ . '/../..' . '/app', 4 => __DIR__ . '/..' . '/topthink/think-queue/src',
), ),
'ZipStream\\' => 'cores\\' =>
array ( array (
0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src', 0 => __DIR__ . '/../..' . '/cores',
), ),
'Workerman\\' => 'app\\' =>
array ( array (
0 => __DIR__ . '/..' . '/workerman/workerman', 0 => __DIR__ . '/../..' . '/app',
), ),
'WeChatPay\\' => 'ZipStream\\' =>
array ( array (
0 => __DIR__ . '/..' . '/wechatpay/wechatpay/src', 0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src',
), ),
'Symfony\\Polyfill\\Php80\\' => 'Workerman\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php80', 0 => __DIR__ . '/..' . '/workerman/workerman',
), ),
'Symfony\\Polyfill\\Php73\\' => 'WeChatPay\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php73', 0 => __DIR__ . '/..' . '/wechatpay/wechatpay/src',
), ),
'Symfony\\Polyfill\\Php72\\' => 'Symfony\\Polyfill\\Php80\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php72', 0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
), ),
'Symfony\\Polyfill\\Mbstring\\' => 'Symfony\\Polyfill\\Php73\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', 0 => __DIR__ . '/..' . '/symfony/polyfill-php73',
), ),
'Symfony\\Contracts\\Translation\\' => 'Symfony\\Polyfill\\Php72\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/translation-contracts', 0 => __DIR__ . '/..' . '/symfony/polyfill-php72',
), ),
'Symfony\\Contracts\\Service\\' => 'Symfony\\Polyfill\\Mbstring\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/service-contracts', 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
), ),
'Symfony\\Contracts\\EventDispatcher\\' => 'Symfony\\Contracts\\Translation\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts', 0 => __DIR__ . '/..' . '/symfony/translation-contracts',
), ),
'Symfony\\Contracts\\Cache\\' => 'Symfony\\Contracts\\Service\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/cache-contracts', 0 => __DIR__ . '/..' . '/symfony/service-contracts',
), ),
'Symfony\\Component\\VarExporter\\' => 'Symfony\\Contracts\\EventDispatcher\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/var-exporter', 0 => __DIR__ . '/..' . '/symfony/event-dispatcher-contracts',
), ),
'Symfony\\Component\\VarDumper\\' => 'Symfony\\Contracts\\Cache\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/var-dumper', 0 => __DIR__ . '/..' . '/symfony/cache-contracts',
), ),
'Symfony\\Component\\Translation\\' => 'Symfony\\Component\\VarExporter\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/translation', 0 => __DIR__ . '/..' . '/symfony/var-exporter',
), ),
'Symfony\\Component\\Process\\' => 'Symfony\\Component\\VarDumper\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/process', 0 => __DIR__ . '/..' . '/symfony/var-dumper',
), ),
'Symfony\\Component\\HttpFoundation\\' => 'Symfony\\Component\\Translation\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/http-foundation', 0 => __DIR__ . '/..' . '/symfony/translation',
), ),
'Symfony\\Component\\EventDispatcher\\' => 'Symfony\\Component\\Process\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher', 0 => __DIR__ . '/..' . '/symfony/process',
), ),
'Symfony\\Component\\Cache\\' => 'Symfony\\Component\\HttpFoundation\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/cache', 0 => __DIR__ . '/..' . '/symfony/http-foundation',
), ),
'Symfony\\Bridge\\PsrHttpMessage\\' => 'Symfony\\Component\\EventDispatcher\\' =>
array ( array (
0 => __DIR__ . '/..' . '/symfony/psr-http-message-bridge', 0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
), ),
'Stringy\\' => 'Symfony\\Component\\Cache\\' =>
array ( array (
0 => __DIR__ . '/..' . '/danielstjules/stringy/src', 0 => __DIR__ . '/..' . '/symfony/cache',
), ),
'Songshenzong\\Support\\' => 'Symfony\\Bridge\\PsrHttpMessage\\' =>
array ( array (
0 => __DIR__ . '/..' . '/songshenzong/support/src', 0 => __DIR__ . '/..' . '/symfony/psr-http-message-bridge',
), ),
'Qiniu\\' => 'Stringy\\' =>
array ( array (
0 => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu', 0 => __DIR__ . '/..' . '/danielstjules/stringy/src',
), ),
'Qcloud\\Cos\\' => 'Songshenzong\\Support\\' =>
array ( array (
0 => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src', 0 => __DIR__ . '/..' . '/songshenzong/support/src',
), ),
'Psr\\SimpleCache\\' => 'Qiniu\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/simple-cache/src', 0 => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu',
), ),
'Psr\\Log\\' => 'Qcloud\\Cos\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log', 0 => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src',
), ),
'Psr\\Http\\Message\\' => 'Psr\\SimpleCache\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/http-factory/src', 0 => __DIR__ . '/..' . '/psr/simple-cache/src',
1 => __DIR__ . '/..' . '/psr/http-message/src', ),
), 'Psr\\Log\\' =>
'Psr\\Http\\Client\\' => array (
array ( 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
0 => __DIR__ . '/..' . '/psr/http-client/src', ),
), 'Psr\\Http\\Message\\' =>
'Psr\\EventDispatcher\\' => array (
array ( 0 => __DIR__ . '/..' . '/psr/http-factory/src',
0 => __DIR__ . '/..' . '/psr/event-dispatcher/src', 1 => __DIR__ . '/..' . '/psr/http-message/src',
), ),
'Psr\\Container\\' => 'Psr\\Http\\Client\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/container/src', 0 => __DIR__ . '/..' . '/psr/http-client/src',
), ),
'Psr\\Cache\\' => 'Psr\\EventDispatcher\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/cache/src', 0 => __DIR__ . '/..' . '/psr/event-dispatcher/src',
), ),
'PhpOffice\\PhpSpreadsheet\\' => 'Psr\\Container\\' =>
array ( array (
0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet', 0 => __DIR__ . '/..' . '/psr/container/src',
), ),
'Overtrue\\Socialite\\' => 'Psr\\Cache\\' =>
array ( array (
0 => __DIR__ . '/..' . '/overtrue/socialite/src', 0 => __DIR__ . '/..' . '/psr/cache/src',
), ),
'Overtrue\\EasySms\\' => 'PhpOffice\\PhpSpreadsheet\\' =>
array ( array (
0 => __DIR__ . '/..' . '/overtrue/easy-sms/src', 0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet',
), ),
'OSS\\' => 'Overtrue\\Socialite\\' =>
array ( array (
0 => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS', 0 => __DIR__ . '/..' . '/overtrue/socialite/src',
), ),
'MyCLabs\\Enum\\' => 'Overtrue\\EasySms\\' =>
array ( array (
0 => __DIR__ . '/..' . '/myclabs/php-enum/src', 0 => __DIR__ . '/..' . '/overtrue/easy-sms/src',
), ),
'Monolog\\' => 'OSS\\' =>
array ( array (
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', 0 => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS',
), ),
'Matrix\\' => 'MyCLabs\\Enum\\' =>
array ( array (
0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src', 0 => __DIR__ . '/..' . '/myclabs/php-enum/src',
), ),
'Lvht\\' => 'Monolog\\' =>
array ( array (
0 => __DIR__ . '/..' . '/lvht/geohash/src', 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
), ),
'League\\MimeTypeDetection\\' => 'Matrix\\' =>
array ( array (
0 => __DIR__ . '/..' . '/league/mime-type-detection/src', 0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src',
), ),
'League\\Flysystem\\' => 'Lvht\\' =>
array ( array (
0 => __DIR__ . '/..' . '/league/flysystem/src', 0 => __DIR__ . '/..' . '/lvht/geohash/src',
), ),
'JmesPath\\' => 'League\\MimeTypeDetection\\' =>
array ( array (
0 => __DIR__ . '/..' . '/mtdowling/jmespath.php/src', 0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
), ),
'GuzzleHttp\\UriTemplate\\' => 'League\\Flysystem\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/uri-template/src', 0 => __DIR__ . '/..' . '/league/flysystem/src',
), ),
'GuzzleHttp\\Psr7\\' => 'JmesPath\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', 0 => __DIR__ . '/..' . '/mtdowling/jmespath.php/src',
), ),
'GuzzleHttp\\Promise\\' => 'Http\\Promise\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', 0 => __DIR__ . '/..' . '/php-http/promise/src',
), ),
'GuzzleHttp\\Command\\Guzzle\\' => 'Http\\Discovery\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle-services/src', 0 => __DIR__ . '/..' . '/php-http/discovery/src',
), ),
'GuzzleHttp\\Command\\' => 'Http\\Client\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/command/src', 0 => __DIR__ . '/..' . '/php-http/httplug/src',
), ),
'GuzzleHttp\\' => 'GuzzleHttp\\UriTemplate\\' =>
array ( array (
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', 0 => __DIR__ . '/..' . '/guzzlehttp/uri-template/src',
), ),
'Grafika\\' => 'GuzzleHttp\\Psr7\\' =>
array ( array (
0 => __DIR__ . '/..' . '/kosinix/grafika/src/Grafika', 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
), ),
'GatewayWorker\\' => 'GuzzleHttp\\Promise\\' =>
array ( array (
0 => __DIR__ . '/..' . '/workerman/gateway-worker/src', 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
), ),
'EasyWeChat\\' => 'GuzzleHttp\\Command\\Guzzle\\' =>
array ( array (
0 => __DIR__ . '/..' . '/overtrue/wechat/src', 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle-services/src',
), ),
'EasyWeChatComposer\\' => 'GuzzleHttp\\Command\\' =>
array ( array (
0 => __DIR__ . '/..' . '/easywechat-composer/easywechat-composer/src', 0 => __DIR__ . '/..' . '/guzzlehttp/command/src',
), ),
'Complex\\' => 'GuzzleHttp\\' =>
array ( array (
0 => __DIR__ . '/..' . '/markbaker/complex/classes/src', 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
), ),
'Carbon\\' => 'Grafika\\' =>
array ( array (
0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon', 0 => __DIR__ . '/..' . '/kosinix/grafika/src/Grafika',
), ),
'Alipay\\EasySDK\\' => 'GatewayWorker\\' =>
array ( array (
0 => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src', 0 => __DIR__ . '/..' . '/workerman/gateway-worker/src',
), ),
'AlibabaCloud\\Tea\\FileForm\\' => 'Elastic\\Transport\\' =>
array ( array (
0 => __DIR__ . '/..' . '/alibabacloud/tea-fileform/src', 0 => __DIR__ . '/..' . '/elastic/transport/src',
), ),
'AlibabaCloud\\Tea\\' => 'Elastic\\Elasticsearch\\' =>
array ( array (
0 => __DIR__ . '/..' . '/alibabacloud/tea/src', 0 => __DIR__ . '/..' . '/elasticsearch/elasticsearch/src',
), ),
'Adbar\\' => 'EasyWeChat\\' =>
array ( array (
0 => __DIR__ . '/..' . '/adbario/php-dot-notation/src', 0 => __DIR__ . '/..' . '/overtrue/wechat/src',
), ),
); 'EasyWeChatComposer\\' =>
array (
public static $prefixesPsr0 = array ( 0 => __DIR__ . '/..' . '/easywechat-composer/easywechat-composer/src',
'P' => ),
array ( 'Complex\\' =>
'Pimple' => array (
array ( 0 => __DIR__ . '/..' . '/markbaker/complex/classes/src',
0 => __DIR__ . '/..' . '/pimple/pimple/src', ),
), 'Carbon\\' =>
'PHPQRCode' => array (
array ( 0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
0 => __DIR__ . '/..' . '/aferrandini/phpqrcode/lib', ),
), 'Alipay\\EasySDK\\' =>
), array (
'H' => 0 => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src',
array ( ),
'HTMLPurifier' => 'AlibabaCloud\\Tea\\FileForm\\' =>
array ( array (
0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library', 0 => __DIR__ . '/..' . '/alibabacloud/tea-fileform/src',
), ),
), 'AlibabaCloud\\Tea\\' =>
); array (
0 => __DIR__ . '/..' . '/alibabacloud/tea/src',
public static $fallbackDirsPsr0 = array ( ),
0 => __DIR__ . '/../..' . '/extend', 'Adbar\\' =>
); array (
0 => __DIR__ . '/..' . '/adbario/php-dot-notation/src',
public static $classMap = array ( ),
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', );
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'JsonException' => __DIR__ . '/..' . '/symfony/polyfill-php73/Resources/stubs/JsonException.php', public static $prefixesPsr0 = array (
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'P' =>
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', array (
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'Pimple' =>
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', array (
); 0 => __DIR__ . '/..' . '/pimple/pimple/src',
),
public static function getInitializer(ClassLoader $loader) 'PHPQRCode' =>
{ array (
return \Closure::bind(function () use ($loader) { 0 => __DIR__ . '/..' . '/aferrandini/phpqrcode/lib',
$loader->prefixLengthsPsr4 = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$prefixLengthsPsr4; ),
$loader->prefixDirsPsr4 = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$prefixDirsPsr4; ),
$loader->prefixesPsr0 = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$prefixesPsr0; 'H' =>
$loader->fallbackDirsPsr0 = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$fallbackDirsPsr0; array (
$loader->classMap = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$classMap; 'HTMLPurifier' =>
array (
}, null, ClassLoader::class); 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library',
} ),
} ),
);
public static $fallbackDirsPsr0 = array (
0 => __DIR__ . '/../..' . '/extend',
);
public static $classMap = array (
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'JsonException' => __DIR__ . '/..' . '/symfony/polyfill-php73/Resources/stubs/JsonException.php',
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInitb17d9cf9df517c3dd2f492a1c933c315::$classMap;
}, null, ClassLoader::class);
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save