diff --git a/crmeb/composer.json b/crmeb/composer.json index fa2ffd992..0f90a969d 100644 --- a/crmeb/composer.json +++ b/crmeb/composer.json @@ -41,8 +41,7 @@ "phpoffice/phpspreadsheet": "^1.12", "godruoyi/php-snowflake": "^1.0", "qcloud_sts/qcloud-sts-sdk": "^3.0", - "guzzlehttp/psr7": "^1.7", - "guzzlehttp/guzzle": "6.5.5", + "guzzlehttp/guzzle": "6.5.8", "alipaysdk/easysdk": "2.0", "lizhichao/word": "^2.1", "alibabacloud/dysmsapi-20170525": "2.0.16", @@ -63,8 +62,10 @@ } }, "config": { + "optimize-autoloader": true, "preferred-install": "dist", - "platform-check": false + "platform-check": false, + "sort-packages": true }, "scripts": { "post-autoload-dump": [ diff --git a/crmeb/composer.lock b/crmeb/composer.lock index 51634f4f5..dd5016dbe 100644 --- a/crmeb/composer.lock +++ b/crmeb/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d5a12373e3f01b9e99002289863830c9", + "content-hash": "9908b9eb7f8cb20458fa0b1759854248", "packages": [ { "name": "adbario/php-dot-notation", @@ -1755,30 +1755,24 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.5.5", + "version": "6.5.8", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", + "guzzlehttp/psr7": "^1.9", "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "symfony/polyfill-intl-idn": "^1.17" }, "require-dev": { "ext-curl": "*", @@ -1795,22 +1789,52 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", @@ -1824,84 +1848,118 @@ "rest", "web service" ], - "time": "2020-06-16T21:01:06+00:00" + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" }, { "name": "guzzlehttp/promises", - "version": "v1.3.1", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], - "time": "2016-12-20T10:07:11+00:00" + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.3" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2023-05-21T12:31:43+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.7.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "shasum": "" }, "require": { "php": ">=5.4.0", @@ -1919,31 +1977,47 @@ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -1958,7 +2032,25 @@ "uri", "url" ], - "time": "2020-09-30T07:37:11+00:00" + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2023-04-17T16:00:37+00:00" }, { "name": "intervention/image", @@ -2938,57 +3030,6 @@ ], "time": "2018-10-17T12:27:27+00:00" }, - { - "name": "paragonie/random_compat", - "version": "v9.99.99", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": "^7" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ], - "time": "2018-07-02T15:55:56+00:00" - }, { "name": "phpoffice/phpspreadsheet", "version": "1.13.0", @@ -3254,16 +3295,16 @@ }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "", "mirrors": [ { @@ -3273,12 +3314,12 @@ ] }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -3306,7 +3347,10 @@ "request", "response" ], - "time": "2016-08-06T14:39:51+00:00" + "support": { + "source": "https://github.com/php-fig/http-message/tree/1.1" + }, + "time": "2023-04-04T09:50:52+00:00" }, { "name": "psr/log", @@ -3575,16 +3619,16 @@ }, { "name": "ralouphie/getallheaders", - "version": "2.0.5", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" + "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "", "mirrors": [ { @@ -3594,11 +3638,11 @@ ] }, "require": { - "php": ">=5.3" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "~3.7.0", - "satooshi/php-coveralls": ">=1.0" + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { @@ -3617,7 +3661,11 @@ } ], "description": "A polyfill for getallheaders.", - "time": "2016-02-11T07:05:27+00:00" + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" }, { "name": "songshenzong/support", @@ -3870,16 +3918,16 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.18.1", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251" + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", "shasum": "", "mirrors": [ { @@ -3889,31 +3937,26 @@ ] }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php70": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3943,20 +3986,37 @@ "portable", "shim" ], - "time": "2020-08-04T06:02:08+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.18.1", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "", "mirrors": [ { @@ -3966,28 +4026,25 @@ ] }, "require": { - "php": ">=5.3.3" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -4016,20 +4073,37 @@ "portable", "shim" ], - "time": "2020-07-14T12:35:20+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.11.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "", "mirrors": [ { @@ -4039,24 +4113,28 @@ ] }, "require": { - "php": ">=5.3.3" + "php": ">=7.2" + }, + "provide": { + "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.11-dev" + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4081,20 +4159,37 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php70", - "version": "v1.11.0", + "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "bc4858fb611bda58719124ca079baff854149c89" + "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89", - "reference": "bc4858fb611bda58719124ca079baff854149c89", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644", + "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644", "shasum": "", "mirrors": [ { @@ -4104,26 +4199,18 @@ ] }, "require": { - "paragonie/random_compat": "~1.0|~2.0|~9.99", - "php": ">=5.3.3" + "php": ">=7.1" }, - "type": "library", + "type": "metapackage", "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + }, "branch-alias": { - "dev-master": "1.11-dev" + "dev-main": "1.20-dev" } }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php70\\": "" - }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -4146,20 +4233,37 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.11.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c" + "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c", - "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", + "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", "shasum": "", "mirrors": [ { @@ -4169,22 +4273,15 @@ ] }, "require": { - "php": ">=5.3.3" + "php": ">=7.2" }, - "type": "library", + "type": "metapackage", "extra": { - "branch-alias": { - "dev-master": "1.11-dev" + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -4207,7 +4304,24 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", @@ -5508,7 +5622,7 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -5518,6 +5632,6 @@ "ext-bcmath": "*", "ext-mbstring": "*" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" } diff --git a/crmeb/crmeb/services/easywechat/Open3rd/AccessToken.php b/crmeb/crmeb/services/easywechat/open3rd/AccessToken.php similarity index 100% rename from crmeb/crmeb/services/easywechat/Open3rd/AccessToken.php rename to crmeb/crmeb/services/easywechat/open3rd/AccessToken.php diff --git a/crmeb/crmeb/services/easywechat/Open3rd/ProgramOpen3rd.php b/crmeb/crmeb/services/easywechat/open3rd/ProgramOpen3rd.php similarity index 100% rename from crmeb/crmeb/services/easywechat/Open3rd/ProgramOpen3rd.php rename to crmeb/crmeb/services/easywechat/open3rd/ProgramOpen3rd.php diff --git a/crmeb/crmeb/services/easywechat/Open3rd/ProgramProvider.php b/crmeb/crmeb/services/easywechat/open3rd/ProgramProvider.php similarity index 97% rename from crmeb/crmeb/services/easywechat/Open3rd/ProgramProvider.php rename to crmeb/crmeb/services/easywechat/open3rd/ProgramProvider.php index f336ed15b..54ab4b6b1 100644 --- a/crmeb/crmeb/services/easywechat/Open3rd/ProgramProvider.php +++ b/crmeb/crmeb/services/easywechat/open3rd/ProgramProvider.php @@ -8,7 +8,7 @@ // +---------------------------------------------------------------------- // | Author: CRMEB Team // +---------------------------------------------------------------------- -namespace crmeb\services\easywechat\Open3rd; +namespace crmeb\services\easywechat\open3rd; use Pimple\Container; use Pimple\ServiceProviderInterface; diff --git a/crmeb/vendor/composer/ClassLoader.php b/crmeb/vendor/composer/ClassLoader.php index a72151c77..7824d8f7e 100644 --- a/crmeb/vendor/composer/ClassLoader.php +++ b/crmeb/vendor/composer/ClassLoader.php @@ -45,35 +45,34 @@ class ClassLoader /** @var \Closure(string):void */ private static $includeFile; - /** @var ?string */ + /** @var string|null */ private $vendorDir; // PSR-4 /** - * @var array[] - * @psalm-var array> + * @var array> */ private $prefixLengthsPsr4 = array(); /** - * @var array[] - * @psalm-var array> + * @var array> */ private $prefixDirsPsr4 = array(); /** - * @var array[] - * @psalm-var array + * @var list */ private $fallbackDirsPsr4 = array(); // PSR-0 /** - * @var array[] - * @psalm-var array> + * List of PSR-0 prefixes + * + * Structured as array('F (first letter)' => array('Foo\Bar (full prefix)' => array('path', 'path2'))) + * + * @var array>> */ private $prefixesPsr0 = array(); /** - * @var array[] - * @psalm-var array + * @var list */ private $fallbackDirsPsr0 = array(); @@ -81,8 +80,7 @@ class ClassLoader private $useIncludePath = false; /** - * @var string[] - * @psalm-var array + * @var array */ private $classMap = array(); @@ -90,21 +88,20 @@ class ClassLoader private $classMapAuthoritative = false; /** - * @var bool[] - * @psalm-var array + * @var array */ private $missingClasses = array(); - /** @var ?string */ + /** @var string|null */ private $apcuPrefix; /** - * @var self[] + * @var array */ private static $registeredLoaders = array(); /** - * @param ?string $vendorDir + * @param string|null $vendorDir */ public function __construct($vendorDir = null) { @@ -113,7 +110,7 @@ public function __construct($vendorDir = null) } /** - * @return string[] + * @return array> */ public function getPrefixes() { @@ -125,8 +122,7 @@ public function getPrefixes() } /** - * @return array[] - * @psalm-return array> + * @return array> */ public function getPrefixesPsr4() { @@ -134,8 +130,7 @@ public function getPrefixesPsr4() } /** - * @return array[] - * @psalm-return array + * @return list */ public function getFallbackDirs() { @@ -143,8 +138,7 @@ public function getFallbackDirs() } /** - * @return array[] - * @psalm-return array + * @return list */ public function getFallbackDirsPsr4() { @@ -152,8 +146,7 @@ public function getFallbackDirsPsr4() } /** - * @return string[] Array of classname => path - * @psalm-return array + * @return array Array of classname => path */ public function getClassMap() { @@ -161,8 +154,7 @@ public function getClassMap() } /** - * @param string[] $classMap Class to filename map - * @psalm-param array $classMap + * @param array $classMap Class to filename map * * @return void */ @@ -179,24 +171,25 @@ public function addClassMap(array $classMap) * Registers a set of PSR-0 directories for a given prefix, either * appending or prepending to the ones previously set for this prefix. * - * @param string $prefix The prefix - * @param string[]|string $paths The PSR-0 root directories - * @param bool $prepend Whether to prepend the directories + * @param string $prefix The prefix + * @param list|string $paths The PSR-0 root directories + * @param bool $prepend Whether to prepend the directories * * @return void */ public function add($prefix, $paths, $prepend = false) { + $paths = (array) $paths; if (!$prefix) { if ($prepend) { $this->fallbackDirsPsr0 = array_merge( - (array) $paths, + $paths, $this->fallbackDirsPsr0 ); } else { $this->fallbackDirsPsr0 = array_merge( $this->fallbackDirsPsr0, - (array) $paths + $paths ); } @@ -205,19 +198,19 @@ public function add($prefix, $paths, $prepend = false) $first = $prefix[0]; if (!isset($this->prefixesPsr0[$first][$prefix])) { - $this->prefixesPsr0[$first][$prefix] = (array) $paths; + $this->prefixesPsr0[$first][$prefix] = $paths; return; } if ($prepend) { $this->prefixesPsr0[$first][$prefix] = array_merge( - (array) $paths, + $paths, $this->prefixesPsr0[$first][$prefix] ); } else { $this->prefixesPsr0[$first][$prefix] = array_merge( $this->prefixesPsr0[$first][$prefix], - (array) $paths + $paths ); } } @@ -226,9 +219,9 @@ public function add($prefix, $paths, $prepend = false) * Registers a set of PSR-4 directories for a given namespace, either * appending or prepending to the ones previously set for this namespace. * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param string[]|string $paths The PSR-4 base directories - * @param bool $prepend Whether to prepend the directories + * @param string $prefix The prefix/namespace, with trailing '\\' + * @param list|string $paths The PSR-4 base directories + * @param bool $prepend Whether to prepend the directories * * @throws \InvalidArgumentException * @@ -236,17 +229,18 @@ public function add($prefix, $paths, $prepend = false) */ public function addPsr4($prefix, $paths, $prepend = false) { + $paths = (array) $paths; if (!$prefix) { // Register directories for the root namespace. if ($prepend) { $this->fallbackDirsPsr4 = array_merge( - (array) $paths, + $paths, $this->fallbackDirsPsr4 ); } else { $this->fallbackDirsPsr4 = array_merge( $this->fallbackDirsPsr4, - (array) $paths + $paths ); } } elseif (!isset($this->prefixDirsPsr4[$prefix])) { @@ -256,18 +250,18 @@ public function addPsr4($prefix, $paths, $prepend = false) throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); } $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = (array) $paths; + $this->prefixDirsPsr4[$prefix] = $paths; } elseif ($prepend) { // Prepend directories for an already registered namespace. $this->prefixDirsPsr4[$prefix] = array_merge( - (array) $paths, + $paths, $this->prefixDirsPsr4[$prefix] ); } else { // Append directories for an already registered namespace. $this->prefixDirsPsr4[$prefix] = array_merge( $this->prefixDirsPsr4[$prefix], - (array) $paths + $paths ); } } @@ -276,8 +270,8 @@ public function addPsr4($prefix, $paths, $prepend = false) * Registers a set of PSR-0 directories for a given prefix, * replacing any others previously set for this prefix. * - * @param string $prefix The prefix - * @param string[]|string $paths The PSR-0 base directories + * @param string $prefix The prefix + * @param list|string $paths The PSR-0 base directories * * @return void */ @@ -294,8 +288,8 @@ public function set($prefix, $paths) * Registers a set of PSR-4 directories for a given namespace, * replacing any others previously set for this namespace. * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param string[]|string $paths The PSR-4 base directories + * @param string $prefix The prefix/namespace, with trailing '\\' + * @param list|string $paths The PSR-4 base directories * * @throws \InvalidArgumentException * @@ -481,9 +475,9 @@ public function findFile($class) } /** - * Returns the currently registered loaders indexed by their corresponding vendor directories. + * Returns the currently registered loaders keyed by their corresponding vendor directories. * - * @return self[] + * @return array */ public static function getRegisteredLoaders() { diff --git a/crmeb/vendor/composer/InstalledVersions.php b/crmeb/vendor/composer/InstalledVersions.php index 51e734a77..6d29bff66 100644 --- a/crmeb/vendor/composer/InstalledVersions.php +++ b/crmeb/vendor/composer/InstalledVersions.php @@ -32,6 +32,11 @@ class InstalledVersions */ private static $installed; + /** + * @var bool + */ + private static $installedIsLocalDir; + /** * @var bool|null */ @@ -309,6 +314,12 @@ public static function reload($data) { self::$installed = $data; self::$installedByVendor = array(); + + // when using reload, we disable the duplicate protection to ensure that self::$installed data is + // always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not, + // so we have to assume it does not, and that may result in duplicate data being returned when listing + // all installed packages for example + self::$installedIsLocalDir = false; } /** @@ -322,19 +333,27 @@ private static function getInstalled() } $installed = array(); + $copiedLocalDir = false; if (self::$canGetVendors) { + $selfDir = strtr(__DIR__, '\\', '/'); foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { + $vendorDir = strtr($vendorDir, '\\', '/'); if (isset(self::$installedByVendor[$vendorDir])) { $installed[] = self::$installedByVendor[$vendorDir]; } elseif (is_file($vendorDir.'/composer/installed.php')) { /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array} $required */ $required = require $vendorDir.'/composer/installed.php'; - $installed[] = self::$installedByVendor[$vendorDir] = $required; - if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) { - self::$installed = $installed[count($installed) - 1]; + self::$installedByVendor[$vendorDir] = $required; + $installed[] = $required; + if (self::$installed === null && $vendorDir.'/composer' === $selfDir) { + self::$installed = $required; + self::$installedIsLocalDir = true; } } + if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) { + $copiedLocalDir = true; + } } } @@ -350,7 +369,7 @@ private static function getInstalled() } } - if (self::$installed !== array()) { + if (self::$installed !== array() && !$copiedLocalDir) { $installed[] = self::$installed; } diff --git a/crmeb/vendor/composer/autoload_classmap.php b/crmeb/vendor/composer/autoload_classmap.php index 4189ec20c..a8663f6b1 100644 --- a/crmeb/vendor/composer/autoload_classmap.php +++ b/crmeb/vendor/composer/autoload_classmap.php @@ -6,19 +6,5212 @@ $baseDir = dirname($vendorDir); return array( - 'ArithmeticError' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php', - 'AssertionError' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/AssertionError.php', + 'Adbar\\Dot' => $vendorDir . '/adbario/php-dot-notation/src/Dot.php', + 'AlibabaCloud\\Credentials\\AccessKeyCredential' => $vendorDir . '/alibabacloud/credentials/src/AccessKeyCredential.php', + 'AlibabaCloud\\Credentials\\BearerTokenCredential' => $vendorDir . '/alibabacloud/credentials/src/BearerTokenCredential.php', + 'AlibabaCloud\\Credentials\\Credential' => $vendorDir . '/alibabacloud/credentials/src/Credential.php', + 'AlibabaCloud\\Credentials\\Credential\\Config' => $vendorDir . '/alibabacloud/credentials/src/Credential/Config.php', + 'AlibabaCloud\\Credentials\\Credentials' => $vendorDir . '/alibabacloud/credentials/src/Credentials.php', + 'AlibabaCloud\\Credentials\\CredentialsInterface' => $vendorDir . '/alibabacloud/credentials/src/CredentialsInterface.php', + 'AlibabaCloud\\Credentials\\EcsRamRoleCredential' => $vendorDir . '/alibabacloud/credentials/src/EcsRamRoleCredential.php', + 'AlibabaCloud\\Credentials\\Filter' => $vendorDir . '/alibabacloud/credentials/src/Filter.php', + 'AlibabaCloud\\Credentials\\Helper' => $vendorDir . '/alibabacloud/credentials/src/Helper.php', + 'AlibabaCloud\\Credentials\\MockTrait' => $vendorDir . '/alibabacloud/credentials/src/MockTrait.php', + 'AlibabaCloud\\Credentials\\Providers\\ChainProvider' => $vendorDir . '/alibabacloud/credentials/src/Providers/ChainProvider.php', + 'AlibabaCloud\\Credentials\\Providers\\EcsRamRoleProvider' => $vendorDir . '/alibabacloud/credentials/src/Providers/EcsRamRoleProvider.php', + 'AlibabaCloud\\Credentials\\Providers\\Provider' => $vendorDir . '/alibabacloud/credentials/src/Providers/Provider.php', + 'AlibabaCloud\\Credentials\\Providers\\RamRoleArnProvider' => $vendorDir . '/alibabacloud/credentials/src/Providers/RamRoleArnProvider.php', + 'AlibabaCloud\\Credentials\\Providers\\RsaKeyPairProvider' => $vendorDir . '/alibabacloud/credentials/src/Providers/RsaKeyPairProvider.php', + 'AlibabaCloud\\Credentials\\RamRoleArnCredential' => $vendorDir . '/alibabacloud/credentials/src/RamRoleArnCredential.php', + 'AlibabaCloud\\Credentials\\Request\\AssumeRole' => $vendorDir . '/alibabacloud/credentials/src/Request/AssumeRole.php', + 'AlibabaCloud\\Credentials\\Request\\GenerateSessionAccessKey' => $vendorDir . '/alibabacloud/credentials/src/Request/GenerateSessionAccessKey.php', + 'AlibabaCloud\\Credentials\\Request\\Request' => $vendorDir . '/alibabacloud/credentials/src/Request/Request.php', + 'AlibabaCloud\\Credentials\\RsaKeyPairCredential' => $vendorDir . '/alibabacloud/credentials/src/RsaKeyPairCredential.php', + 'AlibabaCloud\\Credentials\\Signature\\BearerTokenSignature' => $vendorDir . '/alibabacloud/credentials/src/Signature/BearerTokenSignature.php', + 'AlibabaCloud\\Credentials\\Signature\\ShaHmac1Signature' => $vendorDir . '/alibabacloud/credentials/src/Signature/ShaHmac1Signature.php', + 'AlibabaCloud\\Credentials\\Signature\\ShaHmac256Signature' => $vendorDir . '/alibabacloud/credentials/src/Signature/ShaHmac256Signature.php', + 'AlibabaCloud\\Credentials\\Signature\\ShaHmac256WithRsaSignature' => $vendorDir . '/alibabacloud/credentials/src/Signature/ShaHmac256WithRsaSignature.php', + 'AlibabaCloud\\Credentials\\Signature\\SignatureInterface' => $vendorDir . '/alibabacloud/credentials/src/Signature/SignatureInterface.php', + 'AlibabaCloud\\Credentials\\StsCredential' => $vendorDir . '/alibabacloud/credentials/src/StsCredential.php', + 'AlibabaCloud\\Endpoint\\Endpoint' => $vendorDir . '/alibabacloud/endpoint-util/src/Endpoint.php', + 'AlibabaCloud\\OpenApiUtil\\OpenApiUtilClient' => $vendorDir . '/alibabacloud/openapi-util/src/OpenApiUtilClient.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Dysmsapi' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Dysmsapi.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddShortUrlRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddShortUrlRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddShortUrlResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddShortUrlResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddShortUrlResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddShortUrlResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddShortUrlResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddShortUrlResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsSignRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsSignRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsSignRequest\\signFileList' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsSignRequest/signFileList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsSignResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsSignResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsSignResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsSignResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsTemplateRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsTemplateResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsTemplateResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CheckMobilesCardSupportRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/CheckMobilesCardSupportRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CheckMobilesCardSupportResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/CheckMobilesCardSupportResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CheckMobilesCardSupportResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/CheckMobilesCardSupportResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateShrinkRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateShrinkRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteShortUrlRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteShortUrlRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteShortUrlResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteShortUrlResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteShortUrlResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteShortUrlResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsSignRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsSignRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsSignResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsSignResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsSignResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsSignResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsTemplateRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsTemplateResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsTemplateResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetCardSmsLinkRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetCardSmsLinkRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetCardSmsLinkResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetCardSmsLinkResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetCardSmsLinkResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetCardSmsLinkResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetCardSmsLinkResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetCardSmsLinkResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetMediaResourceIdRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetMediaResourceIdRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetMediaResourceIdResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetMediaResourceIdResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetMediaResourceIdResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetMediaResourceIdResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetMediaResourceIdResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetMediaResourceIdResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetOSSInfoForCardTemplateResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetOSSInfoForCardTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetOSSInfoForCardTemplateResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetOSSInfoForCardTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetOSSInfoForCardTemplateResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/GetOSSInfoForCardTemplateResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesRequest\\tag' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesRequest/tag.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesResponseBody\\tagResources' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesResponseBody/tagResources.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesResponseBody\\tagResources\\tagResource' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesResponseBody/tagResources/tagResource.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsSignRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsSignRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsSignRequest\\signFileList' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsSignRequest/signFileList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsSignResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsSignResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsSignResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsSignResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsTemplateRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsTemplateResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsTemplateResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateReportRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateReportRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateReportResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateReportResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateReportResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateReportResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsResponseBody\\smsSendDetailDTOs' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsResponseBody/smsSendDetailDTOs.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsResponseBody\\smsSendDetailDTOs\\smsSendDetailDTO' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsResponseBody/smsSendDetailDTOs/smsSendDetailDTO.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsResponseBody\\data\\targetList' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsResponseBody/data/targetList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryShortUrlRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryShortUrlRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryShortUrlResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryShortUrlResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryShortUrlResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryShortUrlResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryShortUrlResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QueryShortUrlResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListResponseBody\\smsSignList' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListResponseBody/smsSignList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListResponseBody\\smsSignList\\reason' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListResponseBody/smsSignList/reason.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListResponseBody\\smsTemplateList' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListResponseBody/smsTemplateList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListResponseBody\\smsTemplateList\\reason' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListResponseBody/smsTemplateList/reason.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchCardSmsRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchCardSmsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchCardSmsResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchCardSmsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchCardSmsResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchCardSmsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchCardSmsResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchCardSmsResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchSmsRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchSmsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchSmsResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchSmsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchSmsResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchSmsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsRequest\\cardObjects' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsRequest/cardObjects.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsResponseBody\\data' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendSmsRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendSmsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendSmsResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendSmsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendSmsResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/SendSmsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\TagResourcesRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/TagResourcesRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\TagResourcesRequest\\tag' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/TagResourcesRequest/tag.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\TagResourcesResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/TagResourcesResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\TagResourcesResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/TagResourcesResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\UntagResourcesRequest' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/UntagResourcesRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\UntagResourcesResponse' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/UntagResourcesResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\UntagResourcesResponseBody' => $vendorDir . '/alibabacloud/dysmsapi-20170525/src/Models/UntagResourcesResponseBody.php', + 'AlibabaCloud\\Tea\\Exception\\TeaError' => $vendorDir . '/alibabacloud/tea/src/Exception/TeaError.php', + 'AlibabaCloud\\Tea\\Exception\\TeaRetryError' => $vendorDir . '/alibabacloud/tea/src/Exception/TeaRetryError.php', + 'AlibabaCloud\\Tea\\Exception\\TeaUnableRetryError' => $vendorDir . '/alibabacloud/tea/src/Exception/TeaUnableRetryError.php', + 'AlibabaCloud\\Tea\\FileForm\\FileForm' => $vendorDir . '/alibabacloud/tea-fileform/src/FileForm.php', + 'AlibabaCloud\\Tea\\FileForm\\FileFormStream' => $vendorDir . '/alibabacloud/tea-fileform/src/FileFormStream.php', + 'AlibabaCloud\\Tea\\FileForm\\FileForm\\FileField' => $vendorDir . '/alibabacloud/tea-fileform/src/FileForm/FileField.php', + 'AlibabaCloud\\Tea\\Helper' => $vendorDir . '/alibabacloud/tea/src/Helper.php', + 'AlibabaCloud\\Tea\\Model' => $vendorDir . '/alibabacloud/tea/src/Model.php', + 'AlibabaCloud\\Tea\\Parameter' => $vendorDir . '/alibabacloud/tea/src/Parameter.php', + 'AlibabaCloud\\Tea\\Request' => $vendorDir . '/alibabacloud/tea/src/Request.php', + 'AlibabaCloud\\Tea\\Response' => $vendorDir . '/alibabacloud/tea/src/Response.php', + 'AlibabaCloud\\Tea\\Tea' => $vendorDir . '/alibabacloud/tea/src/Tea.php', + 'AlibabaCloud\\Tea\\Utils\\Utils' => $vendorDir . '/alibabacloud/tea-utils/src/Utils.php', + 'AlibabaCloud\\Tea\\Utils\\Utils\\RuntimeOptions' => $vendorDir . '/alibabacloud/tea-utils/src/Utils/RuntimeOptions.php', + 'AlibabaCloud\\Tea\\XML\\ArrayToXml' => $vendorDir . '/alibabacloud/tea-xml/src/ArrayToXml.php', + 'AlibabaCloud\\Tea\\XML\\XML' => $vendorDir . '/alibabacloud/tea-xml/src/XML.php', + 'Alipay\\EasySDK\\Base\\Image\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Base/Image/Client.php', + 'Alipay\\EasySDK\\Base\\Image\\Models\\AlipayOfflineMaterialImageUploadResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Base/Image/Models/AlipayOfflineMaterialImageUploadResponse.php', + 'Alipay\\EasySDK\\Base\\OAuth\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Base/OAuth/Client.php', + 'Alipay\\EasySDK\\Base\\OAuth\\Models\\AlipaySystemOauthTokenResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Base/OAuth/Models/AlipaySystemOauthTokenResponse.php', + 'Alipay\\EasySDK\\Base\\Qrcode\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Base/Qrcode/Client.php', + 'Alipay\\EasySDK\\Base\\Qrcode\\Models\\AlipayOpenAppQrcodeCreateResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Base/Qrcode/Models/AlipayOpenAppQrcodeCreateResponse.php', + 'Alipay\\EasySDK\\Base\\Video\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Base/Video/Client.php', + 'Alipay\\EasySDK\\Base\\Video\\Models\\AlipayOfflineMaterialImageUploadResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Base/Video/Models/AlipayOfflineMaterialImageUploadResponse.php', + 'Alipay\\EasySDK\\Kernel\\AlipayConstants' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/AlipayConstants.php', + 'Alipay\\EasySDK\\Kernel\\CertEnvironment' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/CertEnvironment.php', + 'Alipay\\EasySDK\\Kernel\\Config' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Config.php', + 'Alipay\\EasySDK\\Kernel\\EasySDKKernel' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/EasySDKKernel.php', + 'Alipay\\EasySDK\\Kernel\\Exceptions\\RuntimeException' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Exceptions/RuntimeException.php', + 'Alipay\\EasySDK\\Kernel\\Factory' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Factory.php', + 'Alipay\\EasySDK\\Kernel\\Util\\AES' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Util/AES.php', + 'Alipay\\EasySDK\\Kernel\\Util\\AlipayEncrypt' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Util/AlipayEncrypt.php', + 'Alipay\\EasySDK\\Kernel\\Util\\AntCertificationUtil' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Util/AntCertificationUtil.php', + 'Alipay\\EasySDK\\Kernel\\Util\\JsonUtil' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Util/JsonUtil.php', + 'Alipay\\EasySDK\\Kernel\\Util\\PageUtil' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Util/PageUtil.php', + 'Alipay\\EasySDK\\Kernel\\Util\\ResponseChecker' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Util/ResponseChecker.php', + 'Alipay\\EasySDK\\Kernel\\Util\\SignContentExtractor' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Util/SignContentExtractor.php', + 'Alipay\\EasySDK\\Kernel\\Util\\Signer' => $vendorDir . '/alipaysdk/easysdk/php/src/Kernel/Util/Signer.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Client.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicLifeMsgRecallResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicLifeMsgRecallResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicMessageContentCreateResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicMessageContentCreateResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicMessageContentModifyResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicMessageContentModifyResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicMessageSingleSendResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicMessageSingleSendResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicMessageTotalSendResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicMessageTotalSendResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicSettingCategoryQueryResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicSettingCategoryQueryResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicTemplateMessageIndustryModifyResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicTemplateMessageIndustryModifyResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Article' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Article.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Context' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Context.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Keyword' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Keyword.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Template' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Template.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Text' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Text.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/Pass/Client.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Models\\AlipayPassInstanceAddResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/Pass/Models/AlipayPassInstanceAddResponse.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Models\\AlipayPassInstanceUpdateResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/Pass/Models/AlipayPassInstanceUpdateResponse.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Models\\AlipayPassTemplateAddResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/Pass/Models/AlipayPassTemplateAddResponse.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Models\\AlipayPassTemplateUpdateResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/Pass/Models/AlipayPassTemplateUpdateResponse.php', + 'Alipay\\EasySDK\\Marketing\\TemplateMessage\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/TemplateMessage/Client.php', + 'Alipay\\EasySDK\\Marketing\\TemplateMessage\\Models\\AlipayOpenAppMiniTemplatemessageSendResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Marketing/TemplateMessage/Models/AlipayOpenAppMiniTemplatemessageSendResponse.php', + 'Alipay\\EasySDK\\Member\\Identification\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Member/Identification/Client.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\AlipayUserCertifyOpenCertifyResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Member/Identification/Models/AlipayUserCertifyOpenCertifyResponse.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\AlipayUserCertifyOpenInitializeResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Member/Identification/Models/AlipayUserCertifyOpenInitializeResponse.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\AlipayUserCertifyOpenQueryResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Member/Identification/Models/AlipayUserCertifyOpenQueryResponse.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\IdentityParam' => $vendorDir . '/alipaysdk/easysdk/php/src/Member/Identification/Models/IdentityParam.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\MerchantConfig' => $vendorDir . '/alipaysdk/easysdk/php/src/Member/Identification/Models/MerchantConfig.php', + 'Alipay\\EasySDK\\Payment\\App\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/App/Client.php', + 'Alipay\\EasySDK\\Payment\\App\\Models\\AlipayTradeAppPayResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/App/Models/AlipayTradeAppPayResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Client.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayDataDataserviceBillDownloadurlQueryResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayDataDataserviceBillDownloadurlQueryResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeCancelResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeCancelResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeCloseResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeCloseResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeCreateResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeCreateResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeFastpayRefundQueryResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeFastpayRefundQueryResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeQueryResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeQueryResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeRefundResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeRefundResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\PresetPayToolInfo' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/PresetPayToolInfo.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\RefundRoyaltyResult' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/RefundRoyaltyResult.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\TradeFundBill' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/TradeFundBill.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\TradeSettleDetail' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/TradeSettleDetail.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\TradeSettleInfo' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Common/Models/TradeSettleInfo.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Client.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Models\\AlipayTradePayResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Models/AlipayTradePayResponse.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Models\\AlipayTradePrecreateResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Models/AlipayTradePrecreateResponse.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Models\\TradeFundBill' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Models/TradeFundBill.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Models\\VoucherDetail' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Models/VoucherDetail.php', + 'Alipay\\EasySDK\\Payment\\Huabei\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Huabei/Client.php', + 'Alipay\\EasySDK\\Payment\\Huabei\\Models\\AlipayTradeCreateResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Huabei/Models/AlipayTradeCreateResponse.php', + 'Alipay\\EasySDK\\Payment\\Huabei\\Models\\HuabeiConfig' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Huabei/Models/HuabeiConfig.php', + 'Alipay\\EasySDK\\Payment\\Page\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Page/Client.php', + 'Alipay\\EasySDK\\Payment\\Page\\Models\\AlipayTradePagePayResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Page/Models/AlipayTradePagePayResponse.php', + 'Alipay\\EasySDK\\Payment\\Wap\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Wap/Client.php', + 'Alipay\\EasySDK\\Payment\\Wap\\Models\\AlipayTradeWapPayResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Payment/Wap/Models/AlipayTradeWapPayResponse.php', + 'Alipay\\EasySDK\\Security\\TextRisk\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Security/TextRisk/Client.php', + 'Alipay\\EasySDK\\Security\\TextRisk\\Models\\AlipaySecurityRiskContentDetectResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Security/TextRisk/Models/AlipaySecurityRiskContentDetectResponse.php', + 'Alipay\\EasySDK\\Util\\AES\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Util/AES/Client.php', + 'Alipay\\EasySDK\\Util\\Generic\\Client' => $vendorDir . '/alipaysdk/easysdk/php/src/Util/Generic/Client.php', + 'Alipay\\EasySDK\\Util\\Generic\\Models\\AlipayOpenApiGenericResponse' => $vendorDir . '/alipaysdk/easysdk/php/src/Util/Generic/Models/AlipayOpenApiGenericResponse.php', + 'Aws\\ACMPCA\\ACMPCAClient' => $vendorDir . '/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php', + 'Aws\\ACMPCA\\Exception\\ACMPCAException' => $vendorDir . '/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php', + 'Aws\\AbstractConfigurationProvider' => $vendorDir . '/aws/aws-sdk-php/src/AbstractConfigurationProvider.php', + 'Aws\\AccessAnalyzer\\AccessAnalyzerClient' => $vendorDir . '/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php', + 'Aws\\AccessAnalyzer\\Exception\\AccessAnalyzerException' => $vendorDir . '/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php', + 'Aws\\Acm\\AcmClient' => $vendorDir . '/aws/aws-sdk-php/src/Acm/AcmClient.php', + 'Aws\\Acm\\Exception\\AcmException' => $vendorDir . '/aws/aws-sdk-php/src/Acm/Exception/AcmException.php', + 'Aws\\AlexaForBusiness\\AlexaForBusinessClient' => $vendorDir . '/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php', + 'Aws\\AlexaForBusiness\\Exception\\AlexaForBusinessException' => $vendorDir . '/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php', + 'Aws\\AmplifyBackend\\AmplifyBackendClient' => $vendorDir . '/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php', + 'Aws\\AmplifyBackend\\Exception\\AmplifyBackendException' => $vendorDir . '/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php', + 'Aws\\Amplify\\AmplifyClient' => $vendorDir . '/aws/aws-sdk-php/src/Amplify/AmplifyClient.php', + 'Aws\\Amplify\\Exception\\AmplifyException' => $vendorDir . '/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php', + 'Aws\\ApiGatewayManagementApi\\ApiGatewayManagementApiClient' => $vendorDir . '/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php', + 'Aws\\ApiGatewayManagementApi\\Exception\\ApiGatewayManagementApiException' => $vendorDir . '/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php', + 'Aws\\ApiGatewayV2\\ApiGatewayV2Client' => $vendorDir . '/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php', + 'Aws\\ApiGatewayV2\\Exception\\ApiGatewayV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php', + 'Aws\\ApiGateway\\ApiGatewayClient' => $vendorDir . '/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php', + 'Aws\\ApiGateway\\Exception\\ApiGatewayException' => $vendorDir . '/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php', + 'Aws\\Api\\AbstractModel' => $vendorDir . '/aws/aws-sdk-php/src/Api/AbstractModel.php', + 'Aws\\Api\\ApiProvider' => $vendorDir . '/aws/aws-sdk-php/src/Api/ApiProvider.php', + 'Aws\\Api\\DateTimeResult' => $vendorDir . '/aws/aws-sdk-php/src/Api/DateTimeResult.php', + 'Aws\\Api\\DocModel' => $vendorDir . '/aws/aws-sdk-php/src/Api/DocModel.php', + 'Aws\\Api\\ErrorParser\\AbstractErrorParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/ErrorParser/AbstractErrorParser.php', + 'Aws\\Api\\ErrorParser\\JsonParserTrait' => $vendorDir . '/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php', + 'Aws\\Api\\ErrorParser\\JsonRpcErrorParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php', + 'Aws\\Api\\ErrorParser\\RestJsonErrorParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php', + 'Aws\\Api\\ErrorParser\\XmlErrorParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php', + 'Aws\\Api\\ListShape' => $vendorDir . '/aws/aws-sdk-php/src/Api/ListShape.php', + 'Aws\\Api\\MapShape' => $vendorDir . '/aws/aws-sdk-php/src/Api/MapShape.php', + 'Aws\\Api\\Operation' => $vendorDir . '/aws/aws-sdk-php/src/Api/Operation.php', + 'Aws\\Api\\Parser\\AbstractParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php', + 'Aws\\Api\\Parser\\AbstractRestParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php', + 'Aws\\Api\\Parser\\Crc32ValidatingParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php', + 'Aws\\Api\\Parser\\DecodingEventStreamIterator' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php', + 'Aws\\Api\\Parser\\EventParsingIterator' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php', + 'Aws\\Api\\Parser\\Exception\\ParserException' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php', + 'Aws\\Api\\Parser\\JsonParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/JsonParser.php', + 'Aws\\Api\\Parser\\JsonRpcParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php', + 'Aws\\Api\\Parser\\MetadataParserTrait' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php', + 'Aws\\Api\\Parser\\PayloadParserTrait' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php', + 'Aws\\Api\\Parser\\QueryParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/QueryParser.php', + 'Aws\\Api\\Parser\\RestJsonParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php', + 'Aws\\Api\\Parser\\RestXmlParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php', + 'Aws\\Api\\Parser\\XmlParser' => $vendorDir . '/aws/aws-sdk-php/src/Api/Parser/XmlParser.php', + 'Aws\\Api\\Serializer\\Ec2ParamBuilder' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php', + 'Aws\\Api\\Serializer\\JsonBody' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php', + 'Aws\\Api\\Serializer\\JsonRpcSerializer' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php', + 'Aws\\Api\\Serializer\\QueryParamBuilder' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php', + 'Aws\\Api\\Serializer\\QuerySerializer' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php', + 'Aws\\Api\\Serializer\\RestJsonSerializer' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php', + 'Aws\\Api\\Serializer\\RestSerializer' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php', + 'Aws\\Api\\Serializer\\RestXmlSerializer' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php', + 'Aws\\Api\\Serializer\\XmlBody' => $vendorDir . '/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php', + 'Aws\\Api\\Service' => $vendorDir . '/aws/aws-sdk-php/src/Api/Service.php', + 'Aws\\Api\\Shape' => $vendorDir . '/aws/aws-sdk-php/src/Api/Shape.php', + 'Aws\\Api\\ShapeMap' => $vendorDir . '/aws/aws-sdk-php/src/Api/ShapeMap.php', + 'Aws\\Api\\StructureShape' => $vendorDir . '/aws/aws-sdk-php/src/Api/StructureShape.php', + 'Aws\\Api\\TimestampShape' => $vendorDir . '/aws/aws-sdk-php/src/Api/TimestampShape.php', + 'Aws\\Api\\Validator' => $vendorDir . '/aws/aws-sdk-php/src/Api/Validator.php', + 'Aws\\AppConfig\\AppConfigClient' => $vendorDir . '/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php', + 'Aws\\AppConfig\\Exception\\AppConfigException' => $vendorDir . '/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php', + 'Aws\\AppIntegrationsService\\AppIntegrationsServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php', + 'Aws\\AppIntegrationsService\\Exception\\AppIntegrationsServiceException' => $vendorDir . '/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php', + 'Aws\\AppMesh\\AppMeshClient' => $vendorDir . '/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php', + 'Aws\\AppMesh\\Exception\\AppMeshException' => $vendorDir . '/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php', + 'Aws\\AppRegistry\\AppRegistryClient' => $vendorDir . '/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php', + 'Aws\\AppRegistry\\Exception\\AppRegistryException' => $vendorDir . '/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php', + 'Aws\\AppSync\\AppSyncClient' => $vendorDir . '/aws/aws-sdk-php/src/AppSync/AppSyncClient.php', + 'Aws\\AppSync\\Exception\\AppSyncException' => $vendorDir . '/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php', + 'Aws\\Appflow\\AppflowClient' => $vendorDir . '/aws/aws-sdk-php/src/Appflow/AppflowClient.php', + 'Aws\\Appflow\\Exception\\AppflowException' => $vendorDir . '/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php', + 'Aws\\ApplicationAutoScaling\\ApplicationAutoScalingClient' => $vendorDir . '/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php', + 'Aws\\ApplicationAutoScaling\\Exception\\ApplicationAutoScalingException' => $vendorDir . '/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php', + 'Aws\\ApplicationDiscoveryService\\ApplicationDiscoveryServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php', + 'Aws\\ApplicationDiscoveryService\\Exception\\ApplicationDiscoveryServiceException' => $vendorDir . '/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php', + 'Aws\\ApplicationInsights\\ApplicationInsightsClient' => $vendorDir . '/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php', + 'Aws\\ApplicationInsights\\Exception\\ApplicationInsightsException' => $vendorDir . '/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php', + 'Aws\\Appstream\\AppstreamClient' => $vendorDir . '/aws/aws-sdk-php/src/Appstream/AppstreamClient.php', + 'Aws\\Appstream\\Exception\\AppstreamException' => $vendorDir . '/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php', + 'Aws\\Arn\\AccessPointArn' => $vendorDir . '/aws/aws-sdk-php/src/Arn/AccessPointArn.php', + 'Aws\\Arn\\AccessPointArnInterface' => $vendorDir . '/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php', + 'Aws\\Arn\\Arn' => $vendorDir . '/aws/aws-sdk-php/src/Arn/Arn.php', + 'Aws\\Arn\\ArnInterface' => $vendorDir . '/aws/aws-sdk-php/src/Arn/ArnInterface.php', + 'Aws\\Arn\\ArnParser' => $vendorDir . '/aws/aws-sdk-php/src/Arn/ArnParser.php', + 'Aws\\Arn\\Exception\\InvalidArnException' => $vendorDir . '/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php', + 'Aws\\Arn\\ResourceTypeAndIdTrait' => $vendorDir . '/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php', + 'Aws\\Arn\\S3\\AccessPointArn' => $vendorDir . '/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php', + 'Aws\\Arn\\S3\\BucketArnInterface' => $vendorDir . '/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php', + 'Aws\\Arn\\S3\\OutpostsAccessPointArn' => $vendorDir . '/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php', + 'Aws\\Arn\\S3\\OutpostsArnInterface' => $vendorDir . '/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php', + 'Aws\\Arn\\S3\\OutpostsBucketArn' => $vendorDir . '/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php', + 'Aws\\Athena\\AthenaClient' => $vendorDir . '/aws/aws-sdk-php/src/Athena/AthenaClient.php', + 'Aws\\Athena\\Exception\\AthenaException' => $vendorDir . '/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php', + 'Aws\\AuditManager\\AuditManagerClient' => $vendorDir . '/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php', + 'Aws\\AuditManager\\Exception\\AuditManagerException' => $vendorDir . '/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php', + 'Aws\\AugmentedAIRuntime\\AugmentedAIRuntimeClient' => $vendorDir . '/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php', + 'Aws\\AugmentedAIRuntime\\Exception\\AugmentedAIRuntimeException' => $vendorDir . '/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php', + 'Aws\\AutoScalingPlans\\AutoScalingPlansClient' => $vendorDir . '/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php', + 'Aws\\AutoScalingPlans\\Exception\\AutoScalingPlansException' => $vendorDir . '/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php', + 'Aws\\AutoScaling\\AutoScalingClient' => $vendorDir . '/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php', + 'Aws\\AutoScaling\\Exception\\AutoScalingException' => $vendorDir . '/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php', + 'Aws\\AwsClient' => $vendorDir . '/aws/aws-sdk-php/src/AwsClient.php', + 'Aws\\AwsClientInterface' => $vendorDir . '/aws/aws-sdk-php/src/AwsClientInterface.php', + 'Aws\\AwsClientTrait' => $vendorDir . '/aws/aws-sdk-php/src/AwsClientTrait.php', + 'Aws\\Backup\\BackupClient' => $vendorDir . '/aws/aws-sdk-php/src/Backup/BackupClient.php', + 'Aws\\Backup\\Exception\\BackupException' => $vendorDir . '/aws/aws-sdk-php/src/Backup/Exception/BackupException.php', + 'Aws\\Batch\\BatchClient' => $vendorDir . '/aws/aws-sdk-php/src/Batch/BatchClient.php', + 'Aws\\Batch\\Exception\\BatchException' => $vendorDir . '/aws/aws-sdk-php/src/Batch/Exception/BatchException.php', + 'Aws\\Braket\\BraketClient' => $vendorDir . '/aws/aws-sdk-php/src/Braket/BraketClient.php', + 'Aws\\Braket\\Exception\\BraketException' => $vendorDir . '/aws/aws-sdk-php/src/Braket/Exception/BraketException.php', + 'Aws\\Budgets\\BudgetsClient' => $vendorDir . '/aws/aws-sdk-php/src/Budgets/BudgetsClient.php', + 'Aws\\Budgets\\Exception\\BudgetsException' => $vendorDir . '/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php', + 'Aws\\CacheInterface' => $vendorDir . '/aws/aws-sdk-php/src/CacheInterface.php', + 'Aws\\Chime\\ChimeClient' => $vendorDir . '/aws/aws-sdk-php/src/Chime/ChimeClient.php', + 'Aws\\Chime\\Exception\\ChimeException' => $vendorDir . '/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php', + 'Aws\\ClientResolver' => $vendorDir . '/aws/aws-sdk-php/src/ClientResolver.php', + 'Aws\\ClientSideMonitoring\\AbstractMonitoringMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php', + 'Aws\\ClientSideMonitoring\\ApiCallAttemptMonitoringMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php', + 'Aws\\ClientSideMonitoring\\ApiCallMonitoringMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php', + 'Aws\\ClientSideMonitoring\\Configuration' => $vendorDir . '/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php', + 'Aws\\ClientSideMonitoring\\ConfigurationInterface' => $vendorDir . '/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php', + 'Aws\\ClientSideMonitoring\\ConfigurationProvider' => $vendorDir . '/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php', + 'Aws\\ClientSideMonitoring\\Exception\\ConfigurationException' => $vendorDir . '/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php', + 'Aws\\ClientSideMonitoring\\MonitoringMiddlewareInterface' => $vendorDir . '/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php', + 'Aws\\Cloud9\\Cloud9Client' => $vendorDir . '/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php', + 'Aws\\Cloud9\\Exception\\Cloud9Exception' => $vendorDir . '/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php', + 'Aws\\CloudDirectory\\CloudDirectoryClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php', + 'Aws\\CloudDirectory\\Exception\\CloudDirectoryException' => $vendorDir . '/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php', + 'Aws\\CloudFormation\\CloudFormationClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php', + 'Aws\\CloudFormation\\Exception\\CloudFormationException' => $vendorDir . '/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php', + 'Aws\\CloudFront\\CloudFrontClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php', + 'Aws\\CloudFront\\CookieSigner' => $vendorDir . '/aws/aws-sdk-php/src/CloudFront/CookieSigner.php', + 'Aws\\CloudFront\\Exception\\CloudFrontException' => $vendorDir . '/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php', + 'Aws\\CloudFront\\Signer' => $vendorDir . '/aws/aws-sdk-php/src/CloudFront/Signer.php', + 'Aws\\CloudFront\\UrlSigner' => $vendorDir . '/aws/aws-sdk-php/src/CloudFront/UrlSigner.php', + 'Aws\\CloudHSMV2\\CloudHSMV2Client' => $vendorDir . '/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php', + 'Aws\\CloudHSMV2\\Exception\\CloudHSMV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php', + 'Aws\\CloudHsm\\CloudHsmClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php', + 'Aws\\CloudHsm\\Exception\\CloudHsmException' => $vendorDir . '/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php', + 'Aws\\CloudSearchDomain\\CloudSearchDomainClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php', + 'Aws\\CloudSearchDomain\\Exception\\CloudSearchDomainException' => $vendorDir . '/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php', + 'Aws\\CloudSearch\\CloudSearchClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php', + 'Aws\\CloudSearch\\Exception\\CloudSearchException' => $vendorDir . '/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php', + 'Aws\\CloudTrail\\CloudTrailClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php', + 'Aws\\CloudTrail\\Exception\\CloudTrailException' => $vendorDir . '/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php', + 'Aws\\CloudTrail\\LogFileIterator' => $vendorDir . '/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php', + 'Aws\\CloudTrail\\LogFileReader' => $vendorDir . '/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php', + 'Aws\\CloudTrail\\LogRecordIterator' => $vendorDir . '/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php', + 'Aws\\CloudWatchEvents\\CloudWatchEventsClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php', + 'Aws\\CloudWatchEvents\\Exception\\CloudWatchEventsException' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php', + 'Aws\\CloudWatchLogs\\CloudWatchLogsClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php', + 'Aws\\CloudWatchLogs\\Exception\\CloudWatchLogsException' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php', + 'Aws\\CloudWatch\\CloudWatchClient' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php', + 'Aws\\CloudWatch\\Exception\\CloudWatchException' => $vendorDir . '/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php', + 'Aws\\CodeArtifact\\CodeArtifactClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php', + 'Aws\\CodeArtifact\\Exception\\CodeArtifactException' => $vendorDir . '/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php', + 'Aws\\CodeBuild\\CodeBuildClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php', + 'Aws\\CodeBuild\\Exception\\CodeBuildException' => $vendorDir . '/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php', + 'Aws\\CodeCommit\\CodeCommitClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php', + 'Aws\\CodeCommit\\Exception\\CodeCommitException' => $vendorDir . '/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php', + 'Aws\\CodeDeploy\\CodeDeployClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php', + 'Aws\\CodeDeploy\\Exception\\CodeDeployException' => $vendorDir . '/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php', + 'Aws\\CodeGuruProfiler\\CodeGuruProfilerClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php', + 'Aws\\CodeGuruProfiler\\Exception\\CodeGuruProfilerException' => $vendorDir . '/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php', + 'Aws\\CodeGuruReviewer\\CodeGuruReviewerClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php', + 'Aws\\CodeGuruReviewer\\Exception\\CodeGuruReviewerException' => $vendorDir . '/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php', + 'Aws\\CodePipeline\\CodePipelineClient' => $vendorDir . '/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php', + 'Aws\\CodePipeline\\Exception\\CodePipelineException' => $vendorDir . '/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php', + 'Aws\\CodeStarNotifications\\CodeStarNotificationsClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php', + 'Aws\\CodeStarNotifications\\Exception\\CodeStarNotificationsException' => $vendorDir . '/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php', + 'Aws\\CodeStar\\CodeStarClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php', + 'Aws\\CodeStar\\Exception\\CodeStarException' => $vendorDir . '/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php', + 'Aws\\CodeStarconnections\\CodeStarconnectionsClient' => $vendorDir . '/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php', + 'Aws\\CodeStarconnections\\Exception\\CodeStarconnectionsException' => $vendorDir . '/aws/aws-sdk-php/src/CodeStarconnections/Exception/CodeStarconnectionsException.php', + 'Aws\\CognitoIdentityProvider\\CognitoIdentityProviderClient' => $vendorDir . '/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php', + 'Aws\\CognitoIdentityProvider\\Exception\\CognitoIdentityProviderException' => $vendorDir . '/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php', + 'Aws\\CognitoIdentity\\CognitoIdentityClient' => $vendorDir . '/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php', + 'Aws\\CognitoIdentity\\CognitoIdentityProvider' => $vendorDir . '/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php', + 'Aws\\CognitoIdentity\\Exception\\CognitoIdentityException' => $vendorDir . '/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php', + 'Aws\\CognitoSync\\CognitoSyncClient' => $vendorDir . '/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php', + 'Aws\\CognitoSync\\Exception\\CognitoSyncException' => $vendorDir . '/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php', + 'Aws\\Command' => $vendorDir . '/aws/aws-sdk-php/src/Command.php', + 'Aws\\CommandInterface' => $vendorDir . '/aws/aws-sdk-php/src/CommandInterface.php', + 'Aws\\CommandPool' => $vendorDir . '/aws/aws-sdk-php/src/CommandPool.php', + 'Aws\\ComprehendMedical\\ComprehendMedicalClient' => $vendorDir . '/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php', + 'Aws\\ComprehendMedical\\Exception\\ComprehendMedicalException' => $vendorDir . '/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php', + 'Aws\\Comprehend\\ComprehendClient' => $vendorDir . '/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php', + 'Aws\\Comprehend\\Exception\\ComprehendException' => $vendorDir . '/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php', + 'Aws\\ComputeOptimizer\\ComputeOptimizerClient' => $vendorDir . '/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php', + 'Aws\\ComputeOptimizer\\Exception\\ComputeOptimizerException' => $vendorDir . '/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php', + 'Aws\\ConfigService\\ConfigServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php', + 'Aws\\ConfigService\\Exception\\ConfigServiceException' => $vendorDir . '/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php', + 'Aws\\ConfigurationProviderInterface' => $vendorDir . '/aws/aws-sdk-php/src/ConfigurationProviderInterface.php', + 'Aws\\ConnectContactLens\\ConnectContactLensClient' => $vendorDir . '/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php', + 'Aws\\ConnectContactLens\\Exception\\ConnectContactLensException' => $vendorDir . '/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php', + 'Aws\\ConnectParticipant\\ConnectParticipantClient' => $vendorDir . '/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php', + 'Aws\\ConnectParticipant\\Exception\\ConnectParticipantException' => $vendorDir . '/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php', + 'Aws\\Connect\\ConnectClient' => $vendorDir . '/aws/aws-sdk-php/src/Connect/ConnectClient.php', + 'Aws\\Connect\\Exception\\ConnectException' => $vendorDir . '/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php', + 'Aws\\CostExplorer\\CostExplorerClient' => $vendorDir . '/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php', + 'Aws\\CostExplorer\\Exception\\CostExplorerException' => $vendorDir . '/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php', + 'Aws\\CostandUsageReportService\\CostandUsageReportServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php', + 'Aws\\CostandUsageReportService\\Exception\\CostandUsageReportServiceException' => $vendorDir . '/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php', + 'Aws\\Credentials\\AssumeRoleCredentialProvider' => $vendorDir . '/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php', + 'Aws\\Credentials\\AssumeRoleWithWebIdentityCredentialProvider' => $vendorDir . '/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php', + 'Aws\\Credentials\\CredentialProvider' => $vendorDir . '/aws/aws-sdk-php/src/Credentials/CredentialProvider.php', + 'Aws\\Credentials\\Credentials' => $vendorDir . '/aws/aws-sdk-php/src/Credentials/Credentials.php', + 'Aws\\Credentials\\CredentialsInterface' => $vendorDir . '/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php', + 'Aws\\Credentials\\EcsCredentialProvider' => $vendorDir . '/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php', + 'Aws\\Credentials\\InstanceProfileProvider' => $vendorDir . '/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php', + 'Aws\\Crypto\\AbstractCryptoClient' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php', + 'Aws\\Crypto\\AbstractCryptoClientV2' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/AbstractCryptoClientV2.php', + 'Aws\\Crypto\\AesDecryptingStream' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php', + 'Aws\\Crypto\\AesEncryptingStream' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/AesEncryptingStream.php', + 'Aws\\Crypto\\AesGcmDecryptingStream' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/AesGcmDecryptingStream.php', + 'Aws\\Crypto\\AesGcmEncryptingStream' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php', + 'Aws\\Crypto\\AesStreamInterface' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php', + 'Aws\\Crypto\\AesStreamInterfaceV2' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/AesStreamInterfaceV2.php', + 'Aws\\Crypto\\Cipher\\Cbc' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php', + 'Aws\\Crypto\\Cipher\\CipherBuilderTrait' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php', + 'Aws\\Crypto\\Cipher\\CipherMethod' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php', + 'Aws\\Crypto\\DecryptionTrait' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php', + 'Aws\\Crypto\\DecryptionTraitV2' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/DecryptionTraitV2.php', + 'Aws\\Crypto\\EncryptionTrait' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php', + 'Aws\\Crypto\\EncryptionTraitV2' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/EncryptionTraitV2.php', + 'Aws\\Crypto\\KmsMaterialsProvider' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php', + 'Aws\\Crypto\\KmsMaterialsProviderV2' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/KmsMaterialsProviderV2.php', + 'Aws\\Crypto\\MaterialsProvider' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php', + 'Aws\\Crypto\\MaterialsProviderInterface' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterface.php', + 'Aws\\Crypto\\MaterialsProviderInterfaceV2' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php', + 'Aws\\Crypto\\MaterialsProviderV2' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php', + 'Aws\\Crypto\\MetadataEnvelope' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php', + 'Aws\\Crypto\\MetadataStrategyInterface' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php', + 'Aws\\Crypto\\Polyfill\\AesGcm' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php', + 'Aws\\Crypto\\Polyfill\\ByteArray' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php', + 'Aws\\Crypto\\Polyfill\\Gmac' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php', + 'Aws\\Crypto\\Polyfill\\Key' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php', + 'Aws\\Crypto\\Polyfill\\NeedsTrait' => $vendorDir . '/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php', + 'Aws\\CustomerProfiles\\CustomerProfilesClient' => $vendorDir . '/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php', + 'Aws\\CustomerProfiles\\Exception\\CustomerProfilesException' => $vendorDir . '/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php', + 'Aws\\DAX\\DAXClient' => $vendorDir . '/aws/aws-sdk-php/src/DAX/DAXClient.php', + 'Aws\\DAX\\Exception\\DAXException' => $vendorDir . '/aws/aws-sdk-php/src/DAX/Exception/DAXException.php', + 'Aws\\DLM\\DLMClient' => $vendorDir . '/aws/aws-sdk-php/src/DLM/DLMClient.php', + 'Aws\\DLM\\Exception\\DLMException' => $vendorDir . '/aws/aws-sdk-php/src/DLM/Exception/DLMException.php', + 'Aws\\DataExchange\\DataExchangeClient' => $vendorDir . '/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php', + 'Aws\\DataExchange\\Exception\\DataExchangeException' => $vendorDir . '/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php', + 'Aws\\DataPipeline\\DataPipelineClient' => $vendorDir . '/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php', + 'Aws\\DataPipeline\\Exception\\DataPipelineException' => $vendorDir . '/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php', + 'Aws\\DataSync\\DataSyncClient' => $vendorDir . '/aws/aws-sdk-php/src/DataSync/DataSyncClient.php', + 'Aws\\DataSync\\Exception\\DataSyncException' => $vendorDir . '/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php', + 'Aws\\DatabaseMigrationService\\DatabaseMigrationServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php', + 'Aws\\DatabaseMigrationService\\Exception\\DatabaseMigrationServiceException' => $vendorDir . '/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php', + 'Aws\\Detective\\DetectiveClient' => $vendorDir . '/aws/aws-sdk-php/src/Detective/DetectiveClient.php', + 'Aws\\Detective\\Exception\\DetectiveException' => $vendorDir . '/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php', + 'Aws\\DevOpsGuru\\DevOpsGuruClient' => $vendorDir . '/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php', + 'Aws\\DevOpsGuru\\Exception\\DevOpsGuruException' => $vendorDir . '/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php', + 'Aws\\DeviceFarm\\DeviceFarmClient' => $vendorDir . '/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php', + 'Aws\\DeviceFarm\\Exception\\DeviceFarmException' => $vendorDir . '/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php', + 'Aws\\DirectConnect\\DirectConnectClient' => $vendorDir . '/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php', + 'Aws\\DirectConnect\\Exception\\DirectConnectException' => $vendorDir . '/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php', + 'Aws\\DirectoryService\\DirectoryServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php', + 'Aws\\DirectoryService\\Exception\\DirectoryServiceException' => $vendorDir . '/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php', + 'Aws\\DocDB\\DocDBClient' => $vendorDir . '/aws/aws-sdk-php/src/DocDB/DocDBClient.php', + 'Aws\\DocDB\\Exception\\DocDBException' => $vendorDir . '/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php', + 'Aws\\DoctrineCacheAdapter' => $vendorDir . '/aws/aws-sdk-php/src/DoctrineCacheAdapter.php', + 'Aws\\DynamoDbStreams\\DynamoDbStreamsClient' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php', + 'Aws\\DynamoDbStreams\\Exception\\DynamoDbStreamsException' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php', + 'Aws\\DynamoDb\\BinaryValue' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php', + 'Aws\\DynamoDb\\DynamoDbClient' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php', + 'Aws\\DynamoDb\\Exception\\DynamoDbException' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php', + 'Aws\\DynamoDb\\LockingSessionConnection' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php', + 'Aws\\DynamoDb\\Marshaler' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/Marshaler.php', + 'Aws\\DynamoDb\\NumberValue' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/NumberValue.php', + 'Aws\\DynamoDb\\SessionConnectionConfigTrait' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php', + 'Aws\\DynamoDb\\SessionConnectionInterface' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php', + 'Aws\\DynamoDb\\SessionHandler' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php', + 'Aws\\DynamoDb\\SetValue' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/SetValue.php', + 'Aws\\DynamoDb\\StandardSessionConnection' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php', + 'Aws\\DynamoDb\\WriteRequestBatch' => $vendorDir . '/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php', + 'Aws\\EBS\\EBSClient' => $vendorDir . '/aws/aws-sdk-php/src/EBS/EBSClient.php', + 'Aws\\EBS\\Exception\\EBSException' => $vendorDir . '/aws/aws-sdk-php/src/EBS/Exception/EBSException.php', + 'Aws\\EC2InstanceConnect\\EC2InstanceConnectClient' => $vendorDir . '/aws/aws-sdk-php/src/EC2InstanceConnect/EC2InstanceConnectClient.php', + 'Aws\\EC2InstanceConnect\\Exception\\EC2InstanceConnectException' => $vendorDir . '/aws/aws-sdk-php/src/EC2InstanceConnect/Exception/EC2InstanceConnectException.php', + 'Aws\\ECRPublic\\ECRPublicClient' => $vendorDir . '/aws/aws-sdk-php/src/ECRPublic/ECRPublicClient.php', + 'Aws\\ECRPublic\\Exception\\ECRPublicException' => $vendorDir . '/aws/aws-sdk-php/src/ECRPublic/Exception/ECRPublicException.php', + 'Aws\\EKS\\EKSClient' => $vendorDir . '/aws/aws-sdk-php/src/EKS/EKSClient.php', + 'Aws\\EKS\\Exception\\EKSException' => $vendorDir . '/aws/aws-sdk-php/src/EKS/Exception/EKSException.php', + 'Aws\\EMRContainers\\EMRContainersClient' => $vendorDir . '/aws/aws-sdk-php/src/EMRContainers/EMRContainersClient.php', + 'Aws\\EMRContainers\\Exception\\EMRContainersException' => $vendorDir . '/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php', + 'Aws\\Ec2\\Ec2Client' => $vendorDir . '/aws/aws-sdk-php/src/Ec2/Ec2Client.php', + 'Aws\\Ec2\\Exception\\Ec2Exception' => $vendorDir . '/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php', + 'Aws\\Ecr\\EcrClient' => $vendorDir . '/aws/aws-sdk-php/src/Ecr/EcrClient.php', + 'Aws\\Ecr\\Exception\\EcrException' => $vendorDir . '/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php', + 'Aws\\Ecs\\EcsClient' => $vendorDir . '/aws/aws-sdk-php/src/Ecs/EcsClient.php', + 'Aws\\Ecs\\Exception\\EcsException' => $vendorDir . '/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php', + 'Aws\\Efs\\EfsClient' => $vendorDir . '/aws/aws-sdk-php/src/Efs/EfsClient.php', + 'Aws\\Efs\\Exception\\EfsException' => $vendorDir . '/aws/aws-sdk-php/src/Efs/Exception/EfsException.php', + 'Aws\\ElastiCache\\ElastiCacheClient' => $vendorDir . '/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php', + 'Aws\\ElastiCache\\Exception\\ElastiCacheException' => $vendorDir . '/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php', + 'Aws\\ElasticBeanstalk\\ElasticBeanstalkClient' => $vendorDir . '/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php', + 'Aws\\ElasticBeanstalk\\Exception\\ElasticBeanstalkException' => $vendorDir . '/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php', + 'Aws\\ElasticInference\\ElasticInferenceClient' => $vendorDir . '/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php', + 'Aws\\ElasticInference\\Exception\\ElasticInferenceException' => $vendorDir . '/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php', + 'Aws\\ElasticLoadBalancingV2\\ElasticLoadBalancingV2Client' => $vendorDir . '/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php', + 'Aws\\ElasticLoadBalancingV2\\Exception\\ElasticLoadBalancingV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php', + 'Aws\\ElasticLoadBalancing\\ElasticLoadBalancingClient' => $vendorDir . '/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php', + 'Aws\\ElasticLoadBalancing\\Exception\\ElasticLoadBalancingException' => $vendorDir . '/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php', + 'Aws\\ElasticTranscoder\\ElasticTranscoderClient' => $vendorDir . '/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php', + 'Aws\\ElasticTranscoder\\Exception\\ElasticTranscoderException' => $vendorDir . '/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php', + 'Aws\\ElasticsearchService\\ElasticsearchServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php', + 'Aws\\ElasticsearchService\\Exception\\ElasticsearchServiceException' => $vendorDir . '/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php', + 'Aws\\Emr\\EmrClient' => $vendorDir . '/aws/aws-sdk-php/src/Emr/EmrClient.php', + 'Aws\\Emr\\Exception\\EmrException' => $vendorDir . '/aws/aws-sdk-php/src/Emr/Exception/EmrException.php', + 'Aws\\EndpointDiscovery\\Configuration' => $vendorDir . '/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php', + 'Aws\\EndpointDiscovery\\ConfigurationInterface' => $vendorDir . '/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php', + 'Aws\\EndpointDiscovery\\ConfigurationProvider' => $vendorDir . '/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php', + 'Aws\\EndpointDiscovery\\EndpointDiscoveryMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php', + 'Aws\\EndpointDiscovery\\EndpointList' => $vendorDir . '/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php', + 'Aws\\EndpointDiscovery\\Exception\\ConfigurationException' => $vendorDir . '/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php', + 'Aws\\EndpointParameterMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/EndpointParameterMiddleware.php', + 'Aws\\Endpoint\\EndpointProvider' => $vendorDir . '/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php', + 'Aws\\Endpoint\\Partition' => $vendorDir . '/aws/aws-sdk-php/src/Endpoint/Partition.php', + 'Aws\\Endpoint\\PartitionEndpointProvider' => $vendorDir . '/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php', + 'Aws\\Endpoint\\PartitionInterface' => $vendorDir . '/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php', + 'Aws\\Endpoint\\PatternEndpointProvider' => $vendorDir . '/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php', + 'Aws\\EventBridge\\EventBridgeClient' => $vendorDir . '/aws/aws-sdk-php/src/EventBridge/EventBridgeClient.php', + 'Aws\\EventBridge\\Exception\\EventBridgeException' => $vendorDir . '/aws/aws-sdk-php/src/EventBridge/Exception/EventBridgeException.php', + 'Aws\\Exception\\AwsException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/AwsException.php', + 'Aws\\Exception\\CouldNotCreateChecksumException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php', + 'Aws\\Exception\\CredentialsException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/CredentialsException.php', + 'Aws\\Exception\\CryptoException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/CryptoException.php', + 'Aws\\Exception\\CryptoPolyfillException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/CryptoPolyfillException.php', + 'Aws\\Exception\\EventStreamDataException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/EventStreamDataException.php', + 'Aws\\Exception\\IncalculablePayloadException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php', + 'Aws\\Exception\\InvalidJsonException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/InvalidJsonException.php', + 'Aws\\Exception\\InvalidRegionException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/InvalidRegionException.php', + 'Aws\\Exception\\MultipartUploadException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/MultipartUploadException.php', + 'Aws\\Exception\\UnresolvedApiException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php', + 'Aws\\Exception\\UnresolvedEndpointException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php', + 'Aws\\Exception\\UnresolvedSignatureException' => $vendorDir . '/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php', + 'Aws\\FMS\\Exception\\FMSException' => $vendorDir . '/aws/aws-sdk-php/src/FMS/Exception/FMSException.php', + 'Aws\\FMS\\FMSClient' => $vendorDir . '/aws/aws-sdk-php/src/FMS/FMSClient.php', + 'Aws\\FSx\\Exception\\FSxException' => $vendorDir . '/aws/aws-sdk-php/src/FSx/Exception/FSxException.php', + 'Aws\\FSx\\FSxClient' => $vendorDir . '/aws/aws-sdk-php/src/FSx/FSxClient.php', + 'Aws\\Firehose\\Exception\\FirehoseException' => $vendorDir . '/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php', + 'Aws\\Firehose\\FirehoseClient' => $vendorDir . '/aws/aws-sdk-php/src/Firehose/FirehoseClient.php', + 'Aws\\ForecastQueryService\\Exception\\ForecastQueryServiceException' => $vendorDir . '/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php', + 'Aws\\ForecastQueryService\\ForecastQueryServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php', + 'Aws\\ForecastService\\Exception\\ForecastServiceException' => $vendorDir . '/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php', + 'Aws\\ForecastService\\ForecastServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php', + 'Aws\\FraudDetector\\Exception\\FraudDetectorException' => $vendorDir . '/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php', + 'Aws\\FraudDetector\\FraudDetectorClient' => $vendorDir . '/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php', + 'Aws\\GameLift\\Exception\\GameLiftException' => $vendorDir . '/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php', + 'Aws\\GameLift\\GameLiftClient' => $vendorDir . '/aws/aws-sdk-php/src/GameLift/GameLiftClient.php', + 'Aws\\Glacier\\Exception\\GlacierException' => $vendorDir . '/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php', + 'Aws\\Glacier\\GlacierClient' => $vendorDir . '/aws/aws-sdk-php/src/Glacier/GlacierClient.php', + 'Aws\\Glacier\\MultipartUploader' => $vendorDir . '/aws/aws-sdk-php/src/Glacier/MultipartUploader.php', + 'Aws\\Glacier\\TreeHash' => $vendorDir . '/aws/aws-sdk-php/src/Glacier/TreeHash.php', + 'Aws\\GlobalAccelerator\\Exception\\GlobalAcceleratorException' => $vendorDir . '/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php', + 'Aws\\GlobalAccelerator\\GlobalAcceleratorClient' => $vendorDir . '/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php', + 'Aws\\GlueDataBrew\\Exception\\GlueDataBrewException' => $vendorDir . '/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php', + 'Aws\\GlueDataBrew\\GlueDataBrewClient' => $vendorDir . '/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php', + 'Aws\\Glue\\Exception\\GlueException' => $vendorDir . '/aws/aws-sdk-php/src/Glue/Exception/GlueException.php', + 'Aws\\Glue\\GlueClient' => $vendorDir . '/aws/aws-sdk-php/src/Glue/GlueClient.php', + 'Aws\\GreengrassV2\\Exception\\GreengrassV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php', + 'Aws\\GreengrassV2\\GreengrassV2Client' => $vendorDir . '/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php', + 'Aws\\Greengrass\\Exception\\GreengrassException' => $vendorDir . '/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php', + 'Aws\\Greengrass\\GreengrassClient' => $vendorDir . '/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php', + 'Aws\\GroundStation\\Exception\\GroundStationException' => $vendorDir . '/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php', + 'Aws\\GroundStation\\GroundStationClient' => $vendorDir . '/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php', + 'Aws\\GuardDuty\\Exception\\GuardDutyException' => $vendorDir . '/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php', + 'Aws\\GuardDuty\\GuardDutyClient' => $vendorDir . '/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php', + 'Aws\\HandlerList' => $vendorDir . '/aws/aws-sdk-php/src/HandlerList.php', + 'Aws\\Handler\\GuzzleV5\\GuzzleHandler' => $vendorDir . '/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php', + 'Aws\\Handler\\GuzzleV5\\GuzzleStream' => $vendorDir . '/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php', + 'Aws\\Handler\\GuzzleV5\\PsrStream' => $vendorDir . '/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php', + 'Aws\\Handler\\GuzzleV6\\GuzzleHandler' => $vendorDir . '/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php', + 'Aws\\HasDataTrait' => $vendorDir . '/aws/aws-sdk-php/src/HasDataTrait.php', + 'Aws\\HasMonitoringEventsTrait' => $vendorDir . '/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php', + 'Aws\\HashInterface' => $vendorDir . '/aws/aws-sdk-php/src/HashInterface.php', + 'Aws\\HashingStream' => $vendorDir . '/aws/aws-sdk-php/src/HashingStream.php', + 'Aws\\HealthLake\\Exception\\HealthLakeException' => $vendorDir . '/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php', + 'Aws\\HealthLake\\HealthLakeClient' => $vendorDir . '/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php', + 'Aws\\Health\\Exception\\HealthException' => $vendorDir . '/aws/aws-sdk-php/src/Health/Exception/HealthException.php', + 'Aws\\Health\\HealthClient' => $vendorDir . '/aws/aws-sdk-php/src/Health/HealthClient.php', + 'Aws\\History' => $vendorDir . '/aws/aws-sdk-php/src/History.php', + 'Aws\\Honeycode\\Exception\\HoneycodeException' => $vendorDir . '/aws/aws-sdk-php/src/Honeycode/Exception/HoneycodeException.php', + 'Aws\\Honeycode\\HoneycodeClient' => $vendorDir . '/aws/aws-sdk-php/src/Honeycode/HoneycodeClient.php', + 'Aws\\IVS\\Exception\\IVSException' => $vendorDir . '/aws/aws-sdk-php/src/IVS/Exception/IVSException.php', + 'Aws\\IVS\\IVSClient' => $vendorDir . '/aws/aws-sdk-php/src/IVS/IVSClient.php', + 'Aws\\Iam\\Exception\\IamException' => $vendorDir . '/aws/aws-sdk-php/src/Iam/Exception/IamException.php', + 'Aws\\Iam\\IamClient' => $vendorDir . '/aws/aws-sdk-php/src/Iam/IamClient.php', + 'Aws\\IdempotencyTokenMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php', + 'Aws\\IdentityStore\\Exception\\IdentityStoreException' => $vendorDir . '/aws/aws-sdk-php/src/IdentityStore/Exception/IdentityStoreException.php', + 'Aws\\IdentityStore\\IdentityStoreClient' => $vendorDir . '/aws/aws-sdk-php/src/IdentityStore/IdentityStoreClient.php', + 'Aws\\ImportExport\\Exception\\ImportExportException' => $vendorDir . '/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php', + 'Aws\\ImportExport\\ImportExportClient' => $vendorDir . '/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php', + 'Aws\\InputValidationMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/InputValidationMiddleware.php', + 'Aws\\Inspector\\Exception\\InspectorException' => $vendorDir . '/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php', + 'Aws\\Inspector\\InspectorClient' => $vendorDir . '/aws/aws-sdk-php/src/Inspector/InspectorClient.php', + 'Aws\\IoT1ClickDevicesService\\Exception\\IoT1ClickDevicesServiceException' => $vendorDir . '/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php', + 'Aws\\IoT1ClickDevicesService\\IoT1ClickDevicesServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php', + 'Aws\\IoT1ClickProjects\\Exception\\IoT1ClickProjectsException' => $vendorDir . '/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php', + 'Aws\\IoT1ClickProjects\\IoT1ClickProjectsClient' => $vendorDir . '/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php', + 'Aws\\IoTAnalytics\\Exception\\IoTAnalyticsException' => $vendorDir . '/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php', + 'Aws\\IoTAnalytics\\IoTAnalyticsClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php', + 'Aws\\IoTDeviceAdvisor\\Exception\\IoTDeviceAdvisorException' => $vendorDir . '/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php', + 'Aws\\IoTDeviceAdvisor\\IoTDeviceAdvisorClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php', + 'Aws\\IoTEventsData\\Exception\\IoTEventsDataException' => $vendorDir . '/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php', + 'Aws\\IoTEventsData\\IoTEventsDataClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php', + 'Aws\\IoTEvents\\Exception\\IoTEventsException' => $vendorDir . '/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php', + 'Aws\\IoTEvents\\IoTEventsClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php', + 'Aws\\IoTFleetHub\\Exception\\IoTFleetHubException' => $vendorDir . '/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php', + 'Aws\\IoTFleetHub\\IoTFleetHubClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php', + 'Aws\\IoTJobsDataPlane\\Exception\\IoTJobsDataPlaneException' => $vendorDir . '/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php', + 'Aws\\IoTJobsDataPlane\\IoTJobsDataPlaneClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php', + 'Aws\\IoTSecureTunneling\\Exception\\IoTSecureTunnelingException' => $vendorDir . '/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php', + 'Aws\\IoTSecureTunneling\\IoTSecureTunnelingClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php', + 'Aws\\IoTSiteWise\\Exception\\IoTSiteWiseException' => $vendorDir . '/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php', + 'Aws\\IoTSiteWise\\IoTSiteWiseClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php', + 'Aws\\IoTThingsGraph\\Exception\\IoTThingsGraphException' => $vendorDir . '/aws/aws-sdk-php/src/IoTThingsGraph/Exception/IoTThingsGraphException.php', + 'Aws\\IoTThingsGraph\\IoTThingsGraphClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php', + 'Aws\\IoTWireless\\Exception\\IoTWirelessException' => $vendorDir . '/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php', + 'Aws\\IoTWireless\\IoTWirelessClient' => $vendorDir . '/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php', + 'Aws\\IotDataPlane\\Exception\\IotDataPlaneException' => $vendorDir . '/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php', + 'Aws\\IotDataPlane\\IotDataPlaneClient' => $vendorDir . '/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php', + 'Aws\\Iot\\Exception\\IotException' => $vendorDir . '/aws/aws-sdk-php/src/Iot/Exception/IotException.php', + 'Aws\\Iot\\IotClient' => $vendorDir . '/aws/aws-sdk-php/src/Iot/IotClient.php', + 'Aws\\JsonCompiler' => $vendorDir . '/aws/aws-sdk-php/src/JsonCompiler.php', + 'Aws\\Kafka\\Exception\\KafkaException' => $vendorDir . '/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php', + 'Aws\\Kafka\\KafkaClient' => $vendorDir . '/aws/aws-sdk-php/src/Kafka/KafkaClient.php', + 'Aws\\KinesisAnalyticsV2\\Exception\\KinesisAnalyticsV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php', + 'Aws\\KinesisAnalyticsV2\\KinesisAnalyticsV2Client' => $vendorDir . '/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php', + 'Aws\\KinesisAnalytics\\Exception\\KinesisAnalyticsException' => $vendorDir . '/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php', + 'Aws\\KinesisAnalytics\\KinesisAnalyticsClient' => $vendorDir . '/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php', + 'Aws\\KinesisVideoArchivedMedia\\Exception\\KinesisVideoArchivedMediaException' => $vendorDir . '/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php', + 'Aws\\KinesisVideoArchivedMedia\\KinesisVideoArchivedMediaClient' => $vendorDir . '/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php', + 'Aws\\KinesisVideoMedia\\Exception\\KinesisVideoMediaException' => $vendorDir . '/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php', + 'Aws\\KinesisVideoMedia\\KinesisVideoMediaClient' => $vendorDir . '/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php', + 'Aws\\KinesisVideoSignalingChannels\\Exception\\KinesisVideoSignalingChannelsException' => $vendorDir . '/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php', + 'Aws\\KinesisVideoSignalingChannels\\KinesisVideoSignalingChannelsClient' => $vendorDir . '/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php', + 'Aws\\KinesisVideo\\Exception\\KinesisVideoException' => $vendorDir . '/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php', + 'Aws\\KinesisVideo\\KinesisVideoClient' => $vendorDir . '/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php', + 'Aws\\Kinesis\\Exception\\KinesisException' => $vendorDir . '/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php', + 'Aws\\Kinesis\\KinesisClient' => $vendorDir . '/aws/aws-sdk-php/src/Kinesis/KinesisClient.php', + 'Aws\\Kms\\Exception\\KmsException' => $vendorDir . '/aws/aws-sdk-php/src/Kms/Exception/KmsException.php', + 'Aws\\Kms\\KmsClient' => $vendorDir . '/aws/aws-sdk-php/src/Kms/KmsClient.php', + 'Aws\\LakeFormation\\Exception\\LakeFormationException' => $vendorDir . '/aws/aws-sdk-php/src/LakeFormation/Exception/LakeFormationException.php', + 'Aws\\LakeFormation\\LakeFormationClient' => $vendorDir . '/aws/aws-sdk-php/src/LakeFormation/LakeFormationClient.php', + 'Aws\\Lambda\\Exception\\LambdaException' => $vendorDir . '/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php', + 'Aws\\Lambda\\LambdaClient' => $vendorDir . '/aws/aws-sdk-php/src/Lambda/LambdaClient.php', + 'Aws\\LexModelBuildingService\\Exception\\LexModelBuildingServiceException' => $vendorDir . '/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php', + 'Aws\\LexModelBuildingService\\LexModelBuildingServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php', + 'Aws\\LexModelsV2\\Exception\\LexModelsV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/LexModelsV2/Exception/LexModelsV2Exception.php', + 'Aws\\LexModelsV2\\LexModelsV2Client' => $vendorDir . '/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php', + 'Aws\\LexRuntimeService\\Exception\\LexRuntimeServiceException' => $vendorDir . '/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php', + 'Aws\\LexRuntimeService\\LexRuntimeServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php', + 'Aws\\LexRuntimeV2\\Exception\\LexRuntimeV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/LexRuntimeV2/Exception/LexRuntimeV2Exception.php', + 'Aws\\LexRuntimeV2\\LexRuntimeV2Client' => $vendorDir . '/aws/aws-sdk-php/src/LexRuntimeV2/LexRuntimeV2Client.php', + 'Aws\\LicenseManager\\Exception\\LicenseManagerException' => $vendorDir . '/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php', + 'Aws\\LicenseManager\\LicenseManagerClient' => $vendorDir . '/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php', + 'Aws\\Lightsail\\Exception\\LightsailException' => $vendorDir . '/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php', + 'Aws\\Lightsail\\LightsailClient' => $vendorDir . '/aws/aws-sdk-php/src/Lightsail/LightsailClient.php', + 'Aws\\LocationService\\Exception\\LocationServiceException' => $vendorDir . '/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php', + 'Aws\\LocationService\\LocationServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php', + 'Aws\\LookoutforVision\\Exception\\LookoutforVisionException' => $vendorDir . '/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php', + 'Aws\\LookoutforVision\\LookoutforVisionClient' => $vendorDir . '/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php', + 'Aws\\LruArrayCache' => $vendorDir . '/aws/aws-sdk-php/src/LruArrayCache.php', + 'Aws\\MQ\\Exception\\MQException' => $vendorDir . '/aws/aws-sdk-php/src/MQ/Exception/MQException.php', + 'Aws\\MQ\\MQClient' => $vendorDir . '/aws/aws-sdk-php/src/MQ/MQClient.php', + 'Aws\\MTurk\\Exception\\MTurkException' => $vendorDir . '/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php', + 'Aws\\MTurk\\MTurkClient' => $vendorDir . '/aws/aws-sdk-php/src/MTurk/MTurkClient.php', + 'Aws\\MWAA\\Exception\\MWAAException' => $vendorDir . '/aws/aws-sdk-php/src/MWAA/Exception/MWAAException.php', + 'Aws\\MWAA\\MWAAClient' => $vendorDir . '/aws/aws-sdk-php/src/MWAA/MWAAClient.php', + 'Aws\\MachineLearning\\Exception\\MachineLearningException' => $vendorDir . '/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php', + 'Aws\\MachineLearning\\MachineLearningClient' => $vendorDir . '/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php', + 'Aws\\Macie2\\Exception\\Macie2Exception' => $vendorDir . '/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php', + 'Aws\\Macie2\\Macie2Client' => $vendorDir . '/aws/aws-sdk-php/src/Macie2/Macie2Client.php', + 'Aws\\Macie\\Exception\\MacieException' => $vendorDir . '/aws/aws-sdk-php/src/Macie/Exception/MacieException.php', + 'Aws\\Macie\\MacieClient' => $vendorDir . '/aws/aws-sdk-php/src/Macie/MacieClient.php', + 'Aws\\ManagedBlockchain\\Exception\\ManagedBlockchainException' => $vendorDir . '/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php', + 'Aws\\ManagedBlockchain\\ManagedBlockchainClient' => $vendorDir . '/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php', + 'Aws\\MarketplaceCatalog\\Exception\\MarketplaceCatalogException' => $vendorDir . '/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php', + 'Aws\\MarketplaceCatalog\\MarketplaceCatalogClient' => $vendorDir . '/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php', + 'Aws\\MarketplaceCommerceAnalytics\\Exception\\MarketplaceCommerceAnalyticsException' => $vendorDir . '/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php', + 'Aws\\MarketplaceCommerceAnalytics\\MarketplaceCommerceAnalyticsClient' => $vendorDir . '/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php', + 'Aws\\MarketplaceEntitlementService\\Exception\\MarketplaceEntitlementServiceException' => $vendorDir . '/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php', + 'Aws\\MarketplaceEntitlementService\\MarketplaceEntitlementServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php', + 'Aws\\MarketplaceMetering\\Exception\\MarketplaceMeteringException' => $vendorDir . '/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php', + 'Aws\\MarketplaceMetering\\MarketplaceMeteringClient' => $vendorDir . '/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php', + 'Aws\\MediaConnect\\Exception\\MediaConnectException' => $vendorDir . '/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php', + 'Aws\\MediaConnect\\MediaConnectClient' => $vendorDir . '/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php', + 'Aws\\MediaConvert\\Exception\\MediaConvertException' => $vendorDir . '/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php', + 'Aws\\MediaConvert\\MediaConvertClient' => $vendorDir . '/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php', + 'Aws\\MediaLive\\Exception\\MediaLiveException' => $vendorDir . '/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php', + 'Aws\\MediaLive\\MediaLiveClient' => $vendorDir . '/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php', + 'Aws\\MediaPackageVod\\Exception\\MediaPackageVodException' => $vendorDir . '/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php', + 'Aws\\MediaPackageVod\\MediaPackageVodClient' => $vendorDir . '/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php', + 'Aws\\MediaPackage\\Exception\\MediaPackageException' => $vendorDir . '/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php', + 'Aws\\MediaPackage\\MediaPackageClient' => $vendorDir . '/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php', + 'Aws\\MediaStoreData\\Exception\\MediaStoreDataException' => $vendorDir . '/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php', + 'Aws\\MediaStoreData\\MediaStoreDataClient' => $vendorDir . '/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php', + 'Aws\\MediaStore\\Exception\\MediaStoreException' => $vendorDir . '/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php', + 'Aws\\MediaStore\\MediaStoreClient' => $vendorDir . '/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php', + 'Aws\\MediaTailor\\Exception\\MediaTailorException' => $vendorDir . '/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php', + 'Aws\\MediaTailor\\MediaTailorClient' => $vendorDir . '/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php', + 'Aws\\Middleware' => $vendorDir . '/aws/aws-sdk-php/src/Middleware.php', + 'Aws\\MigrationHubConfig\\Exception\\MigrationHubConfigException' => $vendorDir . '/aws/aws-sdk-php/src/MigrationHubConfig/Exception/MigrationHubConfigException.php', + 'Aws\\MigrationHubConfig\\MigrationHubConfigClient' => $vendorDir . '/aws/aws-sdk-php/src/MigrationHubConfig/MigrationHubConfigClient.php', + 'Aws\\MigrationHub\\Exception\\MigrationHubException' => $vendorDir . '/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php', + 'Aws\\MigrationHub\\MigrationHubClient' => $vendorDir . '/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php', + 'Aws\\Mobile\\Exception\\MobileException' => $vendorDir . '/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php', + 'Aws\\Mobile\\MobileClient' => $vendorDir . '/aws/aws-sdk-php/src/Mobile/MobileClient.php', + 'Aws\\MockHandler' => $vendorDir . '/aws/aws-sdk-php/src/MockHandler.php', + 'Aws\\MonitoringEventsInterface' => $vendorDir . '/aws/aws-sdk-php/src/MonitoringEventsInterface.php', + 'Aws\\MultiRegionClient' => $vendorDir . '/aws/aws-sdk-php/src/MultiRegionClient.php', + 'Aws\\Multipart\\AbstractUploadManager' => $vendorDir . '/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php', + 'Aws\\Multipart\\AbstractUploader' => $vendorDir . '/aws/aws-sdk-php/src/Multipart/AbstractUploader.php', + 'Aws\\Multipart\\UploadState' => $vendorDir . '/aws/aws-sdk-php/src/Multipart/UploadState.php', + 'Aws\\Neptune\\Exception\\NeptuneException' => $vendorDir . '/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php', + 'Aws\\Neptune\\NeptuneClient' => $vendorDir . '/aws/aws-sdk-php/src/Neptune/NeptuneClient.php', + 'Aws\\NetworkFirewall\\Exception\\NetworkFirewallException' => $vendorDir . '/aws/aws-sdk-php/src/NetworkFirewall/Exception/NetworkFirewallException.php', + 'Aws\\NetworkFirewall\\NetworkFirewallClient' => $vendorDir . '/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php', + 'Aws\\NetworkManager\\Exception\\NetworkManagerException' => $vendorDir . '/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php', + 'Aws\\NetworkManager\\NetworkManagerClient' => $vendorDir . '/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php', + 'Aws\\OpsWorksCM\\Exception\\OpsWorksCMException' => $vendorDir . '/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php', + 'Aws\\OpsWorksCM\\OpsWorksCMClient' => $vendorDir . '/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php', + 'Aws\\OpsWorks\\Exception\\OpsWorksException' => $vendorDir . '/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php', + 'Aws\\OpsWorks\\OpsWorksClient' => $vendorDir . '/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php', + 'Aws\\Organizations\\Exception\\OrganizationsException' => $vendorDir . '/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php', + 'Aws\\Organizations\\OrganizationsClient' => $vendorDir . '/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php', + 'Aws\\Outposts\\Exception\\OutpostsException' => $vendorDir . '/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php', + 'Aws\\Outposts\\OutpostsClient' => $vendorDir . '/aws/aws-sdk-php/src/Outposts/OutpostsClient.php', + 'Aws\\PI\\Exception\\PIException' => $vendorDir . '/aws/aws-sdk-php/src/PI/Exception/PIException.php', + 'Aws\\PI\\PIClient' => $vendorDir . '/aws/aws-sdk-php/src/PI/PIClient.php', + 'Aws\\PersonalizeEvents\\Exception\\PersonalizeEventsException' => $vendorDir . '/aws/aws-sdk-php/src/PersonalizeEvents/Exception/PersonalizeEventsException.php', + 'Aws\\PersonalizeEvents\\PersonalizeEventsClient' => $vendorDir . '/aws/aws-sdk-php/src/PersonalizeEvents/PersonalizeEventsClient.php', + 'Aws\\PersonalizeRuntime\\Exception\\PersonalizeRuntimeException' => $vendorDir . '/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php', + 'Aws\\PersonalizeRuntime\\PersonalizeRuntimeClient' => $vendorDir . '/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php', + 'Aws\\Personalize\\Exception\\PersonalizeException' => $vendorDir . '/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php', + 'Aws\\Personalize\\PersonalizeClient' => $vendorDir . '/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php', + 'Aws\\PhpHash' => $vendorDir . '/aws/aws-sdk-php/src/PhpHash.php', + 'Aws\\PinpointEmail\\Exception\\PinpointEmailException' => $vendorDir . '/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php', + 'Aws\\PinpointEmail\\PinpointEmailClient' => $vendorDir . '/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php', + 'Aws\\PinpointSMSVoice\\Exception\\PinpointSMSVoiceException' => $vendorDir . '/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php', + 'Aws\\PinpointSMSVoice\\PinpointSMSVoiceClient' => $vendorDir . '/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php', + 'Aws\\Pinpoint\\Exception\\PinpointException' => $vendorDir . '/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php', + 'Aws\\Pinpoint\\PinpointClient' => $vendorDir . '/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php', + 'Aws\\Polly\\Exception\\PollyException' => $vendorDir . '/aws/aws-sdk-php/src/Polly/Exception/PollyException.php', + 'Aws\\Polly\\PollyClient' => $vendorDir . '/aws/aws-sdk-php/src/Polly/PollyClient.php', + 'Aws\\PresignUrlMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/PresignUrlMiddleware.php', + 'Aws\\Pricing\\Exception\\PricingException' => $vendorDir . '/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php', + 'Aws\\Pricing\\PricingClient' => $vendorDir . '/aws/aws-sdk-php/src/Pricing/PricingClient.php', + 'Aws\\PrometheusService\\Exception\\PrometheusServiceException' => $vendorDir . '/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php', + 'Aws\\PrometheusService\\PrometheusServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php', + 'Aws\\Psr16CacheAdapter' => $vendorDir . '/aws/aws-sdk-php/src/Psr16CacheAdapter.php', + 'Aws\\PsrCacheAdapter' => $vendorDir . '/aws/aws-sdk-php/src/PsrCacheAdapter.php', + 'Aws\\QLDBSession\\Exception\\QLDBSessionException' => $vendorDir . '/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php', + 'Aws\\QLDBSession\\QLDBSessionClient' => $vendorDir . '/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php', + 'Aws\\QLDB\\Exception\\QLDBException' => $vendorDir . '/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php', + 'Aws\\QLDB\\QLDBClient' => $vendorDir . '/aws/aws-sdk-php/src/QLDB/QLDBClient.php', + 'Aws\\QuickSight\\Exception\\QuickSightException' => $vendorDir . '/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php', + 'Aws\\QuickSight\\QuickSightClient' => $vendorDir . '/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php', + 'Aws\\RAM\\Exception\\RAMException' => $vendorDir . '/aws/aws-sdk-php/src/RAM/Exception/RAMException.php', + 'Aws\\RAM\\RAMClient' => $vendorDir . '/aws/aws-sdk-php/src/RAM/RAMClient.php', + 'Aws\\RDSDataService\\Exception\\RDSDataServiceException' => $vendorDir . '/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php', + 'Aws\\RDSDataService\\RDSDataServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php', + 'Aws\\Rds\\AuthTokenGenerator' => $vendorDir . '/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php', + 'Aws\\Rds\\Exception\\RdsException' => $vendorDir . '/aws/aws-sdk-php/src/Rds/Exception/RdsException.php', + 'Aws\\Rds\\RdsClient' => $vendorDir . '/aws/aws-sdk-php/src/Rds/RdsClient.php', + 'Aws\\RedshiftDataAPIService\\Exception\\RedshiftDataAPIServiceException' => $vendorDir . '/aws/aws-sdk-php/src/RedshiftDataAPIService/Exception/RedshiftDataAPIServiceException.php', + 'Aws\\RedshiftDataAPIService\\RedshiftDataAPIServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/RedshiftDataAPIService/RedshiftDataAPIServiceClient.php', + 'Aws\\Redshift\\Exception\\RedshiftException' => $vendorDir . '/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php', + 'Aws\\Redshift\\RedshiftClient' => $vendorDir . '/aws/aws-sdk-php/src/Redshift/RedshiftClient.php', + 'Aws\\Rekognition\\Exception\\RekognitionException' => $vendorDir . '/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php', + 'Aws\\Rekognition\\RekognitionClient' => $vendorDir . '/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php', + 'Aws\\ResourceGroupsTaggingAPI\\Exception\\ResourceGroupsTaggingAPIException' => $vendorDir . '/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php', + 'Aws\\ResourceGroupsTaggingAPI\\ResourceGroupsTaggingAPIClient' => $vendorDir . '/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php', + 'Aws\\ResourceGroups\\Exception\\ResourceGroupsException' => $vendorDir . '/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php', + 'Aws\\ResourceGroups\\ResourceGroupsClient' => $vendorDir . '/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php', + 'Aws\\ResponseContainerInterface' => $vendorDir . '/aws/aws-sdk-php/src/ResponseContainerInterface.php', + 'Aws\\Result' => $vendorDir . '/aws/aws-sdk-php/src/Result.php', + 'Aws\\ResultInterface' => $vendorDir . '/aws/aws-sdk-php/src/ResultInterface.php', + 'Aws\\ResultPaginator' => $vendorDir . '/aws/aws-sdk-php/src/ResultPaginator.php', + 'Aws\\RetryMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/RetryMiddleware.php', + 'Aws\\RetryMiddlewareV2' => $vendorDir . '/aws/aws-sdk-php/src/RetryMiddlewareV2.php', + 'Aws\\Retry\\Configuration' => $vendorDir . '/aws/aws-sdk-php/src/Retry/Configuration.php', + 'Aws\\Retry\\ConfigurationInterface' => $vendorDir . '/aws/aws-sdk-php/src/Retry/ConfigurationInterface.php', + 'Aws\\Retry\\ConfigurationProvider' => $vendorDir . '/aws/aws-sdk-php/src/Retry/ConfigurationProvider.php', + 'Aws\\Retry\\Exception\\ConfigurationException' => $vendorDir . '/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php', + 'Aws\\Retry\\QuotaManager' => $vendorDir . '/aws/aws-sdk-php/src/Retry/QuotaManager.php', + 'Aws\\Retry\\RateLimiter' => $vendorDir . '/aws/aws-sdk-php/src/Retry/RateLimiter.php', + 'Aws\\Retry\\RetryHelperTrait' => $vendorDir . '/aws/aws-sdk-php/src/Retry/RetryHelperTrait.php', + 'Aws\\RoboMaker\\Exception\\RoboMakerException' => $vendorDir . '/aws/aws-sdk-php/src/RoboMaker/Exception/RoboMakerException.php', + 'Aws\\RoboMaker\\RoboMakerClient' => $vendorDir . '/aws/aws-sdk-php/src/RoboMaker/RoboMakerClient.php', + 'Aws\\Route53Domains\\Exception\\Route53DomainsException' => $vendorDir . '/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php', + 'Aws\\Route53Domains\\Route53DomainsClient' => $vendorDir . '/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php', + 'Aws\\Route53Resolver\\Exception\\Route53ResolverException' => $vendorDir . '/aws/aws-sdk-php/src/Route53Resolver/Exception/Route53ResolverException.php', + 'Aws\\Route53Resolver\\Route53ResolverClient' => $vendorDir . '/aws/aws-sdk-php/src/Route53Resolver/Route53ResolverClient.php', + 'Aws\\Route53\\Exception\\Route53Exception' => $vendorDir . '/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php', + 'Aws\\Route53\\Route53Client' => $vendorDir . '/aws/aws-sdk-php/src/Route53/Route53Client.php', + 'Aws\\S3Control\\EndpointArnMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php', + 'Aws\\S3Control\\Exception\\S3ControlException' => $vendorDir . '/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php', + 'Aws\\S3Control\\S3ControlClient' => $vendorDir . '/aws/aws-sdk-php/src/S3Control/S3ControlClient.php', + 'Aws\\S3Control\\S3ControlEndpointMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3Control/S3ControlEndpointMiddleware.php', + 'Aws\\S3Outposts\\Exception\\S3OutpostsException' => $vendorDir . '/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php', + 'Aws\\S3Outposts\\S3OutpostsClient' => $vendorDir . '/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php', + 'Aws\\S3\\AmbiguousSuccessParser' => $vendorDir . '/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php', + 'Aws\\S3\\ApplyChecksumMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php', + 'Aws\\S3\\BatchDelete' => $vendorDir . '/aws/aws-sdk-php/src/S3/BatchDelete.php', + 'Aws\\S3\\BucketEndpointArnMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3/BucketEndpointArnMiddleware.php', + 'Aws\\S3\\BucketEndpointMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php', + 'Aws\\S3\\Crypto\\CryptoParamsTrait' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php', + 'Aws\\S3\\Crypto\\CryptoParamsTraitV2' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTraitV2.php', + 'Aws\\S3\\Crypto\\HeadersMetadataStrategy' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/HeadersMetadataStrategy.php', + 'Aws\\S3\\Crypto\\InstructionFileMetadataStrategy' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php', + 'Aws\\S3\\Crypto\\S3EncryptionClient' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php', + 'Aws\\S3\\Crypto\\S3EncryptionClientV2' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClientV2.php', + 'Aws\\S3\\Crypto\\S3EncryptionMultipartUploader' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php', + 'Aws\\S3\\Crypto\\S3EncryptionMultipartUploaderV2' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploaderV2.php', + 'Aws\\S3\\Crypto\\UserAgentTrait' => $vendorDir . '/aws/aws-sdk-php/src/S3/Crypto/UserAgentTrait.php', + 'Aws\\S3\\EndpointRegionHelperTrait' => $vendorDir . '/aws/aws-sdk-php/src/S3/EndpointRegionHelperTrait.php', + 'Aws\\S3\\Exception\\DeleteMultipleObjectsException' => $vendorDir . '/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php', + 'Aws\\S3\\Exception\\PermanentRedirectException' => $vendorDir . '/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php', + 'Aws\\S3\\Exception\\S3Exception' => $vendorDir . '/aws/aws-sdk-php/src/S3/Exception/S3Exception.php', + 'Aws\\S3\\Exception\\S3MultipartUploadException' => $vendorDir . '/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php', + 'Aws\\S3\\GetBucketLocationParser' => $vendorDir . '/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php', + 'Aws\\S3\\MultipartCopy' => $vendorDir . '/aws/aws-sdk-php/src/S3/MultipartCopy.php', + 'Aws\\S3\\MultipartUploader' => $vendorDir . '/aws/aws-sdk-php/src/S3/MultipartUploader.php', + 'Aws\\S3\\MultipartUploadingTrait' => $vendorDir . '/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php', + 'Aws\\S3\\ObjectCopier' => $vendorDir . '/aws/aws-sdk-php/src/S3/ObjectCopier.php', + 'Aws\\S3\\ObjectUploader' => $vendorDir . '/aws/aws-sdk-php/src/S3/ObjectUploader.php', + 'Aws\\S3\\PermanentRedirectMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php', + 'Aws\\S3\\PostObject' => $vendorDir . '/aws/aws-sdk-php/src/S3/PostObject.php', + 'Aws\\S3\\PostObjectV4' => $vendorDir . '/aws/aws-sdk-php/src/S3/PostObjectV4.php', + 'Aws\\S3\\PutObjectUrlMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php', + 'Aws\\S3\\RegionalEndpoint\\Configuration' => $vendorDir . '/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php', + 'Aws\\S3\\RegionalEndpoint\\ConfigurationInterface' => $vendorDir . '/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationInterface.php', + 'Aws\\S3\\RegionalEndpoint\\ConfigurationProvider' => $vendorDir . '/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationProvider.php', + 'Aws\\S3\\RegionalEndpoint\\Exception\\ConfigurationException' => $vendorDir . '/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php', + 'Aws\\S3\\RetryableMalformedResponseParser' => $vendorDir . '/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php', + 'Aws\\S3\\S3Client' => $vendorDir . '/aws/aws-sdk-php/src/S3/S3Client.php', + 'Aws\\S3\\S3ClientInterface' => $vendorDir . '/aws/aws-sdk-php/src/S3/S3ClientInterface.php', + 'Aws\\S3\\S3ClientTrait' => $vendorDir . '/aws/aws-sdk-php/src/S3/S3ClientTrait.php', + 'Aws\\S3\\S3EndpointMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php', + 'Aws\\S3\\S3MultiRegionClient' => $vendorDir . '/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php', + 'Aws\\S3\\S3UriParser' => $vendorDir . '/aws/aws-sdk-php/src/S3/S3UriParser.php', + 'Aws\\S3\\SSECMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/S3/SSECMiddleware.php', + 'Aws\\S3\\StreamWrapper' => $vendorDir . '/aws/aws-sdk-php/src/S3/StreamWrapper.php', + 'Aws\\S3\\Transfer' => $vendorDir . '/aws/aws-sdk-php/src/S3/Transfer.php', + 'Aws\\S3\\UseArnRegion\\Configuration' => $vendorDir . '/aws/aws-sdk-php/src/S3/UseArnRegion/Configuration.php', + 'Aws\\S3\\UseArnRegion\\ConfigurationInterface' => $vendorDir . '/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php', + 'Aws\\S3\\UseArnRegion\\ConfigurationProvider' => $vendorDir . '/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php', + 'Aws\\S3\\UseArnRegion\\Exception\\ConfigurationException' => $vendorDir . '/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php', + 'Aws\\SSOAdmin\\Exception\\SSOAdminException' => $vendorDir . '/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php', + 'Aws\\SSOAdmin\\SSOAdminClient' => $vendorDir . '/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php', + 'Aws\\SSOOIDC\\Exception\\SSOOIDCException' => $vendorDir . '/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php', + 'Aws\\SSOOIDC\\SSOOIDCClient' => $vendorDir . '/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php', + 'Aws\\SSO\\Exception\\SSOException' => $vendorDir . '/aws/aws-sdk-php/src/SSO/Exception/SSOException.php', + 'Aws\\SSO\\SSOClient' => $vendorDir . '/aws/aws-sdk-php/src/SSO/SSOClient.php', + 'Aws\\SageMakerFeatureStoreRuntime\\Exception\\SageMakerFeatureStoreRuntimeException' => $vendorDir . '/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/Exception/SageMakerFeatureStoreRuntimeException.php', + 'Aws\\SageMakerFeatureStoreRuntime\\SageMakerFeatureStoreRuntimeClient' => $vendorDir . '/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.php', + 'Aws\\SageMakerRuntime\\Exception\\SageMakerRuntimeException' => $vendorDir . '/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php', + 'Aws\\SageMakerRuntime\\SageMakerRuntimeClient' => $vendorDir . '/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php', + 'Aws\\SageMaker\\Exception\\SageMakerException' => $vendorDir . '/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php', + 'Aws\\SageMaker\\SageMakerClient' => $vendorDir . '/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php', + 'Aws\\SagemakerEdgeManager\\Exception\\SagemakerEdgeManagerException' => $vendorDir . '/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php', + 'Aws\\SagemakerEdgeManager\\SagemakerEdgeManagerClient' => $vendorDir . '/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php', + 'Aws\\SavingsPlans\\Exception\\SavingsPlansException' => $vendorDir . '/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php', + 'Aws\\SavingsPlans\\SavingsPlansClient' => $vendorDir . '/aws/aws-sdk-php/src/SavingsPlans/SavingsPlansClient.php', + 'Aws\\Schemas\\Exception\\SchemasException' => $vendorDir . '/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php', + 'Aws\\Schemas\\SchemasClient' => $vendorDir . '/aws/aws-sdk-php/src/Schemas/SchemasClient.php', + 'Aws\\Sdk' => $vendorDir . '/aws/aws-sdk-php/src/Sdk.php', + 'Aws\\SecretsManager\\Exception\\SecretsManagerException' => $vendorDir . '/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php', + 'Aws\\SecretsManager\\SecretsManagerClient' => $vendorDir . '/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php', + 'Aws\\SecurityHub\\Exception\\SecurityHubException' => $vendorDir . '/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php', + 'Aws\\SecurityHub\\SecurityHubClient' => $vendorDir . '/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php', + 'Aws\\ServerlessApplicationRepository\\Exception\\ServerlessApplicationRepositoryException' => $vendorDir . '/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php', + 'Aws\\ServerlessApplicationRepository\\ServerlessApplicationRepositoryClient' => $vendorDir . '/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php', + 'Aws\\ServiceCatalog\\Exception\\ServiceCatalogException' => $vendorDir . '/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php', + 'Aws\\ServiceCatalog\\ServiceCatalogClient' => $vendorDir . '/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php', + 'Aws\\ServiceDiscovery\\Exception\\ServiceDiscoveryException' => $vendorDir . '/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php', + 'Aws\\ServiceDiscovery\\ServiceDiscoveryClient' => $vendorDir . '/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php', + 'Aws\\ServiceQuotas\\Exception\\ServiceQuotasException' => $vendorDir . '/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php', + 'Aws\\ServiceQuotas\\ServiceQuotasClient' => $vendorDir . '/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php', + 'Aws\\SesV2\\Exception\\SesV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php', + 'Aws\\SesV2\\SesV2Client' => $vendorDir . '/aws/aws-sdk-php/src/SesV2/SesV2Client.php', + 'Aws\\Ses\\Exception\\SesException' => $vendorDir . '/aws/aws-sdk-php/src/Ses/Exception/SesException.php', + 'Aws\\Ses\\SesClient' => $vendorDir . '/aws/aws-sdk-php/src/Ses/SesClient.php', + 'Aws\\Sfn\\Exception\\SfnException' => $vendorDir . '/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php', + 'Aws\\Sfn\\SfnClient' => $vendorDir . '/aws/aws-sdk-php/src/Sfn/SfnClient.php', + 'Aws\\Shield\\Exception\\ShieldException' => $vendorDir . '/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php', + 'Aws\\Shield\\ShieldClient' => $vendorDir . '/aws/aws-sdk-php/src/Shield/ShieldClient.php', + 'Aws\\Signature\\AnonymousSignature' => $vendorDir . '/aws/aws-sdk-php/src/Signature/AnonymousSignature.php', + 'Aws\\Signature\\S3SignatureV4' => $vendorDir . '/aws/aws-sdk-php/src/Signature/S3SignatureV4.php', + 'Aws\\Signature\\SignatureInterface' => $vendorDir . '/aws/aws-sdk-php/src/Signature/SignatureInterface.php', + 'Aws\\Signature\\SignatureProvider' => $vendorDir . '/aws/aws-sdk-php/src/Signature/SignatureProvider.php', + 'Aws\\Signature\\SignatureTrait' => $vendorDir . '/aws/aws-sdk-php/src/Signature/SignatureTrait.php', + 'Aws\\Signature\\SignatureV4' => $vendorDir . '/aws/aws-sdk-php/src/Signature/SignatureV4.php', + 'Aws\\Sms\\Exception\\SmsException' => $vendorDir . '/aws/aws-sdk-php/src/Sms/Exception/SmsException.php', + 'Aws\\Sms\\SmsClient' => $vendorDir . '/aws/aws-sdk-php/src/Sms/SmsClient.php', + 'Aws\\SnowBall\\Exception\\SnowBallException' => $vendorDir . '/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php', + 'Aws\\SnowBall\\SnowBallClient' => $vendorDir . '/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php', + 'Aws\\Sns\\Exception\\SnsException' => $vendorDir . '/aws/aws-sdk-php/src/Sns/Exception/SnsException.php', + 'Aws\\Sns\\SnsClient' => $vendorDir . '/aws/aws-sdk-php/src/Sns/SnsClient.php', + 'Aws\\Sqs\\Exception\\SqsException' => $vendorDir . '/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php', + 'Aws\\Sqs\\SqsClient' => $vendorDir . '/aws/aws-sdk-php/src/Sqs/SqsClient.php', + 'Aws\\Ssm\\Exception\\SsmException' => $vendorDir . '/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php', + 'Aws\\Ssm\\SsmClient' => $vendorDir . '/aws/aws-sdk-php/src/Ssm/SsmClient.php', + 'Aws\\StorageGateway\\Exception\\StorageGatewayException' => $vendorDir . '/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php', + 'Aws\\StorageGateway\\StorageGatewayClient' => $vendorDir . '/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php', + 'Aws\\StreamRequestPayloadMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php', + 'Aws\\Sts\\Exception\\StsException' => $vendorDir . '/aws/aws-sdk-php/src/Sts/Exception/StsException.php', + 'Aws\\Sts\\RegionalEndpoints\\Configuration' => $vendorDir . '/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php', + 'Aws\\Sts\\RegionalEndpoints\\ConfigurationInterface' => $vendorDir . '/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationInterface.php', + 'Aws\\Sts\\RegionalEndpoints\\ConfigurationProvider' => $vendorDir . '/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php', + 'Aws\\Sts\\RegionalEndpoints\\Exception\\ConfigurationException' => $vendorDir . '/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php', + 'Aws\\Sts\\StsClient' => $vendorDir . '/aws/aws-sdk-php/src/Sts/StsClient.php', + 'Aws\\Support\\Exception\\SupportException' => $vendorDir . '/aws/aws-sdk-php/src/Support/Exception/SupportException.php', + 'Aws\\Support\\SupportClient' => $vendorDir . '/aws/aws-sdk-php/src/Support/SupportClient.php', + 'Aws\\Swf\\Exception\\SwfException' => $vendorDir . '/aws/aws-sdk-php/src/Swf/Exception/SwfException.php', + 'Aws\\Swf\\SwfClient' => $vendorDir . '/aws/aws-sdk-php/src/Swf/SwfClient.php', + 'Aws\\Synthetics\\Exception\\SyntheticsException' => $vendorDir . '/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php', + 'Aws\\Synthetics\\SyntheticsClient' => $vendorDir . '/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php', + 'Aws\\Textract\\Exception\\TextractException' => $vendorDir . '/aws/aws-sdk-php/src/Textract/Exception/TextractException.php', + 'Aws\\Textract\\TextractClient' => $vendorDir . '/aws/aws-sdk-php/src/Textract/TextractClient.php', + 'Aws\\TimestreamQuery\\Exception\\TimestreamQueryException' => $vendorDir . '/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php', + 'Aws\\TimestreamQuery\\TimestreamQueryClient' => $vendorDir . '/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php', + 'Aws\\TimestreamWrite\\Exception\\TimestreamWriteException' => $vendorDir . '/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php', + 'Aws\\TimestreamWrite\\TimestreamWriteClient' => $vendorDir . '/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php', + 'Aws\\TraceMiddleware' => $vendorDir . '/aws/aws-sdk-php/src/TraceMiddleware.php', + 'Aws\\TranscribeService\\Exception\\TranscribeServiceException' => $vendorDir . '/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php', + 'Aws\\TranscribeService\\TranscribeServiceClient' => $vendorDir . '/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php', + 'Aws\\Transfer\\Exception\\TransferException' => $vendorDir . '/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php', + 'Aws\\Transfer\\TransferClient' => $vendorDir . '/aws/aws-sdk-php/src/Transfer/TransferClient.php', + 'Aws\\Translate\\Exception\\TranslateException' => $vendorDir . '/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php', + 'Aws\\Translate\\TranslateClient' => $vendorDir . '/aws/aws-sdk-php/src/Translate/TranslateClient.php', + 'Aws\\WAFV2\\Exception\\WAFV2Exception' => $vendorDir . '/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php', + 'Aws\\WAFV2\\WAFV2Client' => $vendorDir . '/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php', + 'Aws\\WafRegional\\Exception\\WafRegionalException' => $vendorDir . '/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php', + 'Aws\\WafRegional\\WafRegionalClient' => $vendorDir . '/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php', + 'Aws\\Waf\\Exception\\WafException' => $vendorDir . '/aws/aws-sdk-php/src/Waf/Exception/WafException.php', + 'Aws\\Waf\\WafClient' => $vendorDir . '/aws/aws-sdk-php/src/Waf/WafClient.php', + 'Aws\\Waiter' => $vendorDir . '/aws/aws-sdk-php/src/Waiter.php', + 'Aws\\WellArchitected\\Exception\\WellArchitectedException' => $vendorDir . '/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php', + 'Aws\\WellArchitected\\WellArchitectedClient' => $vendorDir . '/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php', + 'Aws\\WorkDocs\\Exception\\WorkDocsException' => $vendorDir . '/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php', + 'Aws\\WorkDocs\\WorkDocsClient' => $vendorDir . '/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php', + 'Aws\\WorkLink\\Exception\\WorkLinkException' => $vendorDir . '/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php', + 'Aws\\WorkLink\\WorkLinkClient' => $vendorDir . '/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php', + 'Aws\\WorkMailMessageFlow\\Exception\\WorkMailMessageFlowException' => $vendorDir . '/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php', + 'Aws\\WorkMailMessageFlow\\WorkMailMessageFlowClient' => $vendorDir . '/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php', + 'Aws\\WorkMail\\Exception\\WorkMailException' => $vendorDir . '/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php', + 'Aws\\WorkMail\\WorkMailClient' => $vendorDir . '/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php', + 'Aws\\WorkSpaces\\Exception\\WorkSpacesException' => $vendorDir . '/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php', + 'Aws\\WorkSpaces\\WorkSpacesClient' => $vendorDir . '/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php', + 'Aws\\WrappedHttpHandler' => $vendorDir . '/aws/aws-sdk-php/src/WrappedHttpHandler.php', + 'Aws\\XRay\\Exception\\XRayException' => $vendorDir . '/aws/aws-sdk-php/src/XRay/Exception/XRayException.php', + 'Aws\\XRay\\XRayClient' => $vendorDir . '/aws/aws-sdk-php/src/XRay/XRayClient.php', + 'Aws\\imagebuilder\\Exception\\imagebuilderException' => $vendorDir . '/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php', + 'Aws\\imagebuilder\\imagebuilderClient' => $vendorDir . '/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php', + 'Aws\\kendra\\Exception\\kendraException' => $vendorDir . '/aws/aws-sdk-php/src/kendra/Exception/kendraException.php', + 'Aws\\kendra\\kendraClient' => $vendorDir . '/aws/aws-sdk-php/src/kendra/kendraClient.php', + 'Aws\\signer\\Exception\\signerException' => $vendorDir . '/aws/aws-sdk-php/src/signer/Exception/signerException.php', + 'Aws\\signer\\signerClient' => $vendorDir . '/aws/aws-sdk-php/src/signer/signerClient.php', + 'Carbon\\Carbon' => $vendorDir . '/nesbot/carbon/src/Carbon/Carbon.php', + 'Carbon\\CarbonImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonImmutable.php', + 'Carbon\\CarbonInterface' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonInterface.php', + 'Carbon\\CarbonInterval' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonInterval.php', + 'Carbon\\CarbonPeriod' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonPeriod.php', + 'Carbon\\CarbonTimeZone' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonTimeZone.php', + 'Carbon\\Exceptions\\InvalidDateException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php', + 'Carbon\\Factory' => $vendorDir . '/nesbot/carbon/src/Carbon/Factory.php', + 'Carbon\\FactoryImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/FactoryImmutable.php', + 'Carbon\\Language' => $vendorDir . '/nesbot/carbon/src/Carbon/Language.php', + 'Carbon\\Laravel\\ServiceProvider' => $vendorDir . '/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php', + 'Carbon\\Traits\\Boundaries' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Boundaries.php', + 'Carbon\\Traits\\Comparison' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Comparison.php', + 'Carbon\\Traits\\Converter' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Converter.php', + 'Carbon\\Traits\\Creator' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Creator.php', + 'Carbon\\Traits\\Date' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Date.php', + 'Carbon\\Traits\\Difference' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Difference.php', + 'Carbon\\Traits\\Localization' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Localization.php', + 'Carbon\\Traits\\Macro' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Macro.php', + 'Carbon\\Traits\\Modifiers' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Modifiers.php', + 'Carbon\\Traits\\Mutability' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Mutability.php', + 'Carbon\\Traits\\Options' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Options.php', + 'Carbon\\Traits\\Rounding' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Rounding.php', + 'Carbon\\Traits\\Serialization' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Serialization.php', + 'Carbon\\Traits\\Test' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Test.php', + 'Carbon\\Traits\\Timestamp' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Timestamp.php', + 'Carbon\\Traits\\Units' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Units.php', + 'Carbon\\Traits\\Week' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Week.php', + 'Carbon\\Translator' => $vendorDir . '/nesbot/carbon/src/Carbon/Translator.php', + 'Channel\\Client' => $vendorDir . '/workerman/channel/src/Client.php', + 'Channel\\Server' => $vendorDir . '/workerman/channel/src/Server.php', + 'Complex\\Complex' => $vendorDir . '/markbaker/complex/classes/src/Complex.php', + 'Complex\\Exception' => $vendorDir . '/markbaker/complex/classes/src/Exception.php', 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', - 'DivisionByZeroError' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', - 'Error' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/Error.php', + 'Darabonba\\GatewaySpi\\Client' => $vendorDir . '/alibabacloud/gateway-spi/src/Client.php', + 'Darabonba\\GatewaySpi\\Models\\AttributeMap' => $vendorDir . '/alibabacloud/gateway-spi/src/Models/AttributeMap.php', + 'Darabonba\\GatewaySpi\\Models\\InterceptorContext' => $vendorDir . '/alibabacloud/gateway-spi/src/Models/InterceptorContext.php', + 'Darabonba\\GatewaySpi\\Models\\InterceptorContext\\configuration' => $vendorDir . '/alibabacloud/gateway-spi/src/Models/InterceptorContext/configuration.php', + 'Darabonba\\GatewaySpi\\Models\\InterceptorContext\\request' => $vendorDir . '/alibabacloud/gateway-spi/src/Models/InterceptorContext/request.php', + 'Darabonba\\GatewaySpi\\Models\\InterceptorContext\\response' => $vendorDir . '/alibabacloud/gateway-spi/src/Models/InterceptorContext/response.php', + 'Darabonba\\OpenApi\\Models\\Config' => $vendorDir . '/alibabacloud/darabonba-openapi/src/Models/Config.php', + 'Darabonba\\OpenApi\\Models\\GlobalParameters' => $vendorDir . '/alibabacloud/darabonba-openapi/src/Models/GlobalParameters.php', + 'Darabonba\\OpenApi\\Models\\OpenApiRequest' => $vendorDir . '/alibabacloud/darabonba-openapi/src/Models/OpenApiRequest.php', + 'Darabonba\\OpenApi\\Models\\Params' => $vendorDir . '/alibabacloud/darabonba-openapi/src/Models/Params.php', + 'Darabonba\\OpenApi\\OpenApiClient' => $vendorDir . '/alibabacloud/darabonba-openapi/src/OpenApiClient.php', + 'Doctrine\\Common\\Annotations\\Annotation' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php', + 'Doctrine\\Common\\Annotations\\AnnotationException' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php', + 'Doctrine\\Common\\Annotations\\AnnotationReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php', + 'Doctrine\\Common\\Annotations\\AnnotationRegistry' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Attribute' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Attributes' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Enum' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php', + 'Doctrine\\Common\\Annotations\\Annotation\\IgnoreAnnotation' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Required' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Target' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php', + 'Doctrine\\Common\\Annotations\\CachedReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php', + 'Doctrine\\Common\\Annotations\\DocLexer' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php', + 'Doctrine\\Common\\Annotations\\DocParser' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php', + 'Doctrine\\Common\\Annotations\\FileCacheReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php', + 'Doctrine\\Common\\Annotations\\IndexedReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php', + 'Doctrine\\Common\\Annotations\\PhpParser' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php', + 'Doctrine\\Common\\Annotations\\Reader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php', + 'Doctrine\\Common\\Annotations\\SimpleAnnotationReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php', + 'Doctrine\\Common\\Annotations\\TokenParser' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php', + 'Doctrine\\Common\\Cache\\ApcCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php', + 'Doctrine\\Common\\Cache\\ArrayCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php', + 'Doctrine\\Common\\Cache\\Cache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php', + 'Doctrine\\Common\\Cache\\CacheProvider' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php', + 'Doctrine\\Common\\Cache\\ChainCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php', + 'Doctrine\\Common\\Cache\\ClearableCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php', + 'Doctrine\\Common\\Cache\\CouchbaseCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php', + 'Doctrine\\Common\\Cache\\FileCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php', + 'Doctrine\\Common\\Cache\\FilesystemCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php', + 'Doctrine\\Common\\Cache\\FlushableCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php', + 'Doctrine\\Common\\Cache\\MemcacheCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php', + 'Doctrine\\Common\\Cache\\MemcachedCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php', + 'Doctrine\\Common\\Cache\\MongoDBCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php', + 'Doctrine\\Common\\Cache\\MultiGetCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php', + 'Doctrine\\Common\\Cache\\PhpFileCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php', + 'Doctrine\\Common\\Cache\\PredisCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php', + 'Doctrine\\Common\\Cache\\RedisCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php', + 'Doctrine\\Common\\Cache\\RiakCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php', + 'Doctrine\\Common\\Cache\\SQLite3Cache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php', + 'Doctrine\\Common\\Cache\\Version' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Version.php', + 'Doctrine\\Common\\Cache\\VoidCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php', + 'Doctrine\\Common\\Cache\\WinCacheCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php', + 'Doctrine\\Common\\Cache\\XcacheCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php', + 'Doctrine\\Common\\Cache\\ZendDataCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php', + 'Doctrine\\Common\\Lexer\\AbstractLexer' => $vendorDir . '/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php', + 'EasyWeChat\\Broadcast\\Broadcast' => $vendorDir . '/overtrue/wechat/src/Broadcast/Broadcast.php', + 'EasyWeChat\\Broadcast\\MessageBuilder' => $vendorDir . '/overtrue/wechat/src/Broadcast/MessageBuilder.php', + 'EasyWeChat\\Broadcast\\Transformer' => $vendorDir . '/overtrue/wechat/src/Broadcast/Transformer.php', + 'EasyWeChat\\Card\\Card' => $vendorDir . '/overtrue/wechat/src/Card/Card.php', + 'EasyWeChat\\Comment\\Comment' => $vendorDir . '/overtrue/wechat/src/Comment/Comment.php', + 'EasyWeChat\\Core\\AbstractAPI' => $vendorDir . '/overtrue/wechat/src/Core/AbstractAPI.php', + 'EasyWeChat\\Core\\AccessToken' => $vendorDir . '/overtrue/wechat/src/Core/AccessToken.php', + 'EasyWeChat\\Core\\Exception' => $vendorDir . '/overtrue/wechat/src/Core/Exception.php', + 'EasyWeChat\\Core\\Exceptions\\FaultException' => $vendorDir . '/overtrue/wechat/src/Core/Exceptions/FaultException.php', + 'EasyWeChat\\Core\\Exceptions\\HttpException' => $vendorDir . '/overtrue/wechat/src/Core/Exceptions/HttpException.php', + 'EasyWeChat\\Core\\Exceptions\\InvalidArgumentException' => $vendorDir . '/overtrue/wechat/src/Core/Exceptions/InvalidArgumentException.php', + 'EasyWeChat\\Core\\Exceptions\\InvalidConfigException' => $vendorDir . '/overtrue/wechat/src/Core/Exceptions/InvalidConfigException.php', + 'EasyWeChat\\Core\\Exceptions\\RuntimeException' => $vendorDir . '/overtrue/wechat/src/Core/Exceptions/RuntimeException.php', + 'EasyWeChat\\Core\\Exceptions\\UnboundServiceException' => $vendorDir . '/overtrue/wechat/src/Core/Exceptions/UnboundServiceException.php', + 'EasyWeChat\\Core\\Http' => $vendorDir . '/overtrue/wechat/src/Core/Http.php', + 'EasyWeChat\\Device\\Device' => $vendorDir . '/overtrue/wechat/src/Device/Device.php', + 'EasyWeChat\\Device\\DeviceHttpException' => $vendorDir . '/overtrue/wechat/src/Device/DeviceHttpException.php', + 'EasyWeChat\\Encryption\\EncryptionException' => $vendorDir . '/overtrue/wechat/src/Encryption/EncryptionException.php', + 'EasyWeChat\\Encryption\\Encryptor' => $vendorDir . '/overtrue/wechat/src/Encryption/Encryptor.php', + 'EasyWeChat\\Foundation\\Application' => $vendorDir . '/overtrue/wechat/src/Foundation/Application.php', + 'EasyWeChat\\Foundation\\Config' => $vendorDir . '/overtrue/wechat/src/Foundation/Config.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\BroadcastServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/BroadcastServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\CardServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/CardServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\CommentServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/CommentServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\DeviceServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/DeviceServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\FundamentalServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/FundamentalServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\JsServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/JsServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\MaterialServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/MaterialServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\MenuServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/MenuServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\MiniProgramServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/MiniProgramServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\NoticeServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/NoticeServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\OAuthServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/OAuthServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\OpenPlatformServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/OpenPlatformServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\POIServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/POIServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\PaymentServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/PaymentServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\QRCodeServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/QRCodeServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\ReplyServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/ReplyServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\SemanticServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/SemanticServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\ServerServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/ServerServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\ShakeAroundServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/ShakeAroundServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\StaffServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/StaffServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\StatsServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/StatsServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\UrlServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/UrlServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\UserServiceProvider' => $vendorDir . '/overtrue/wechat/src/Foundation/ServiceProviders/UserServiceProvider.php', + 'EasyWeChat\\Fundamental\\API' => $vendorDir . '/overtrue/wechat/src/Fundamental/API.php', + 'EasyWeChat\\Js\\Js' => $vendorDir . '/overtrue/wechat/src/Js/Js.php', + 'EasyWeChat\\Material\\Material' => $vendorDir . '/overtrue/wechat/src/Material/Material.php', + 'EasyWeChat\\Material\\Temporary' => $vendorDir . '/overtrue/wechat/src/Material/Temporary.php', + 'EasyWeChat\\Menu\\Menu' => $vendorDir . '/overtrue/wechat/src/Menu/Menu.php', + 'EasyWeChat\\Message\\AbstractMessage' => $vendorDir . '/overtrue/wechat/src/Message/AbstractMessage.php', + 'EasyWeChat\\Message\\Article' => $vendorDir . '/overtrue/wechat/src/Message/Article.php', + 'EasyWeChat\\Message\\Card' => $vendorDir . '/overtrue/wechat/src/Message/Card.php', + 'EasyWeChat\\Message\\DeviceEvent' => $vendorDir . '/overtrue/wechat/src/Message/DeviceEvent.php', + 'EasyWeChat\\Message\\DeviceText' => $vendorDir . '/overtrue/wechat/src/Message/DeviceText.php', + 'EasyWeChat\\Message\\Image' => $vendorDir . '/overtrue/wechat/src/Message/Image.php', + 'EasyWeChat\\Message\\Link' => $vendorDir . '/overtrue/wechat/src/Message/Link.php', + 'EasyWeChat\\Message\\Location' => $vendorDir . '/overtrue/wechat/src/Message/Location.php', + 'EasyWeChat\\Message\\Material' => $vendorDir . '/overtrue/wechat/src/Message/Material.php', + 'EasyWeChat\\Message\\MiniProgramPage' => $vendorDir . '/overtrue/wechat/src/Message/MiniProgramPage.php', + 'EasyWeChat\\Message\\Music' => $vendorDir . '/overtrue/wechat/src/Message/Music.php', + 'EasyWeChat\\Message\\News' => $vendorDir . '/overtrue/wechat/src/Message/News.php', + 'EasyWeChat\\Message\\Raw' => $vendorDir . '/overtrue/wechat/src/Message/Raw.php', + 'EasyWeChat\\Message\\ShortVideo' => $vendorDir . '/overtrue/wechat/src/Message/ShortVideo.php', + 'EasyWeChat\\Message\\Text' => $vendorDir . '/overtrue/wechat/src/Message/Text.php', + 'EasyWeChat\\Message\\Transfer' => $vendorDir . '/overtrue/wechat/src/Message/Transfer.php', + 'EasyWeChat\\Message\\Video' => $vendorDir . '/overtrue/wechat/src/Message/Video.php', + 'EasyWeChat\\Message\\Voice' => $vendorDir . '/overtrue/wechat/src/Message/Voice.php', + 'EasyWeChat\\MiniProgram\\AccessToken' => $vendorDir . '/overtrue/wechat/src/MiniProgram/AccessToken.php', + 'EasyWeChat\\MiniProgram\\Core\\AbstractMiniProgram' => $vendorDir . '/overtrue/wechat/src/MiniProgram/Core/AbstractMiniProgram.php', + 'EasyWeChat\\MiniProgram\\Encryption\\Encryptor' => $vendorDir . '/overtrue/wechat/src/MiniProgram/Encryption/Encryptor.php', + 'EasyWeChat\\MiniProgram\\Material\\Temporary' => $vendorDir . '/overtrue/wechat/src/MiniProgram/Material/Temporary.php', + 'EasyWeChat\\MiniProgram\\MiniProgram' => $vendorDir . '/overtrue/wechat/src/MiniProgram/MiniProgram.php', + 'EasyWeChat\\MiniProgram\\Notice\\Notice' => $vendorDir . '/overtrue/wechat/src/MiniProgram/Notice/Notice.php', + 'EasyWeChat\\MiniProgram\\QRCode\\QRCode' => $vendorDir . '/overtrue/wechat/src/MiniProgram/QRCode/QRCode.php', + 'EasyWeChat\\MiniProgram\\Server\\Guard' => $vendorDir . '/overtrue/wechat/src/MiniProgram/Server/Guard.php', + 'EasyWeChat\\MiniProgram\\Sns\\Sns' => $vendorDir . '/overtrue/wechat/src/MiniProgram/Sns/Sns.php', + 'EasyWeChat\\MiniProgram\\Staff\\Staff' => $vendorDir . '/overtrue/wechat/src/MiniProgram/Staff/Staff.php', + 'EasyWeChat\\MiniProgram\\Stats\\Stats' => $vendorDir . '/overtrue/wechat/src/MiniProgram/Stats/Stats.php', + 'EasyWeChat\\Notice\\Notice' => $vendorDir . '/overtrue/wechat/src/Notice/Notice.php', + 'EasyWeChat\\OpenPlatform\\AccessToken' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/AccessToken.php', + 'EasyWeChat\\OpenPlatform\\Api\\AbstractOpenPlatform' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/Api/AbstractOpenPlatform.php', + 'EasyWeChat\\OpenPlatform\\Api\\BaseApi' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/Api/BaseApi.php', + 'EasyWeChat\\OpenPlatform\\Api\\PreAuthorization' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/Api/PreAuthorization.php', + 'EasyWeChat\\OpenPlatform\\Authorizer' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/Authorizer.php', + 'EasyWeChat\\OpenPlatform\\AuthorizerAccessToken' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/AuthorizerAccessToken.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\Authorized' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/EventHandlers/Authorized.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\ComponentVerifyTicket' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/EventHandlers/ComponentVerifyTicket.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\EventHandler' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/EventHandlers/EventHandler.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\Unauthorized' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/EventHandlers/Unauthorized.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\UpdateAuthorized' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/EventHandlers/UpdateAuthorized.php', + 'EasyWeChat\\OpenPlatform\\Guard' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/Guard.php', + 'EasyWeChat\\OpenPlatform\\OpenPlatform' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/OpenPlatform.php', + 'EasyWeChat\\OpenPlatform\\VerifyTicket' => $vendorDir . '/overtrue/wechat/src/OpenPlatform/VerifyTicket.php', + 'EasyWeChat\\POI\\POI' => $vendorDir . '/overtrue/wechat/src/POI/POI.php', + 'EasyWeChat\\Payment\\API' => $vendorDir . '/overtrue/wechat/src/Payment/API.php', + 'EasyWeChat\\Payment\\CashCoupon\\API' => $vendorDir . '/overtrue/wechat/src/Payment/CashCoupon/API.php', + 'EasyWeChat\\Payment\\CashCoupon\\CashCoupon' => $vendorDir . '/overtrue/wechat/src/Payment/CashCoupon/CashCoupon.php', + 'EasyWeChat\\Payment\\LuckyMoney\\API' => $vendorDir . '/overtrue/wechat/src/Payment/LuckyMoney/API.php', + 'EasyWeChat\\Payment\\LuckyMoney\\LuckyMoney' => $vendorDir . '/overtrue/wechat/src/Payment/LuckyMoney/LuckyMoney.php', + 'EasyWeChat\\Payment\\Merchant' => $vendorDir . '/overtrue/wechat/src/Payment/Merchant.php', + 'EasyWeChat\\Payment\\MerchantPay\\API' => $vendorDir . '/overtrue/wechat/src/Payment/MerchantPay/API.php', + 'EasyWeChat\\Payment\\MerchantPay\\MerchantPay' => $vendorDir . '/overtrue/wechat/src/Payment/MerchantPay/MerchantPay.php', + 'EasyWeChat\\Payment\\Notify' => $vendorDir . '/overtrue/wechat/src/Payment/Notify.php', + 'EasyWeChat\\Payment\\Order' => $vendorDir . '/overtrue/wechat/src/Payment/Order.php', + 'EasyWeChat\\Payment\\Payment' => $vendorDir . '/overtrue/wechat/src/Payment/Payment.php', + 'EasyWeChat\\Payment\\RefundNotify' => $vendorDir . '/overtrue/wechat/src/Payment/RefundNotify.php', + 'EasyWeChat\\QRCode\\QRCode' => $vendorDir . '/overtrue/wechat/src/QRCode/QRCode.php', + 'EasyWeChat\\Reply\\Reply' => $vendorDir . '/overtrue/wechat/src/Reply/Reply.php', + 'EasyWeChat\\Semantic\\Semantic' => $vendorDir . '/overtrue/wechat/src/Semantic/Semantic.php', + 'EasyWeChat\\Server\\BadRequestException' => $vendorDir . '/overtrue/wechat/src/Server/BadRequestException.php', + 'EasyWeChat\\Server\\Guard' => $vendorDir . '/overtrue/wechat/src/Server/Guard.php', + 'EasyWeChat\\Server\\Transformer' => $vendorDir . '/overtrue/wechat/src/Server/Transformer.php', + 'EasyWeChat\\ShakeAround\\Device' => $vendorDir . '/overtrue/wechat/src/ShakeAround/Device.php', + 'EasyWeChat\\ShakeAround\\Group' => $vendorDir . '/overtrue/wechat/src/ShakeAround/Group.php', + 'EasyWeChat\\ShakeAround\\Material' => $vendorDir . '/overtrue/wechat/src/ShakeAround/Material.php', + 'EasyWeChat\\ShakeAround\\Page' => $vendorDir . '/overtrue/wechat/src/ShakeAround/Page.php', + 'EasyWeChat\\ShakeAround\\Relation' => $vendorDir . '/overtrue/wechat/src/ShakeAround/Relation.php', + 'EasyWeChat\\ShakeAround\\ShakeAround' => $vendorDir . '/overtrue/wechat/src/ShakeAround/ShakeAround.php', + 'EasyWeChat\\ShakeAround\\Stats' => $vendorDir . '/overtrue/wechat/src/ShakeAround/Stats.php', + 'EasyWeChat\\Staff\\MessageBuilder' => $vendorDir . '/overtrue/wechat/src/Staff/MessageBuilder.php', + 'EasyWeChat\\Staff\\Session' => $vendorDir . '/overtrue/wechat/src/Staff/Session.php', + 'EasyWeChat\\Staff\\Staff' => $vendorDir . '/overtrue/wechat/src/Staff/Staff.php', + 'EasyWeChat\\Staff\\Transformer' => $vendorDir . '/overtrue/wechat/src/Staff/Transformer.php', + 'EasyWeChat\\Stats\\Stats' => $vendorDir . '/overtrue/wechat/src/Stats/Stats.php', + 'EasyWeChat\\Store\\Store' => $vendorDir . '/overtrue/wechat/src/Store/Store.php', + 'EasyWeChat\\Support\\Arr' => $vendorDir . '/overtrue/wechat/src/Support/Arr.php', + 'EasyWeChat\\Support\\Attribute' => $vendorDir . '/overtrue/wechat/src/Support/Attribute.php', + 'EasyWeChat\\Support\\Collection' => $vendorDir . '/overtrue/wechat/src/Support/Collection.php', + 'EasyWeChat\\Support\\File' => $vendorDir . '/overtrue/wechat/src/Support/File.php', + 'EasyWeChat\\Support\\Log' => $vendorDir . '/overtrue/wechat/src/Support/Log.php', + 'EasyWeChat\\Support\\Str' => $vendorDir . '/overtrue/wechat/src/Support/Str.php', + 'EasyWeChat\\Support\\Traits\\PrefixedContainer' => $vendorDir . '/overtrue/wechat/src/Support/Traits/PrefixedContainer.php', + 'EasyWeChat\\Support\\Url' => $vendorDir . '/overtrue/wechat/src/Support/Url.php', + 'EasyWeChat\\Support\\XML' => $vendorDir . '/overtrue/wechat/src/Support/XML.php', + 'EasyWeChat\\Url\\Url' => $vendorDir . '/overtrue/wechat/src/Url/Url.php', + 'EasyWeChat\\User\\Group' => $vendorDir . '/overtrue/wechat/src/User/Group.php', + 'EasyWeChat\\User\\Tag' => $vendorDir . '/overtrue/wechat/src/User/Tag.php', + 'EasyWeChat\\User\\User' => $vendorDir . '/overtrue/wechat/src/User/User.php', + 'Fastknife\\Domain\\Factory' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Factory.php', + 'Fastknife\\Domain\\Logic\\BaseData' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Logic/BaseData.php', + 'Fastknife\\Domain\\Logic\\BaseImage' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Logic/BaseImage.php', + 'Fastknife\\Domain\\Logic\\BlockData' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Logic/BlockData.php', + 'Fastknife\\Domain\\Logic\\BlockImage' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Logic/BlockImage.php', + 'Fastknife\\Domain\\Logic\\Cache' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Logic/Cache.php', + 'Fastknife\\Domain\\Logic\\WordData' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Logic/WordData.php', + 'Fastknife\\Domain\\Logic\\WordImage' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Logic/WordImage.php', + 'Fastknife\\Domain\\Vo\\BackgroundVo' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Vo/BackgroundVo.php', + 'Fastknife\\Domain\\Vo\\ImageVo' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Vo/ImageVo.php', + 'Fastknife\\Domain\\Vo\\OffsetVo' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Vo/OffsetVo.php', + 'Fastknife\\Domain\\Vo\\PointVo' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Vo/PointVo.php', + 'Fastknife\\Domain\\Vo\\TemplateVo' => $vendorDir . '/fastknife/ajcaptcha/src/Domain/Vo/TemplateVo.php', + 'Fastknife\\Exception\\BlockException' => $vendorDir . '/fastknife/ajcaptcha/src/Exception/BlockException.php', + 'Fastknife\\Exception\\ParamException' => $vendorDir . '/fastknife/ajcaptcha/src/Exception/ParamException.php', + 'Fastknife\\Exception\\WordException' => $vendorDir . '/fastknife/ajcaptcha/src/Exception/WordException.php', + 'Fastknife\\Service\\BlockPuzzleCaptchaService' => $vendorDir . '/fastknife/ajcaptcha/src/Service/BlockPuzzleCaptchaService.php', + 'Fastknife\\Service\\ClickWordCaptchaService' => $vendorDir . '/fastknife/ajcaptcha/src/Service/ClickWordCaptchaService.php', + 'Fastknife\\Service\\Service' => $vendorDir . '/fastknife/ajcaptcha/src/Service/Service.php', + 'Fastknife\\Utils\\AesUtils' => $vendorDir . '/fastknife/ajcaptcha/src/Utils/AesUtils.php', + 'Fastknife\\Utils\\CacheUtils' => $vendorDir . '/fastknife/ajcaptcha/src/Utils/CacheUtils.php', + 'Fastknife\\Utils\\MathUtils' => $vendorDir . '/fastknife/ajcaptcha/src/Utils/MathUtils.php', + 'Fastknife\\Utils\\RandomUtils' => $vendorDir . '/fastknife/ajcaptcha/src/Utils/RandomUtils.php', + 'Firebase\\JWT\\BeforeValidException' => $vendorDir . '/firebase/php-jwt/src/BeforeValidException.php', + 'Firebase\\JWT\\ExpiredException' => $vendorDir . '/firebase/php-jwt/src/ExpiredException.php', + 'Firebase\\JWT\\JWT' => $vendorDir . '/firebase/php-jwt/src/JWT.php', + 'Firebase\\JWT\\SignatureInvalidException' => $vendorDir . '/firebase/php-jwt/src/SignatureInvalidException.php', + 'FormBuilder\\Annotation\\AnnotationReader' => $vendorDir . '/xaboy/form-builder/src/Annotation/AnnotationReader.php', + 'FormBuilder\\Annotation\\ClassName' => $vendorDir . '/xaboy/form-builder/src/Annotation/ClassName.php', + 'FormBuilder\\Annotation\\Col' => $vendorDir . '/xaboy/form-builder/src/Annotation/Col.php', + 'FormBuilder\\Annotation\\Emit' => $vendorDir . '/xaboy/form-builder/src/Annotation/Emit.php', + 'FormBuilder\\Annotation\\Group' => $vendorDir . '/xaboy/form-builder/src/Annotation/Group.php', + 'FormBuilder\\Annotation\\Info' => $vendorDir . '/xaboy/form-builder/src/Annotation/Info.php', + 'FormBuilder\\Annotation\\Validate\\Enum' => $vendorDir . '/xaboy/form-builder/src/Annotation/Validate/Enum.php', + 'FormBuilder\\Annotation\\Validate\\Len' => $vendorDir . '/xaboy/form-builder/src/Annotation/Validate/Len.php', + 'FormBuilder\\Annotation\\Validate\\Max' => $vendorDir . '/xaboy/form-builder/src/Annotation/Validate/Max.php', + 'FormBuilder\\Annotation\\Validate\\Min' => $vendorDir . '/xaboy/form-builder/src/Annotation/Validate/Min.php', + 'FormBuilder\\Annotation\\Validate\\Pattern' => $vendorDir . '/xaboy/form-builder/src/Annotation/Validate/Pattern.php', + 'FormBuilder\\Annotation\\Validate\\Range' => $vendorDir . '/xaboy/form-builder/src/Annotation/Validate/Range.php', + 'FormBuilder\\Annotation\\Validate\\Required' => $vendorDir . '/xaboy/form-builder/src/Annotation/Validate/Required.php', + 'FormBuilder\\Annotation\\Validate\\ValidateAnnotation' => $vendorDir . '/xaboy/form-builder/src/Annotation/Validate/ValidateAnnotation.php', + 'FormBuilder\\Contract\\AnnotationInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/AnnotationInterface.php', + 'FormBuilder\\Contract\\BootstrapInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/BootstrapInterface.php', + 'FormBuilder\\Contract\\ColComponentInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/ColComponentInterface.php', + 'FormBuilder\\Contract\\ConfigInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/ConfigInterface.php', + 'FormBuilder\\Contract\\CustomComponentInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/CustomComponentInterface.php', + 'FormBuilder\\Contract\\FormComponentInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/FormComponentInterface.php', + 'FormBuilder\\Contract\\FormHandleInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/FormHandleInterface.php', + 'FormBuilder\\Contract\\FormOptionsComponentInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/FormOptionsComponentInterface.php', + 'FormBuilder\\Contract\\OptionComponentInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/OptionComponentInterface.php', + 'FormBuilder\\Contract\\StyleInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/StyleInterface.php', + 'FormBuilder\\Contract\\ValidateInterface' => $vendorDir . '/xaboy/form-builder/src/Contract/ValidateInterface.php', + 'FormBuilder\\Driver\\CustomComponent' => $vendorDir . '/xaboy/form-builder/src/Driver/CustomComponent.php', + 'FormBuilder\\Driver\\FormComponent' => $vendorDir . '/xaboy/form-builder/src/Driver/FormComponent.php', + 'FormBuilder\\Driver\\FormOptionsComponent' => $vendorDir . '/xaboy/form-builder/src/Driver/FormOptionsComponent.php', + 'FormBuilder\\Factory\\Base' => $vendorDir . '/xaboy/form-builder/src/Factory/Base.php', + 'FormBuilder\\Factory\\Elm' => $vendorDir . '/xaboy/form-builder/src/Factory/Elm.php', + 'FormBuilder\\Factory\\Iview' => $vendorDir . '/xaboy/form-builder/src/Factory/Iview.php', + 'FormBuilder\\Form' => $vendorDir . '/xaboy/form-builder/src/Form.php', + 'FormBuilder\\FormComponentDriver' => $vendorDir . '/xaboy/form-builder/src/FormComponentDriver.php', + 'FormBuilder\\FormHandle' => $vendorDir . '/xaboy/form-builder/src/FormHandle.php', + 'FormBuilder\\Form\\ElmForm' => $vendorDir . '/xaboy/form-builder/src/Form/ElmForm.php', + 'FormBuilder\\Form\\IviewForm' => $vendorDir . '/xaboy/form-builder/src/Form/IviewForm.php', + 'FormBuilder\\Handle\\ElmFormHandle' => $vendorDir . '/xaboy/form-builder/src/Handle/ElmFormHandle.php', + 'FormBuilder\\Handle\\IviewFormHandle' => $vendorDir . '/xaboy/form-builder/src/Handle/IviewFormHandle.php', + 'FormBuilder\\Helper' => $vendorDir . '/xaboy/form-builder/src/Helper.php', + 'FormBuilder\\Json' => $vendorDir . '/xaboy/form-builder/src/Json.php', + 'FormBuilder\\Response' => $vendorDir . '/xaboy/form-builder/src/Response.php', + 'FormBuilder\\Rule\\BaseRule' => $vendorDir . '/xaboy/form-builder/src/Rule/BaseRule.php', + 'FormBuilder\\Rule\\CallPropsRule' => $vendorDir . '/xaboy/form-builder/src/Rule/CallPropsRule.php', + 'FormBuilder\\Rule\\ChildrenRule' => $vendorDir . '/xaboy/form-builder/src/Rule/ChildrenRule.php', + 'FormBuilder\\Rule\\ControlRule' => $vendorDir . '/xaboy/form-builder/src/Rule/ControlRule.php', + 'FormBuilder\\Rule\\EmitRule' => $vendorDir . '/xaboy/form-builder/src/Rule/EmitRule.php', + 'FormBuilder\\Rule\\OptionsRule' => $vendorDir . '/xaboy/form-builder/src/Rule/OptionsRule.php', + 'FormBuilder\\Rule\\PropsRule' => $vendorDir . '/xaboy/form-builder/src/Rule/PropsRule.php', + 'FormBuilder\\Rule\\ValidateRule' => $vendorDir . '/xaboy/form-builder/src/Rule/ValidateRule.php', + 'FormBuilder\\UI\\Elm\\Bootstrap' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Bootstrap.php', + 'FormBuilder\\UI\\Elm\\Components\\Button' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Button.php', + 'FormBuilder\\UI\\Elm\\Components\\Cascader' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Cascader.php', + 'FormBuilder\\UI\\Elm\\Components\\Checkbox' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Checkbox.php', + 'FormBuilder\\UI\\Elm\\Components\\ColorPicker' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/ColorPicker.php', + 'FormBuilder\\UI\\Elm\\Components\\DatePicker' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/DatePicker.php', + 'FormBuilder\\UI\\Elm\\Components\\Frame' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Frame.php', + 'FormBuilder\\UI\\Elm\\Components\\Group' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Group.php', + 'FormBuilder\\UI\\Elm\\Components\\Hidden' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Hidden.php', + 'FormBuilder\\UI\\Elm\\Components\\Input' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Input.php', + 'FormBuilder\\UI\\Elm\\Components\\InputNumber' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/InputNumber.php', + 'FormBuilder\\UI\\Elm\\Components\\Option' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Option.php', + 'FormBuilder\\UI\\Elm\\Components\\Popover' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Popover.php', + 'FormBuilder\\UI\\Elm\\Components\\Radio' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Radio.php', + 'FormBuilder\\UI\\Elm\\Components\\Rate' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Rate.php', + 'FormBuilder\\UI\\Elm\\Components\\Select' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Select.php', + 'FormBuilder\\UI\\Elm\\Components\\Slider' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Slider.php', + 'FormBuilder\\UI\\Elm\\Components\\Switches' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Switches.php', + 'FormBuilder\\UI\\Elm\\Components\\TimePicker' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/TimePicker.php', + 'FormBuilder\\UI\\Elm\\Components\\Tooltip' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Tooltip.php', + 'FormBuilder\\UI\\Elm\\Components\\Tree' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Tree.php', + 'FormBuilder\\UI\\Elm\\Components\\TreeData' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/TreeData.php', + 'FormBuilder\\UI\\Elm\\Components\\Upload' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Components/Upload.php', + 'FormBuilder\\UI\\Elm\\Config' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Config.php', + 'FormBuilder\\UI\\Elm\\Style\\Col' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Style/Col.php', + 'FormBuilder\\UI\\Elm\\Style\\FormStyle' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Style/FormStyle.php', + 'FormBuilder\\UI\\Elm\\Style\\Row' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Style/Row.php', + 'FormBuilder\\UI\\Elm\\Traits\\CascaderFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/CascaderFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\CheckBoxFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/CheckBoxFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\ColorPickerFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/ColorPickerFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\DatePickerFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/DatePickerFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\FormStyleFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/FormStyleFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\FrameFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/FrameFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\GroupFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/GroupFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\HiddenFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/HiddenFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\InputFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/InputFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\InputNumberFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/InputNumberFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\RadioFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/RadioFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\RateFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/RateFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\SelectFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/SelectFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\SliderFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/SliderFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\SwitchesFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/SwitchesFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\TimePickerFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/TimePickerFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\TreeFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/TreeFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\UploadFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/UploadFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\ValidateFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Traits/ValidateFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Validate' => $vendorDir . '/xaboy/form-builder/src/UI/Elm/Validate.php', + 'FormBuilder\\UI\\Iview\\Bootstrap' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Bootstrap.php', + 'FormBuilder\\UI\\Iview\\Components\\Button' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Button.php', + 'FormBuilder\\UI\\Iview\\Components\\Cascader' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Cascader.php', + 'FormBuilder\\UI\\Iview\\Components\\Checkbox' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Checkbox.php', + 'FormBuilder\\UI\\Iview\\Components\\ColorPicker' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/ColorPicker.php', + 'FormBuilder\\UI\\Iview\\Components\\DatePicker' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/DatePicker.php', + 'FormBuilder\\UI\\Iview\\Components\\Frame' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Frame.php', + 'FormBuilder\\UI\\Iview\\Components\\Group' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Group.php', + 'FormBuilder\\UI\\Iview\\Components\\Hidden' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Hidden.php', + 'FormBuilder\\UI\\Iview\\Components\\Input' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Input.php', + 'FormBuilder\\UI\\Iview\\Components\\InputNumber' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/InputNumber.php', + 'FormBuilder\\UI\\Iview\\Components\\Option' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Option.php', + 'FormBuilder\\UI\\Iview\\Components\\Poptip' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Poptip.php', + 'FormBuilder\\UI\\Iview\\Components\\Radio' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Radio.php', + 'FormBuilder\\UI\\Iview\\Components\\Rate' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Rate.php', + 'FormBuilder\\UI\\Iview\\Components\\Select' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Select.php', + 'FormBuilder\\UI\\Iview\\Components\\Slider' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Slider.php', + 'FormBuilder\\UI\\Iview\\Components\\Switches' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Switches.php', + 'FormBuilder\\UI\\Iview\\Components\\TimePicker' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/TimePicker.php', + 'FormBuilder\\UI\\Iview\\Components\\Tooltip' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Tooltip.php', + 'FormBuilder\\UI\\Iview\\Components\\Tree' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Tree.php', + 'FormBuilder\\UI\\Iview\\Components\\TreeData' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/TreeData.php', + 'FormBuilder\\UI\\Iview\\Components\\Upload' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Components/Upload.php', + 'FormBuilder\\UI\\Iview\\Config' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Config.php', + 'FormBuilder\\UI\\Iview\\Style\\Col' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Style/Col.php', + 'FormBuilder\\UI\\Iview\\Style\\FormStyle' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Style/FormStyle.php', + 'FormBuilder\\UI\\Iview\\Style\\Row' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Style/Row.php', + 'FormBuilder\\UI\\Iview\\Traits\\CascaderFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/CascaderFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\CheckBoxFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/CheckBoxFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\ColorPickerFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/ColorPickerFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\DatePickerFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/DatePickerFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\FormStyleFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/FormStyleFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\FrameFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/FrameFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\GroupFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/GroupFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\HiddenFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/HiddenFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\InputFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/InputFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\InputNumberFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/InputNumberFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\RadioFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/RadioFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\RateFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/RateFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\SelectFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/SelectFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\SliderFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/SliderFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\SwitchesFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/SwitchesFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\TimePickerFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/TimePickerFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\TreeFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/TreeFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\UploadFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/UploadFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\ValidateFactoryTrait' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Traits/ValidateFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Validate' => $vendorDir . '/xaboy/form-builder/src/UI/Iview/Validate.php', + 'FormBuilder\\Util' => $vendorDir . '/xaboy/form-builder/src/Util.php', + 'FormBuilder\\components\\Cascader' => $vendorDir . '/xaboy/form-builder/src/components/Cascader.php', + 'FormBuilder\\components\\Checkbox' => $vendorDir . '/xaboy/form-builder/src/components/Checkbox.php', + 'FormBuilder\\components\\Col' => $vendorDir . '/xaboy/form-builder/src/components/Col.php', + 'FormBuilder\\components\\ColorPicker' => $vendorDir . '/xaboy/form-builder/src/components/ColorPicker.php', + 'FormBuilder\\components\\DatePicker' => $vendorDir . '/xaboy/form-builder/src/components/DatePicker.php', + 'FormBuilder\\components\\FormStyle' => $vendorDir . '/xaboy/form-builder/src/components/FormStyle.php', + 'FormBuilder\\components\\Frame' => $vendorDir . '/xaboy/form-builder/src/components/Frame.php', + 'FormBuilder\\components\\Hidden' => $vendorDir . '/xaboy/form-builder/src/components/Hidden.php', + 'FormBuilder\\components\\Input' => $vendorDir . '/xaboy/form-builder/src/components/Input.php', + 'FormBuilder\\components\\InputNumber' => $vendorDir . '/xaboy/form-builder/src/components/InputNumber.php', + 'FormBuilder\\components\\Option' => $vendorDir . '/xaboy/form-builder/src/components/Option.php', + 'FormBuilder\\components\\Radio' => $vendorDir . '/xaboy/form-builder/src/components/Radio.php', + 'FormBuilder\\components\\Rate' => $vendorDir . '/xaboy/form-builder/src/components/Rate.php', + 'FormBuilder\\components\\Row' => $vendorDir . '/xaboy/form-builder/src/components/Row.php', + 'FormBuilder\\components\\Select' => $vendorDir . '/xaboy/form-builder/src/components/Select.php', + 'FormBuilder\\components\\Slider' => $vendorDir . '/xaboy/form-builder/src/components/Slider.php', + 'FormBuilder\\components\\Switches' => $vendorDir . '/xaboy/form-builder/src/components/Switches.php', + 'FormBuilder\\components\\TimePicker' => $vendorDir . '/xaboy/form-builder/src/components/TimePicker.php', + 'FormBuilder\\components\\Tree' => $vendorDir . '/xaboy/form-builder/src/components/Tree.php', + 'FormBuilder\\components\\TreeData' => $vendorDir . '/xaboy/form-builder/src/components/TreeData.php', + 'FormBuilder\\components\\Upload' => $vendorDir . '/xaboy/form-builder/src/components/Upload.php', + 'FormBuilder\\components\\Validate' => $vendorDir . '/xaboy/form-builder/src/components/Validate.php', + 'FormBuilder\\interfaces\\FormComponentInterFace' => $vendorDir . '/xaboy/form-builder/src/interfaces/FormComponentInterFace.php', + 'FormBuilder\\traits\\component\\CallPropsTrait' => $vendorDir . '/xaboy/form-builder/src/traits/component/CallPropsTrait.php', + 'FormBuilder\\traits\\component\\ComponentOptionsTrait' => $vendorDir . '/xaboy/form-builder/src/traits/component/ComponentOptionsTrait.php', + 'FormBuilder\\traits\\form\\FormCascaderTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormCascaderTrait.php', + 'FormBuilder\\traits\\form\\FormCheckBoxTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormCheckBoxTrait.php', + 'FormBuilder\\traits\\form\\FormColorPickerTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormColorPickerTrait.php', + 'FormBuilder\\traits\\form\\FormDatePickerTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormDatePickerTrait.php', + 'FormBuilder\\traits\\form\\FormFrameTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormFrameTrait.php', + 'FormBuilder\\traits\\form\\FormHiddenTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormHiddenTrait.php', + 'FormBuilder\\traits\\form\\FormInputNumberTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormInputNumberTrait.php', + 'FormBuilder\\traits\\form\\FormInputTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormInputTrait.php', + 'FormBuilder\\traits\\form\\FormOptionTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormOptionTrait.php', + 'FormBuilder\\traits\\form\\FormRadioTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormRadioTrait.php', + 'FormBuilder\\traits\\form\\FormRateTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormRateTrait.php', + 'FormBuilder\\traits\\form\\FormSelectTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormSelectTrait.php', + 'FormBuilder\\traits\\form\\FormSliderTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormSliderTrait.php', + 'FormBuilder\\traits\\form\\FormStyleTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormStyleTrait.php', + 'FormBuilder\\traits\\form\\FormSwitchesTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormSwitchesTrait.php', + 'FormBuilder\\traits\\form\\FormTimePickerTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormTimePickerTrait.php', + 'FormBuilder\\traits\\form\\FormTreeTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormTreeTrait.php', + 'FormBuilder\\traits\\form\\FormUploadTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormUploadTrait.php', + 'FormBuilder\\traits\\form\\FormValidateTrait' => $vendorDir . '/xaboy/form-builder/src/traits/form/FormValidateTrait.php', + 'GPBMetadata\\ApiCore\\Testing\\Mocks' => $vendorDir . '/google/gax/metadata/ApiCore/Testing/Mocks.php', + 'GPBMetadata\\Google\\Api\\Annotations' => $vendorDir . '/google/common-protos/metadata/Api/Annotations.php', + 'GPBMetadata\\Google\\Api\\Auth' => $vendorDir . '/google/common-protos/metadata/Api/Auth.php', + 'GPBMetadata\\Google\\Api\\Backend' => $vendorDir . '/google/common-protos/metadata/Api/Backend.php', + 'GPBMetadata\\Google\\Api\\Billing' => $vendorDir . '/google/common-protos/metadata/Api/Billing.php', + 'GPBMetadata\\Google\\Api\\Client' => $vendorDir . '/google/common-protos/metadata/Api/Client.php', + 'GPBMetadata\\Google\\Api\\ConfigChange' => $vendorDir . '/google/common-protos/metadata/Api/ConfigChange.php', + 'GPBMetadata\\Google\\Api\\Consumer' => $vendorDir . '/google/common-protos/metadata/Api/Consumer.php', + 'GPBMetadata\\Google\\Api\\Context' => $vendorDir . '/google/common-protos/metadata/Api/Context.php', + 'GPBMetadata\\Google\\Api\\Control' => $vendorDir . '/google/common-protos/metadata/Api/Control.php', + 'GPBMetadata\\Google\\Api\\Distribution' => $vendorDir . '/google/common-protos/metadata/Api/Distribution.php', + 'GPBMetadata\\Google\\Api\\Documentation' => $vendorDir . '/google/common-protos/metadata/Api/Documentation.php', + 'GPBMetadata\\Google\\Api\\Endpoint' => $vendorDir . '/google/common-protos/metadata/Api/Endpoint.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\CelService' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/CelService.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Checked' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Checked.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\ConformanceService' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/ConformanceService.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Explain' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Explain.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\PBEval' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/PBEval.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Syntax' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Syntax.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Value' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Value.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Decl' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/Decl.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Expr' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/Expr.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\PBEval' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/PBEval.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Source' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/Source.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Value' => $vendorDir . '/google/common-protos/metadata/Api/Expr/V1Beta1/Value.php', + 'GPBMetadata\\Google\\Api\\FieldBehavior' => $vendorDir . '/google/common-protos/metadata/Api/FieldBehavior.php', + 'GPBMetadata\\Google\\Api\\Http' => $vendorDir . '/google/common-protos/metadata/Api/Http.php', + 'GPBMetadata\\Google\\Api\\Httpbody' => $vendorDir . '/google/common-protos/metadata/Api/Httpbody.php', + 'GPBMetadata\\Google\\Api\\Label' => $vendorDir . '/google/common-protos/metadata/Api/Label.php', + 'GPBMetadata\\Google\\Api\\LaunchStage' => $vendorDir . '/google/common-protos/metadata/Api/LaunchStage.php', + 'GPBMetadata\\Google\\Api\\Log' => $vendorDir . '/google/common-protos/metadata/Api/Log.php', + 'GPBMetadata\\Google\\Api\\Logging' => $vendorDir . '/google/common-protos/metadata/Api/Logging.php', + 'GPBMetadata\\Google\\Api\\Metric' => $vendorDir . '/google/common-protos/metadata/Api/Metric.php', + 'GPBMetadata\\Google\\Api\\MonitoredResource' => $vendorDir . '/google/common-protos/metadata/Api/MonitoredResource.php', + 'GPBMetadata\\Google\\Api\\Monitoring' => $vendorDir . '/google/common-protos/metadata/Api/Monitoring.php', + 'GPBMetadata\\Google\\Api\\Quota' => $vendorDir . '/google/common-protos/metadata/Api/Quota.php', + 'GPBMetadata\\Google\\Api\\Resource' => $vendorDir . '/google/common-protos/metadata/Api/Resource.php', + 'GPBMetadata\\Google\\Api\\Routing' => $vendorDir . '/google/common-protos/metadata/Api/Routing.php', + 'GPBMetadata\\Google\\Api\\Service' => $vendorDir . '/google/common-protos/metadata/Api/Service.php', + 'GPBMetadata\\Google\\Api\\SourceInfo' => $vendorDir . '/google/common-protos/metadata/Api/SourceInfo.php', + 'GPBMetadata\\Google\\Api\\SystemParameter' => $vendorDir . '/google/common-protos/metadata/Api/SystemParameter.php', + 'GPBMetadata\\Google\\Api\\Usage' => $vendorDir . '/google/common-protos/metadata/Api/Usage.php', + 'GPBMetadata\\Google\\Cloud\\ExtendedOperations' => $vendorDir . '/google/common-protos/metadata/Cloud/ExtendedOperations.php', + 'GPBMetadata\\Google\\Cloud\\Location\\Locations' => $vendorDir . '/google/common-protos/metadata/Cloud/Location/Locations.php', + 'GPBMetadata\\Google\\Iam\\V1\\IamPolicy' => $vendorDir . '/google/common-protos/metadata/Iam/V1/IamPolicy.php', + 'GPBMetadata\\Google\\Iam\\V1\\Logging\\AuditData' => $vendorDir . '/google/common-protos/metadata/Iam/V1/Logging/AuditData.php', + 'GPBMetadata\\Google\\Iam\\V1\\Options' => $vendorDir . '/google/common-protos/metadata/Iam/V1/Options.php', + 'GPBMetadata\\Google\\Iam\\V1\\Policy' => $vendorDir . '/google/common-protos/metadata/Iam/V1/Policy.php', + 'GPBMetadata\\Google\\Logging\\Type\\HttpRequest' => $vendorDir . '/google/common-protos/metadata/Logging/Type/HttpRequest.php', + 'GPBMetadata\\Google\\Logging\\Type\\LogSeverity' => $vendorDir . '/google/common-protos/metadata/Logging/Type/LogSeverity.php', + 'GPBMetadata\\Google\\Longrunning\\Operations' => $vendorDir . '/google/longrunning/metadata/Longrunning/Operations.php', + 'GPBMetadata\\Google\\Protobuf\\Any' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php', + 'GPBMetadata\\Google\\Protobuf\\Api' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php', + 'GPBMetadata\\Google\\Protobuf\\Duration' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php', + 'GPBMetadata\\Google\\Protobuf\\FieldMask' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php', + 'GPBMetadata\\Google\\Protobuf\\GPBEmpty' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php', + 'GPBMetadata\\Google\\Protobuf\\Internal\\Descriptor' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php', + 'GPBMetadata\\Google\\Protobuf\\SourceContext' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php', + 'GPBMetadata\\Google\\Protobuf\\Struct' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php', + 'GPBMetadata\\Google\\Protobuf\\Timestamp' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php', + 'GPBMetadata\\Google\\Protobuf\\Type' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php', + 'GPBMetadata\\Google\\Protobuf\\Wrappers' => $vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php', + 'GPBMetadata\\Google\\Rpc\\Code' => $vendorDir . '/google/common-protos/metadata/Rpc/Code.php', + 'GPBMetadata\\Google\\Rpc\\ErrorDetails' => $vendorDir . '/google/common-protos/metadata/Rpc/ErrorDetails.php', + 'GPBMetadata\\Google\\Rpc\\Status' => $vendorDir . '/google/common-protos/metadata/Rpc/Status.php', + 'GPBMetadata\\Google\\Type\\CalendarPeriod' => $vendorDir . '/google/common-protos/metadata/Type/CalendarPeriod.php', + 'GPBMetadata\\Google\\Type\\Color' => $vendorDir . '/google/common-protos/metadata/Type/Color.php', + 'GPBMetadata\\Google\\Type\\Date' => $vendorDir . '/google/common-protos/metadata/Type/Date.php', + 'GPBMetadata\\Google\\Type\\Datetime' => $vendorDir . '/google/common-protos/metadata/Type/Datetime.php', + 'GPBMetadata\\Google\\Type\\Dayofweek' => $vendorDir . '/google/common-protos/metadata/Type/Dayofweek.php', + 'GPBMetadata\\Google\\Type\\Expr' => $vendorDir . '/google/common-protos/metadata/Type/Expr.php', + 'GPBMetadata\\Google\\Type\\Fraction' => $vendorDir . '/google/common-protos/metadata/Type/Fraction.php', + 'GPBMetadata\\Google\\Type\\Interval' => $vendorDir . '/google/common-protos/metadata/Type/Interval.php', + 'GPBMetadata\\Google\\Type\\Latlng' => $vendorDir . '/google/common-protos/metadata/Type/Latlng.php', + 'GPBMetadata\\Google\\Type\\Money' => $vendorDir . '/google/common-protos/metadata/Type/Money.php', + 'GPBMetadata\\Google\\Type\\Month' => $vendorDir . '/google/common-protos/metadata/Type/Month.php', + 'GPBMetadata\\Google\\Type\\PostalAddress' => $vendorDir . '/google/common-protos/metadata/Type/PostalAddress.php', + 'GPBMetadata\\Google\\Type\\Quaternion' => $vendorDir . '/google/common-protos/metadata/Type/Quaternion.php', + 'GPBMetadata\\Google\\Type\\Timeofday' => $vendorDir . '/google/common-protos/metadata/Type/Timeofday.php', 'GPBMetadata\\GrpcGcp' => $vendorDir . '/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php', + 'Godruoyi\\Snowflake\\LaravelSequenceResolver' => $vendorDir . '/godruoyi/php-snowflake/src/LaravelSequenceResolver.php', + 'Godruoyi\\Snowflake\\RandomSequenceResolver' => $vendorDir . '/godruoyi/php-snowflake/src/RandomSequenceResolver.php', + 'Godruoyi\\Snowflake\\RedisSequenceResolver' => $vendorDir . '/godruoyi/php-snowflake/src/RedisSequenceResolver.php', + 'Godruoyi\\Snowflake\\SequenceResolver' => $vendorDir . '/godruoyi/php-snowflake/src/SequenceResolver.php', + 'Godruoyi\\Snowflake\\Snowflake' => $vendorDir . '/godruoyi/php-snowflake/src/Snowflake.php', + 'Godruoyi\\Snowflake\\SwooleSequenceResolver' => $vendorDir . '/godruoyi/php-snowflake/src/SwooleSequenceResolver.php', + 'Google\\ApiCore\\AgentHeader' => $vendorDir . '/google/gax/src/AgentHeader.php', + 'Google\\ApiCore\\ApiException' => $vendorDir . '/google/gax/src/ApiException.php', + 'Google\\ApiCore\\ApiStatus' => $vendorDir . '/google/gax/src/ApiStatus.php', + 'Google\\ApiCore\\ArrayTrait' => $vendorDir . '/google/gax/src/ArrayTrait.php', + 'Google\\ApiCore\\BidiStream' => $vendorDir . '/google/gax/src/BidiStream.php', + 'Google\\ApiCore\\Call' => $vendorDir . '/google/gax/src/Call.php', + 'Google\\ApiCore\\ClientStream' => $vendorDir . '/google/gax/src/ClientStream.php', + 'Google\\ApiCore\\CredentialsWrapper' => $vendorDir . '/google/gax/src/CredentialsWrapper.php', + 'Google\\ApiCore\\FixedSizeCollection' => $vendorDir . '/google/gax/src/FixedSizeCollection.php', + 'Google\\ApiCore\\GPBLabel' => $vendorDir . '/google/gax/src/GPBLabel.php', + 'Google\\ApiCore\\GPBType' => $vendorDir . '/google/gax/src/GPBType.php', + 'Google\\ApiCore\\GapicClientTrait' => $vendorDir . '/google/gax/src/GapicClientTrait.php', + 'Google\\ApiCore\\GrpcSupportTrait' => $vendorDir . '/google/gax/src/GrpcSupportTrait.php', + 'Google\\ApiCore\\LongRunning\\Gapic\\OperationsGapicClient' => $vendorDir . '/google/longrunning/src/ApiCore/LongRunning/Gapic/OperationsGapicClient.php', + 'Google\\ApiCore\\LongRunning\\OperationsClient' => $vendorDir . '/google/longrunning/src/ApiCore/LongRunning/OperationsClient.php', + 'Google\\ApiCore\\Middleware\\CredentialsWrapperMiddleware' => $vendorDir . '/google/gax/src/Middleware/CredentialsWrapperMiddleware.php', + 'Google\\ApiCore\\Middleware\\FixedHeaderMiddleware' => $vendorDir . '/google/gax/src/Middleware/FixedHeaderMiddleware.php', + 'Google\\ApiCore\\Middleware\\OperationsMiddleware' => $vendorDir . '/google/gax/src/Middleware/OperationsMiddleware.php', + 'Google\\ApiCore\\Middleware\\OptionsFilterMiddleware' => $vendorDir . '/google/gax/src/Middleware/OptionsFilterMiddleware.php', + 'Google\\ApiCore\\Middleware\\PagedMiddleware' => $vendorDir . '/google/gax/src/Middleware/PagedMiddleware.php', + 'Google\\ApiCore\\Middleware\\ResponseMetadataMiddleware' => $vendorDir . '/google/gax/src/Middleware/ResponseMetadataMiddleware.php', + 'Google\\ApiCore\\Middleware\\RetryMiddleware' => $vendorDir . '/google/gax/src/Middleware/RetryMiddleware.php', + 'Google\\ApiCore\\OperationResponse' => $vendorDir . '/google/gax/src/OperationResponse.php', + 'Google\\ApiCore\\Page' => $vendorDir . '/google/gax/src/Page.php', + 'Google\\ApiCore\\PageStreamingDescriptor' => $vendorDir . '/google/gax/src/PageStreamingDescriptor.php', + 'Google\\ApiCore\\PagedListResponse' => $vendorDir . '/google/gax/src/PagedListResponse.php', + 'Google\\ApiCore\\PathTemplate' => $vendorDir . '/google/gax/src/PathTemplate.php', + 'Google\\ApiCore\\PollingTrait' => $vendorDir . '/google/gax/src/PollingTrait.php', + 'Google\\ApiCore\\RequestBuilder' => $vendorDir . '/google/gax/src/RequestBuilder.php', + 'Google\\ApiCore\\RequestParamsHeaderDescriptor' => $vendorDir . '/google/gax/src/RequestParamsHeaderDescriptor.php', + 'Google\\ApiCore\\ResourceTemplate\\AbsoluteResourceTemplate' => $vendorDir . '/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php', + 'Google\\ApiCore\\ResourceTemplate\\Parser' => $vendorDir . '/google/gax/src/ResourceTemplate/Parser.php', + 'Google\\ApiCore\\ResourceTemplate\\RelativeResourceTemplate' => $vendorDir . '/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php', + 'Google\\ApiCore\\ResourceTemplate\\ResourceTemplateInterface' => $vendorDir . '/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php', + 'Google\\ApiCore\\ResourceTemplate\\Segment' => $vendorDir . '/google/gax/src/ResourceTemplate/Segment.php', + 'Google\\ApiCore\\RetrySettings' => $vendorDir . '/google/gax/src/RetrySettings.php', + 'Google\\ApiCore\\Serializer' => $vendorDir . '/google/gax/src/Serializer.php', + 'Google\\ApiCore\\ServerStream' => $vendorDir . '/google/gax/src/ServerStream.php', + 'Google\\ApiCore\\ServerStreamingCallInterface' => $vendorDir . '/google/gax/src/ServerStreamingCallInterface.php', + 'Google\\ApiCore\\ServiceAddressTrait' => $vendorDir . '/google/gax/src/ServiceAddressTrait.php', + 'Google\\ApiCore\\Testing\\GeneratedTest' => $vendorDir . '/google/gax/src/Testing/GeneratedTest.php', + 'Google\\ApiCore\\Testing\\MessageAwareArrayComparator' => $vendorDir . '/google/gax/src/Testing/MessageAwareArrayComparator.php', + 'Google\\ApiCore\\Testing\\MessageAwareExporter' => $vendorDir . '/google/gax/src/Testing/MessageAwareExporter.php', + 'Google\\ApiCore\\Testing\\MockBidiStreamingCall' => $vendorDir . '/google/gax/src/Testing/MockBidiStreamingCall.php', + 'Google\\ApiCore\\Testing\\MockClientStreamingCall' => $vendorDir . '/google/gax/src/Testing/MockClientStreamingCall.php', + 'Google\\ApiCore\\Testing\\MockGrpcTransport' => $vendorDir . '/google/gax/src/Testing/MockGrpcTransport.php', + 'Google\\ApiCore\\Testing\\MockRequest' => $vendorDir . '/google/gax/src/Testing/MockRequest.php', + 'Google\\ApiCore\\Testing\\MockRequestBody' => $vendorDir . '/google/gax/src/Testing/MockRequestBody.php', + 'Google\\ApiCore\\Testing\\MockResponse' => $vendorDir . '/google/gax/src/Testing/MockResponse.php', + 'Google\\ApiCore\\Testing\\MockServerStreamingCall' => $vendorDir . '/google/gax/src/Testing/MockServerStreamingCall.php', + 'Google\\ApiCore\\Testing\\MockStatus' => $vendorDir . '/google/gax/src/Testing/MockStatus.php', + 'Google\\ApiCore\\Testing\\MockStubTrait' => $vendorDir . '/google/gax/src/Testing/MockStubTrait.php', + 'Google\\ApiCore\\Testing\\MockTransport' => $vendorDir . '/google/gax/src/Testing/MockTransport.php', + 'Google\\ApiCore\\Testing\\MockUnaryCall' => $vendorDir . '/google/gax/src/Testing/MockUnaryCall.php', + 'Google\\ApiCore\\Testing\\ProtobufGPBEmptyComparator' => $vendorDir . '/google/gax/src/Testing/ProtobufGPBEmptyComparator.php', + 'Google\\ApiCore\\Testing\\ProtobufMessageComparator' => $vendorDir . '/google/gax/src/Testing/ProtobufMessageComparator.php', + 'Google\\ApiCore\\Testing\\ReceivedRequest' => $vendorDir . '/google/gax/src/Testing/ReceivedRequest.php', + 'Google\\ApiCore\\Testing\\SerializationTrait' => $vendorDir . '/google/gax/src/Testing/SerializationTrait.php', + 'Google\\ApiCore\\Transport\\GrpcFallbackTransport' => $vendorDir . '/google/gax/src/Transport/GrpcFallbackTransport.php', + 'Google\\ApiCore\\Transport\\GrpcTransport' => $vendorDir . '/google/gax/src/Transport/GrpcTransport.php', + 'Google\\ApiCore\\Transport\\Grpc\\ForwardingCall' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingCall.php', + 'Google\\ApiCore\\Transport\\Grpc\\ForwardingServerStreamingCall' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingServerStreamingCall.php', + 'Google\\ApiCore\\Transport\\Grpc\\ForwardingUnaryCall' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php', + 'Google\\ApiCore\\Transport\\Grpc\\ServerStreamingCallWrapper' => $vendorDir . '/google/gax/src/Transport/Grpc/ServerStreamingCallWrapper.php', + 'Google\\ApiCore\\Transport\\Grpc\\UnaryInterceptorInterface' => $vendorDir . '/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php', + 'Google\\ApiCore\\Transport\\HttpUnaryTransportTrait' => $vendorDir . '/google/gax/src/Transport/HttpUnaryTransportTrait.php', + 'Google\\ApiCore\\Transport\\RestTransport' => $vendorDir . '/google/gax/src/Transport/RestTransport.php', + 'Google\\ApiCore\\Transport\\Rest\\JsonStreamDecoder' => $vendorDir . '/google/gax/src/Transport/Rest/JsonStreamDecoder.php', + 'Google\\ApiCore\\Transport\\Rest\\RestServerStreamingCall' => $vendorDir . '/google/gax/src/Transport/Rest/RestServerStreamingCall.php', + 'Google\\ApiCore\\Transport\\TransportInterface' => $vendorDir . '/google/gax/src/Transport/TransportInterface.php', + 'Google\\ApiCore\\UriTrait' => $vendorDir . '/google/gax/src/UriTrait.php', + 'Google\\ApiCore\\ValidationException' => $vendorDir . '/google/gax/src/ValidationException.php', + 'Google\\ApiCore\\ValidationTrait' => $vendorDir . '/google/gax/src/ValidationTrait.php', + 'Google\\ApiCore\\Version' => $vendorDir . '/google/gax/src/Version.php', + 'Google\\Api\\Advice' => $vendorDir . '/google/common-protos/src/Api/Advice.php', + 'Google\\Api\\AuthProvider' => $vendorDir . '/google/common-protos/src/Api/AuthProvider.php', + 'Google\\Api\\AuthRequirement' => $vendorDir . '/google/common-protos/src/Api/AuthRequirement.php', + 'Google\\Api\\Authentication' => $vendorDir . '/google/common-protos/src/Api/Authentication.php', + 'Google\\Api\\AuthenticationRule' => $vendorDir . '/google/common-protos/src/Api/AuthenticationRule.php', + 'Google\\Api\\Backend' => $vendorDir . '/google/common-protos/src/Api/Backend.php', + 'Google\\Api\\BackendRule' => $vendorDir . '/google/common-protos/src/Api/BackendRule.php', + 'Google\\Api\\BackendRule\\PathTranslation' => $vendorDir . '/google/common-protos/src/Api/BackendRule/PathTranslation.php', + 'Google\\Api\\BackendRule_PathTranslation' => $vendorDir . '/google/common-protos/src/Api/BackendRule_PathTranslation.php', + 'Google\\Api\\Billing' => $vendorDir . '/google/common-protos/src/Api/Billing.php', + 'Google\\Api\\Billing\\BillingDestination' => $vendorDir . '/google/common-protos/src/Api/Billing/BillingDestination.php', + 'Google\\Api\\Billing_BillingDestination' => $vendorDir . '/google/common-protos/src/Api/Billing_BillingDestination.php', + 'Google\\Api\\ChangeType' => $vendorDir . '/google/common-protos/src/Api/ChangeType.php', + 'Google\\Api\\ConfigChange' => $vendorDir . '/google/common-protos/src/Api/ConfigChange.php', + 'Google\\Api\\Context' => $vendorDir . '/google/common-protos/src/Api/Context.php', + 'Google\\Api\\ContextRule' => $vendorDir . '/google/common-protos/src/Api/ContextRule.php', + 'Google\\Api\\Control' => $vendorDir . '/google/common-protos/src/Api/Control.php', + 'Google\\Api\\CustomHttpPattern' => $vendorDir . '/google/common-protos/src/Api/CustomHttpPattern.php', + 'Google\\Api\\Distribution' => $vendorDir . '/google/common-protos/src/Api/Distribution.php', + 'Google\\Api\\Distribution\\BucketOptions' => $vendorDir . '/google/common-protos/src/Api/Distribution/BucketOptions.php', + 'Google\\Api\\Distribution\\BucketOptions\\Explicit' => $vendorDir . '/google/common-protos/src/Api/Distribution/BucketOptions/Explicit.php', + 'Google\\Api\\Distribution\\BucketOptions\\Exponential' => $vendorDir . '/google/common-protos/src/Api/Distribution/BucketOptions/Exponential.php', + 'Google\\Api\\Distribution\\BucketOptions\\Linear' => $vendorDir . '/google/common-protos/src/Api/Distribution/BucketOptions/Linear.php', + 'Google\\Api\\Distribution\\Exemplar' => $vendorDir . '/google/common-protos/src/Api/Distribution/Exemplar.php', + 'Google\\Api\\Distribution\\Range' => $vendorDir . '/google/common-protos/src/Api/Distribution/Range.php', + 'Google\\Api\\Distribution_BucketOptions' => $vendorDir . '/google/common-protos/src/Api/Distribution_BucketOptions.php', + 'Google\\Api\\Distribution_BucketOptions_Explicit' => $vendorDir . '/google/common-protos/src/Api/Distribution_BucketOptions_Explicit.php', + 'Google\\Api\\Distribution_BucketOptions_Exponential' => $vendorDir . '/google/common-protos/src/Api/Distribution_BucketOptions_Exponential.php', + 'Google\\Api\\Distribution_BucketOptions_Linear' => $vendorDir . '/google/common-protos/src/Api/Distribution_BucketOptions_Linear.php', + 'Google\\Api\\Distribution_Exemplar' => $vendorDir . '/google/common-protos/src/Api/Distribution_Exemplar.php', + 'Google\\Api\\Distribution_Range' => $vendorDir . '/google/common-protos/src/Api/Distribution_Range.php', + 'Google\\Api\\Documentation' => $vendorDir . '/google/common-protos/src/Api/Documentation.php', + 'Google\\Api\\DocumentationRule' => $vendorDir . '/google/common-protos/src/Api/DocumentationRule.php', + 'Google\\Api\\Endpoint' => $vendorDir . '/google/common-protos/src/Api/Endpoint.php', + 'Google\\Api\\Expr\\V1alpha1\\CheckRequest' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/CheckRequest.php', + 'Google\\Api\\Expr\\V1alpha1\\CheckResponse' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/CheckResponse.php', + 'Google\\Api\\Expr\\V1alpha1\\CheckedExpr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/CheckedExpr.php', + 'Google\\Api\\Expr\\V1alpha1\\Constant' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Constant.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl\\FunctionDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/FunctionDecl.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl\\FunctionDecl\\Overload' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/FunctionDecl/Overload.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl\\IdentDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/IdentDecl.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl_FunctionDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_FunctionDecl.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl_FunctionDecl_Overload' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_FunctionDecl_Overload.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl_IdentDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_IdentDecl.php', + 'Google\\Api\\Expr\\V1alpha1\\EnumValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EnumValue.php', + 'Google\\Api\\Expr\\V1alpha1\\ErrorSet' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ErrorSet.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalRequest' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalRequest.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalResponse' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalResponse.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalState' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalState\\Result' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState/Result.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalState_Result' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState_Result.php', + 'Google\\Api\\Expr\\V1alpha1\\Explain' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Explain.php', + 'Google\\Api\\Expr\\V1alpha1\\Explain\\ExprStep' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Explain/ExprStep.php', + 'Google\\Api\\Expr\\V1alpha1\\Explain_ExprStep' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Explain_ExprStep.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr.php', + 'Google\\Api\\Expr\\V1alpha1\\ExprValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ExprValue.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\Call' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Call.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\Comprehension' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Comprehension.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateList' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateList.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateStruct' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateStruct.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateStruct\\Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateStruct/Entry.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\Ident' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Ident.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\Select' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Select.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_Call' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Call.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_Comprehension' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Comprehension.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_CreateList' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateList.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_CreateStruct' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateStruct.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_CreateStruct_Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateStruct_Entry.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_Ident' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Ident.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_Select' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Select.php', + 'Google\\Api\\Expr\\V1alpha1\\IssueDetails' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails.php', + 'Google\\Api\\Expr\\V1alpha1\\IssueDetails\\Severity' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails/Severity.php', + 'Google\\Api\\Expr\\V1alpha1\\IssueDetails_Severity' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails_Severity.php', + 'Google\\Api\\Expr\\V1alpha1\\ListValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ListValue.php', + 'Google\\Api\\Expr\\V1alpha1\\MapValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue.php', + 'Google\\Api\\Expr\\V1alpha1\\MapValue\\Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue/Entry.php', + 'Google\\Api\\Expr\\V1alpha1\\MapValue_Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue_Entry.php', + 'Google\\Api\\Expr\\V1alpha1\\ParseRequest' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ParseRequest.php', + 'Google\\Api\\Expr\\V1alpha1\\ParseResponse' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ParseResponse.php', + 'Google\\Api\\Expr\\V1alpha1\\ParsedExpr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/ParsedExpr.php', + 'Google\\Api\\Expr\\V1alpha1\\Reference' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Reference.php', + 'Google\\Api\\Expr\\V1alpha1\\SourceInfo' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/SourceInfo.php', + 'Google\\Api\\Expr\\V1alpha1\\SourcePosition' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/SourcePosition.php', + 'Google\\Api\\Expr\\V1alpha1\\Type' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\AbstractType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/AbstractType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\FunctionType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/FunctionType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\ListType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/ListType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\MapType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/MapType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\PrimitiveType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/PrimitiveType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\WellKnownType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type/WellKnownType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_AbstractType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_AbstractType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_FunctionType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_FunctionType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_ListType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_ListType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_MapType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_MapType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_PrimitiveType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_PrimitiveType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_WellKnownType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Type_WellKnownType.php', + 'Google\\Api\\Expr\\V1alpha1\\UnknownSet' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/UnknownSet.php', + 'Google\\Api\\Expr\\V1alpha1\\Value' => $vendorDir . '/google/common-protos/src/Api/Expr/V1alpha1/Value.php', + 'Google\\Api\\Expr\\V1beta1\\Decl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Decl.php', + 'Google\\Api\\Expr\\V1beta1\\DeclType' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/DeclType.php', + 'Google\\Api\\Expr\\V1beta1\\EnumValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/EnumValue.php', + 'Google\\Api\\Expr\\V1beta1\\ErrorSet' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/ErrorSet.php', + 'Google\\Api\\Expr\\V1beta1\\EvalState' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/EvalState.php', + 'Google\\Api\\Expr\\V1beta1\\EvalState\\Result' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/EvalState/Result.php', + 'Google\\Api\\Expr\\V1beta1\\EvalState_Result' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/EvalState_Result.php', + 'Google\\Api\\Expr\\V1beta1\\Expr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr.php', + 'Google\\Api\\Expr\\V1beta1\\ExprValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/ExprValue.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\Call' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Call.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\Comprehension' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Comprehension.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\CreateList' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateList.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\CreateStruct' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateStruct.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\CreateStruct\\Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateStruct/Entry.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\Ident' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Ident.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\Select' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Select.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_Call' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Call.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_Comprehension' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Comprehension.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_CreateList' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateList.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_CreateStruct' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateStruct.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_CreateStruct_Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateStruct_Entry.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_Ident' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Ident.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_Select' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Select.php', + 'Google\\Api\\Expr\\V1beta1\\FunctionDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/FunctionDecl.php', + 'Google\\Api\\Expr\\V1beta1\\IdRef' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/IdRef.php', + 'Google\\Api\\Expr\\V1beta1\\IdentDecl' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/IdentDecl.php', + 'Google\\Api\\Expr\\V1beta1\\ListValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/ListValue.php', + 'Google\\Api\\Expr\\V1beta1\\Literal' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Literal.php', + 'Google\\Api\\Expr\\V1beta1\\MapValue' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/MapValue.php', + 'Google\\Api\\Expr\\V1beta1\\MapValue\\Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/MapValue/Entry.php', + 'Google\\Api\\Expr\\V1beta1\\MapValue_Entry' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/MapValue_Entry.php', + 'Google\\Api\\Expr\\V1beta1\\ParsedExpr' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/ParsedExpr.php', + 'Google\\Api\\Expr\\V1beta1\\SourceInfo' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/SourceInfo.php', + 'Google\\Api\\Expr\\V1beta1\\SourcePosition' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/SourcePosition.php', + 'Google\\Api\\Expr\\V1beta1\\UnknownSet' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/UnknownSet.php', + 'Google\\Api\\Expr\\V1beta1\\Value' => $vendorDir . '/google/common-protos/src/Api/Expr/V1beta1/Value.php', + 'Google\\Api\\FieldBehavior' => $vendorDir . '/google/common-protos/src/Api/FieldBehavior.php', + 'Google\\Api\\Http' => $vendorDir . '/google/common-protos/src/Api/Http.php', + 'Google\\Api\\HttpBody' => $vendorDir . '/google/common-protos/src/Api/HttpBody.php', + 'Google\\Api\\HttpRule' => $vendorDir . '/google/common-protos/src/Api/HttpRule.php', + 'Google\\Api\\LabelDescriptor' => $vendorDir . '/google/common-protos/src/Api/LabelDescriptor.php', + 'Google\\Api\\LabelDescriptor\\ValueType' => $vendorDir . '/google/common-protos/src/Api/LabelDescriptor/ValueType.php', + 'Google\\Api\\LabelDescriptor_ValueType' => $vendorDir . '/google/common-protos/src/Api/LabelDescriptor_ValueType.php', + 'Google\\Api\\LaunchStage' => $vendorDir . '/google/common-protos/src/Api/LaunchStage.php', + 'Google\\Api\\LogDescriptor' => $vendorDir . '/google/common-protos/src/Api/LogDescriptor.php', + 'Google\\Api\\Logging' => $vendorDir . '/google/common-protos/src/Api/Logging.php', + 'Google\\Api\\Logging\\LoggingDestination' => $vendorDir . '/google/common-protos/src/Api/Logging/LoggingDestination.php', + 'Google\\Api\\Logging_LoggingDestination' => $vendorDir . '/google/common-protos/src/Api/Logging_LoggingDestination.php', + 'Google\\Api\\Metric' => $vendorDir . '/google/common-protos/src/Api/Metric.php', + 'Google\\Api\\MetricDescriptor' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor.php', + 'Google\\Api\\MetricDescriptor\\MetricDescriptorMetadata' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor/MetricDescriptorMetadata.php', + 'Google\\Api\\MetricDescriptor\\MetricKind' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor/MetricKind.php', + 'Google\\Api\\MetricDescriptor\\ValueType' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor/ValueType.php', + 'Google\\Api\\MetricDescriptor_MetricDescriptorMetadata' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor_MetricDescriptorMetadata.php', + 'Google\\Api\\MetricDescriptor_MetricKind' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor_MetricKind.php', + 'Google\\Api\\MetricDescriptor_ValueType' => $vendorDir . '/google/common-protos/src/Api/MetricDescriptor_ValueType.php', + 'Google\\Api\\MetricRule' => $vendorDir . '/google/common-protos/src/Api/MetricRule.php', + 'Google\\Api\\MonitoredResource' => $vendorDir . '/google/common-protos/src/Api/MonitoredResource.php', + 'Google\\Api\\MonitoredResourceDescriptor' => $vendorDir . '/google/common-protos/src/Api/MonitoredResourceDescriptor.php', + 'Google\\Api\\MonitoredResourceMetadata' => $vendorDir . '/google/common-protos/src/Api/MonitoredResourceMetadata.php', + 'Google\\Api\\Monitoring' => $vendorDir . '/google/common-protos/src/Api/Monitoring.php', + 'Google\\Api\\Monitoring\\MonitoringDestination' => $vendorDir . '/google/common-protos/src/Api/Monitoring/MonitoringDestination.php', + 'Google\\Api\\Monitoring_MonitoringDestination' => $vendorDir . '/google/common-protos/src/Api/Monitoring_MonitoringDestination.php', + 'Google\\Api\\OAuthRequirements' => $vendorDir . '/google/common-protos/src/Api/OAuthRequirements.php', + 'Google\\Api\\Page' => $vendorDir . '/google/common-protos/src/Api/Page.php', + 'Google\\Api\\ProjectProperties' => $vendorDir . '/google/common-protos/src/Api/ProjectProperties.php', + 'Google\\Api\\Property' => $vendorDir . '/google/common-protos/src/Api/Property.php', + 'Google\\Api\\Property\\PropertyType' => $vendorDir . '/google/common-protos/src/Api/Property/PropertyType.php', + 'Google\\Api\\Property_PropertyType' => $vendorDir . '/google/common-protos/src/Api/Property_PropertyType.php', + 'Google\\Api\\Quota' => $vendorDir . '/google/common-protos/src/Api/Quota.php', + 'Google\\Api\\QuotaLimit' => $vendorDir . '/google/common-protos/src/Api/QuotaLimit.php', + 'Google\\Api\\ResourceDescriptor' => $vendorDir . '/google/common-protos/src/Api/ResourceDescriptor.php', + 'Google\\Api\\ResourceDescriptor\\History' => $vendorDir . '/google/common-protos/src/Api/ResourceDescriptor/History.php', + 'Google\\Api\\ResourceDescriptor_History' => $vendorDir . '/google/common-protos/src/Api/ResourceDescriptor_History.php', + 'Google\\Api\\ResourceReference' => $vendorDir . '/google/common-protos/src/Api/ResourceReference.php', + 'Google\\Api\\RoutingParameter' => $vendorDir . '/google/common-protos/src/Api/RoutingParameter.php', + 'Google\\Api\\RoutingRule' => $vendorDir . '/google/common-protos/src/Api/RoutingRule.php', + 'Google\\Api\\Service' => $vendorDir . '/google/common-protos/src/Api/Service.php', + 'Google\\Api\\SourceInfo' => $vendorDir . '/google/common-protos/src/Api/SourceInfo.php', + 'Google\\Api\\SystemParameter' => $vendorDir . '/google/common-protos/src/Api/SystemParameter.php', + 'Google\\Api\\SystemParameterRule' => $vendorDir . '/google/common-protos/src/Api/SystemParameterRule.php', + 'Google\\Api\\SystemParameters' => $vendorDir . '/google/common-protos/src/Api/SystemParameters.php', + 'Google\\Api\\Usage' => $vendorDir . '/google/common-protos/src/Api/Usage.php', + 'Google\\Api\\UsageRule' => $vendorDir . '/google/common-protos/src/Api/UsageRule.php', + 'Google\\Auth\\AccessToken' => $vendorDir . '/google/auth/src/AccessToken.php', + 'Google\\Auth\\ApplicationDefaultCredentials' => $vendorDir . '/google/auth/src/ApplicationDefaultCredentials.php', + 'Google\\Auth\\CacheTrait' => $vendorDir . '/google/auth/src/CacheTrait.php', + 'Google\\Auth\\Cache\\InvalidArgumentException' => $vendorDir . '/google/auth/src/Cache/InvalidArgumentException.php', + 'Google\\Auth\\Cache\\Item' => $vendorDir . '/google/auth/src/Cache/Item.php', + 'Google\\Auth\\Cache\\MemoryCacheItemPool' => $vendorDir . '/google/auth/src/Cache/MemoryCacheItemPool.php', + 'Google\\Auth\\Cache\\SysVCacheItemPool' => $vendorDir . '/google/auth/src/Cache/SysVCacheItemPool.php', + 'Google\\Auth\\Cache\\TypedItem' => $vendorDir . '/google/auth/src/Cache/TypedItem.php', + 'Google\\Auth\\CredentialsLoader' => $vendorDir . '/google/auth/src/CredentialsLoader.php', + 'Google\\Auth\\Credentials\\AppIdentityCredentials' => $vendorDir . '/google/auth/src/Credentials/AppIdentityCredentials.php', + 'Google\\Auth\\Credentials\\GCECredentials' => $vendorDir . '/google/auth/src/Credentials/GCECredentials.php', + 'Google\\Auth\\Credentials\\IAMCredentials' => $vendorDir . '/google/auth/src/Credentials/IAMCredentials.php', + 'Google\\Auth\\Credentials\\InsecureCredentials' => $vendorDir . '/google/auth/src/Credentials/InsecureCredentials.php', + 'Google\\Auth\\Credentials\\ServiceAccountCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountCredentials.php', + 'Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php', + 'Google\\Auth\\Credentials\\UserRefreshCredentials' => $vendorDir . '/google/auth/src/Credentials/UserRefreshCredentials.php', + 'Google\\Auth\\FetchAuthTokenCache' => $vendorDir . '/google/auth/src/FetchAuthTokenCache.php', + 'Google\\Auth\\FetchAuthTokenInterface' => $vendorDir . '/google/auth/src/FetchAuthTokenInterface.php', + 'Google\\Auth\\GCECache' => $vendorDir . '/google/auth/src/GCECache.php', + 'Google\\Auth\\GetQuotaProjectInterface' => $vendorDir . '/google/auth/src/GetQuotaProjectInterface.php', + 'Google\\Auth\\HttpHandler\\Guzzle5HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle5HttpHandler.php', + 'Google\\Auth\\HttpHandler\\Guzzle6HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle6HttpHandler.php', + 'Google\\Auth\\HttpHandler\\Guzzle7HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle7HttpHandler.php', + 'Google\\Auth\\HttpHandler\\HttpClientCache' => $vendorDir . '/google/auth/src/HttpHandler/HttpClientCache.php', + 'Google\\Auth\\HttpHandler\\HttpHandlerFactory' => $vendorDir . '/google/auth/src/HttpHandler/HttpHandlerFactory.php', + 'Google\\Auth\\Iam' => $vendorDir . '/google/auth/src/Iam.php', + 'Google\\Auth\\Middleware\\AuthTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/AuthTokenMiddleware.php', + 'Google\\Auth\\Middleware\\ProxyAuthTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php', + 'Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php', + 'Google\\Auth\\Middleware\\SimpleMiddleware' => $vendorDir . '/google/auth/src/Middleware/SimpleMiddleware.php', + 'Google\\Auth\\OAuth2' => $vendorDir . '/google/auth/src/OAuth2.php', + 'Google\\Auth\\ProjectIdProviderInterface' => $vendorDir . '/google/auth/src/ProjectIdProviderInterface.php', + 'Google\\Auth\\ServiceAccountSignerTrait' => $vendorDir . '/google/auth/src/ServiceAccountSignerTrait.php', + 'Google\\Auth\\SignBlobInterface' => $vendorDir . '/google/auth/src/SignBlobInterface.php', + 'Google\\Auth\\UpdateMetadataInterface' => $vendorDir . '/google/auth/src/UpdateMetadataInterface.php', + 'Google\\Cloud\\Iam\\V1\\AuditConfigDelta' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta.php', + 'Google\\Cloud\\Iam\\V1\\AuditConfigDelta\\Action' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta/Action.php', + 'Google\\Cloud\\Iam\\V1\\AuditConfigDelta_Action' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta_Action.php', + 'Google\\Cloud\\Iam\\V1\\Binding' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/Binding.php', + 'Google\\Cloud\\Iam\\V1\\BindingDelta' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta.php', + 'Google\\Cloud\\Iam\\V1\\BindingDelta\\Action' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta/Action.php', + 'Google\\Cloud\\Iam\\V1\\BindingDelta_Action' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta_Action.php', + 'Google\\Cloud\\Iam\\V1\\GetIamPolicyRequest' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/GetIamPolicyRequest.php', + 'Google\\Cloud\\Iam\\V1\\GetPolicyOptions' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/GetPolicyOptions.php', + 'Google\\Cloud\\Iam\\V1\\Policy' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/Policy.php', + 'Google\\Cloud\\Iam\\V1\\PolicyDelta' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/PolicyDelta.php', + 'Google\\Cloud\\Iam\\V1\\SetIamPolicyRequest' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/SetIamPolicyRequest.php', + 'Google\\Cloud\\Iam\\V1\\TestIamPermissionsRequest' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsRequest.php', + 'Google\\Cloud\\Iam\\V1\\TestIamPermissionsResponse' => $vendorDir . '/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsResponse.php', + 'Google\\Cloud\\Location\\GetLocationRequest' => $vendorDir . '/google/common-protos/src/Cloud/Location/GetLocationRequest.php', + 'Google\\Cloud\\Location\\ListLocationsRequest' => $vendorDir . '/google/common-protos/src/Cloud/Location/ListLocationsRequest.php', + 'Google\\Cloud\\Location\\ListLocationsResponse' => $vendorDir . '/google/common-protos/src/Cloud/Location/ListLocationsResponse.php', + 'Google\\Cloud\\Location\\Location' => $vendorDir . '/google/common-protos/src/Cloud/Location/Location.php', + 'Google\\Cloud\\Logging\\Type\\HttpRequest' => $vendorDir . '/google/common-protos/src/Cloud/Logging/Type/HttpRequest.php', + 'Google\\Cloud\\Logging\\Type\\LogSeverity' => $vendorDir . '/google/common-protos/src/Cloud/Logging/Type/LogSeverity.php', + 'Google\\Cloud\\OperationResponseMapping' => $vendorDir . '/google/common-protos/src/Cloud/OperationResponseMapping.php', + 'Google\\Iam\\V1\\Logging\\AuditData' => $vendorDir . '/google/common-protos/src/Iam/V1/Logging/AuditData.php', + 'Google\\LongRunning\\CancelOperationRequest' => $vendorDir . '/google/longrunning/src/LongRunning/CancelOperationRequest.php', + 'Google\\LongRunning\\DeleteOperationRequest' => $vendorDir . '/google/longrunning/src/LongRunning/DeleteOperationRequest.php', + 'Google\\LongRunning\\GetOperationRequest' => $vendorDir . '/google/longrunning/src/LongRunning/GetOperationRequest.php', + 'Google\\LongRunning\\ListOperationsRequest' => $vendorDir . '/google/longrunning/src/LongRunning/ListOperationsRequest.php', + 'Google\\LongRunning\\ListOperationsResponse' => $vendorDir . '/google/longrunning/src/LongRunning/ListOperationsResponse.php', + 'Google\\LongRunning\\Operation' => $vendorDir . '/google/longrunning/src/LongRunning/Operation.php', + 'Google\\LongRunning\\OperationInfo' => $vendorDir . '/google/longrunning/src/LongRunning/OperationInfo.php', + 'Google\\LongRunning\\OperationsGrpcClient' => $vendorDir . '/google/longrunning/src/LongRunning/OperationsGrpcClient.php', + 'Google\\LongRunning\\WaitOperationRequest' => $vendorDir . '/google/longrunning/src/LongRunning/WaitOperationRequest.php', + 'Google\\Protobuf\\Any' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Any.php', + 'Google\\Protobuf\\Api' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Api.php', + 'Google\\Protobuf\\BoolValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BoolValue.php', + 'Google\\Protobuf\\BytesValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BytesValue.php', + 'Google\\Protobuf\\Descriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Descriptor.php', + 'Google\\Protobuf\\DescriptorPool' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DescriptorPool.php', + 'Google\\Protobuf\\DoubleValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DoubleValue.php', + 'Google\\Protobuf\\Duration' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Duration.php', + 'Google\\Protobuf\\Enum' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Enum.php', + 'Google\\Protobuf\\EnumDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumDescriptor.php', + 'Google\\Protobuf\\EnumValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValue.php', + 'Google\\Protobuf\\EnumValueDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php', + 'Google\\Protobuf\\Field' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field.php', + 'Google\\Protobuf\\FieldDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldDescriptor.php', + 'Google\\Protobuf\\FieldMask' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldMask.php', + 'Google\\Protobuf\\Field\\Cardinality' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Cardinality.php', + 'Google\\Protobuf\\Field\\Kind' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Kind.php', + 'Google\\Protobuf\\Field_Cardinality' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php', + 'Google\\Protobuf\\Field_Kind' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Kind.php', + 'Google\\Protobuf\\FloatValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FloatValue.php', + 'Google\\Protobuf\\GPBEmpty' => $vendorDir . '/google/protobuf/src/Google/Protobuf/GPBEmpty.php', + 'Google\\Protobuf\\Int32Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int32Value.php', + 'Google\\Protobuf\\Int64Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int64Value.php', + 'Google\\Protobuf\\Internal\\AnyBase' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php', + 'Google\\Protobuf\\Internal\\CodedInputStream' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php', + 'Google\\Protobuf\\Internal\\CodedOutputStream' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php', + 'Google\\Protobuf\\Internal\\Descriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php', + 'Google\\Protobuf\\Internal\\DescriptorPool' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php', + 'Google\\Protobuf\\Internal\\DescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php', + 'Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php', + 'Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php', + 'Google\\Protobuf\\Internal\\DescriptorProto_ExtensionRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php', + 'Google\\Protobuf\\Internal\\DescriptorProto_ReservedRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php', + 'Google\\Protobuf\\Internal\\EnumBuilderContext' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php', + 'Google\\Protobuf\\Internal\\EnumDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php', + 'Google\\Protobuf\\Internal\\EnumDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php', + 'Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php', + 'Google\\Protobuf\\Internal\\EnumDescriptorProto_EnumReservedRange' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php', + 'Google\\Protobuf\\Internal\\EnumOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php', + 'Google\\Protobuf\\Internal\\EnumValueDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php', + 'Google\\Protobuf\\Internal\\EnumValueOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php', + 'Google\\Protobuf\\Internal\\ExtensionRangeOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php', + 'Google\\Protobuf\\Internal\\FieldDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto_Label' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto_Type' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php', + 'Google\\Protobuf\\Internal\\FieldOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php', + 'Google\\Protobuf\\Internal\\FieldOptions\\CType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php', + 'Google\\Protobuf\\Internal\\FieldOptions\\JSType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php', + 'Google\\Protobuf\\Internal\\FieldOptions_CType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php', + 'Google\\Protobuf\\Internal\\FieldOptions_JSType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_JSType.php', + 'Google\\Protobuf\\Internal\\FileDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php', + 'Google\\Protobuf\\Internal\\FileDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php', + 'Google\\Protobuf\\Internal\\FileDescriptorSet' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php', + 'Google\\Protobuf\\Internal\\FileOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php', + 'Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php', + 'Google\\Protobuf\\Internal\\FileOptions_OptimizeMode' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php', + 'Google\\Protobuf\\Internal\\GPBDecodeException' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php', + 'Google\\Protobuf\\Internal\\GPBJsonWire' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php', + 'Google\\Protobuf\\Internal\\GPBLabel' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php', + 'Google\\Protobuf\\Internal\\GPBType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBType.php', + 'Google\\Protobuf\\Internal\\GPBUtil' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php', + 'Google\\Protobuf\\Internal\\GPBWire' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php', + 'Google\\Protobuf\\Internal\\GPBWireType' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php', + 'Google\\Protobuf\\Internal\\GeneratedCodeInfo' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php', + 'Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php', + 'Google\\Protobuf\\Internal\\GeneratedCodeInfo_Annotation' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php', + 'Google\\Protobuf\\Internal\\GetPublicDescriptorTrait' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php', + 'Google\\Protobuf\\Internal\\HasPublicDescriptorTrait' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php', + 'Google\\Protobuf\\Internal\\MapEntry' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php', + 'Google\\Protobuf\\Internal\\MapField' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapField.php', + 'Google\\Protobuf\\Internal\\MapFieldIter' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php', + 'Google\\Protobuf\\Internal\\Message' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Message.php', + 'Google\\Protobuf\\Internal\\MessageBuilderContext' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php', + 'Google\\Protobuf\\Internal\\MessageOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php', + 'Google\\Protobuf\\Internal\\MethodDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php', + 'Google\\Protobuf\\Internal\\MethodOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php', + 'Google\\Protobuf\\Internal\\MethodOptions\\IdempotencyLevel' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php', + 'Google\\Protobuf\\Internal\\MethodOptions_IdempotencyLevel' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php', + 'Google\\Protobuf\\Internal\\OneofDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php', + 'Google\\Protobuf\\Internal\\OneofDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php', + 'Google\\Protobuf\\Internal\\OneofField' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofField.php', + 'Google\\Protobuf\\Internal\\OneofOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php', + 'Google\\Protobuf\\Internal\\RawInputStream' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php', + 'Google\\Protobuf\\Internal\\RepeatedField' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php', + 'Google\\Protobuf\\Internal\\RepeatedFieldIter' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php', + 'Google\\Protobuf\\Internal\\ServiceDescriptorProto' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php', + 'Google\\Protobuf\\Internal\\ServiceOptions' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php', + 'Google\\Protobuf\\Internal\\SourceCodeInfo' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php', + 'Google\\Protobuf\\Internal\\SourceCodeInfo\\Location' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php', + 'Google\\Protobuf\\Internal\\SourceCodeInfo_Location' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php', + 'Google\\Protobuf\\Internal\\TimestampBase' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php', + 'Google\\Protobuf\\Internal\\UninterpretedOption' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php', + 'Google\\Protobuf\\Internal\\UninterpretedOption\\NamePart' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php', + 'Google\\Protobuf\\Internal\\UninterpretedOption_NamePart' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php', + 'Google\\Protobuf\\ListValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/ListValue.php', + 'Google\\Protobuf\\Method' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Method.php', + 'Google\\Protobuf\\Mixin' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Mixin.php', + 'Google\\Protobuf\\NullValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/NullValue.php', + 'Google\\Protobuf\\OneofDescriptor' => $vendorDir . '/google/protobuf/src/Google/Protobuf/OneofDescriptor.php', + 'Google\\Protobuf\\Option' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Option.php', + 'Google\\Protobuf\\SourceContext' => $vendorDir . '/google/protobuf/src/Google/Protobuf/SourceContext.php', + 'Google\\Protobuf\\StringValue' => $vendorDir . '/google/protobuf/src/Google/Protobuf/StringValue.php', + 'Google\\Protobuf\\Struct' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Struct.php', + 'Google\\Protobuf\\Syntax' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Syntax.php', + 'Google\\Protobuf\\Timestamp' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Timestamp.php', + 'Google\\Protobuf\\Type' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Type.php', + 'Google\\Protobuf\\UInt32Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt32Value.php', + 'Google\\Protobuf\\UInt64Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt64Value.php', + 'Google\\Protobuf\\Value' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Value.php', + 'Google\\Rpc\\BadRequest' => $vendorDir . '/google/common-protos/src/Rpc/BadRequest.php', + 'Google\\Rpc\\BadRequest\\FieldViolation' => $vendorDir . '/google/common-protos/src/Rpc/BadRequest/FieldViolation.php', + 'Google\\Rpc\\BadRequest_FieldViolation' => $vendorDir . '/google/common-protos/src/Rpc/BadRequest_FieldViolation.php', + 'Google\\Rpc\\Code' => $vendorDir . '/google/common-protos/src/Rpc/Code.php', + 'Google\\Rpc\\DebugInfo' => $vendorDir . '/google/common-protos/src/Rpc/DebugInfo.php', + 'Google\\Rpc\\ErrorInfo' => $vendorDir . '/google/common-protos/src/Rpc/ErrorInfo.php', + 'Google\\Rpc\\Help' => $vendorDir . '/google/common-protos/src/Rpc/Help.php', + 'Google\\Rpc\\Help\\Link' => $vendorDir . '/google/common-protos/src/Rpc/Help/Link.php', + 'Google\\Rpc\\Help_Link' => $vendorDir . '/google/common-protos/src/Rpc/Help_Link.php', + 'Google\\Rpc\\LocalizedMessage' => $vendorDir . '/google/common-protos/src/Rpc/LocalizedMessage.php', + 'Google\\Rpc\\PreconditionFailure' => $vendorDir . '/google/common-protos/src/Rpc/PreconditionFailure.php', + 'Google\\Rpc\\PreconditionFailure\\Violation' => $vendorDir . '/google/common-protos/src/Rpc/PreconditionFailure/Violation.php', + 'Google\\Rpc\\PreconditionFailure_Violation' => $vendorDir . '/google/common-protos/src/Rpc/PreconditionFailure_Violation.php', + 'Google\\Rpc\\QuotaFailure' => $vendorDir . '/google/common-protos/src/Rpc/QuotaFailure.php', + 'Google\\Rpc\\QuotaFailure\\Violation' => $vendorDir . '/google/common-protos/src/Rpc/QuotaFailure/Violation.php', + 'Google\\Rpc\\QuotaFailure_Violation' => $vendorDir . '/google/common-protos/src/Rpc/QuotaFailure_Violation.php', + 'Google\\Rpc\\RequestInfo' => $vendorDir . '/google/common-protos/src/Rpc/RequestInfo.php', + 'Google\\Rpc\\ResourceInfo' => $vendorDir . '/google/common-protos/src/Rpc/ResourceInfo.php', + 'Google\\Rpc\\RetryInfo' => $vendorDir . '/google/common-protos/src/Rpc/RetryInfo.php', + 'Google\\Rpc\\Status' => $vendorDir . '/google/common-protos/src/Rpc/Status.php', + 'Google\\Type\\CalendarPeriod' => $vendorDir . '/google/common-protos/src/Type/CalendarPeriod.php', + 'Google\\Type\\Color' => $vendorDir . '/google/common-protos/src/Type/Color.php', + 'Google\\Type\\Date' => $vendorDir . '/google/common-protos/src/Type/Date.php', + 'Google\\Type\\DateTime' => $vendorDir . '/google/common-protos/src/Type/DateTime.php', + 'Google\\Type\\DayOfWeek' => $vendorDir . '/google/common-protos/src/Type/DayOfWeek.php', + 'Google\\Type\\Expr' => $vendorDir . '/google/common-protos/src/Type/Expr.php', + 'Google\\Type\\Fraction' => $vendorDir . '/google/common-protos/src/Type/Fraction.php', + 'Google\\Type\\Interval' => $vendorDir . '/google/common-protos/src/Type/Interval.php', + 'Google\\Type\\LatLng' => $vendorDir . '/google/common-protos/src/Type/LatLng.php', + 'Google\\Type\\Money' => $vendorDir . '/google/common-protos/src/Type/Money.php', + 'Google\\Type\\Month' => $vendorDir . '/google/common-protos/src/Type/Month.php', + 'Google\\Type\\PostalAddress' => $vendorDir . '/google/common-protos/src/Type/PostalAddress.php', + 'Google\\Type\\Quaternion' => $vendorDir . '/google/common-protos/src/Type/Quaternion.php', + 'Google\\Type\\TimeOfDay' => $vendorDir . '/google/common-protos/src/Type/TimeOfDay.php', + 'Google\\Type\\TimeZone' => $vendorDir . '/google/common-protos/src/Type/TimeZone.php', + 'Grpc\\AbstractCall' => $vendorDir . '/grpc/grpc/src/lib/AbstractCall.php', + 'Grpc\\BaseStub' => $vendorDir . '/grpc/grpc/src/lib/BaseStub.php', + 'Grpc\\BidiStreamingCall' => $vendorDir . '/grpc/grpc/src/lib/BidiStreamingCall.php', + 'Grpc\\CallInvoker' => $vendorDir . '/grpc/grpc/src/lib/CallInvoker.php', + 'Grpc\\ClientStreamingCall' => $vendorDir . '/grpc/grpc/src/lib/ClientStreamingCall.php', + 'Grpc\\DefaultCallInvoker' => $vendorDir . '/grpc/grpc/src/lib/DefaultCallInvoker.php', 'Grpc\\Gcp\\AffinityConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php', 'Grpc\\Gcp\\AffinityConfig_Command' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php', 'Grpc\\Gcp\\ApiConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php', 'Grpc\\Gcp\\ChannelPoolConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php', + 'Grpc\\Gcp\\ChannelRef' => $vendorDir . '/google/grpc-gcp/src/ChannelRef.php', + 'Grpc\\Gcp\\Config' => $vendorDir . '/google/grpc-gcp/src/Config.php', + 'Grpc\\Gcp\\CreatedByDeserializeCheck' => $vendorDir . '/google/grpc-gcp/src/CreatedByDeserializeCheck.php', + 'Grpc\\Gcp\\GCPBidiStreamingCall' => $vendorDir . '/google/grpc-gcp/src/GCPBidiStreamingCall.php', + 'Grpc\\Gcp\\GCPCallInvoker' => $vendorDir . '/google/grpc-gcp/src/GCPCallInvoker.php', + 'Grpc\\Gcp\\GCPClientStreamCall' => $vendorDir . '/google/grpc-gcp/src/GCPClientStreamCall.php', + 'Grpc\\Gcp\\GCPServerStreamCall' => $vendorDir . '/google/grpc-gcp/src/GCPServerStreamCall.php', + 'Grpc\\Gcp\\GCPUnaryCall' => $vendorDir . '/google/grpc-gcp/src/GCPUnaryCall.php', + 'Grpc\\Gcp\\GcpBaseCall' => $vendorDir . '/google/grpc-gcp/src/GcpBaseCall.php', + 'Grpc\\Gcp\\GcpExtensionChannel' => $vendorDir . '/google/grpc-gcp/src/GcpExtensionChannel.php', 'Grpc\\Gcp\\MethodConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php', + 'Grpc\\Interceptor' => $vendorDir . '/grpc/grpc/src/lib/Interceptor.php', + 'Grpc\\Internal\\InterceptorChannel' => $vendorDir . '/grpc/grpc/src/lib/Internal/InterceptorChannel.php', + 'Grpc\\MethodDescriptor' => $vendorDir . '/grpc/grpc/src/lib/MethodDescriptor.php', + 'Grpc\\RpcServer' => $vendorDir . '/grpc/grpc/src/lib/RpcServer.php', + 'Grpc\\ServerCallReader' => $vendorDir . '/grpc/grpc/src/lib/ServerCallReader.php', + 'Grpc\\ServerCallWriter' => $vendorDir . '/grpc/grpc/src/lib/ServerCallWriter.php', + 'Grpc\\ServerContext' => $vendorDir . '/grpc/grpc/src/lib/ServerContext.php', + 'Grpc\\ServerStreamingCall' => $vendorDir . '/grpc/grpc/src/lib/ServerStreamingCall.php', + 'Grpc\\Status' => $vendorDir . '/grpc/grpc/src/lib/Status.php', + 'Grpc\\UnaryCall' => $vendorDir . '/grpc/grpc/src/lib/UnaryCall.php', + 'GuzzleHttp\\Client' => $vendorDir . '/guzzlehttp/guzzle/src/Client.php', + 'GuzzleHttp\\ClientInterface' => $vendorDir . '/guzzlehttp/guzzle/src/ClientInterface.php', + 'GuzzleHttp\\Cookie\\CookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php', + 'GuzzleHttp\\Cookie\\CookieJarInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', + 'GuzzleHttp\\Cookie\\FileCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', + 'GuzzleHttp\\Cookie\\SessionCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', + 'GuzzleHttp\\Cookie\\SetCookie' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php', + 'GuzzleHttp\\Exception\\BadResponseException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php', + 'GuzzleHttp\\Exception\\ClientException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ClientException.php', + 'GuzzleHttp\\Exception\\ConnectException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ConnectException.php', + 'GuzzleHttp\\Exception\\GuzzleException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php', + 'GuzzleHttp\\Exception\\InvalidArgumentException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', + 'GuzzleHttp\\Exception\\RequestException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/RequestException.php', + 'GuzzleHttp\\Exception\\SeekException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/SeekException.php', + 'GuzzleHttp\\Exception\\ServerException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ServerException.php', + 'GuzzleHttp\\Exception\\TooManyRedirectsException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', + 'GuzzleHttp\\Exception\\TransferException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TransferException.php', + 'GuzzleHttp\\HandlerStack' => $vendorDir . '/guzzlehttp/guzzle/src/HandlerStack.php', + 'GuzzleHttp\\Handler\\CurlFactory' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php', + 'GuzzleHttp\\Handler\\CurlFactoryInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', + 'GuzzleHttp\\Handler\\CurlHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php', + 'GuzzleHttp\\Handler\\CurlMultiHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', + 'GuzzleHttp\\Handler\\EasyHandle' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php', + 'GuzzleHttp\\Handler\\MockHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/MockHandler.php', + 'GuzzleHttp\\Handler\\Proxy' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/Proxy.php', + 'GuzzleHttp\\Handler\\StreamHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php', + 'GuzzleHttp\\MessageFormatter' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatter.php', + 'GuzzleHttp\\Middleware' => $vendorDir . '/guzzlehttp/guzzle/src/Middleware.php', + 'GuzzleHttp\\Pool' => $vendorDir . '/guzzlehttp/guzzle/src/Pool.php', + 'GuzzleHttp\\PrepareBodyMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', + 'GuzzleHttp\\Promise\\AggregateException' => $vendorDir . '/guzzlehttp/promises/src/AggregateException.php', + 'GuzzleHttp\\Promise\\CancellationException' => $vendorDir . '/guzzlehttp/promises/src/CancellationException.php', + 'GuzzleHttp\\Promise\\Coroutine' => $vendorDir . '/guzzlehttp/promises/src/Coroutine.php', + 'GuzzleHttp\\Promise\\Create' => $vendorDir . '/guzzlehttp/promises/src/Create.php', + 'GuzzleHttp\\Promise\\Each' => $vendorDir . '/guzzlehttp/promises/src/Each.php', + 'GuzzleHttp\\Promise\\EachPromise' => $vendorDir . '/guzzlehttp/promises/src/EachPromise.php', + 'GuzzleHttp\\Promise\\FulfilledPromise' => $vendorDir . '/guzzlehttp/promises/src/FulfilledPromise.php', + 'GuzzleHttp\\Promise\\Is' => $vendorDir . '/guzzlehttp/promises/src/Is.php', + 'GuzzleHttp\\Promise\\Promise' => $vendorDir . '/guzzlehttp/promises/src/Promise.php', + 'GuzzleHttp\\Promise\\PromiseInterface' => $vendorDir . '/guzzlehttp/promises/src/PromiseInterface.php', + 'GuzzleHttp\\Promise\\PromisorInterface' => $vendorDir . '/guzzlehttp/promises/src/PromisorInterface.php', + 'GuzzleHttp\\Promise\\RejectedPromise' => $vendorDir . '/guzzlehttp/promises/src/RejectedPromise.php', + 'GuzzleHttp\\Promise\\RejectionException' => $vendorDir . '/guzzlehttp/promises/src/RejectionException.php', + 'GuzzleHttp\\Promise\\TaskQueue' => $vendorDir . '/guzzlehttp/promises/src/TaskQueue.php', + 'GuzzleHttp\\Promise\\TaskQueueInterface' => $vendorDir . '/guzzlehttp/promises/src/TaskQueueInterface.php', + 'GuzzleHttp\\Promise\\Utils' => $vendorDir . '/guzzlehttp/promises/src/Utils.php', + 'GuzzleHttp\\Psr7\\AppendStream' => $vendorDir . '/guzzlehttp/psr7/src/AppendStream.php', + 'GuzzleHttp\\Psr7\\BufferStream' => $vendorDir . '/guzzlehttp/psr7/src/BufferStream.php', + 'GuzzleHttp\\Psr7\\CachingStream' => $vendorDir . '/guzzlehttp/psr7/src/CachingStream.php', + 'GuzzleHttp\\Psr7\\DroppingStream' => $vendorDir . '/guzzlehttp/psr7/src/DroppingStream.php', + 'GuzzleHttp\\Psr7\\FnStream' => $vendorDir . '/guzzlehttp/psr7/src/FnStream.php', + 'GuzzleHttp\\Psr7\\Header' => $vendorDir . '/guzzlehttp/psr7/src/Header.php', + 'GuzzleHttp\\Psr7\\InflateStream' => $vendorDir . '/guzzlehttp/psr7/src/InflateStream.php', + 'GuzzleHttp\\Psr7\\LazyOpenStream' => $vendorDir . '/guzzlehttp/psr7/src/LazyOpenStream.php', + 'GuzzleHttp\\Psr7\\LimitStream' => $vendorDir . '/guzzlehttp/psr7/src/LimitStream.php', + 'GuzzleHttp\\Psr7\\Message' => $vendorDir . '/guzzlehttp/psr7/src/Message.php', + 'GuzzleHttp\\Psr7\\MessageTrait' => $vendorDir . '/guzzlehttp/psr7/src/MessageTrait.php', + 'GuzzleHttp\\Psr7\\MimeType' => $vendorDir . '/guzzlehttp/psr7/src/MimeType.php', + 'GuzzleHttp\\Psr7\\MultipartStream' => $vendorDir . '/guzzlehttp/psr7/src/MultipartStream.php', + 'GuzzleHttp\\Psr7\\NoSeekStream' => $vendorDir . '/guzzlehttp/psr7/src/NoSeekStream.php', + 'GuzzleHttp\\Psr7\\PumpStream' => $vendorDir . '/guzzlehttp/psr7/src/PumpStream.php', + 'GuzzleHttp\\Psr7\\Query' => $vendorDir . '/guzzlehttp/psr7/src/Query.php', + 'GuzzleHttp\\Psr7\\Request' => $vendorDir . '/guzzlehttp/psr7/src/Request.php', + 'GuzzleHttp\\Psr7\\Response' => $vendorDir . '/guzzlehttp/psr7/src/Response.php', + 'GuzzleHttp\\Psr7\\Rfc7230' => $vendorDir . '/guzzlehttp/psr7/src/Rfc7230.php', + 'GuzzleHttp\\Psr7\\ServerRequest' => $vendorDir . '/guzzlehttp/psr7/src/ServerRequest.php', + 'GuzzleHttp\\Psr7\\Stream' => $vendorDir . '/guzzlehttp/psr7/src/Stream.php', + 'GuzzleHttp\\Psr7\\StreamDecoratorTrait' => $vendorDir . '/guzzlehttp/psr7/src/StreamDecoratorTrait.php', + 'GuzzleHttp\\Psr7\\StreamWrapper' => $vendorDir . '/guzzlehttp/psr7/src/StreamWrapper.php', + 'GuzzleHttp\\Psr7\\UploadedFile' => $vendorDir . '/guzzlehttp/psr7/src/UploadedFile.php', + 'GuzzleHttp\\Psr7\\Uri' => $vendorDir . '/guzzlehttp/psr7/src/Uri.php', + 'GuzzleHttp\\Psr7\\UriComparator' => $vendorDir . '/guzzlehttp/psr7/src/UriComparator.php', + 'GuzzleHttp\\Psr7\\UriNormalizer' => $vendorDir . '/guzzlehttp/psr7/src/UriNormalizer.php', + 'GuzzleHttp\\Psr7\\UriResolver' => $vendorDir . '/guzzlehttp/psr7/src/UriResolver.php', + 'GuzzleHttp\\Psr7\\Utils' => $vendorDir . '/guzzlehttp/psr7/src/Utils.php', + 'GuzzleHttp\\RedirectMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RedirectMiddleware.php', + 'GuzzleHttp\\RequestOptions' => $vendorDir . '/guzzlehttp/guzzle/src/RequestOptions.php', + 'GuzzleHttp\\RetryMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RetryMiddleware.php', + 'GuzzleHttp\\TransferStats' => $vendorDir . '/guzzlehttp/guzzle/src/TransferStats.php', + 'GuzzleHttp\\UriTemplate' => $vendorDir . '/guzzlehttp/guzzle/src/UriTemplate.php', + 'GuzzleHttp\\Utils' => $vendorDir . '/guzzlehttp/guzzle/src/Utils.php', + 'Guzzle\\Batch\\AbstractBatchDecorator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', + 'Guzzle\\Batch\\Batch' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/Batch.php', + 'Guzzle\\Batch\\BatchBuilder' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', + 'Guzzle\\Batch\\BatchClosureDivisor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', + 'Guzzle\\Batch\\BatchClosureTransfer' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', + 'Guzzle\\Batch\\BatchCommandTransfer' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', + 'Guzzle\\Batch\\BatchDivisorInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', + 'Guzzle\\Batch\\BatchInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', + 'Guzzle\\Batch\\BatchRequestTransfer' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', + 'Guzzle\\Batch\\BatchSizeDivisor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', + 'Guzzle\\Batch\\BatchTransferInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', + 'Guzzle\\Batch\\ExceptionBufferingBatch' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', + 'Guzzle\\Batch\\Exception\\BatchTransferException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', + 'Guzzle\\Batch\\FlushingBatch' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', + 'Guzzle\\Batch\\HistoryBatch' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', + 'Guzzle\\Batch\\NotifyingBatch' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', + 'Guzzle\\Cache\\AbstractCacheAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', + 'Guzzle\\Cache\\CacheAdapterFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', + 'Guzzle\\Cache\\CacheAdapterInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', + 'Guzzle\\Cache\\ClosureCacheAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', + 'Guzzle\\Cache\\DoctrineCacheAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', + 'Guzzle\\Cache\\NullCacheAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', + 'Guzzle\\Cache\\Zf1CacheAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', + 'Guzzle\\Cache\\Zf2CacheAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', + 'Guzzle\\Common\\AbstractHasDispatcher' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', + 'Guzzle\\Common\\Collection' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Collection.php', + 'Guzzle\\Common\\Event' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Event.php', + 'Guzzle\\Common\\Exception\\BadMethodCallException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', + 'Guzzle\\Common\\Exception\\ExceptionCollection' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', + 'Guzzle\\Common\\Exception\\GuzzleException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', + 'Guzzle\\Common\\Exception\\InvalidArgumentException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', + 'Guzzle\\Common\\Exception\\RuntimeException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', + 'Guzzle\\Common\\Exception\\UnexpectedValueException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', + 'Guzzle\\Common\\FromConfigInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', + 'Guzzle\\Common\\HasDispatcherInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', + 'Guzzle\\Common\\ToArrayInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', + 'Guzzle\\Common\\Version' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Common/Version.php', + 'Guzzle\\Http\\AbstractEntityBodyDecorator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', + 'Guzzle\\Http\\CachingEntityBody' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', + 'Guzzle\\Http\\Client' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Client.php', + 'Guzzle\\Http\\ClientInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', + 'Guzzle\\Http\\Curl\\CurlHandle' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', + 'Guzzle\\Http\\Curl\\CurlMulti' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', + 'Guzzle\\Http\\Curl\\CurlMultiInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', + 'Guzzle\\Http\\Curl\\CurlMultiProxy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', + 'Guzzle\\Http\\Curl\\CurlVersion' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', + 'Guzzle\\Http\\Curl\\RequestMediator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', + 'Guzzle\\Http\\EntityBody' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', + 'Guzzle\\Http\\EntityBodyInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', + 'Guzzle\\Http\\Exception\\BadResponseException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', + 'Guzzle\\Http\\Exception\\ClientErrorResponseException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', + 'Guzzle\\Http\\Exception\\CouldNotRewindStreamException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', + 'Guzzle\\Http\\Exception\\CurlException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', + 'Guzzle\\Http\\Exception\\HttpException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', + 'Guzzle\\Http\\Exception\\MultiTransferException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', + 'Guzzle\\Http\\Exception\\RequestException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', + 'Guzzle\\Http\\Exception\\ServerErrorResponseException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', + 'Guzzle\\Http\\Exception\\TooManyRedirectsException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', + 'Guzzle\\Http\\IoEmittingEntityBody' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', + 'Guzzle\\Http\\Message\\AbstractMessage' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', + 'Guzzle\\Http\\Message\\EntityEnclosingRequest' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', + 'Guzzle\\Http\\Message\\EntityEnclosingRequestInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', + 'Guzzle\\Http\\Message\\Header' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', + 'Guzzle\\Http\\Message\\Header\\CacheControl' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', + 'Guzzle\\Http\\Message\\Header\\HeaderCollection' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', + 'Guzzle\\Http\\Message\\Header\\HeaderFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', + 'Guzzle\\Http\\Message\\Header\\HeaderFactoryInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', + 'Guzzle\\Http\\Message\\Header\\HeaderInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', + 'Guzzle\\Http\\Message\\Header\\Link' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', + 'Guzzle\\Http\\Message\\MessageInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', + 'Guzzle\\Http\\Message\\PostFile' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', + 'Guzzle\\Http\\Message\\PostFileInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', + 'Guzzle\\Http\\Message\\Request' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', + 'Guzzle\\Http\\Message\\RequestFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', + 'Guzzle\\Http\\Message\\RequestFactoryInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', + 'Guzzle\\Http\\Message\\RequestInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', + 'Guzzle\\Http\\Message\\Response' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', + 'Guzzle\\Http\\Mimetypes' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', + 'Guzzle\\Http\\QueryAggregator\\CommaAggregator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', + 'Guzzle\\Http\\QueryAggregator\\DuplicateAggregator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', + 'Guzzle\\Http\\QueryAggregator\\PhpAggregator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', + 'Guzzle\\Http\\QueryAggregator\\QueryAggregatorInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', + 'Guzzle\\Http\\QueryString' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/QueryString.php', + 'Guzzle\\Http\\ReadLimitEntityBody' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', + 'Guzzle\\Http\\RedirectPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', + 'Guzzle\\Http\\StaticClient' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', + 'Guzzle\\Http\\Url' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Http/Url.php', + 'Guzzle\\Inflection\\Inflector' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', + 'Guzzle\\Inflection\\InflectorInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', + 'Guzzle\\Inflection\\MemoizingInflector' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', + 'Guzzle\\Inflection\\PreComputedInflector' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', + 'Guzzle\\Iterator\\AppendIterator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', + 'Guzzle\\Iterator\\ChunkedIterator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', + 'Guzzle\\Iterator\\FilterIterator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', + 'Guzzle\\Iterator\\MapIterator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', + 'Guzzle\\Iterator\\MethodProxyIterator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', + 'Guzzle\\Log\\AbstractLogAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', + 'Guzzle\\Log\\ArrayLogAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', + 'Guzzle\\Log\\ClosureLogAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', + 'Guzzle\\Log\\LogAdapterInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', + 'Guzzle\\Log\\MessageFormatter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', + 'Guzzle\\Log\\MonologLogAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', + 'Guzzle\\Log\\PsrLogAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', + 'Guzzle\\Log\\Zf1LogAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', + 'Guzzle\\Log\\Zf2LogAdapter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', + 'Guzzle\\Parser\\Cookie\\CookieParser' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', + 'Guzzle\\Parser\\Cookie\\CookieParserInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', + 'Guzzle\\Parser\\Message\\AbstractMessageParser' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', + 'Guzzle\\Parser\\Message\\MessageParser' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', + 'Guzzle\\Parser\\Message\\MessageParserInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', + 'Guzzle\\Parser\\Message\\PeclHttpMessageParser' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', + 'Guzzle\\Parser\\ParserRegistry' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', + 'Guzzle\\Parser\\UriTemplate\\PeclUriTemplate' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', + 'Guzzle\\Parser\\UriTemplate\\UriTemplate' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', + 'Guzzle\\Parser\\UriTemplate\\UriTemplateInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', + 'Guzzle\\Parser\\Url\\UrlParser' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', + 'Guzzle\\Parser\\Url\\UrlParserInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', + 'Guzzle\\Plugin\\Async\\AsyncPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', + 'Guzzle\\Plugin\\Backoff\\AbstractBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\AbstractErrorCodeBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\BackoffLogger' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', + 'Guzzle\\Plugin\\Backoff\\BackoffPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', + 'Guzzle\\Plugin\\Backoff\\BackoffStrategyInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', + 'Guzzle\\Plugin\\Backoff\\CallbackBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\ConstantBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\CurlBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\ExponentialBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\HttpBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\LinearBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\ReasonPhraseBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\TruncatedBackoffStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', + 'Guzzle\\Plugin\\Cache\\CacheKeyProviderInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', + 'Guzzle\\Plugin\\Cache\\CachePlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', + 'Guzzle\\Plugin\\Cache\\CacheStorageInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', + 'Guzzle\\Plugin\\Cache\\CallbackCanCacheStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', + 'Guzzle\\Plugin\\Cache\\CanCacheStrategyInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', + 'Guzzle\\Plugin\\Cache\\DefaultCacheKeyProvider' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', + 'Guzzle\\Plugin\\Cache\\DefaultCacheStorage' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', + 'Guzzle\\Plugin\\Cache\\DefaultCanCacheStrategy' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', + 'Guzzle\\Plugin\\Cache\\DefaultRevalidation' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', + 'Guzzle\\Plugin\\Cache\\DenyRevalidation' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', + 'Guzzle\\Plugin\\Cache\\RevalidationInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', + 'Guzzle\\Plugin\\Cache\\SkipRevalidation' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', + 'Guzzle\\Plugin\\Cookie\\Cookie' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', + 'Guzzle\\Plugin\\Cookie\\CookieJar\\ArrayCookieJar' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', + 'Guzzle\\Plugin\\Cookie\\CookieJar\\CookieJarInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', + 'Guzzle\\Plugin\\Cookie\\CookieJar\\FileCookieJar' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', + 'Guzzle\\Plugin\\Cookie\\CookiePlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', + 'Guzzle\\Plugin\\Cookie\\Exception\\InvalidCookieException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', + 'Guzzle\\Plugin\\CurlAuth\\CurlAuthPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', + 'Guzzle\\Plugin\\ErrorResponse\\ErrorResponseExceptionInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', + 'Guzzle\\Plugin\\ErrorResponse\\ErrorResponsePlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', + 'Guzzle\\Plugin\\ErrorResponse\\Exception\\ErrorResponseException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', + 'Guzzle\\Plugin\\History\\HistoryPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', + 'Guzzle\\Plugin\\Log\\LogPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', + 'Guzzle\\Plugin\\Md5\\CommandContentMd5Plugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', + 'Guzzle\\Plugin\\Md5\\Md5ValidatorPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', + 'Guzzle\\Plugin\\Mock\\MockPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', + 'Guzzle\\Plugin\\Oauth\\OauthPlugin' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', + 'Guzzle\\Service\\AbstractConfigLoader' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', + 'Guzzle\\Service\\Builder\\ServiceBuilder' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', + 'Guzzle\\Service\\Builder\\ServiceBuilderInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', + 'Guzzle\\Service\\Builder\\ServiceBuilderLoader' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', + 'Guzzle\\Service\\CachingConfigLoader' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', + 'Guzzle\\Service\\Client' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Client.php', + 'Guzzle\\Service\\ClientInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', + 'Guzzle\\Service\\Command\\AbstractCommand' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', + 'Guzzle\\Service\\Command\\ClosureCommand' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', + 'Guzzle\\Service\\Command\\CommandInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', + 'Guzzle\\Service\\Command\\CreateResponseClassEvent' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', + 'Guzzle\\Service\\Command\\DefaultRequestSerializer' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', + 'Guzzle\\Service\\Command\\DefaultResponseParser' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', + 'Guzzle\\Service\\Command\\Factory\\AliasFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', + 'Guzzle\\Service\\Command\\Factory\\CompositeFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', + 'Guzzle\\Service\\Command\\Factory\\ConcreteClassFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', + 'Guzzle\\Service\\Command\\Factory\\FactoryInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', + 'Guzzle\\Service\\Command\\Factory\\MapFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', + 'Guzzle\\Service\\Command\\Factory\\ServiceDescriptionFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\AbstractRequestVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\BodyVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\HeaderVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\JsonVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\PostFieldVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\PostFileVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\QueryVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\RequestVisitorInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\ResponseBodyVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\XmlVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\AbstractResponseVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\BodyVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\HeaderVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\JsonVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\ReasonPhraseVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\ResponseVisitorInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\StatusCodeVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\XmlVisitor' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\VisitorFlyweight' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', + 'Guzzle\\Service\\Command\\OperationCommand' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', + 'Guzzle\\Service\\Command\\OperationResponseParser' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', + 'Guzzle\\Service\\Command\\RequestSerializerInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', + 'Guzzle\\Service\\Command\\ResponseClassInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', + 'Guzzle\\Service\\Command\\ResponseParserInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', + 'Guzzle\\Service\\ConfigLoaderInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', + 'Guzzle\\Service\\Description\\Operation' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', + 'Guzzle\\Service\\Description\\OperationInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', + 'Guzzle\\Service\\Description\\Parameter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', + 'Guzzle\\Service\\Description\\SchemaFormatter' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', + 'Guzzle\\Service\\Description\\SchemaValidator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', + 'Guzzle\\Service\\Description\\ServiceDescription' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', + 'Guzzle\\Service\\Description\\ServiceDescriptionInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', + 'Guzzle\\Service\\Description\\ServiceDescriptionLoader' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', + 'Guzzle\\Service\\Description\\ValidatorInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', + 'Guzzle\\Service\\Exception\\CommandException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', + 'Guzzle\\Service\\Exception\\CommandTransferException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', + 'Guzzle\\Service\\Exception\\DescriptionBuilderException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', + 'Guzzle\\Service\\Exception\\InconsistentClientTransferException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', + 'Guzzle\\Service\\Exception\\ResponseClassException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', + 'Guzzle\\Service\\Exception\\ServiceBuilderException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', + 'Guzzle\\Service\\Exception\\ServiceNotFoundException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', + 'Guzzle\\Service\\Exception\\ValidationException' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', + 'Guzzle\\Service\\Resource\\AbstractResourceIteratorFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', + 'Guzzle\\Service\\Resource\\CompositeResourceIteratorFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', + 'Guzzle\\Service\\Resource\\MapResourceIteratorFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', + 'Guzzle\\Service\\Resource\\Model' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', + 'Guzzle\\Service\\Resource\\ResourceIterator' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', + 'Guzzle\\Service\\Resource\\ResourceIteratorApplyBatched' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', + 'Guzzle\\Service\\Resource\\ResourceIteratorClassFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', + 'Guzzle\\Service\\Resource\\ResourceIteratorFactoryInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', + 'Guzzle\\Service\\Resource\\ResourceIteratorInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', + 'Guzzle\\Stream\\PhpStreamRequestFactory' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', + 'Guzzle\\Stream\\Stream' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Stream/Stream.php', + 'Guzzle\\Stream\\StreamInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', + 'Guzzle\\Stream\\StreamRequestFactoryInterface' => $vendorDir . '/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', + 'Guzzle\\Tests\\Batch\\AbstractBatchDecoratorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/AbstractBatchDecoratorTest.php', + 'Guzzle\\Tests\\Batch\\BatchBuilderTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchBuilderTest.php', + 'Guzzle\\Tests\\Batch\\BatchClosureDivisorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureDivisorTest.php', + 'Guzzle\\Tests\\Batch\\BatchClosureTransferTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureTransferTest.php', + 'Guzzle\\Tests\\Batch\\BatchCommandTransferTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchCommandTransferTest.php', + 'Guzzle\\Tests\\Batch\\BatchRequestTransferTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchRequestTransferTest.php', + 'Guzzle\\Tests\\Batch\\BatchSizeDivisorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchSizeDivisorTest.php', + 'Guzzle\\Tests\\Batch\\BatchTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchTest.php', + 'Guzzle\\Tests\\Batch\\ExceptionBufferingBatchTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/ExceptionBufferingBatchTest.php', + 'Guzzle\\Tests\\Batch\\FlushingBatchTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/FlushingBatchTest.php', + 'Guzzle\\Tests\\Batch\\HistoryBatchTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/HistoryBatchTest.php', + 'Guzzle\\Tests\\Batch\\NotifyingBatchTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/NotifyingBatchTest.php', + 'Guzzle\\Tests\\Cache\\CacheAdapterFactoryTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterFactoryTest.php', + 'Guzzle\\Tests\\Cache\\CacheAdapterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterTest.php', + 'Guzzle\\Tests\\Cache\\ClosureCacheAdapterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Cache/ClosureCacheAdapterTest.php', + 'Guzzle\\Tests\\Cache\\Zf2CacheAdapterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Cache/Zf2CacheAdapterTest.php', + 'Guzzle\\Tests\\Common\\CollectionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Common/CollectionTest.php', + 'Guzzle\\Tests\\Common\\EventTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Common/EventTest.php', + 'Guzzle\\Tests\\Common\\Exception\\BatchTransferExceptionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/BatchTransferExceptionTest.php', + 'Guzzle\\Tests\\Common\\Exception\\ExceptionCollectionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/ExceptionCollectionTest.php', + 'Guzzle\\Tests\\Common\\VersionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Common/VersionTest.php', + 'Guzzle\\Tests\\GuzzleTestCase' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/GuzzleTestCase.php', + 'Guzzle\\Tests\\Http\\AbstractEntityBodyDecoratorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/AbstractEntityBodyDecoratorTest.php', + 'Guzzle\\Tests\\Http\\CachingEntityBodyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/CachingEntityBodyTest.php', + 'Guzzle\\Tests\\Http\\ClientTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/ClientTest.php', + 'Guzzle\\Tests\\Http\\Curl\\CurlHandleTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php', + 'Guzzle\\Tests\\Http\\Curl\\CurlMultiProxyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiProxyTest.php', + 'Guzzle\\Tests\\Http\\Curl\\CurlMultiTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiTest.php', + 'Guzzle\\Tests\\Http\\Curl\\CurlVersionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlVersionTest.php', + 'Guzzle\\Tests\\Http\\Curl\\RequestMediatorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/RequestMediatorTest.php', + 'Guzzle\\Tests\\Http\\EntityBodyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/EntityBodyTest.php', + 'Guzzle\\Tests\\Http\\Exception\\CurlExceptionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/CurlExceptionTest.php', + 'Guzzle\\Tests\\Http\\Exception\\ExceptionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php', + 'Guzzle\\Tests\\Http\\Exception\\MultiTransferExceptionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/MultiTransferExceptionTest.php', + 'Guzzle\\Tests\\Http\\IoEmittingEntityBodyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/IoEmittingEntityBodyTest.php', + 'Guzzle\\Tests\\Http\\Message\\AbstractMessageTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/AbstractMessageTest.php', + 'Guzzle\\Tests\\Http\\Message\\EntityEnclosingRequestTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/EntityEnclosingRequestTest.php', + 'Guzzle\\Tests\\Http\\Message\\HeaderComparison' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparison.php', + 'Guzzle\\Tests\\Http\\Message\\HeaderTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderTest.php', + 'Guzzle\\Tests\\Http\\Message\\Header\\HeaderFactoryTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/HeaderFactoryTest.php', + 'Guzzle\\Tests\\Http\\Message\\Header\\LinkTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/LinkTest.php', + 'Guzzle\\Tests\\Http\\Message\\PostFileTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/PostFileTest.php', + 'Guzzle\\Tests\\Http\\Message\\RequestTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestTest.php', + 'Guzzle\\Tests\\Http\\MimetypesTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/MimetypesTest.php', + 'Guzzle\\Tests\\Http\\QueryStringTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryStringTest.php', + 'Guzzle\\Tests\\Http\\ReadLimitEntityBodyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/ReadLimitEntityBodyTest.php', + 'Guzzle\\Tests\\Http\\Server' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Server.php', + 'Guzzle\\Tests\\Http\\UrlTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Http/UrlTest.php', + 'Guzzle\\Tests\\Inflection\\InflectorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Inflection/InflectorTest.php', + 'Guzzle\\Tests\\Inflection\\MemoizingInflectorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Inflection/MemoizingInflectorTest.php', + 'Guzzle\\Tests\\Inflection\\PreComputedInflectorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Inflection/PreComputedInflectorTest.php', + 'Guzzle\\Tests\\Iterator\\AppendIteratorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/AppendIteratorTest.php', + 'Guzzle\\Tests\\Iterator\\ChunkedIteratorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/ChunkedIteratorTest.php', + 'Guzzle\\Tests\\Iterator\\FilterIteratorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/FilterIteratorTest.php', + 'Guzzle\\Tests\\Iterator\\MapIteratorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MapIteratorTest.php', + 'Guzzle\\Tests\\Iterator\\MethodProxyIteratorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MethodProxyIteratorTest.php', + 'Guzzle\\Tests\\Log\\ArrayLogAdapterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Log/ArrayLogAdapterTest.php', + 'Guzzle\\Tests\\Log\\ClosureLogAdapterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Log/ClosureLogAdapterTest.php', + 'Guzzle\\Tests\\Log\\MessageFormatterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Log/MessageFormatterTest.php', + 'Guzzle\\Tests\\Log\\PsrLogAdapterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Log/PsrLogAdapterTest.php', + 'Guzzle\\Tests\\Log\\Zf2LogAdapterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Log/Zf2LogAdapterTest.php', + 'Guzzle\\Tests\\Mock\\CustomResponseModel' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/CustomResponseModel.php', + 'Guzzle\\Tests\\Mock\\ErrorResponseMock' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/ErrorResponseMock.php', + 'Guzzle\\Tests\\Mock\\ExceptionMock' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php', + 'Guzzle\\Tests\\Mock\\MockMulti' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockMulti.php', + 'Guzzle\\Tests\\Mock\\MockObserver' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockObserver.php', + 'Guzzle\\Tests\\Mock\\MockSubject' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockSubject.php', + 'Guzzle\\Tests\\Parser\\Cookie\\CookieParserProvider' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserProvider.php', + 'Guzzle\\Tests\\Parser\\Cookie\\CookieParserTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserTest.php', + 'Guzzle\\Tests\\Parser\\Message\\MessageParserProvider' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserProvider.php', + 'Guzzle\\Tests\\Parser\\Message\\MessageParserTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserTest.php', + 'Guzzle\\Tests\\Parser\\Message\\PeclHttpMessageParserTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/PeclHttpMessageParserTest.php', + 'Guzzle\\Tests\\Parser\\ParserRegistryTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/ParserRegistryTest.php', + 'Guzzle\\Tests\\Plugin\\Async\\AsyncPluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async/AsyncPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\AbstractBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/AbstractBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\BackoffLoggerTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffLoggerTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\BackoffPluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\CallbackBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CallbackBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\ConstantBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ConstantBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\CurlBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CurlBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\ExponentialBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ExponentialBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\HttpBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/HttpBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\LinearBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/LinearBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\ReasonPhraseBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ReasonPhraseBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\TruncatedBackoffStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/TruncatedBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\CachePluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CachePluginTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\CallbackCanCacheStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CallbackCanCacheStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\DefaultCacheStorageTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCacheStorageTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\DefaultCanCacheStrategyTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCanCacheStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\DefaultRevalidationTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\DenyRevalidationTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DenyRevalidationTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\SkipRevalidationTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/SkipRevalidationTest.php', + 'Guzzle\\Tests\\Plugin\\Cookie\\CookieJar\\ArrayCookieJarTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/ArrayCookieJarTest.php', + 'Guzzle\\Tests\\Plugin\\Cookie\\CookieJar\\FileCookieJarTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/FileCookieJarTest.php', + 'Guzzle\\Tests\\Plugin\\Cookie\\CookiePluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookiePluginTest.php', + 'Guzzle\\Tests\\Plugin\\Cookie\\CookieTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieTest.php', + 'Guzzle\\Tests\\Plugin\\CurlAuth\\CurlAuthPluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth/CurlAuthPluginTest.php', + 'Guzzle\\Tests\\Plugin\\ErrorResponse\\ErrorResponsePluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse/ErrorResponsePluginTest.php', + 'Guzzle\\Tests\\Plugin\\History\\HistoryPluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History/HistoryPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Log\\LogPluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log/LogPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Md5\\CommandContentMd5PluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/CommandContentMd5PluginTest.php', + 'Guzzle\\Tests\\Plugin\\Md5\\Md5ValidatorPluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/Md5ValidatorPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Mock\\MockPluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock/MockPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Oauth\\OauthPluginTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth/OauthPluginTest.php', + 'Guzzle\\Tests\\Service\\AbstractConfigLoaderTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/AbstractConfigLoaderTest.php', + 'Guzzle\\Tests\\Service\\Builder\\ServiceBuilderLoaderTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderLoaderTest.php', + 'Guzzle\\Tests\\Service\\CachingConfigLoaderTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/CachingConfigLoaderTest.php', + 'Guzzle\\Tests\\Service\\ClientTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/ClientTest.php', + 'Guzzle\\Tests\\Service\\Command\\AbstractCommandTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/AbstractCommandTest.php', + 'Guzzle\\Tests\\Service\\Command\\ClosureCommandTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/ClosureCommandTest.php', + 'Guzzle\\Tests\\Service\\Command\\CommandTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/CommandTest.php', + 'Guzzle\\Tests\\Service\\Command\\DefaultRequestSerializerTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultRequestSerializerTest.php', + 'Guzzle\\Tests\\Service\\Command\\DefaultResponseParserTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultResponseParserTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\AbstractVisitorTestCase' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/AbstractVisitorTestCase.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\BodyVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/BodyVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\HeaderVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/HeaderVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\JsonVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/JsonVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\PostFieldVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFieldVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\PostFileVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFileVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\QueryVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/QueryVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\ResponseBodyVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/ResponseBodyVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\XmlVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\AbstractResponseVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/AbstractResponseVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\BodyVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/BodyVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\HeaderVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/HeaderVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\JsonVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/JsonVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\ReasonPhraseVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/ReasonPhraseVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\StatusCodeVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/StatusCodeVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\XmlVisitorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/XmlVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\OperationCommandTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationCommandTest.php', + 'Guzzle\\Tests\\Service\\Command\\OperationResponseParserTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationResponseParserTest.php', + 'Guzzle\\Tests\\Service\\Description\\OperationTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/OperationTest.php', + 'Guzzle\\Tests\\Service\\Description\\ParameterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ParameterTest.php', + 'Guzzle\\Tests\\Service\\Description\\SchemaFormatterTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaFormatterTest.php', + 'Guzzle\\Tests\\Service\\Description\\SchemaValidatorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaValidatorTest.php', + 'Guzzle\\Tests\\Service\\Description\\ServiceDescriptionLoaderTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionLoaderTest.php', + 'Guzzle\\Tests\\Service\\Description\\ServiceDescriptionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionTest.php', + 'Guzzle\\Tests\\Service\\Exception\\CommandTransferExceptionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/CommandTransferExceptionTest.php', + 'Guzzle\\Tests\\Service\\Exception\\InconsistentClientTransferExceptionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/InconsistentClientTransferExceptionTest.php', + 'Guzzle\\Tests\\Service\\Exception\\ValidationExceptionTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/ValidationExceptionTest.php', + 'Guzzle\\Tests\\Service\\Mock\\Command\\IterableCommand' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/IterableCommand.php', + 'Guzzle\\Tests\\Service\\Mock\\Command\\MockCommand' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/MockCommand.php', + 'Guzzle\\Tests\\Service\\Mock\\Command\\OtherCommand' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/OtherCommand.php', + 'Guzzle\\Tests\\Service\\Mock\\Command\\Sub\\Sub' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub/Sub.php', + 'Guzzle\\Tests\\Service\\Mock\\MockClient' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/MockClient.php', + 'Guzzle\\Tests\\Service\\Mock\\Model\\MockCommandIterator' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model/MockCommandIterator.php', + 'Guzzle\\Tests\\Service\\Resource\\CompositeResourceIteratorFactoryTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/CompositeResourceIteratorFactoryTest.php', + 'Guzzle\\Tests\\Service\\Resource\\MapResourceIteratorFactoryTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/MapResourceIteratorFactoryTest.php', + 'Guzzle\\Tests\\Service\\Resource\\ModelTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ModelTest.php', + 'Guzzle\\Tests\\Service\\Resource\\ResourceIteratorClassFactoryTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorClassFactoryTest.php', + 'Guzzle\\Tests\\Service\\Resource\\ResourceIteratorTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorTest.php', + 'Guzzle\\Tests\\Stream\\PhpStreamRequestFactoryTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Stream/PhpStreamRequestFactoryTest.php', + 'Guzzle\\Tests\\Stream\\StreamTest' => $vendorDir . '/guzzle/guzzle/tests/Guzzle/Tests/Stream/StreamTest.php', + 'Intervention\\Image\\AbstractColor' => $vendorDir . '/intervention/image/src/Intervention/Image/AbstractColor.php', + 'Intervention\\Image\\AbstractDecoder' => $vendorDir . '/intervention/image/src/Intervention/Image/AbstractDecoder.php', + 'Intervention\\Image\\AbstractDriver' => $vendorDir . '/intervention/image/src/Intervention/Image/AbstractDriver.php', + 'Intervention\\Image\\AbstractEncoder' => $vendorDir . '/intervention/image/src/Intervention/Image/AbstractEncoder.php', + 'Intervention\\Image\\AbstractFont' => $vendorDir . '/intervention/image/src/Intervention/Image/AbstractFont.php', + 'Intervention\\Image\\AbstractShape' => $vendorDir . '/intervention/image/src/Intervention/Image/AbstractShape.php', + 'Intervention\\Image\\Commands\\AbstractCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/AbstractCommand.php', + 'Intervention\\Image\\Commands\\Argument' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/Argument.php', + 'Intervention\\Image\\Commands\\ChecksumCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/ChecksumCommand.php', + 'Intervention\\Image\\Commands\\CircleCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/CircleCommand.php', + 'Intervention\\Image\\Commands\\EllipseCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/EllipseCommand.php', + 'Intervention\\Image\\Commands\\ExifCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/ExifCommand.php', + 'Intervention\\Image\\Commands\\IptcCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/IptcCommand.php', + 'Intervention\\Image\\Commands\\LineCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/LineCommand.php', + 'Intervention\\Image\\Commands\\OrientateCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/OrientateCommand.php', + 'Intervention\\Image\\Commands\\PolygonCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/PolygonCommand.php', + 'Intervention\\Image\\Commands\\PsrResponseCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/PsrResponseCommand.php', + 'Intervention\\Image\\Commands\\RectangleCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/RectangleCommand.php', + 'Intervention\\Image\\Commands\\ResponseCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/ResponseCommand.php', + 'Intervention\\Image\\Commands\\StreamCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/StreamCommand.php', + 'Intervention\\Image\\Commands\\TextCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Commands/TextCommand.php', + 'Intervention\\Image\\Constraint' => $vendorDir . '/intervention/image/src/Intervention/Image/Constraint.php', + 'Intervention\\Image\\Exception\\ImageException' => $vendorDir . '/intervention/image/src/Intervention/Image/Exception/ImageException.php', + 'Intervention\\Image\\Exception\\InvalidArgumentException' => $vendorDir . '/intervention/image/src/Intervention/Image/Exception/InvalidArgumentException.php', + 'Intervention\\Image\\Exception\\MissingDependencyException' => $vendorDir . '/intervention/image/src/Intervention/Image/Exception/MissingDependencyException.php', + 'Intervention\\Image\\Exception\\NotFoundException' => $vendorDir . '/intervention/image/src/Intervention/Image/Exception/NotFoundException.php', + 'Intervention\\Image\\Exception\\NotReadableException' => $vendorDir . '/intervention/image/src/Intervention/Image/Exception/NotReadableException.php', + 'Intervention\\Image\\Exception\\NotSupportedException' => $vendorDir . '/intervention/image/src/Intervention/Image/Exception/NotSupportedException.php', + 'Intervention\\Image\\Exception\\NotWritableException' => $vendorDir . '/intervention/image/src/Intervention/Image/Exception/NotWritableException.php', + 'Intervention\\Image\\Exception\\RuntimeException' => $vendorDir . '/intervention/image/src/Intervention/Image/Exception/RuntimeException.php', + 'Intervention\\Image\\Facades\\Image' => $vendorDir . '/intervention/image/src/Intervention/Image/Facades/Image.php', + 'Intervention\\Image\\File' => $vendorDir . '/intervention/image/src/Intervention/Image/File.php', + 'Intervention\\Image\\Filters\\DemoFilter' => $vendorDir . '/intervention/image/src/Intervention/Image/Filters/DemoFilter.php', + 'Intervention\\Image\\Filters\\FilterInterface' => $vendorDir . '/intervention/image/src/Intervention/Image/Filters/FilterInterface.php', + 'Intervention\\Image\\Gd\\Color' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Color.php', + 'Intervention\\Image\\Gd\\Commands\\BackupCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/BackupCommand.php', + 'Intervention\\Image\\Gd\\Commands\\BlurCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/BlurCommand.php', + 'Intervention\\Image\\Gd\\Commands\\BrightnessCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/BrightnessCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ColorizeCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/ColorizeCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ContrastCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/ContrastCommand.php', + 'Intervention\\Image\\Gd\\Commands\\CropCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/CropCommand.php', + 'Intervention\\Image\\Gd\\Commands\\DestroyCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/DestroyCommand.php', + 'Intervention\\Image\\Gd\\Commands\\FillCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/FillCommand.php', + 'Intervention\\Image\\Gd\\Commands\\FitCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/FitCommand.php', + 'Intervention\\Image\\Gd\\Commands\\FlipCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/FlipCommand.php', + 'Intervention\\Image\\Gd\\Commands\\GammaCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/GammaCommand.php', + 'Intervention\\Image\\Gd\\Commands\\GetSizeCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/GetSizeCommand.php', + 'Intervention\\Image\\Gd\\Commands\\GreyscaleCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/GreyscaleCommand.php', + 'Intervention\\Image\\Gd\\Commands\\HeightenCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/HeightenCommand.php', + 'Intervention\\Image\\Gd\\Commands\\InsertCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/InsertCommand.php', + 'Intervention\\Image\\Gd\\Commands\\InterlaceCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/InterlaceCommand.php', + 'Intervention\\Image\\Gd\\Commands\\InvertCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/InvertCommand.php', + 'Intervention\\Image\\Gd\\Commands\\LimitColorsCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/LimitColorsCommand.php', + 'Intervention\\Image\\Gd\\Commands\\MaskCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/MaskCommand.php', + 'Intervention\\Image\\Gd\\Commands\\OpacityCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/OpacityCommand.php', + 'Intervention\\Image\\Gd\\Commands\\PickColorCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/PickColorCommand.php', + 'Intervention\\Image\\Gd\\Commands\\PixelCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/PixelCommand.php', + 'Intervention\\Image\\Gd\\Commands\\PixelateCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/PixelateCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ResetCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/ResetCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ResizeCanvasCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/ResizeCanvasCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ResizeCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/ResizeCommand.php', + 'Intervention\\Image\\Gd\\Commands\\RotateCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/RotateCommand.php', + 'Intervention\\Image\\Gd\\Commands\\SharpenCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/SharpenCommand.php', + 'Intervention\\Image\\Gd\\Commands\\TrimCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/TrimCommand.php', + 'Intervention\\Image\\Gd\\Commands\\WidenCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Commands/WidenCommand.php', + 'Intervention\\Image\\Gd\\Decoder' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Decoder.php', + 'Intervention\\Image\\Gd\\Driver' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Driver.php', + 'Intervention\\Image\\Gd\\Encoder' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Encoder.php', + 'Intervention\\Image\\Gd\\Font' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Font.php', + 'Intervention\\Image\\Gd\\Shapes\\CircleShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Shapes/CircleShape.php', + 'Intervention\\Image\\Gd\\Shapes\\EllipseShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Shapes/EllipseShape.php', + 'Intervention\\Image\\Gd\\Shapes\\LineShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Shapes/LineShape.php', + 'Intervention\\Image\\Gd\\Shapes\\PolygonShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Shapes/PolygonShape.php', + 'Intervention\\Image\\Gd\\Shapes\\RectangleShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Gd/Shapes/RectangleShape.php', + 'Intervention\\Image\\Image' => $vendorDir . '/intervention/image/src/Intervention/Image/Image.php', + 'Intervention\\Image\\ImageManager' => $vendorDir . '/intervention/image/src/Intervention/Image/ImageManager.php', + 'Intervention\\Image\\ImageManagerStatic' => $vendorDir . '/intervention/image/src/Intervention/Image/ImageManagerStatic.php', + 'Intervention\\Image\\ImageServiceProvider' => $vendorDir . '/intervention/image/src/Intervention/Image/ImageServiceProvider.php', + 'Intervention\\Image\\ImageServiceProviderLaravel4' => $vendorDir . '/intervention/image/src/Intervention/Image/ImageServiceProviderLaravel4.php', + 'Intervention\\Image\\ImageServiceProviderLaravelRecent' => $vendorDir . '/intervention/image/src/Intervention/Image/ImageServiceProviderLaravelRecent.php', + 'Intervention\\Image\\ImageServiceProviderLeague' => $vendorDir . '/intervention/image/src/Intervention/Image/ImageServiceProviderLeague.php', + 'Intervention\\Image\\ImageServiceProviderLumen' => $vendorDir . '/intervention/image/src/Intervention/Image/ImageServiceProviderLumen.php', + 'Intervention\\Image\\Imagick\\Color' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Color.php', + 'Intervention\\Image\\Imagick\\Commands\\BackupCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/BackupCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\BlurCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/BlurCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\BrightnessCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/BrightnessCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ColorizeCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/ColorizeCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ContrastCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/ContrastCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\CropCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/CropCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\DestroyCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/DestroyCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ExifCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/ExifCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\FillCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/FillCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\FitCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/FitCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\FlipCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/FlipCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\GammaCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/GammaCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\GetSizeCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/GetSizeCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\GreyscaleCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/GreyscaleCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\HeightenCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/HeightenCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\InsertCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/InsertCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\InterlaceCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/InterlaceCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\InvertCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/InvertCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\LimitColorsCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/LimitColorsCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\MaskCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/MaskCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\OpacityCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/OpacityCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\PickColorCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/PickColorCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\PixelCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/PixelCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\PixelateCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/PixelateCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ResetCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/ResetCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ResizeCanvasCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/ResizeCanvasCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ResizeCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/ResizeCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\RotateCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/RotateCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\SharpenCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/SharpenCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\TrimCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/TrimCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\WidenCommand' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Commands/WidenCommand.php', + 'Intervention\\Image\\Imagick\\Decoder' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Decoder.php', + 'Intervention\\Image\\Imagick\\Driver' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Driver.php', + 'Intervention\\Image\\Imagick\\Encoder' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Encoder.php', + 'Intervention\\Image\\Imagick\\Font' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Font.php', + 'Intervention\\Image\\Imagick\\Shapes\\CircleShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Shapes/CircleShape.php', + 'Intervention\\Image\\Imagick\\Shapes\\EllipseShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Shapes/EllipseShape.php', + 'Intervention\\Image\\Imagick\\Shapes\\LineShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Shapes/LineShape.php', + 'Intervention\\Image\\Imagick\\Shapes\\PolygonShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Shapes/PolygonShape.php', + 'Intervention\\Image\\Imagick\\Shapes\\RectangleShape' => $vendorDir . '/intervention/image/src/Intervention/Image/Imagick/Shapes/RectangleShape.php', + 'Intervention\\Image\\Point' => $vendorDir . '/intervention/image/src/Intervention/Image/Point.php', + 'Intervention\\Image\\Response' => $vendorDir . '/intervention/image/src/Intervention/Image/Response.php', + 'Intervention\\Image\\Size' => $vendorDir . '/intervention/image/src/Intervention/Image/Size.php', + 'JmesPath\\AstRuntime' => $vendorDir . '/mtdowling/jmespath.php/src/AstRuntime.php', + 'JmesPath\\CompilerRuntime' => $vendorDir . '/mtdowling/jmespath.php/src/CompilerRuntime.php', + 'JmesPath\\DebugRuntime' => $vendorDir . '/mtdowling/jmespath.php/src/DebugRuntime.php', + 'JmesPath\\Env' => $vendorDir . '/mtdowling/jmespath.php/src/Env.php', + 'JmesPath\\FnDispatcher' => $vendorDir . '/mtdowling/jmespath.php/src/FnDispatcher.php', + 'JmesPath\\Lexer' => $vendorDir . '/mtdowling/jmespath.php/src/Lexer.php', + 'JmesPath\\Parser' => $vendorDir . '/mtdowling/jmespath.php/src/Parser.php', + 'JmesPath\\SyntaxErrorException' => $vendorDir . '/mtdowling/jmespath.php/src/SyntaxErrorException.php', + 'JmesPath\\TreeCompiler' => $vendorDir . '/mtdowling/jmespath.php/src/TreeCompiler.php', + 'JmesPath\\TreeInterpreter' => $vendorDir . '/mtdowling/jmespath.php/src/TreeInterpreter.php', + 'JmesPath\\Utils' => $vendorDir . '/mtdowling/jmespath.php/src/Utils.php', + 'League\\Flysystem\\Config' => $vendorDir . '/league/flysystem/src/Config.php', + 'League\\Flysystem\\CorruptedPathDetected' => $vendorDir . '/league/flysystem/src/CorruptedPathDetected.php', + 'League\\Flysystem\\DirectoryAttributes' => $vendorDir . '/league/flysystem/src/DirectoryAttributes.php', + 'League\\Flysystem\\DirectoryListing' => $vendorDir . '/league/flysystem/src/DirectoryListing.php', + 'League\\Flysystem\\FileAttributes' => $vendorDir . '/league/flysystem/src/FileAttributes.php', + 'League\\Flysystem\\Filesystem' => $vendorDir . '/league/flysystem/src/Filesystem.php', + 'League\\Flysystem\\FilesystemAdapter' => $vendorDir . '/league/flysystem/src/FilesystemAdapter.php', + 'League\\Flysystem\\FilesystemException' => $vendorDir . '/league/flysystem/src/FilesystemException.php', + 'League\\Flysystem\\FilesystemOperationFailed' => $vendorDir . '/league/flysystem/src/FilesystemOperationFailed.php', + 'League\\Flysystem\\FilesystemOperator' => $vendorDir . '/league/flysystem/src/FilesystemOperator.php', + 'League\\Flysystem\\FilesystemReader' => $vendorDir . '/league/flysystem/src/FilesystemReader.php', + 'League\\Flysystem\\FilesystemWriter' => $vendorDir . '/league/flysystem/src/FilesystemWriter.php', + 'League\\Flysystem\\InvalidStreamProvided' => $vendorDir . '/league/flysystem/src/InvalidStreamProvided.php', + 'League\\Flysystem\\InvalidVisibilityProvided' => $vendorDir . '/league/flysystem/src/InvalidVisibilityProvided.php', + 'League\\Flysystem\\Local\\LocalFilesystemAdapter' => $vendorDir . '/league/flysystem/src/Local/LocalFilesystemAdapter.php', + 'League\\Flysystem\\MountManager' => $vendorDir . '/league/flysystem/src/MountManager.php', + 'League\\Flysystem\\PathNormalizer' => $vendorDir . '/league/flysystem/src/PathNormalizer.php', + 'League\\Flysystem\\PathPrefixer' => $vendorDir . '/league/flysystem/src/PathPrefixer.php', + 'League\\Flysystem\\PathTraversalDetected' => $vendorDir . '/league/flysystem/src/PathTraversalDetected.php', + 'League\\Flysystem\\PortableVisibilityGuard' => $vendorDir . '/league/flysystem/src/PortableVisibilityGuard.php', + 'League\\Flysystem\\ProxyArrayAccessToProperties' => $vendorDir . '/league/flysystem/src/ProxyArrayAccessToProperties.php', + 'League\\Flysystem\\StorageAttributes' => $vendorDir . '/league/flysystem/src/StorageAttributes.php', + 'League\\Flysystem\\SymbolicLinkEncountered' => $vendorDir . '/league/flysystem/src/SymbolicLinkEncountered.php', + 'League\\Flysystem\\UnableToCheckFileExistence' => $vendorDir . '/league/flysystem/src/UnableToCheckFileExistence.php', + 'League\\Flysystem\\UnableToCopyFile' => $vendorDir . '/league/flysystem/src/UnableToCopyFile.php', + 'League\\Flysystem\\UnableToCreateDirectory' => $vendorDir . '/league/flysystem/src/UnableToCreateDirectory.php', + 'League\\Flysystem\\UnableToDeleteDirectory' => $vendorDir . '/league/flysystem/src/UnableToDeleteDirectory.php', + 'League\\Flysystem\\UnableToDeleteFile' => $vendorDir . '/league/flysystem/src/UnableToDeleteFile.php', + 'League\\Flysystem\\UnableToMountFilesystem' => $vendorDir . '/league/flysystem/src/UnableToMountFilesystem.php', + 'League\\Flysystem\\UnableToMoveFile' => $vendorDir . '/league/flysystem/src/UnableToMoveFile.php', + 'League\\Flysystem\\UnableToReadFile' => $vendorDir . '/league/flysystem/src/UnableToReadFile.php', + 'League\\Flysystem\\UnableToResolveFilesystemMount' => $vendorDir . '/league/flysystem/src/UnableToResolveFilesystemMount.php', + 'League\\Flysystem\\UnableToRetrieveMetadata' => $vendorDir . '/league/flysystem/src/UnableToRetrieveMetadata.php', + 'League\\Flysystem\\UnableToSetVisibility' => $vendorDir . '/league/flysystem/src/UnableToSetVisibility.php', + 'League\\Flysystem\\UnableToWriteFile' => $vendorDir . '/league/flysystem/src/UnableToWriteFile.php', + 'League\\Flysystem\\UnixVisibility\\PortableVisibilityConverter' => $vendorDir . '/league/flysystem/src/UnixVisibility/PortableVisibilityConverter.php', + 'League\\Flysystem\\UnixVisibility\\VisibilityConverter' => $vendorDir . '/league/flysystem/src/UnixVisibility/VisibilityConverter.php', + 'League\\Flysystem\\UnreadableFileEncountered' => $vendorDir . '/league/flysystem/src/UnreadableFileEncountered.php', + 'League\\Flysystem\\Visibility' => $vendorDir . '/league/flysystem/src/Visibility.php', + 'League\\Flysystem\\WhitespacePathNormalizer' => $vendorDir . '/league/flysystem/src/WhitespacePathNormalizer.php', + 'League\\MimeTypeDetection\\EmptyExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/EmptyExtensionToMimeTypeMap.php', + 'League\\MimeTypeDetection\\ExtensionMimeTypeDetector' => $vendorDir . '/league/mime-type-detection/src/ExtensionMimeTypeDetector.php', + 'League\\MimeTypeDetection\\ExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/ExtensionToMimeTypeMap.php', + 'League\\MimeTypeDetection\\FinfoMimeTypeDetector' => $vendorDir . '/league/mime-type-detection/src/FinfoMimeTypeDetector.php', + 'League\\MimeTypeDetection\\GeneratedExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/GeneratedExtensionToMimeTypeMap.php', + 'League\\MimeTypeDetection\\MimeTypeDetector' => $vendorDir . '/league/mime-type-detection/src/MimeTypeDetector.php', + 'League\\MimeTypeDetection\\OverridingExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/OverridingExtensionToMimeTypeMap.php', + 'Lizhichao\\Word\\VicDict' => $vendorDir . '/lizhichao/word/Lib/VicDict.php', + 'Lizhichao\\Word\\VicWord' => $vendorDir . '/lizhichao/word/Lib/VicWord.php', + 'Matrix\\Builder' => $vendorDir . '/markbaker/matrix/classes/src/Builder.php', + 'Matrix\\Exception' => $vendorDir . '/markbaker/matrix/classes/src/Exception.php', + 'Matrix\\Functions' => $vendorDir . '/markbaker/matrix/classes/src/Functions.php', + 'Matrix\\Matrix' => $vendorDir . '/markbaker/matrix/classes/src/Matrix.php', + 'Matrix\\Operators\\Addition' => $vendorDir . '/markbaker/matrix/classes/src/Operators/Addition.php', + 'Matrix\\Operators\\DirectSum' => $vendorDir . '/markbaker/matrix/classes/src/Operators/DirectSum.php', + 'Matrix\\Operators\\Division' => $vendorDir . '/markbaker/matrix/classes/src/Operators/Division.php', + 'Matrix\\Operators\\Multiplication' => $vendorDir . '/markbaker/matrix/classes/src/Operators/Multiplication.php', + 'Matrix\\Operators\\Operator' => $vendorDir . '/markbaker/matrix/classes/src/Operators/Operator.php', + 'Matrix\\Operators\\Subtraction' => $vendorDir . '/markbaker/matrix/classes/src/Operators/Subtraction.php', + 'Monolog\\ErrorHandler' => $vendorDir . '/monolog/monolog/src/Monolog/ErrorHandler.php', + 'Monolog\\Formatter\\ChromePHPFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php', + 'Monolog\\Formatter\\ElasticaFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php', + 'Monolog\\Formatter\\FlowdockFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php', + 'Monolog\\Formatter\\FluentdFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php', + 'Monolog\\Formatter\\FormatterInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php', + 'Monolog\\Formatter\\GelfMessageFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php', + 'Monolog\\Formatter\\HtmlFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php', + 'Monolog\\Formatter\\JsonFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php', + 'Monolog\\Formatter\\LineFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LineFormatter.php', + 'Monolog\\Formatter\\LogglyFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php', + 'Monolog\\Formatter\\LogstashFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php', + 'Monolog\\Formatter\\MongoDBFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php', + 'Monolog\\Formatter\\NormalizerFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php', + 'Monolog\\Formatter\\ScalarFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php', + 'Monolog\\Formatter\\WildfireFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php', + 'Monolog\\Handler\\AbstractHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractHandler.php', + 'Monolog\\Handler\\AbstractProcessingHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php', + 'Monolog\\Handler\\AbstractSyslogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php', + 'Monolog\\Handler\\AmqpHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AmqpHandler.php', + 'Monolog\\Handler\\BrowserConsoleHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php', + 'Monolog\\Handler\\BufferHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BufferHandler.php', + 'Monolog\\Handler\\ChromePHPHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php', + 'Monolog\\Handler\\CouchDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php', + 'Monolog\\Handler\\CubeHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CubeHandler.php', + 'Monolog\\Handler\\Curl\\Util' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Curl/Util.php', + 'Monolog\\Handler\\DeduplicationHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php', + 'Monolog\\Handler\\DoctrineCouchDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php', + 'Monolog\\Handler\\DynamoDbHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php', + 'Monolog\\Handler\\ElasticSearchHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php', + 'Monolog\\Handler\\ErrorLogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php', + 'Monolog\\Handler\\FilterHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FilterHandler.php', + 'Monolog\\Handler\\FingersCrossedHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php', + 'Monolog\\Handler\\FingersCrossed\\ActivationStrategyInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php', + 'Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php', + 'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php', + 'Monolog\\Handler\\FirePHPHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php', + 'Monolog\\Handler\\FleepHookHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php', + 'Monolog\\Handler\\FlowdockHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php', + 'Monolog\\Handler\\GelfHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GelfHandler.php', + 'Monolog\\Handler\\GroupHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GroupHandler.php', + 'Monolog\\Handler\\HandlerInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerInterface.php', + 'Monolog\\Handler\\HandlerWrapper' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php', + 'Monolog\\Handler\\HipChatHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HipChatHandler.php', + 'Monolog\\Handler\\IFTTTHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php', + 'Monolog\\Handler\\InsightOpsHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php', + 'Monolog\\Handler\\LogEntriesHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php', + 'Monolog\\Handler\\LogglyHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogglyHandler.php', + 'Monolog\\Handler\\MailHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MailHandler.php', + 'Monolog\\Handler\\MandrillHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MandrillHandler.php', + 'Monolog\\Handler\\MissingExtensionException' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php', + 'Monolog\\Handler\\MongoDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php', + 'Monolog\\Handler\\NativeMailerHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php', + 'Monolog\\Handler\\NewRelicHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php', + 'Monolog\\Handler\\NullHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NullHandler.php', + 'Monolog\\Handler\\PHPConsoleHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php', + 'Monolog\\Handler\\PsrHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PsrHandler.php', + 'Monolog\\Handler\\PushoverHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PushoverHandler.php', + 'Monolog\\Handler\\RavenHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RavenHandler.php', + 'Monolog\\Handler\\RedisHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisHandler.php', + 'Monolog\\Handler\\RollbarHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RollbarHandler.php', + 'Monolog\\Handler\\RotatingFileHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php', + 'Monolog\\Handler\\SamplingHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SamplingHandler.php', + 'Monolog\\Handler\\SlackHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackHandler.php', + 'Monolog\\Handler\\SlackWebhookHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php', + 'Monolog\\Handler\\Slack\\SlackRecord' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php', + 'Monolog\\Handler\\SlackbotHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php', + 'Monolog\\Handler\\SocketHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php', + 'Monolog\\Handler\\StreamHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/StreamHandler.php', + 'Monolog\\Handler\\SwiftMailerHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php', + 'Monolog\\Handler\\SyslogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogHandler.php', + 'Monolog\\Handler\\SyslogUdpHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php', + 'Monolog\\Handler\\SyslogUdp\\UdpSocket' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php', + 'Monolog\\Handler\\TestHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TestHandler.php', + 'Monolog\\Handler\\WhatFailureGroupHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php', + 'Monolog\\Handler\\ZendMonitorHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php', + 'Monolog\\Logger' => $vendorDir . '/monolog/monolog/src/Monolog/Logger.php', + 'Monolog\\Processor\\GitProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/GitProcessor.php', + 'Monolog\\Processor\\IntrospectionProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php', + 'Monolog\\Processor\\MemoryPeakUsageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php', + 'Monolog\\Processor\\MemoryProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php', + 'Monolog\\Processor\\MemoryUsageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php', + 'Monolog\\Processor\\MercurialProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php', + 'Monolog\\Processor\\ProcessIdProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php', + 'Monolog\\Processor\\ProcessorInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php', + 'Monolog\\Processor\\PsrLogMessageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php', + 'Monolog\\Processor\\TagProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/TagProcessor.php', + 'Monolog\\Processor\\UidProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/UidProcessor.php', + 'Monolog\\Processor\\WebProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/WebProcessor.php', + 'Monolog\\Registry' => $vendorDir . '/monolog/monolog/src/Monolog/Registry.php', + 'Monolog\\ResettableInterface' => $vendorDir . '/monolog/monolog/src/Monolog/ResettableInterface.php', + 'Monolog\\SignalHandler' => $vendorDir . '/monolog/monolog/src/Monolog/SignalHandler.php', + 'Monolog\\Utils' => $vendorDir . '/monolog/monolog/src/Monolog/Utils.php', + 'MyCLabs\\Enum\\Enum' => $vendorDir . '/myclabs/php-enum/src/Enum.php', + 'MyCLabs\\Enum\\PHPUnit\\Comparator' => $vendorDir . '/myclabs/php-enum/src/PHPUnit/Comparator.php', 'Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', - 'ParseError' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/ParseError.php', - 'SessionUpdateTimestampHandlerInterface' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php', - 'TypeError' => $vendorDir . '/symfony/polyfill-php70/Resources/stubs/TypeError.php', + 'OSS\\Core\\MimeTypes' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Core/MimeTypes.php', + 'OSS\\Core\\OssException' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Core/OssException.php', + 'OSS\\Core\\OssUtil' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Core/OssUtil.php', + 'OSS\\Http\\RequestCore' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Http/RequestCore.php', + 'OSS\\Http\\RequestCore_Exception' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Http/RequestCore_Exception.php', + 'OSS\\Http\\ResponseCore' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Http/ResponseCore.php', + 'OSS\\Model\\BucketInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/BucketInfo.php', + 'OSS\\Model\\BucketListInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/BucketListInfo.php', + 'OSS\\Model\\CnameConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/CnameConfig.php', + 'OSS\\Model\\CorsConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/CorsConfig.php', + 'OSS\\Model\\CorsRule' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/CorsRule.php', + 'OSS\\Model\\GetLiveChannelHistory' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/GetLiveChannelHistory.php', + 'OSS\\Model\\GetLiveChannelInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/GetLiveChannelInfo.php', + 'OSS\\Model\\GetLiveChannelStatus' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/GetLiveChannelStatus.php', + 'OSS\\Model\\LifecycleAction' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/LifecycleAction.php', + 'OSS\\Model\\LifecycleConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/LifecycleConfig.php', + 'OSS\\Model\\LifecycleRule' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/LifecycleRule.php', + 'OSS\\Model\\ListMultipartUploadInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/ListMultipartUploadInfo.php', + 'OSS\\Model\\ListPartsInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/ListPartsInfo.php', + 'OSS\\Model\\LiveChannelConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/LiveChannelConfig.php', + 'OSS\\Model\\LiveChannelHistory' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/LiveChannelHistory.php', + 'OSS\\Model\\LiveChannelInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/LiveChannelInfo.php', + 'OSS\\Model\\LiveChannelListInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/LiveChannelListInfo.php', + 'OSS\\Model\\LoggingConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/LoggingConfig.php', + 'OSS\\Model\\ObjectInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/ObjectInfo.php', + 'OSS\\Model\\ObjectListInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/ObjectListInfo.php', + 'OSS\\Model\\PartInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/PartInfo.php', + 'OSS\\Model\\PrefixInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/PrefixInfo.php', + 'OSS\\Model\\RefererConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/RefererConfig.php', + 'OSS\\Model\\StorageCapacityConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/StorageCapacityConfig.php', + 'OSS\\Model\\UploadInfo' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/UploadInfo.php', + 'OSS\\Model\\WebsiteConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/WebsiteConfig.php', + 'OSS\\Model\\XmlConfig' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Model/XmlConfig.php', + 'OSS\\OssClient' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/OssClient.php', + 'OSS\\Result\\AclResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/AclResult.php', + 'OSS\\Result\\AppendResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/AppendResult.php', + 'OSS\\Result\\BodyResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/BodyResult.php', + 'OSS\\Result\\CallbackResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/CallbackResult.php', + 'OSS\\Result\\CopyObjectResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/CopyObjectResult.php', + 'OSS\\Result\\DeleteObjectsResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/DeleteObjectsResult.php', + 'OSS\\Result\\ExistResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/ExistResult.php', + 'OSS\\Result\\GetCnameResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetCnameResult.php', + 'OSS\\Result\\GetCorsResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetCorsResult.php', + 'OSS\\Result\\GetLifecycleResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLifecycleResult.php', + 'OSS\\Result\\GetLiveChannelHistoryResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLiveChannelHistoryResult.php', + 'OSS\\Result\\GetLiveChannelInfoResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLiveChannelInfoResult.php', + 'OSS\\Result\\GetLiveChannelStatusResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLiveChannelStatusResult.php', + 'OSS\\Result\\GetLocationResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLocationResult.php', + 'OSS\\Result\\GetLoggingResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLoggingResult.php', + 'OSS\\Result\\GetRefererResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetRefererResult.php', + 'OSS\\Result\\GetStorageCapacityResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetStorageCapacityResult.php', + 'OSS\\Result\\GetWebsiteResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetWebsiteResult.php', + 'OSS\\Result\\HeaderResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/HeaderResult.php', + 'OSS\\Result\\InitiateMultipartUploadResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/InitiateMultipartUploadResult.php', + 'OSS\\Result\\ListBucketsResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListBucketsResult.php', + 'OSS\\Result\\ListLiveChannelResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListLiveChannelResult.php', + 'OSS\\Result\\ListMultipartUploadResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListMultipartUploadResult.php', + 'OSS\\Result\\ListObjectsResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListObjectsResult.php', + 'OSS\\Result\\ListPartsResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListPartsResult.php', + 'OSS\\Result\\PutLiveChannelResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/PutLiveChannelResult.php', + 'OSS\\Result\\PutSetDeleteResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/PutSetDeleteResult.php', + 'OSS\\Result\\Result' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/Result.php', + 'OSS\\Result\\SymlinkResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/SymlinkResult.php', + 'OSS\\Result\\UploadPartResult' => $vendorDir . '/aliyuncs/oss-sdk-php/src/OSS/Result/UploadPartResult.php', + 'OneSm\\Sm3' => $vendorDir . '/lizhichao/one-sm/src/Sm3.php', + 'OneSm\\Sm4' => $vendorDir . '/lizhichao/one-sm/src/Sm4.php', + 'Overtrue\\Socialite\\AccessToken' => $vendorDir . '/overtrue/socialite/src/AccessToken.php', + 'Overtrue\\Socialite\\AccessTokenInterface' => $vendorDir . '/overtrue/socialite/src/AccessTokenInterface.php', + 'Overtrue\\Socialite\\AuthorizeFailedException' => $vendorDir . '/overtrue/socialite/src/AuthorizeFailedException.php', + 'Overtrue\\Socialite\\Config' => $vendorDir . '/overtrue/socialite/src/Config.php', + 'Overtrue\\Socialite\\FactoryInterface' => $vendorDir . '/overtrue/socialite/src/FactoryInterface.php', + 'Overtrue\\Socialite\\HasAttributes' => $vendorDir . '/overtrue/socialite/src/HasAttributes.php', + 'Overtrue\\Socialite\\InvalidArgumentException' => $vendorDir . '/overtrue/socialite/src/InvalidArgumentException.php', + 'Overtrue\\Socialite\\InvalidStateException' => $vendorDir . '/overtrue/socialite/src/InvalidStateException.php', + 'Overtrue\\Socialite\\ProviderInterface' => $vendorDir . '/overtrue/socialite/src/ProviderInterface.php', + 'Overtrue\\Socialite\\Providers\\AbstractProvider' => $vendorDir . '/overtrue/socialite/src/Providers/AbstractProvider.php', + 'Overtrue\\Socialite\\Providers\\DoubanProvider' => $vendorDir . '/overtrue/socialite/src/Providers/DoubanProvider.php', + 'Overtrue\\Socialite\\Providers\\FacebookProvider' => $vendorDir . '/overtrue/socialite/src/Providers/FacebookProvider.php', + 'Overtrue\\Socialite\\Providers\\GitHubProvider' => $vendorDir . '/overtrue/socialite/src/Providers/GitHubProvider.php', + 'Overtrue\\Socialite\\Providers\\GoogleProvider' => $vendorDir . '/overtrue/socialite/src/Providers/GoogleProvider.php', + 'Overtrue\\Socialite\\Providers\\LinkedinProvider' => $vendorDir . '/overtrue/socialite/src/Providers/LinkedinProvider.php', + 'Overtrue\\Socialite\\Providers\\QQProvider' => $vendorDir . '/overtrue/socialite/src/Providers/QQProvider.php', + 'Overtrue\\Socialite\\Providers\\WeChatOpenPlatformProvider' => $vendorDir . '/overtrue/socialite/src/Providers/WeChatOpenPlatformProvider.php', + 'Overtrue\\Socialite\\Providers\\WeChatProvider' => $vendorDir . '/overtrue/socialite/src/Providers/WeChatProvider.php', + 'Overtrue\\Socialite\\Providers\\WeWorkProvider' => $vendorDir . '/overtrue/socialite/src/Providers/WeWorkProvider.php', + 'Overtrue\\Socialite\\Providers\\WeiboProvider' => $vendorDir . '/overtrue/socialite/src/Providers/WeiboProvider.php', + 'Overtrue\\Socialite\\SocialiteManager' => $vendorDir . '/overtrue/socialite/src/SocialiteManager.php', + 'Overtrue\\Socialite\\User' => $vendorDir . '/overtrue/socialite/src/User.php', + 'Overtrue\\Socialite\\UserInterface' => $vendorDir . '/overtrue/socialite/src/UserInterface.php', + 'Overtrue\\Socialite\\WeChatComponentInterface' => $vendorDir . '/overtrue/socialite/src/WeChatComponentInterface.php', + 'Phinx\\Db\\Adapter\\AdapterFactory' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/AdapterFactory.php', + 'Phinx\\Db\\Adapter\\AdapterInterface' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/AdapterInterface.php', + 'Phinx\\Db\\Adapter\\AdapterWrapper' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/AdapterWrapper.php', + 'Phinx\\Db\\Adapter\\MysqlAdapter' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/MysqlAdapter.php', + 'Phinx\\Db\\Adapter\\PdoAdapter' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/PdoAdapter.php', + 'Phinx\\Db\\Adapter\\PostgresAdapter' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/PostgresAdapter.php', + 'Phinx\\Db\\Adapter\\ProxyAdapter' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/ProxyAdapter.php', + 'Phinx\\Db\\Adapter\\SQLiteAdapter' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/SQLiteAdapter.php', + 'Phinx\\Db\\Adapter\\SqlServerAdapter' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/SqlServerAdapter.php', + 'Phinx\\Db\\Adapter\\TablePrefixAdapter' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/TablePrefixAdapter.php', + 'Phinx\\Db\\Adapter\\WrapperInterface' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/WrapperInterface.php', + 'Phinx\\Db\\Table' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Table.php', + 'Phinx\\Db\\Table\\Column' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Table/Column.php', + 'Phinx\\Db\\Table\\ForeignKey' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Table/ForeignKey.php', + 'Phinx\\Db\\Table\\Index' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Db/Table/Index.php', + 'Phinx\\Migration\\AbstractMigration' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Migration/AbstractMigration.php', + 'Phinx\\Migration\\AbstractTemplateCreation' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Migration/AbstractTemplateCreation.php', + 'Phinx\\Migration\\CreationInterface' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Migration/CreationInterface.php', + 'Phinx\\Migration\\IrreversibleMigrationException' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Migration/IrreversibleMigrationException.php', + 'Phinx\\Migration\\MigrationInterface' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Migration/MigrationInterface.php', + 'Phinx\\Seed\\AbstractSeed' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Seed/AbstractSeed.php', + 'Phinx\\Seed\\SeedInterface' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Seed/SeedInterface.php', + 'Phinx\\Util\\Util' => $vendorDir . '/topthink/think-migration/phinx/src/Phinx/Util/Util.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Calculation' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Category' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Category.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Database' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\DateTime' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTime.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Engine\\CyclicReferenceStack' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Engine\\Logger' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Logger.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Engineering' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Exception' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\ExceptionHandler' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ExceptionHandler.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Financial' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\FormulaParser' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\FormulaToken' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaToken.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Functions' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Functions.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Logical' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\LookupRef' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\MathTrig' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Statistical' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\TextData' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Token\\Stack' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Token/Stack.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Web' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\AddressHelper' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AddressHelper.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\AdvancedValueBinder' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AdvancedValueBinder.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\Cell' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Cell.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\Coordinate' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Coordinate.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\DataType' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataType.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\DataValidation' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidation.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\DataValidator' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidator.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\DefaultValueBinder' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DefaultValueBinder.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\Hyperlink' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Hyperlink.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\IValueBinder' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/IValueBinder.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\StringValueBinder' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/StringValueBinder.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Axis' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Axis.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Chart' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Chart.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\DataSeries' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/DataSeries.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\DataSeriesValues' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/DataSeriesValues.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Exception' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\GridLines' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/GridLines.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Layout' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Layout.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Legend' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Legend.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\PlotArea' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/PlotArea.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Properties' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Properties.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Renderer\\IRenderer' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/IRenderer.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Renderer\\JpGraph' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/JpGraph.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Title' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Title.php', + 'PhpOffice\\PhpSpreadsheet\\Collection\\Cells' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Cells.php', + 'PhpOffice\\PhpSpreadsheet\\Collection\\CellsFactory' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/CellsFactory.php', + 'PhpOffice\\PhpSpreadsheet\\Collection\\Memory' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Memory.php', + 'PhpOffice\\PhpSpreadsheet\\Comment' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Comment.php', + 'PhpOffice\\PhpSpreadsheet\\DocumentGenerator' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/DocumentGenerator.php', + 'PhpOffice\\PhpSpreadsheet\\Document\\Properties' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Properties.php', + 'PhpOffice\\PhpSpreadsheet\\Document\\Security' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Security.php', + 'PhpOffice\\PhpSpreadsheet\\Exception' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\HashTable' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/HashTable.php', + 'PhpOffice\\PhpSpreadsheet\\Helper\\Html' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Html.php', + 'PhpOffice\\PhpSpreadsheet\\Helper\\Sample' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Sample.php', + 'PhpOffice\\PhpSpreadsheet\\IComparable' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php', + 'PhpOffice\\PhpSpreadsheet\\IOFactory' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IOFactory.php', + 'PhpOffice\\PhpSpreadsheet\\NamedRange' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/NamedRange.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\BaseReader' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/BaseReader.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Csv' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\DefaultReadFilter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/DefaultReadFilter.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Exception' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Gnumeric' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Html' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Html.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\IReadFilter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReadFilter.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\IReader' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReader.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Ods' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Ods\\Properties' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/Properties.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Security\\XmlScanner' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Security/XmlScanner.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Slk' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Slk.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Color' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Color\\BIFF5' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Color\\BIFF8' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Color\\BuiltIn' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\ErrorCode' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/ErrorCode.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Escher' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Escher.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\MD5' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/MD5.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\RC4' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/RC4.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Style\\Border' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/Border.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Style\\FillPattern' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\AutoFilter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\BaseParserClass' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Chart' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Chart.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\ColumnAndRowAttributes' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\ConditionalStyles' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\DataValidations' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/DataValidations.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Hyperlinks' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\PageSetup' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/PageSetup.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Properties' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Properties.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\SheetViewOptions' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\SheetViews' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SheetViews.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Styles' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Styles.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Theme' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Theme.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xml' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml.php', + 'PhpOffice\\PhpSpreadsheet\\ReferenceHelper' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/ReferenceHelper.php', + 'PhpOffice\\PhpSpreadsheet\\RichText\\ITextElement' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/ITextElement.php', + 'PhpOffice\\PhpSpreadsheet\\RichText\\RichText' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/RichText.php', + 'PhpOffice\\PhpSpreadsheet\\RichText\\Run' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/Run.php', + 'PhpOffice\\PhpSpreadsheet\\RichText\\TextElement' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/TextElement.php', + 'PhpOffice\\PhpSpreadsheet\\Settings' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Settings.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\CodePage' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/CodePage.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Date' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Date.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Drawing' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Drawing.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DgContainer' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DgContainer\\SpgrContainer' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DgContainer\\SpgrContainer\\SpContainer' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DggContainer' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DggContainer\\BstoreContainer' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DggContainer\\BstoreContainer\\BSE' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DggContainer\\BstoreContainer\\BSE\\Blip' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\File' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/File.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Font' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Font.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\CholeskyDecomposition' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/CholeskyDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\EigenvalueDecomposition' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/EigenvalueDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\LUDecomposition' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/LUDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\Matrix' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/Matrix.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\QRDecomposition' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/QRDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\SingularValueDecomposition' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/SingularValueDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLERead' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLERead.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE\\ChainedBlockStream' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE\\PPS' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE\\PPS\\File' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/File.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE\\PPS\\Root' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/Root.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\PasswordHasher' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/PasswordHasher.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\StringHelper' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/StringHelper.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\TimeZone' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/TimeZone.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/BestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\ExponentialBestFit' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\LinearBestFit' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/LinearBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\LogarithmicBestFit' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\PolynomialBestFit' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\PowerBestFit' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/PowerBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\Trend' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/Trend.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\XMLWriter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/XMLWriter.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Xls' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Xls.php', + 'PhpOffice\\PhpSpreadsheet\\Spreadsheet' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Spreadsheet.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Alignment' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Alignment.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Border' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Border.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Borders' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Borders.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Color' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Color.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Conditional' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Conditional.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Fill' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Fill.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Font' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Font.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\NumberFormat' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Protection' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Protection.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Style' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Style.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Supervisor' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Supervisor.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\AutoFilter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\AutoFilter\\Column' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\AutoFilter\\Column\\Rule' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\BaseDrawing' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/BaseDrawing.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\CellIterator' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/CellIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Column' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Column.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnCellIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnDimension' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnDimension.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnIterator' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Dimension' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Dimension.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Drawing' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Drawing\\Shadow' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing/Shadow.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\HeaderFooter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/HeaderFooter.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\HeaderFooterDrawing' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Iterator' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Iterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\MemoryDrawing' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/MemoryDrawing.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\PageMargins' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageMargins.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\PageSetup' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageSetup.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Protection' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Protection.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Row' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Row.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\RowCellIterator' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowCellIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\RowDimension' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowDimension.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\SheetView' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/SheetView.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Worksheet' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Worksheet.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\BaseWriter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/BaseWriter.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Csv' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Csv.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Exception' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Html' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\IWriter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/IWriter.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Cell\\Comment' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Cell/Comment.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Content' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Content.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Meta' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Meta.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\MetaInf' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/MetaInf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Mimetype' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Mimetype.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Settings' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Settings.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Styles' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Styles.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Thumbnails' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Thumbnails.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\WriterPart' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/WriterPart.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Pdf' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Dompdf' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Dompdf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Mpdf' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Mpdf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Tcpdf' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Tcpdf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\BIFFwriter' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/BIFFwriter.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Escher' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Escher.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Font' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Font.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Parser' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Workbook' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Workbook.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Worksheet' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Xf' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Xf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Chart' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Chart.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Comments' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Comments.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\ContentTypes' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\DocProps' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/DocProps.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Drawing' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Drawing.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Rels' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Rels.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\RelsRibbon' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\RelsVBA' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\StringTable' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/StringTable.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Style' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Style.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Theme' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Theme.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Workbook' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Workbook.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Worksheet' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\WriterPart' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/WriterPart.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Xlfn' => $vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Xlfn.php', + 'Pimple\\Container' => $vendorDir . '/pimple/pimple/src/Pimple/Container.php', + 'Pimple\\Exception\\ExpectedInvokableException' => $vendorDir . '/pimple/pimple/src/Pimple/Exception/ExpectedInvokableException.php', + 'Pimple\\Exception\\FrozenServiceException' => $vendorDir . '/pimple/pimple/src/Pimple/Exception/FrozenServiceException.php', + 'Pimple\\Exception\\InvalidServiceIdentifierException' => $vendorDir . '/pimple/pimple/src/Pimple/Exception/InvalidServiceIdentifierException.php', + 'Pimple\\Exception\\UnknownIdentifierException' => $vendorDir . '/pimple/pimple/src/Pimple/Exception/UnknownIdentifierException.php', + 'Pimple\\Psr11\\Container' => $vendorDir . '/pimple/pimple/src/Pimple/Psr11/Container.php', + 'Pimple\\Psr11\\ServiceLocator' => $vendorDir . '/pimple/pimple/src/Pimple/Psr11/ServiceLocator.php', + 'Pimple\\ServiceIterator' => $vendorDir . '/pimple/pimple/src/Pimple/ServiceIterator.php', + 'Pimple\\ServiceProviderInterface' => $vendorDir . '/pimple/pimple/src/Pimple/ServiceProviderInterface.php', + 'Pimple\\Tests\\Fixtures\\Invokable' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php', + 'Pimple\\Tests\\Fixtures\\NonInvokable' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php', + 'Pimple\\Tests\\Fixtures\\PimpleServiceProvider' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php', + 'Pimple\\Tests\\Fixtures\\Service' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php', + 'Pimple\\Tests\\PimpleServiceProviderInterfaceTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php', + 'Pimple\\Tests\\PimpleTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/PimpleTest.php', + 'Pimple\\Tests\\Psr11\\ContainerTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Psr11/ContainerTest.php', + 'Pimple\\Tests\\Psr11\\ServiceLocatorTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Psr11/ServiceLocatorTest.php', + 'Pimple\\Tests\\ServiceIteratorTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/ServiceIteratorTest.php', + 'Psr\\Cache\\CacheException' => $vendorDir . '/psr/cache/src/CacheException.php', + 'Psr\\Cache\\CacheItemInterface' => $vendorDir . '/psr/cache/src/CacheItemInterface.php', + 'Psr\\Cache\\CacheItemPoolInterface' => $vendorDir . '/psr/cache/src/CacheItemPoolInterface.php', + 'Psr\\Cache\\InvalidArgumentException' => $vendorDir . '/psr/cache/src/InvalidArgumentException.php', + 'Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php', + 'Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php', + 'Psr\\Container\\NotFoundExceptionInterface' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php', + 'Psr\\Http\\Message\\MessageInterface' => $vendorDir . '/psr/http-message/src/MessageInterface.php', + 'Psr\\Http\\Message\\RequestInterface' => $vendorDir . '/psr/http-message/src/RequestInterface.php', + 'Psr\\Http\\Message\\ResponseInterface' => $vendorDir . '/psr/http-message/src/ResponseInterface.php', + 'Psr\\Http\\Message\\ServerRequestInterface' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php', + 'Psr\\Http\\Message\\StreamInterface' => $vendorDir . '/psr/http-message/src/StreamInterface.php', + 'Psr\\Http\\Message\\UploadedFileInterface' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php', + 'Psr\\Http\\Message\\UriInterface' => $vendorDir . '/psr/http-message/src/UriInterface.php', + 'Psr\\Log\\AbstractLogger' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php', + 'Psr\\Log\\InvalidArgumentException' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php', + 'Psr\\Log\\LogLevel' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php', + 'Psr\\Log\\LoggerAwareInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php', + 'Psr\\Log\\LoggerAwareTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php', + 'Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php', + 'Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php', + 'Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php', + 'Psr\\Log\\Test\\LoggerInterfaceTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', + 'Psr\\Log\\Test\\TestLogger' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php', + 'Psr\\SimpleCache\\CacheException' => $vendorDir . '/psr/simple-cache/src/CacheException.php', + 'Psr\\SimpleCache\\CacheInterface' => $vendorDir . '/psr/simple-cache/src/CacheInterface.php', + 'Psr\\SimpleCache\\InvalidArgumentException' => $vendorDir . '/psr/simple-cache/src/InvalidArgumentException.php', + 'QCloud\\COSSTS\\Scope' => $vendorDir . '/qcloud_sts/qcloud-sts-sdk/src/Scope.php', + 'QCloud\\COSSTS\\Sts' => $vendorDir . '/qcloud_sts/qcloud-sts-sdk/src/Sts.php', + 'Qcloud\\Cos\\BucketStyleListener' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/BucketStyleListener.php', + 'Qcloud\\Cos\\Client' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Client.php', + 'Qcloud\\Cos\\Command' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Command.php', + 'Qcloud\\Cos\\Copy' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Copy.php', + 'Qcloud\\Cos\\ExceptionListener' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/ExceptionListener.php', + 'Qcloud\\Cos\\ExceptionParser' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/ExceptionParser.php', + 'Qcloud\\Cos\\Exception\\BucketAlreadyExistsException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/BucketAlreadyExistsException.php', + 'Qcloud\\Cos\\Exception\\BucketNotEmptyException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/BucketNotEmptyException.php', + 'Qcloud\\Cos\\Exception\\CosException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/CosException.php', + 'Qcloud\\Cos\\Exception\\CurlException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/CurlException.php', + 'Qcloud\\Cos\\Exception\\InvalidArgumentException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/InvalidArgumentException.php', + 'Qcloud\\Cos\\Exception\\NoSuchBucketException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/NoSuchBucketException.php', + 'Qcloud\\Cos\\Exception\\NoSuchKeyException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/NoSuchKeyException.php', + 'Qcloud\\Cos\\Exception\\NoSuchUploadException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/NoSuchUploadException.php', + 'Qcloud\\Cos\\Exception\\ServiceResponseException' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/ServiceResponseException.php', + 'Qcloud\\Cos\\Md5Listener' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Md5Listener.php', + 'Qcloud\\Cos\\MultipartUpload' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/MultipartUpload.php', + 'Qcloud\\Cos\\Service' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Service.php', + 'Qcloud\\Cos\\Signature' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Signature.php', + 'Qcloud\\Cos\\SignatureListener' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/SignatureListener.php', + 'Qcloud\\Cos\\Tests\\TestHelper' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Tests/TestHelper.php', + 'Qcloud\\Cos\\TokenListener' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/TokenListener.php', + 'Qcloud\\Cos\\UploadBodyListener' => $vendorDir . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/UploadBodyListener.php', + 'Qiniu\\Auth' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Auth.php', + 'Qiniu\\Cdn\\CdnManager' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Cdn/CdnManager.php', + 'Qiniu\\Config' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Config.php', + 'Qiniu\\Etag' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Etag.php', + 'Qiniu\\Http\\Client' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Http/Client.php', + 'Qiniu\\Http\\Error' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Http/Error.php', + 'Qiniu\\Http\\Request' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Http/Request.php', + 'Qiniu\\Http\\Response' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Http/Response.php', + 'Qiniu\\Processing\\ImageUrlBuilder' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Processing/ImageUrlBuilder.php', + 'Qiniu\\Processing\\Operation' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Processing/Operation.php', + 'Qiniu\\Processing\\PersistentFop' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Processing/PersistentFop.php', + 'Qiniu\\Region' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Region.php', + 'Qiniu\\Rtc\\AppClient' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Rtc/AppClient.php', + 'Qiniu\\Sms\\Sms' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Sms/Sms.php', + 'Qiniu\\Storage\\ArgusManager' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Storage/ArgusManager.php', + 'Qiniu\\Storage\\BucketManager' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Storage/BucketManager.php', + 'Qiniu\\Storage\\FormUploader' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Storage/FormUploader.php', + 'Qiniu\\Storage\\ResumeUploader' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Storage/ResumeUploader.php', + 'Qiniu\\Storage\\UploadManager' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Storage/UploadManager.php', + 'Qiniu\\Zone' => $vendorDir . '/qiniu/php-sdk/src/Qiniu/Zone.php', + 'Songshenzong\\Support\\Arrays' => $vendorDir . '/songshenzong/support/src/Arrays.php', + 'Songshenzong\\Support\\BashEcho' => $vendorDir . '/songshenzong/support/src/BashEcho.php', + 'Songshenzong\\Support\\Env' => $vendorDir . '/songshenzong/support/src/Env.php', + 'Songshenzong\\Support\\OS' => $vendorDir . '/songshenzong/support/src/OS.php', + 'Songshenzong\\Support\\Strings' => $vendorDir . '/songshenzong/support/src/Strings.php', + 'Songshenzong\\Support\\StringsFacade' => $vendorDir . '/songshenzong/support/src/StringsFacade.php', + 'Songshenzong\\Support\\StringsServiceProvider' => $vendorDir . '/songshenzong/support/src/StringsServiceProvider.php', + 'Songshenzong\\Support\\Time' => $vendorDir . '/songshenzong/support/src/Time.php', + 'Songshenzong\\Support\\Traits\\Str' => $vendorDir . '/songshenzong/support/src/Traits/Str.php', + 'Songshenzong\\Support\\Traits\\Uri' => $vendorDir . '/songshenzong/support/src/Traits/Uri.php', + 'Spatie\\Macroable\\Macroable' => $vendorDir . '/spatie/macroable/src/Macroable.php', + 'Stringy\\StaticStringy' => $vendorDir . '/danielstjules/stringy/src/StaticStringy.php', + 'Stringy\\Stringy' => $vendorDir . '/danielstjules/stringy/src/Stringy.php', + 'Symfony\\Bridge\\PsrHttpMessage\\Factory\\DiactorosFactory' => $vendorDir . '/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php', + 'Symfony\\Bridge\\PsrHttpMessage\\Factory\\HttpFoundationFactory' => $vendorDir . '/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php', + 'Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory' => $vendorDir . '/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php', + 'Symfony\\Bridge\\PsrHttpMessage\\HttpFoundationFactoryInterface' => $vendorDir . '/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php', + 'Symfony\\Bridge\\PsrHttpMessage\\HttpMessageFactoryInterface' => $vendorDir . '/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php', + 'Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', + 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', + 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', + 'Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener' => $vendorDir . '/symfony/event-dispatcher/Debug/WrappedListener.php', + 'Symfony\\Component\\EventDispatcher\\DependencyInjection\\RegisterListenersPass' => $vendorDir . '/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', + 'Symfony\\Component\\EventDispatcher\\Event' => $vendorDir . '/symfony/event-dispatcher/Event.php', + 'Symfony\\Component\\EventDispatcher\\EventDispatcher' => $vendorDir . '/symfony/event-dispatcher/EventDispatcher.php', + 'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher/EventDispatcherInterface.php', + 'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => $vendorDir . '/symfony/event-dispatcher/EventSubscriberInterface.php', + 'Symfony\\Component\\EventDispatcher\\GenericEvent' => $vendorDir . '/symfony/event-dispatcher/GenericEvent.php', + 'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/ImmutableEventDispatcher.php', + 'Symfony\\Component\\HttpFoundation\\AcceptHeader' => $vendorDir . '/symfony/http-foundation/AcceptHeader.php', + 'Symfony\\Component\\HttpFoundation\\AcceptHeaderItem' => $vendorDir . '/symfony/http-foundation/AcceptHeaderItem.php', + 'Symfony\\Component\\HttpFoundation\\ApacheRequest' => $vendorDir . '/symfony/http-foundation/ApacheRequest.php', + 'Symfony\\Component\\HttpFoundation\\BinaryFileResponse' => $vendorDir . '/symfony/http-foundation/BinaryFileResponse.php', + 'Symfony\\Component\\HttpFoundation\\Cookie' => $vendorDir . '/symfony/http-foundation/Cookie.php', + 'Symfony\\Component\\HttpFoundation\\Exception\\ConflictingHeadersException' => $vendorDir . '/symfony/http-foundation/Exception/ConflictingHeadersException.php', + 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface' => $vendorDir . '/symfony/http-foundation/Exception/RequestExceptionInterface.php', + 'Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException' => $vendorDir . '/symfony/http-foundation/Exception/SuspiciousOperationException.php', + 'Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher' => $vendorDir . '/symfony/http-foundation/ExpressionRequestMatcher.php', + 'Symfony\\Component\\HttpFoundation\\FileBag' => $vendorDir . '/symfony/http-foundation/FileBag.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/http-foundation/File/Exception/AccessDeniedException.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileException' => $vendorDir . '/symfony/http-foundation/File/Exception/FileException.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileNotFoundException' => $vendorDir . '/symfony/http-foundation/File/Exception/FileNotFoundException.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UnexpectedTypeException' => $vendorDir . '/symfony/http-foundation/File/Exception/UnexpectedTypeException.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UploadException' => $vendorDir . '/symfony/http-foundation/File/Exception/UploadException.php', + 'Symfony\\Component\\HttpFoundation\\File\\File' => $vendorDir . '/symfony/http-foundation/File/File.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\ExtensionGuesser' => $vendorDir . '/symfony/http-foundation/File/MimeType/ExtensionGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\ExtensionGuesserInterface' => $vendorDir . '/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\FileBinaryMimeTypeGuesser' => $vendorDir . '/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\FileinfoMimeTypeGuesser' => $vendorDir . '/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\MimeTypeExtensionGuesser' => $vendorDir . '/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\MimeTypeGuesser' => $vendorDir . '/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\MimeTypeGuesserInterface' => $vendorDir . '/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php', + 'Symfony\\Component\\HttpFoundation\\File\\Stream' => $vendorDir . '/symfony/http-foundation/File/Stream.php', + 'Symfony\\Component\\HttpFoundation\\File\\UploadedFile' => $vendorDir . '/symfony/http-foundation/File/UploadedFile.php', + 'Symfony\\Component\\HttpFoundation\\HeaderBag' => $vendorDir . '/symfony/http-foundation/HeaderBag.php', + 'Symfony\\Component\\HttpFoundation\\IpUtils' => $vendorDir . '/symfony/http-foundation/IpUtils.php', + 'Symfony\\Component\\HttpFoundation\\JsonResponse' => $vendorDir . '/symfony/http-foundation/JsonResponse.php', + 'Symfony\\Component\\HttpFoundation\\ParameterBag' => $vendorDir . '/symfony/http-foundation/ParameterBag.php', + 'Symfony\\Component\\HttpFoundation\\RedirectResponse' => $vendorDir . '/symfony/http-foundation/RedirectResponse.php', + 'Symfony\\Component\\HttpFoundation\\Request' => $vendorDir . '/symfony/http-foundation/Request.php', + 'Symfony\\Component\\HttpFoundation\\RequestMatcher' => $vendorDir . '/symfony/http-foundation/RequestMatcher.php', + 'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface' => $vendorDir . '/symfony/http-foundation/RequestMatcherInterface.php', + 'Symfony\\Component\\HttpFoundation\\RequestStack' => $vendorDir . '/symfony/http-foundation/RequestStack.php', + 'Symfony\\Component\\HttpFoundation\\Response' => $vendorDir . '/symfony/http-foundation/Response.php', + 'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag' => $vendorDir . '/symfony/http-foundation/ResponseHeaderBag.php', + 'Symfony\\Component\\HttpFoundation\\ServerBag' => $vendorDir . '/symfony/http-foundation/ServerBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag' => $vendorDir . '/symfony/http-foundation/Session/Attribute/AttributeBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface' => $vendorDir . '/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag' => $vendorDir . '/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\AutoExpireFlashBag' => $vendorDir . '/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag' => $vendorDir . '/symfony/http-foundation/Session/Flash/FlashBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface' => $vendorDir . '/symfony/http-foundation/Session/Flash/FlashBagInterface.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Session' => $vendorDir . '/symfony/http-foundation/Session/Session.php', + 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionBagInterface.php', + 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy' => $vendorDir . '/symfony/http-foundation/Session/SessionBagProxy.php', + 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionInterface.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcacheSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\WriteCheckSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag' => $vendorDir . '/symfony/http-foundation/Session/Storage/MetadataBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockArraySessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/NativeSessionStorage.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\NativeProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => $vendorDir . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php', + 'Symfony\\Component\\HttpFoundation\\StreamedResponse' => $vendorDir . '/symfony/http-foundation/StreamedResponse.php', + 'Symfony\\Component\\Process\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/process/Exception/ExceptionInterface.php', + 'Symfony\\Component\\Process\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/process/Exception/InvalidArgumentException.php', + 'Symfony\\Component\\Process\\Exception\\LogicException' => $vendorDir . '/symfony/process/Exception/LogicException.php', + 'Symfony\\Component\\Process\\Exception\\ProcessFailedException' => $vendorDir . '/symfony/process/Exception/ProcessFailedException.php', + 'Symfony\\Component\\Process\\Exception\\ProcessSignaledException' => $vendorDir . '/symfony/process/Exception/ProcessSignaledException.php', + 'Symfony\\Component\\Process\\Exception\\ProcessTimedOutException' => $vendorDir . '/symfony/process/Exception/ProcessTimedOutException.php', + 'Symfony\\Component\\Process\\Exception\\RuntimeException' => $vendorDir . '/symfony/process/Exception/RuntimeException.php', + 'Symfony\\Component\\Process\\ExecutableFinder' => $vendorDir . '/symfony/process/ExecutableFinder.php', + 'Symfony\\Component\\Process\\InputStream' => $vendorDir . '/symfony/process/InputStream.php', + 'Symfony\\Component\\Process\\PhpExecutableFinder' => $vendorDir . '/symfony/process/PhpExecutableFinder.php', + 'Symfony\\Component\\Process\\PhpProcess' => $vendorDir . '/symfony/process/PhpProcess.php', + 'Symfony\\Component\\Process\\Pipes\\AbstractPipes' => $vendorDir . '/symfony/process/Pipes/AbstractPipes.php', + 'Symfony\\Component\\Process\\Pipes\\PipesInterface' => $vendorDir . '/symfony/process/Pipes/PipesInterface.php', + 'Symfony\\Component\\Process\\Pipes\\UnixPipes' => $vendorDir . '/symfony/process/Pipes/UnixPipes.php', + 'Symfony\\Component\\Process\\Pipes\\WindowsPipes' => $vendorDir . '/symfony/process/Pipes/WindowsPipes.php', + 'Symfony\\Component\\Process\\Process' => $vendorDir . '/symfony/process/Process.php', + 'Symfony\\Component\\Process\\ProcessUtils' => $vendorDir . '/symfony/process/ProcessUtils.php', + 'Symfony\\Component\\Translation\\Catalogue\\AbstractOperation' => $vendorDir . '/symfony/translation/Catalogue/AbstractOperation.php', + 'Symfony\\Component\\Translation\\Catalogue\\MergeOperation' => $vendorDir . '/symfony/translation/Catalogue/MergeOperation.php', + 'Symfony\\Component\\Translation\\Catalogue\\OperationInterface' => $vendorDir . '/symfony/translation/Catalogue/OperationInterface.php', + 'Symfony\\Component\\Translation\\Catalogue\\TargetOperation' => $vendorDir . '/symfony/translation/Catalogue/TargetOperation.php', + 'Symfony\\Component\\Translation\\Command\\XliffLintCommand' => $vendorDir . '/symfony/translation/Command/XliffLintCommand.php', + 'Symfony\\Component\\Translation\\DataCollectorTranslator' => $vendorDir . '/symfony/translation/DataCollectorTranslator.php', + 'Symfony\\Component\\Translation\\DataCollector\\TranslationDataCollector' => $vendorDir . '/symfony/translation/DataCollector/TranslationDataCollector.php', + 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationDumperPass.php', + 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php', + 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPass.php', + 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPathsPass.php', + 'Symfony\\Component\\Translation\\Dumper\\CsvFileDumper' => $vendorDir . '/symfony/translation/Dumper/CsvFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\DumperInterface' => $vendorDir . '/symfony/translation/Dumper/DumperInterface.php', + 'Symfony\\Component\\Translation\\Dumper\\FileDumper' => $vendorDir . '/symfony/translation/Dumper/FileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\IcuResFileDumper' => $vendorDir . '/symfony/translation/Dumper/IcuResFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\IniFileDumper' => $vendorDir . '/symfony/translation/Dumper/IniFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\JsonFileDumper' => $vendorDir . '/symfony/translation/Dumper/JsonFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\MoFileDumper' => $vendorDir . '/symfony/translation/Dumper/MoFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\PhpFileDumper' => $vendorDir . '/symfony/translation/Dumper/PhpFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\PoFileDumper' => $vendorDir . '/symfony/translation/Dumper/PoFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\QtFileDumper' => $vendorDir . '/symfony/translation/Dumper/QtFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\XliffFileDumper' => $vendorDir . '/symfony/translation/Dumper/XliffFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\YamlFileDumper' => $vendorDir . '/symfony/translation/Dumper/YamlFileDumper.php', + 'Symfony\\Component\\Translation\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/translation/Exception/ExceptionInterface.php', + 'Symfony\\Component\\Translation\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/translation/Exception/InvalidArgumentException.php', + 'Symfony\\Component\\Translation\\Exception\\InvalidResourceException' => $vendorDir . '/symfony/translation/Exception/InvalidResourceException.php', + 'Symfony\\Component\\Translation\\Exception\\LogicException' => $vendorDir . '/symfony/translation/Exception/LogicException.php', + 'Symfony\\Component\\Translation\\Exception\\NotFoundResourceException' => $vendorDir . '/symfony/translation/Exception/NotFoundResourceException.php', + 'Symfony\\Component\\Translation\\Exception\\RuntimeException' => $vendorDir . '/symfony/translation/Exception/RuntimeException.php', + 'Symfony\\Component\\Translation\\Extractor\\AbstractFileExtractor' => $vendorDir . '/symfony/translation/Extractor/AbstractFileExtractor.php', + 'Symfony\\Component\\Translation\\Extractor\\ChainExtractor' => $vendorDir . '/symfony/translation/Extractor/ChainExtractor.php', + 'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => $vendorDir . '/symfony/translation/Extractor/ExtractorInterface.php', + 'Symfony\\Component\\Translation\\Extractor\\PhpExtractor' => $vendorDir . '/symfony/translation/Extractor/PhpExtractor.php', + 'Symfony\\Component\\Translation\\Extractor\\PhpStringTokenParser' => $vendorDir . '/symfony/translation/Extractor/PhpStringTokenParser.php', + 'Symfony\\Component\\Translation\\Formatter\\ChoiceMessageFormatterInterface' => $vendorDir . '/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php', + 'Symfony\\Component\\Translation\\Formatter\\IntlFormatter' => $vendorDir . '/symfony/translation/Formatter/IntlFormatter.php', + 'Symfony\\Component\\Translation\\Formatter\\IntlFormatterInterface' => $vendorDir . '/symfony/translation/Formatter/IntlFormatterInterface.php', + 'Symfony\\Component\\Translation\\Formatter\\MessageFormatter' => $vendorDir . '/symfony/translation/Formatter/MessageFormatter.php', + 'Symfony\\Component\\Translation\\Formatter\\MessageFormatterInterface' => $vendorDir . '/symfony/translation/Formatter/MessageFormatterInterface.php', + 'Symfony\\Component\\Translation\\IdentityTranslator' => $vendorDir . '/symfony/translation/IdentityTranslator.php', + 'Symfony\\Component\\Translation\\Interval' => $vendorDir . '/symfony/translation/Interval.php', + 'Symfony\\Component\\Translation\\Loader\\ArrayLoader' => $vendorDir . '/symfony/translation/Loader/ArrayLoader.php', + 'Symfony\\Component\\Translation\\Loader\\CsvFileLoader' => $vendorDir . '/symfony/translation/Loader/CsvFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\FileLoader' => $vendorDir . '/symfony/translation/Loader/FileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\IcuDatFileLoader' => $vendorDir . '/symfony/translation/Loader/IcuDatFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\IcuResFileLoader' => $vendorDir . '/symfony/translation/Loader/IcuResFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\IniFileLoader' => $vendorDir . '/symfony/translation/Loader/IniFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\JsonFileLoader' => $vendorDir . '/symfony/translation/Loader/JsonFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\LoaderInterface' => $vendorDir . '/symfony/translation/Loader/LoaderInterface.php', + 'Symfony\\Component\\Translation\\Loader\\MoFileLoader' => $vendorDir . '/symfony/translation/Loader/MoFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\PhpFileLoader' => $vendorDir . '/symfony/translation/Loader/PhpFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\PoFileLoader' => $vendorDir . '/symfony/translation/Loader/PoFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\QtFileLoader' => $vendorDir . '/symfony/translation/Loader/QtFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\XliffFileLoader' => $vendorDir . '/symfony/translation/Loader/XliffFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/translation/Loader/YamlFileLoader.php', + 'Symfony\\Component\\Translation\\LoggingTranslator' => $vendorDir . '/symfony/translation/LoggingTranslator.php', + 'Symfony\\Component\\Translation\\MessageCatalogue' => $vendorDir . '/symfony/translation/MessageCatalogue.php', + 'Symfony\\Component\\Translation\\MessageCatalogueInterface' => $vendorDir . '/symfony/translation/MessageCatalogueInterface.php', + 'Symfony\\Component\\Translation\\MessageSelector' => $vendorDir . '/symfony/translation/MessageSelector.php', + 'Symfony\\Component\\Translation\\MetadataAwareInterface' => $vendorDir . '/symfony/translation/MetadataAwareInterface.php', + 'Symfony\\Component\\Translation\\PluralizationRules' => $vendorDir . '/symfony/translation/PluralizationRules.php', + 'Symfony\\Component\\Translation\\Reader\\TranslationReader' => $vendorDir . '/symfony/translation/Reader/TranslationReader.php', + 'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => $vendorDir . '/symfony/translation/Reader/TranslationReaderInterface.php', + 'Symfony\\Component\\Translation\\Translator' => $vendorDir . '/symfony/translation/Translator.php', + 'Symfony\\Component\\Translation\\TranslatorBagInterface' => $vendorDir . '/symfony/translation/TranslatorBagInterface.php', + 'Symfony\\Component\\Translation\\TranslatorInterface' => $vendorDir . '/symfony/translation/TranslatorInterface.php', + 'Symfony\\Component\\Translation\\Util\\ArrayConverter' => $vendorDir . '/symfony/translation/Util/ArrayConverter.php', + 'Symfony\\Component\\Translation\\Util\\XliffUtils' => $vendorDir . '/symfony/translation/Util/XliffUtils.php', + 'Symfony\\Component\\Translation\\Writer\\TranslationWriter' => $vendorDir . '/symfony/translation/Writer/TranslationWriter.php', + 'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => $vendorDir . '/symfony/translation/Writer/TranslationWriterInterface.php', + 'Symfony\\Component\\VarDumper\\Caster\\AmqpCaster' => $vendorDir . '/symfony/var-dumper/Caster/AmqpCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ArgsStub' => $vendorDir . '/symfony/var-dumper/Caster/ArgsStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\Caster' => $vendorDir . '/symfony/var-dumper/Caster/Caster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ClassStub' => $vendorDir . '/symfony/var-dumper/Caster/ClassStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\ConstStub' => $vendorDir . '/symfony/var-dumper/Caster/ConstStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\CutArrayStub' => $vendorDir . '/symfony/var-dumper/Caster/CutArrayStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\CutStub' => $vendorDir . '/symfony/var-dumper/Caster/CutStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\DOMCaster' => $vendorDir . '/symfony/var-dumper/Caster/DOMCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\DateCaster' => $vendorDir . '/symfony/var-dumper/Caster/DateCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\DoctrineCaster' => $vendorDir . '/symfony/var-dumper/Caster/DoctrineCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\DsCaster' => $vendorDir . '/symfony/var-dumper/Caster/DsCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\DsPairStub' => $vendorDir . '/symfony/var-dumper/Caster/DsPairStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\EnumStub' => $vendorDir . '/symfony/var-dumper/Caster/EnumStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster' => $vendorDir . '/symfony/var-dumper/Caster/ExceptionCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\FrameStub' => $vendorDir . '/symfony/var-dumper/Caster/FrameStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\GmpCaster' => $vendorDir . '/symfony/var-dumper/Caster/GmpCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\IntlCaster' => $vendorDir . '/symfony/var-dumper/Caster/IntlCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\LinkStub' => $vendorDir . '/symfony/var-dumper/Caster/LinkStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\MemcachedCaster' => $vendorDir . '/symfony/var-dumper/Caster/MemcachedCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\PdoCaster' => $vendorDir . '/symfony/var-dumper/Caster/PdoCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\PgSqlCaster' => $vendorDir . '/symfony/var-dumper/Caster/PgSqlCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ProxyManagerCaster' => $vendorDir . '/symfony/var-dumper/Caster/ProxyManagerCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\RedisCaster' => $vendorDir . '/symfony/var-dumper/Caster/RedisCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster' => $vendorDir . '/symfony/var-dumper/Caster/ReflectionCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ResourceCaster' => $vendorDir . '/symfony/var-dumper/Caster/ResourceCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\SplCaster' => $vendorDir . '/symfony/var-dumper/Caster/SplCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\StubCaster' => $vendorDir . '/symfony/var-dumper/Caster/StubCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\SymfonyCaster' => $vendorDir . '/symfony/var-dumper/Caster/SymfonyCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\TraceStub' => $vendorDir . '/symfony/var-dumper/Caster/TraceStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\XmlReaderCaster' => $vendorDir . '/symfony/var-dumper/Caster/XmlReaderCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\XmlResourceCaster' => $vendorDir . '/symfony/var-dumper/Caster/XmlResourceCaster.php', + 'Symfony\\Component\\VarDumper\\Cloner\\AbstractCloner' => $vendorDir . '/symfony/var-dumper/Cloner/AbstractCloner.php', + 'Symfony\\Component\\VarDumper\\Cloner\\ClonerInterface' => $vendorDir . '/symfony/var-dumper/Cloner/ClonerInterface.php', + 'Symfony\\Component\\VarDumper\\Cloner\\Cursor' => $vendorDir . '/symfony/var-dumper/Cloner/Cursor.php', + 'Symfony\\Component\\VarDumper\\Cloner\\Data' => $vendorDir . '/symfony/var-dumper/Cloner/Data.php', + 'Symfony\\Component\\VarDumper\\Cloner\\DumperInterface' => $vendorDir . '/symfony/var-dumper/Cloner/DumperInterface.php', + 'Symfony\\Component\\VarDumper\\Cloner\\Stub' => $vendorDir . '/symfony/var-dumper/Cloner/Stub.php', + 'Symfony\\Component\\VarDumper\\Cloner\\VarCloner' => $vendorDir . '/symfony/var-dumper/Cloner/VarCloner.php', + 'Symfony\\Component\\VarDumper\\Command\\Descriptor\\CliDescriptor' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/CliDescriptor.php', + 'Symfony\\Component\\VarDumper\\Command\\Descriptor\\DumpDescriptorInterface' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php', + 'Symfony\\Component\\VarDumper\\Command\\Descriptor\\HtmlDescriptor' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php', + 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand' => $vendorDir . '/symfony/var-dumper/Command/ServerDumpCommand.php', + 'Symfony\\Component\\VarDumper\\Dumper\\AbstractDumper' => $vendorDir . '/symfony/var-dumper/Dumper/AbstractDumper.php', + 'Symfony\\Component\\VarDumper\\Dumper\\CliDumper' => $vendorDir . '/symfony/var-dumper/Dumper/CliDumper.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\CliContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\ContextProviderInterface' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\RequestContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\SourceContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php', + 'Symfony\\Component\\VarDumper\\Dumper\\DataDumperInterface' => $vendorDir . '/symfony/var-dumper/Dumper/DataDumperInterface.php', + 'Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper' => $vendorDir . '/symfony/var-dumper/Dumper/HtmlDumper.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ServerDumper' => $vendorDir . '/symfony/var-dumper/Dumper/ServerDumper.php', + 'Symfony\\Component\\VarDumper\\Exception\\ThrowingCasterException' => $vendorDir . '/symfony/var-dumper/Exception/ThrowingCasterException.php', + 'Symfony\\Component\\VarDumper\\Server\\Connection' => $vendorDir . '/symfony/var-dumper/Server/Connection.php', + 'Symfony\\Component\\VarDumper\\Server\\DumpServer' => $vendorDir . '/symfony/var-dumper/Server/DumpServer.php', + 'Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait' => $vendorDir . '/symfony/var-dumper/Test/VarDumperTestTrait.php', + 'Symfony\\Component\\VarDumper\\VarDumper' => $vendorDir . '/symfony/var-dumper/VarDumper.php', + 'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php', + 'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.php', + 'Symfony\\Contracts\\Translation\\TranslatorInterface' => $vendorDir . '/symfony/translation-contracts/TranslatorInterface.php', + 'Symfony\\Contracts\\Translation\\TranslatorTrait' => $vendorDir . '/symfony/translation-contracts/TranslatorTrait.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Idn' => $vendorDir . '/symfony/polyfill-intl-idn/Idn.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Info' => $vendorDir . '/symfony/polyfill-intl-idn/Info.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\DisallowedRanges' => $vendorDir . '/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\Regex' => $vendorDir . '/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', + 'Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Normalizer.php', + 'Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php', + 'Volc\\Base\\Model\\SignParam' => $vendorDir . '/volcengine/volc-sdk-php/src/Base/Model/SignParam.php', + 'Volc\\Base\\Model\\SignResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Base/Model/SignResult.php', + 'Volc\\Base\\SignatureTrait' => $vendorDir . '/volcengine/volc-sdk-php/src/Base/SignatureTrait.php', + 'Volc\\Base\\SignatureV4' => $vendorDir . '/volcengine/volc-sdk-php/src/Base/SignatureV4.php', + 'Volc\\Base\\Singleton' => $vendorDir . '/volcengine/volc-sdk-php/src/Base/Singleton.php', + 'Volc\\Base\\V4Curl' => $vendorDir . '/volcengine/volc-sdk-php/src/Base/V4Curl.php', + 'Volc\\Service\\AdBlocker' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/AdBlocker.php', + 'Volc\\Service\\Base\\Models\\Base\\ResponseError' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Base/Models/Base/ResponseError.php', + 'Volc\\Service\\Base\\Models\\Base\\ResponseMetadata' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Base/Models/Base/ResponseMetadata.php', + 'Volc\\Service\\Base\\Models\\GPBMetadata\\Base' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Base/Models/GPBMetadata/Base.php', + 'Volc\\Service\\Billing' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Billing.php', + 'Volc\\Service\\BusinessSecurity' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/BusinessSecurity.php', + 'Volc\\Service\\Cdn' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Cdn.php', + 'Volc\\Service\\GameProduct' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/GameProduct.php', + 'Volc\\Service\\Iam' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Iam.php', + 'Volc\\Service\\ImageX' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/ImageX.php', + 'Volc\\Service\\Imp\\Imp' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Imp.php', + 'Volc\\Service\\Imp\\ImpOption' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/ImpOption.php', + 'Volc\\Service\\Imp\\ImpUtils' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/ImpUtils.php', + 'Volc\\Service\\Imp\\Models\\Business\\InputPath' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Business/InputPath.php', + 'Volc\\Service\\Imp\\Models\\Business\\JobExecution' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Business/JobExecution.php', + 'Volc\\Service\\Imp\\Models\\Business\\JobOutput' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Business/JobOutput.php', + 'Volc\\Service\\Imp\\Models\\GPBMetadata\\ImpCommon' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/GPBMetadata/ImpCommon.php', + 'Volc\\Service\\Imp\\Models\\GPBMetadata\\RequestImp' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/GPBMetadata/RequestImp.php', + 'Volc\\Service\\Imp\\Models\\GPBMetadata\\ResponseImp' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/GPBMetadata/ResponseImp.php', + 'Volc\\Service\\Imp\\Models\\Request\\ImpKillJobRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Request/ImpKillJobRequest.php', + 'Volc\\Service\\Imp\\Models\\Request\\ImpRetrieveJobRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Request/ImpRetrieveJobRequest.php', + 'Volc\\Service\\Imp\\Models\\Request\\ImpSubmitJobRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Request/ImpSubmitJobRequest.php', + 'Volc\\Service\\Imp\\Models\\Response\\ImpKillJobResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Response/ImpKillJobResponse.php', + 'Volc\\Service\\Imp\\Models\\Response\\ImpRetrieveJobResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Response/ImpRetrieveJobResponse.php', + 'Volc\\Service\\Imp\\Models\\Response\\ImpSubmitJobResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Response/ImpSubmitJobResponse.php', + 'Volc\\Service\\Live' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live.php', + 'Volc\\Service\\Live\\Live' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Live.php', + 'Volc\\Service\\Live\\LiveOption' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/LiveOption.php', + 'Volc\\Service\\Live\\LiveUtils' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/LiveUtils.php', + 'Volc\\Service\\Live\\Models\\Business\\AddrScoreInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/AddrScoreInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\CDNSnapshotHistory' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/CDNSnapshotHistory.php', + 'Volc\\Service\\Live\\Models\\Business\\CDNSnapshotHistoryInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/CDNSnapshotHistoryInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\ClosedStream' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ClosedStream.php', + 'Volc\\Service\\Live\\Models\\Business\\ClosedStreamInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ClosedStreamInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\CreatePullToPushTaskResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/CreatePullToPushTaskResult.php', + 'Volc\\Service\\Live\\Models\\Business\\DenyConfigDetail' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/DenyConfigDetail.php', + 'Volc\\Service\\Live\\Models\\Business\\DescribeDenyConfigResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/DescribeDenyConfigResult.php', + 'Volc\\Service\\Live\\Models\\Business\\DomainList' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/DomainList.php', + 'Volc\\Service\\Live\\Models\\Business\\DomainListInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/DomainListInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\ForbiddenStreamInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ForbiddenStreamInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\ForbiddenStreamInfoList' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ForbiddenStreamInfoList.php', + 'Volc\\Service\\Live\\Models\\Business\\GeneratePlayURLResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/GeneratePlayURLResult.php', + 'Volc\\Service\\Live\\Models\\Business\\GeneratePushURLResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/GeneratePushURLResult.php', + 'Volc\\Service\\Live\\Models\\Business\\ListPullToPushTaskResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ListPullToPushTaskResult.php', + 'Volc\\Service\\Live\\Models\\Business\\LiveStreamInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/LiveStreamInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\Pagination' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/Pagination.php', + 'Volc\\Service\\Live\\Models\\Business\\PlayURL' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/PlayURL.php', + 'Volc\\Service\\Live\\Models\\Business\\PushURLItem' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/PushURLItem.php', + 'Volc\\Service\\Live\\Models\\Business\\RecordHistoryInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RecordHistoryInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\RecordTaskFile' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RecordTaskFile.php', + 'Volc\\Service\\Live\\Models\\Business\\RelaySourceConfig' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RelaySourceConfig.php', + 'Volc\\Service\\Live\\Models\\Business\\RelaySourceConfigList' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RelaySourceConfigList.php', + 'Volc\\Service\\Live\\Models\\Business\\RelaySourceGroupItemV2' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RelaySourceGroupItemV2.php', + 'Volc\\Service\\Live\\Models\\Business\\ScoreInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ScoreInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\StreamInfoList' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/StreamInfoList.php', + 'Volc\\Service\\Live\\Models\\Business\\StreamStateInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/StreamStateInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\TaskInfoItem' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/TaskInfoItem.php', + 'Volc\\Service\\Live\\Models\\Business\\VQScoreID' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VQScoreID.php', + 'Volc\\Service\\Live\\Models\\Business\\VQScoreInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VQScoreInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\VQScoreTaskInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VQScoreTaskInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\VQScoreTaskListInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VQScoreTaskListInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\VhostWithDenyConfig' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VhostWithDenyConfig.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\Addr' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/Addr.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\DenyConfig' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/DenyConfig.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\Domain' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/Domain.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\PullToPush' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/PullToPush.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\RecordManage' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/RecordManage.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\RelaySource' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/RelaySource.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\RequestLive' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/RequestLive.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\ResponseLive' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/ResponseLive.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\SnapshotManage' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/SnapshotManage.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\StreamManage' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/StreamManage.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\VQScore' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/VQScore.php', + 'Volc\\Service\\Live\\Models\\Request\\CreateDomainRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/CreateDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\CreatePullToPushTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/CreatePullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\CreateVQScoreTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/CreateVQScoreTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DeleteDenyConfigRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DeleteDenyConfigRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DeleteDomainRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DeleteDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DeletePullToPushTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DeletePullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DeleteRelaySourceRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DeleteRelaySourceRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeCDNSnapshotHistoryRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeCDNSnapshotHistoryRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeClosedStreamInfoByPageRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeClosedStreamInfoByPageRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeDenyConfigRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeDenyConfigRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeDomainRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeForbiddenStreamInfoByPageRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeForbiddenStreamInfoByPageRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeLiveStreamInfoByPageRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeLiveStreamInfoByPageRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeLiveStreamStateRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeLiveStreamStateRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeRecordTaskFileHistoryRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeRecordTaskFileHistoryRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeRelaySourceRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeRelaySourceRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeVQScoreTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeVQScoreTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DisableDomainRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DisableDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\EnableDomainRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/EnableDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ForbidStreamRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ForbidStreamRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\GeneratePlayURLRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/GeneratePlayURLRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\GeneratePushURLRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/GeneratePushURLRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\KillStreamRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/KillStreamRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ListDomainDetailRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ListDomainDetailRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ListPullToPushTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ListPullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ListVQScoreTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ListVQScoreTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ManagerPullPushDomainBindRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ManagerPullPushDomainBindRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\RestartPullToPushTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/RestartPullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ResumeStreamRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ResumeStreamRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\StopPullToPushTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/StopPullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\UpdateDenyConfigRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/UpdateDenyConfigRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\UpdatePullToPushTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/UpdatePullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\UpdateRelaySourceRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/UpdateRelaySourceRequest.php', + 'Volc\\Service\\Live\\Models\\Response\\CreateDomainResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/CreateDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\CreatePullToPushTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/CreatePullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\CreateVQScoreTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/CreateVQScoreTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DeleteDenyConfigResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DeleteDenyConfigResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DeleteDomainResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DeleteDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DeletePullToPushTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DeletePullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DeleteRelaySourceResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DeleteRelaySourceResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeCDNSnapshotHistoryResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeCDNSnapshotHistoryResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeClosedStreamInfoByPageResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeClosedStreamInfoByPageResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeDenyConfigResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeDenyConfigResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeDomainResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeForbiddenStreamInfoByPageResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeForbiddenStreamInfoByPageResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeLiveStreamInfoByPageResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeLiveStreamInfoByPageResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeLiveStreamStateResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeLiveStreamStateResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeRecordTaskFileHistoryResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeRecordTaskFileHistoryResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeRelaySourceResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeRelaySourceResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeVQScoreTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeVQScoreTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DisableDomainResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DisableDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\EnableDomainResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/EnableDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ForbidStreamResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ForbidStreamResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\GeneratePlayURLResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/GeneratePlayURLResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\GeneratePushURLResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/GeneratePushURLResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\KillStreamResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/KillStreamResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ListDomainDetailResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ListDomainDetailResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ListPullToPushTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ListPullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ListVQScoreTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ListVQScoreTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ManagerPullPushDomainBindResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ManagerPullPushDomainBindResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\RestartPullToPushTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/RestartPullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ResumeStreamResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ResumeStreamResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\StopPullToPushTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/StopPullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\UpdateDenyConfigResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/UpdateDenyConfigResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\UpdatePullToPushTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/UpdatePullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\UpdateRelaySourceResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/UpdateRelaySourceResponse.php', + 'Volc\\Service\\Notify' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Notify.php', + 'Volc\\Service\\Rtc' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Rtc.php', + 'Volc\\Service\\SecretNumber' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/SecretNumber.php', + 'Volc\\Service\\Sms' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Sms.php', + 'Volc\\Service\\Sts' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Sts.php', + 'Volc\\Service\\VEdit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/VEdit.php', + 'Volc\\Service\\Visual' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Visual.php', + 'Volc\\Service\\Vod\\Models\\Business\\CategoryTagInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/CategoryTagInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\Clip' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/Clip.php', + 'Volc\\Service\\Vod\\Models\\Business\\DeLogoInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/DeLogoInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\ExecutionStage' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/ExecutionStage.php', + 'Volc\\Service\\Vod\\Models\\Business\\GetDirectEditProgress' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/GetDirectEditProgress.php', + 'Volc\\Service\\Vod\\Models\\Business\\GetDirectEditResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/GetDirectEditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\Inspection' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/Inspection.php', + 'Volc\\Service\\Vod\\Models\\Business\\LogoOverride' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/LogoOverride.php', + 'Volc\\Service\\Vod\\Models\\Business\\OverrideParams' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/OverrideParams.php', + 'Volc\\Service\\Vod\\Models\\Business\\Quality' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/Quality.php', + 'Volc\\Service\\Vod\\Models\\Business\\SnapshotOverride' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/SnapshotOverride.php', + 'Volc\\Service\\Vod\\Models\\Business\\StageDetail' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/StageDetail.php', + 'Volc\\Service\\Vod\\Models\\Business\\StageStatus' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/StageStatus.php', + 'Volc\\Service\\Vod\\Models\\Business\\SubmitDirectEditTaskAsyncResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/SubmitDirectEditTaskAsyncResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\TranscodeAudioOverride' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/TranscodeAudioOverride.php', + 'Volc\\Service\\Vod\\Models\\Business\\TranscodeResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/TranscodeResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\TranscodeVideoOverride' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/TranscodeVideoOverride.php', + 'Volc\\Service\\Vod\\Models\\Business\\ValuePair' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/ValuePair.php', + 'Volc\\Service\\Vod\\Models\\Business\\VisualQuality' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VisualQuality.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAEDEventItemForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAEDEventItemForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAEDInfoForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAEDInfoForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAEDTimeRangeForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAEDTimeRangeForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodASRInfoForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodASRInfoForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodASRLanguageDetailForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodASRLanguageDetailForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodASRUtteranceForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodASRUtteranceForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodASRUtteranceWordForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodASRUtteranceWordForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAdaptiveInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAdaptiveInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAllPlayInfoModel' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAllPlayInfoModel.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAllPlayInfoResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAllPlayInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodApplyUploadInfoData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodApplyUploadInfoData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodApplyUploadInfoResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodApplyUploadInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAudioInfoForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAudioInfoForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAudioStreamMeta' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAudioStreamMeta.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodBandwidthData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodBandwidthData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodBetterFrameDataForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodBetterFrameDataForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCallbackAuthType' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCallbackAuthType.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnAccessLogElement' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnAccessLogElement.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnAccessLogInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnAccessLogInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnIpInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnIpInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnStatisticsCommonResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnStatisticsCommonResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnStatisticsData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnStatisticsData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnTaskResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnTaskResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnTopAccessUrlElement' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnTopAccessUrlElement.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodClassification' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodClassification.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommitData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommitData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommitUploadInfoData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommitUploadInfoData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommitUploadInfoResponseData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommitUploadInfoResponseData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommitUploadInfoResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommitUploadInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommonConfigInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommonConfigInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodContentInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodContentInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCreateCdnTaskResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCreateCdnTaskResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCreateVideoClassificationData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCreateVideoClassificationData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDeleteMediaData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDeleteMediaData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDeleteTranscodesData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDeleteTranscodesData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDescribeIpInfoResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDescribeIpInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDescribeVodDomainBandwidthDataResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDescribeVodDomainBandwidthDataResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDescribeVodDomainTrafficDataResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDescribeVodDomainTrafficDataResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDescribeVodSpaceStorageDataResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDescribeVodSpaceStorageDataResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainCertificateInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainCertificateInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainConfigInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainConfigInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainInstanceInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainInstanceInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainInstanceInfos' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainInstanceInfos.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainoInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainoInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodFileSubtitleInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodFileSubtitleInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodFrameDataForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodFrameDataForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodFrameExtractingOptionForAudit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodFrameExtractingOptionForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetAppInfoResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetAppInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetAudioEventDetectionForAuditResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetAudioEventDetectionForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetAudioInfoForAuditResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetAudioInfoForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetAutomaticSpeechRecognitionForAuditResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetAutomaticSpeechRecognitionForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetBetterFramesForAuditResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetBetterFramesForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetFramesForAuditResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetFramesForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetHlsDecryptionKeyResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetHlsDecryptionKeyResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetMediaInfosData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetMediaInfosData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetMediaListData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetMediaListData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetOriginalPlayInfoResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetOriginalPlayInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetPlayInfoWithLiveTimeShiftSceneResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetPlayInfoWithLiveTimeShiftSceneResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetPrivateDrmPlayAuthResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetPrivateDrmPlayAuthResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetRecPosterData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetRecPosterData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetSmartStrategyLitePlayInfoResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetSmartStrategyLitePlayInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetSubtitleInfoListData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetSubtitleInfoListData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetWorkflowExecutionDetailResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetWorkflowExecutionDetailResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodHeaderPair' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodHeaderPair.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodListCdnAccessLogResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodListCdnAccessLogResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodListCdnTopAccessUrlResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodListCdnTopAccessUrlResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodListWorkflowExecutionResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodListWorkflowExecutionResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodMediaBasicInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodMediaBasicInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodMediaInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodMediaInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPlayInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPlayInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPlayInfoModel' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPlayInfoModel.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPlayInfoModelVersion' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPlayInfoModelVersion.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPlayInfoWithLiveTimeShiftScene' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPlayInfoWithLiveTimeShiftScene.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPoint' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPoint.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPrivateDrmPlayAuthInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPrivateDrmPlayAuthInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodQueryData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodQueryData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodQueryUploadResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodQueryUploadResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSamplePosterSnapshot' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSamplePosterSnapshot.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSmartStrategyDataStoreStatus' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSmartStrategyDataStoreStatus.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSmartStrategyResponseStreamType' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSmartStrategyResponseStreamType.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSnapshot' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSnapshot.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSnapshotData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSnapshotData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSourceInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSourceInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSpaceInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSpaceInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSpaceUploadConfigKey' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSpaceUploadConfigKey.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSpriteSnapshot' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSpriteSnapshot.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodStartWorkflowResult' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodStartWorkflowResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodStorageData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodStorageData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodStoreInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodStoreInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodStoreUriGroup' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodStoreUriGroup.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSubtitleInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSubtitleInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodThumbInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodThumbInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodTrafficData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodTrafficData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodTranscodeInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodTranscodeInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodURLSet' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodURLSet.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodUpdateSubtitleStatusData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodUpdateSubtitleStatusData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodUploadAddress' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodUploadAddress.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodUrlResponseData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodUrlResponseData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodUrlUploadURLSet' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodUrlUploadURLSet.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodVideoClassificationsData' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodVideoClassificationsData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodVideoStreamMeta' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodVideoStreamMeta.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodVolumeInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodVolumeInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VolumeInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VolumeInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\WorkflowExecution' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/WorkflowExecution.php', + 'Volc\\Service\\Vod\\Models\\Business\\WorkflowParams' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/WorkflowParams.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\RequestVod' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/RequestVod.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\ResponseVod' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/ResponseVod.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodAppsManage' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodAppsManage.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodCallback' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodCallback.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodCdn' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodCdn.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodCommon' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodCommon.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodEdit' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodEdit.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodMedia' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodMedia.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodPlay' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodPlay.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodSmartStrategy' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodSmartStrategy.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodSpace' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodSpace.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodUpload' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodUpload.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodWorkflow' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodWorkflow.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodAddCallbackSubscriptionRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodAddCallbackSubscriptionRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodApplyUploadInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodApplyUploadInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCommitUploadInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCommitUploadInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCreateCdnPreloadTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCreateCdnPreloadTaskRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCreateCdnRefreshTaskRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCreateCdnRefreshTaskRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCreateSpaceRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCreateSpaceRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCreateVideoClassificationRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCreateVideoClassificationRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDeleteMediaRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDeleteMediaRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDeleteTranscodesRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDeleteTranscodesRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDeleteVideoClassificationRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDeleteVideoClassificationRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDescribeIPInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDescribeIPInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDescribeVodDomainBandwidthDataRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDescribeVodDomainBandwidthDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDescribeVodDomainTrafficDataRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDescribeVodDomainTrafficDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDescribeVodSpaceStorageDataRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDescribeVodSpaceStorageDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAllPlayInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAllPlayInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAppInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAppInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAudioEventDetectionForAuditRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAudioEventDetectionForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAudioInfoForAuditRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAudioInfoForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAuditFramesForAuditRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAuditFramesForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAutomaticSpeechRecognitionForAuditRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAutomaticSpeechRecognitionForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetBetterFramesForAuditRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetBetterFramesForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetDirectEditProgressRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetDirectEditProgressRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetDirectEditResultRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetDirectEditResultRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetHlsDecryptionKeyRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetHlsDecryptionKeyRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetMLFramesForAuditRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetMLFramesForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetMediaInfosRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetMediaInfosRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetMediaListRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetMediaListRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetPlayInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetPlayInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetPlayInfoWithLiveTimeShiftSceneRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetPlayInfoWithLiveTimeShiftSceneRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetPrivateDrmPlayAuthRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetPrivateDrmPlayAuthRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetRecommendedPosterRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetRecommendedPosterRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetSmartStrategyLitePlayInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetSmartStrategyLitePlayInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetSpaceDetailRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetSpaceDetailRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetSubtitleInfoListRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetSubtitleInfoListRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetWorkflowExecutionDetailRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetWorkflowExecutionDetailRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetWorkflowExecutionStatusRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetWorkflowExecutionStatusRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnAccessLogRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnAccessLogRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnPvDataRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnPvDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnStatusDataRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnStatusDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnTasksRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnTasksRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnTopAccessUrlRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnTopAccessUrlRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnUsageDataRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnUsageDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListDomainRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListDomainRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListSnapshotsRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListSnapshotsRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListSpaceRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListSpaceRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListVideoClassificationsRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListVideoClassificationsRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListWorkflowExecutionRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListWorkflowExecutionRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodQueryUploadTaskInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodQueryUploadTaskInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodRetrieveTranscodeResultRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodRetrieveTranscodeResultRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodSetCallbackEventRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodSetCallbackEventRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodStartWorkflowRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodStartWorkflowRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodSubmitDirectEditTaskAsyncRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodSubmitDirectEditTaskAsyncRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateMediaInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateMediaInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateMediaPublishStatusRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateMediaPublishStatusRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateSpaceRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateSpaceRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateSpaceUploadConfigRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateSpaceUploadConfigRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateSubtitleInfoRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateSubtitleInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateSubtitleStatusRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateSubtitleStatusRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateVideoClassificationRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateVideoClassificationRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUploadMaterialRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUploadMaterialRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUploadMediaRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUploadMediaRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUrlUploadJsonRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUrlUploadJsonRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUrlUploadRequest' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUrlUploadRequest.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodAddCallbackSubscriptionResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodAddCallbackSubscriptionResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodApplyUploadInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodApplyUploadInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCdnStatisticsCommonResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCdnStatisticsCommonResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCommitUploadInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCommitUploadInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCreateCdnPreloadTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCreateCdnPreloadTaskResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCreateCdnRefreshTaskResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCreateCdnRefreshTaskResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCreateSpaceResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCreateSpaceResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCreateVideoClassificationResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCreateVideoClassificationResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDeleteMediaResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDeleteMediaResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDeleteTranscodesResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDeleteTranscodesResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDeleteVideoClassificationResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDeleteVideoClassificationResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDescribeIPInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDescribeIPInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDescribeVodDomainBandwidthDataResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDescribeVodDomainBandwidthDataResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDescribeVodDomainTrafficDataResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDescribeVodDomainTrafficDataResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDescribeVodSpaceStorageDataResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDescribeVodSpaceStorageDataResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAllPlayInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAllPlayInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAppInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAppInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAudioEventDetectionForAuditResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAudioEventDetectionForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAudioInfoForAuditResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAudioInfoForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAuditFramesForAuditResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAuditFramesForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAutomaticSpeechRecognitionForAuditResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAutomaticSpeechRecognitionForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetBetterFramesForAuditResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetBetterFramesForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetDirectEditProgressResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetDirectEditProgressResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetDirectEditResultResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetDirectEditResultResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetHlsDecryptionKeyResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetHlsDecryptionKeyResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetMLFramesForAuditResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetMLFramesForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetMediaInfosResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetMediaInfosResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetMediaListResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetMediaListResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetOriginalPlayInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetOriginalPlayInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetPlayInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetPlayInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetPlayInfoWithLiveTimeShiftSceneResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetPlayInfoWithLiveTimeShiftSceneResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetPrivateDrmPlayAuthResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetPrivateDrmPlayAuthResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetRecommendedPosterResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetRecommendedPosterResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetSmartStrategyLitePlayInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetSmartStrategyLitePlayInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetSpaceDetailResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetSpaceDetailResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetSubtitleInfoListResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetSubtitleInfoListResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetWorkflowExecutionDetailResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetWorkflowExecutionDetailResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetWorkflowExecutionStatusResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetWorkflowExecutionStatusResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListCdnAccessLogResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListCdnAccessLogResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListCdnTasksResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListCdnTasksResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListCdnTopAccessUrlResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListCdnTopAccessUrlResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListDomainResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListDomainResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListSnapshotsResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListSnapshotsResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListSpaceResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListSpaceResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListVideoClassificationsResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListVideoClassificationsResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListWorkflowExecutionResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListWorkflowExecutionResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodQueryUploadTaskInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodQueryUploadTaskInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodRetrieveTranscodeResultResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodRetrieveTranscodeResultResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodSetCallbackEventResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodSetCallbackEventResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodStartWorkflowResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodStartWorkflowResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodSubmitDirectEditTaskAsyncResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodSubmitDirectEditTaskAsyncResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateMediaInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateMediaInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateMediaPublishStatusResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateMediaPublishStatusResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateSpaceResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateSpaceResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateSpaceUploadConfigResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateSpaceUploadConfigResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateSubtitleInfoResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateSubtitleInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateSubtitleStatusResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateSubtitleStatusResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateVideoClassificationResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateVideoClassificationResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUploadMediaResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUploadMediaResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUrlUploadResponse' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUrlUploadResponse.php', + 'Volc\\Service\\Vod\\Upload\\FunctionInner' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/FunctionInner.php', + 'Volc\\Service\\Vod\\Upload\\Functions' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/Functions.php', + 'Volc\\Service\\Vod\\Upload\\OptionInfo' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/OptionInfo.php', + 'Volc\\Service\\Vod\\Upload\\SnapshotTimeInput' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/SnapshotTimeInput.php', + 'Volc\\Service\\Vod\\Upload\\VodUpload' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/VodUpload.php', + 'Volc\\Service\\Vod\\Upload\\WorkflowInput' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/WorkflowInput.php', + 'Volc\\Service\\Vod\\Vod' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/Vod.php', + 'Volc\\Service\\Vod\\VodOption' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/VodOption.php', + 'Volc\\Service\\Vod\\VodUtils' => $vendorDir . '/volcengine/volc-sdk-php/src/Service/Vod/VodUtils.php', + 'Workerman\\Autoloader' => $vendorDir . '/workerman/workerman/Autoloader.php', + 'Workerman\\Connection\\AsyncTcpConnection' => $vendorDir . '/workerman/workerman/Connection/AsyncTcpConnection.php', + 'Workerman\\Connection\\AsyncUdpConnection' => $vendorDir . '/workerman/workerman/Connection/AsyncUdpConnection.php', + 'Workerman\\Connection\\ConnectionInterface' => $vendorDir . '/workerman/workerman/Connection/ConnectionInterface.php', + 'Workerman\\Connection\\TcpConnection' => $vendorDir . '/workerman/workerman/Connection/TcpConnection.php', + 'Workerman\\Connection\\UdpConnection' => $vendorDir . '/workerman/workerman/Connection/UdpConnection.php', + 'Workerman\\Crontab\\Crontab' => $vendorDir . '/workerman/crontab/src/Crontab.php', + 'Workerman\\Crontab\\Parser' => $vendorDir . '/workerman/crontab/src/Parser.php', + 'Workerman\\Events\\Ev' => $vendorDir . '/workerman/workerman/Events/Ev.php', + 'Workerman\\Events\\Event' => $vendorDir . '/workerman/workerman/Events/Event.php', + 'Workerman\\Events\\EventInterface' => $vendorDir . '/workerman/workerman/Events/EventInterface.php', + 'Workerman\\Events\\Libevent' => $vendorDir . '/workerman/workerman/Events/Libevent.php', + 'Workerman\\Events\\React\\Base' => $vendorDir . '/workerman/workerman/Events/React/Base.php', + 'Workerman\\Events\\React\\ExtEventLoop' => $vendorDir . '/workerman/workerman/Events/React/ExtEventLoop.php', + 'Workerman\\Events\\React\\ExtLibEventLoop' => $vendorDir . '/workerman/workerman/Events/React/ExtLibEventLoop.php', + 'Workerman\\Events\\React\\StreamSelectLoop' => $vendorDir . '/workerman/workerman/Events/React/StreamSelectLoop.php', + 'Workerman\\Events\\Select' => $vendorDir . '/workerman/workerman/Events/Select.php', + 'Workerman\\Events\\Swoole' => $vendorDir . '/workerman/workerman/Events/Swoole.php', + 'Workerman\\Lib\\Timer' => $vendorDir . '/workerman/workerman/Lib/Timer.php', + 'Workerman\\Protocols\\Frame' => $vendorDir . '/workerman/workerman/Protocols/Frame.php', + 'Workerman\\Protocols\\Http' => $vendorDir . '/workerman/workerman/Protocols/Http.php', + 'Workerman\\Protocols\\ProtocolInterface' => $vendorDir . '/workerman/workerman/Protocols/ProtocolInterface.php', + 'Workerman\\Protocols\\Text' => $vendorDir . '/workerman/workerman/Protocols/Text.php', + 'Workerman\\Protocols\\Websocket' => $vendorDir . '/workerman/workerman/Protocols/Websocket.php', + 'Workerman\\Protocols\\Ws' => $vendorDir . '/workerman/workerman/Protocols/Ws.php', + 'Workerman\\WebServer' => $vendorDir . '/workerman/workerman/WebServer.php', + 'Workerman\\Worker' => $vendorDir . '/workerman/workerman/Worker.php', + 'ZipStream\\Bigint' => $vendorDir . '/maennchen/zipstream-php/src/Bigint.php', + 'ZipStream\\DeflateStream' => $vendorDir . '/maennchen/zipstream-php/src/DeflateStream.php', + 'ZipStream\\Exception' => $vendorDir . '/maennchen/zipstream-php/src/Exception.php', + 'ZipStream\\Exception\\EncodingException' => $vendorDir . '/maennchen/zipstream-php/src/Exception/EncodingException.php', + 'ZipStream\\Exception\\FileNotFoundException' => $vendorDir . '/maennchen/zipstream-php/src/Exception/FileNotFoundException.php', + 'ZipStream\\Exception\\FileNotReadableException' => $vendorDir . '/maennchen/zipstream-php/src/Exception/FileNotReadableException.php', + 'ZipStream\\Exception\\IncompatibleOptionsException' => $vendorDir . '/maennchen/zipstream-php/src/Exception/IncompatibleOptionsException.php', + 'ZipStream\\Exception\\OverflowException' => $vendorDir . '/maennchen/zipstream-php/src/Exception/OverflowException.php', + 'ZipStream\\Exception\\StreamNotReadableException' => $vendorDir . '/maennchen/zipstream-php/src/Exception/StreamNotReadableException.php', + 'ZipStream\\File' => $vendorDir . '/maennchen/zipstream-php/src/File.php', + 'ZipStream\\Option\\Archive' => $vendorDir . '/maennchen/zipstream-php/src/Option/Archive.php', + 'ZipStream\\Option\\File' => $vendorDir . '/maennchen/zipstream-php/src/Option/File.php', + 'ZipStream\\Option\\Method' => $vendorDir . '/maennchen/zipstream-php/src/Option/Method.php', + 'ZipStream\\Option\\Version' => $vendorDir . '/maennchen/zipstream-php/src/Option/Version.php', + 'ZipStream\\Stream' => $vendorDir . '/maennchen/zipstream-php/src/Stream.php', + 'ZipStream\\ZipStream' => $vendorDir . '/maennchen/zipstream-php/src/ZipStream.php', + 'app\\AppService' => $baseDir . '/app/AppService.php', + 'app\\ExceptionHandle' => $baseDir . '/app/ExceptionHandle.php', + 'app\\Request' => $baseDir . '/app/Request.php', + 'app\\adminapi\\AdminApiExceptionHandle' => $baseDir . '/app/adminapi/AdminApiExceptionHandle.php', + 'app\\adminapi\\controller\\AuthController' => $baseDir . '/app/adminapi/controller/AuthController.php', + 'app\\adminapi\\controller\\Common' => $baseDir . '/app/adminapi/controller/Common.php', + 'app\\adminapi\\controller\\Login' => $baseDir . '/app/adminapi/controller/Login.php', + 'app\\adminapi\\controller\\PublicController' => $baseDir . '/app/adminapi/controller/PublicController.php', + 'app\\adminapi\\controller\\Test' => $baseDir . '/app/adminapi/controller/Test.php', + 'app\\adminapi\\controller\\UpgradeController' => $baseDir . '/app/adminapi/controller/UpgradeController.php', + 'app\\adminapi\\controller\\v1\\agent\\AgentLevel' => $baseDir . '/app/adminapi/controller/v1/agent/AgentLevel.php', + 'app\\adminapi\\controller\\v1\\agent\\AgentLevelTask' => $baseDir . '/app/adminapi/controller/v1/agent/AgentLevelTask.php', + 'app\\adminapi\\controller\\v1\\agent\\AgentManage' => $baseDir . '/app/adminapi/controller/v1/agent/AgentManage.php', + 'app\\adminapi\\controller\\v1\\agent\\Division' => $baseDir . '/app/adminapi/controller/v1/agent/Division.php', + 'app\\adminapi\\controller\\v1\\application\\routine\\RoutineScheme' => $baseDir . '/app/adminapi/controller/v1/application/routine/RoutineScheme.php', + 'app\\adminapi\\controller\\v1\\application\\routine\\RoutineTemplate' => $baseDir . '/app/adminapi/controller/v1/application/routine/RoutineTemplate.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\Menus' => $baseDir . '/app/adminapi/controller/v1/application/wechat/Menus.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\Reply' => $baseDir . '/app/adminapi/controller/v1/application/wechat/Reply.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\WechatNewsCategory' => $baseDir . '/app/adminapi/controller/v1/application/wechat/WechatNewsCategory.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\WechatQrcode' => $baseDir . '/app/adminapi/controller/v1/application/wechat/WechatQrcode.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\WechatTemplate' => $baseDir . '/app/adminapi/controller/v1/application/wechat/WechatTemplate.php', + 'app\\adminapi\\controller\\v1\\cms\\Article' => $baseDir . '/app/adminapi/controller/v1/cms/Article.php', + 'app\\adminapi\\controller\\v1\\cms\\ArticleCategory' => $baseDir . '/app/adminapi/controller/v1/cms/ArticleCategory.php', + 'app\\adminapi\\controller\\v1\\diy\\Diy' => $baseDir . '/app/adminapi/controller/v1/diy/Diy.php', + 'app\\adminapi\\controller\\v1\\diy\\PageLink' => $baseDir . '/app/adminapi/controller/v1/diy/PageLink.php', + 'app\\adminapi\\controller\\v1\\export\\ExportExcel' => $baseDir . '/app/adminapi/controller/v1/export/ExportExcel.php', + 'app\\adminapi\\controller\\v1\\file\\SystemAttachment' => $baseDir . '/app/adminapi/controller/v1/file/SystemAttachment.php', + 'app\\adminapi\\controller\\v1\\file\\SystemAttachmentCategory' => $baseDir . '/app/adminapi/controller/v1/file/SystemAttachmentCategory.php', + 'app\\adminapi\\controller\\v1\\finance\\Finance' => $baseDir . '/app/adminapi/controller/v1/finance/Finance.php', + 'app\\adminapi\\controller\\v1\\finance\\UserBalance' => $baseDir . '/app/adminapi/controller/v1/finance/UserBalance.php', + 'app\\adminapi\\controller\\v1\\finance\\UserExtract' => $baseDir . '/app/adminapi/controller/v1/finance/UserExtract.php', + 'app\\adminapi\\controller\\v1\\finance\\UserRecharge' => $baseDir . '/app/adminapi/controller/v1/finance/UserRecharge.php', + 'app\\adminapi\\controller\\v1\\freight\\Express' => $baseDir . '/app/adminapi/controller/v1/freight/Express.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreService' => $baseDir . '/app/adminapi/controller/v1/kefu/StoreService.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreServiceAutoReply' => $baseDir . '/app/adminapi/controller/v1/kefu/StoreServiceAutoReply.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreServiceFeedback' => $baseDir . '/app/adminapi/controller/v1/kefu/StoreServiceFeedback.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreServiceSpeechcraft' => $baseDir . '/app/adminapi/controller/v1/kefu/StoreServiceSpeechcraft.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreServiceSpeechcraftCate' => $baseDir . '/app/adminapi/controller/v1/kefu/StoreServiceSpeechcraftCate.php', + 'app\\adminapi\\controller\\v1\\marketing\\SignRewards' => $baseDir . '/app/adminapi/controller/v1/marketing/SignRewards.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreAdvance' => $baseDir . '/app/adminapi/controller/v1/marketing/StoreAdvance.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreBargain' => $baseDir . '/app/adminapi/controller/v1/marketing/StoreBargain.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreCombination' => $baseDir . '/app/adminapi/controller/v1/marketing/StoreCombination.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreCouponIssue' => $baseDir . '/app/adminapi/controller/v1/marketing/StoreCouponIssue.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreCouponUser' => $baseDir . '/app/adminapi/controller/v1/marketing/StoreCouponUser.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreSeckill' => $baseDir . '/app/adminapi/controller/v1/marketing/StoreSeckill.php', + 'app\\adminapi\\controller\\v1\\marketing\\UserPoint' => $baseDir . '/app/adminapi/controller/v1/marketing/UserPoint.php', + 'app\\adminapi\\controller\\v1\\marketing\\integral\\StoreIntegral' => $baseDir . '/app/adminapi/controller/v1/marketing/integral/StoreIntegral.php', + 'app\\adminapi\\controller\\v1\\marketing\\integral\\StoreIntegralOrder' => $baseDir . '/app/adminapi/controller/v1/marketing/integral/StoreIntegralOrder.php', + 'app\\adminapi\\controller\\v1\\marketing\\integral\\StorePointRecord' => $baseDir . '/app/adminapi/controller/v1/marketing/integral/StorePointRecord.php', + 'app\\adminapi\\controller\\v1\\marketing\\live\\LiveAnchor' => $baseDir . '/app/adminapi/controller/v1/marketing/live/LiveAnchor.php', + 'app\\adminapi\\controller\\v1\\marketing\\live\\LiveGoods' => $baseDir . '/app/adminapi/controller/v1/marketing/live/LiveGoods.php', + 'app\\adminapi\\controller\\v1\\marketing\\live\\LiveRoom' => $baseDir . '/app/adminapi/controller/v1/marketing/live/LiveRoom.php', + 'app\\adminapi\\controller\\v1\\marketing\\lottery\\LuckLottery' => $baseDir . '/app/adminapi/controller/v1/marketing/lottery/LuckLottery.php', + 'app\\adminapi\\controller\\v1\\marketing\\lottery\\LuckLotteryRecord' => $baseDir . '/app/adminapi/controller/v1/marketing/lottery/LuckLotteryRecord.php', + 'app\\adminapi\\controller\\v1\\merchant\\SystemStore' => $baseDir . '/app/adminapi/controller/v1/merchant/SystemStore.php', + 'app\\adminapi\\controller\\v1\\merchant\\SystemStoreStaff' => $baseDir . '/app/adminapi/controller/v1/merchant/SystemStoreStaff.php', + 'app\\adminapi\\controller\\v1\\merchant\\SystemVerifyOrder' => $baseDir . '/app/adminapi/controller/v1/merchant/SystemVerifyOrder.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsAdmin' => $baseDir . '/app/adminapi/controller/v1/notification/sms/SmsAdmin.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsConfig' => $baseDir . '/app/adminapi/controller/v1/notification/sms/SmsConfig.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsPay' => $baseDir . '/app/adminapi/controller/v1/notification/sms/SmsPay.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsPublicTemp' => $baseDir . '/app/adminapi/controller/v1/notification/sms/SmsPublicTemp.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsTemplateApply' => $baseDir . '/app/adminapi/controller/v1/notification/sms/SmsTemplateApply.php', + 'app\\adminapi\\controller\\v1\\order\\DeliveryService' => $baseDir . '/app/adminapi/controller/v1/order/DeliveryService.php', + 'app\\adminapi\\controller\\v1\\order\\OtherOrder' => $baseDir . '/app/adminapi/controller/v1/order/OtherOrder.php', + 'app\\adminapi\\controller\\v1\\order\\RefundOrder' => $baseDir . '/app/adminapi/controller/v1/order/RefundOrder.php', + 'app\\adminapi\\controller\\v1\\order\\StoreOrder' => $baseDir . '/app/adminapi/controller/v1/order/StoreOrder.php', + 'app\\adminapi\\controller\\v1\\order\\StoreOrderInvoice' => $baseDir . '/app/adminapi/controller/v1/order/StoreOrderInvoice.php', + 'app\\adminapi\\controller\\v1\\product\\CopyTaobao' => $baseDir . '/app/adminapi/controller/v1/product/CopyTaobao.php', + 'app\\adminapi\\controller\\v1\\product\\StoreCategory' => $baseDir . '/app/adminapi/controller/v1/product/StoreCategory.php', + 'app\\adminapi\\controller\\v1\\product\\StoreProduct' => $baseDir . '/app/adminapi/controller/v1/product/StoreProduct.php', + 'app\\adminapi\\controller\\v1\\product\\StoreProductReply' => $baseDir . '/app/adminapi/controller/v1/product/StoreProductReply.php', + 'app\\adminapi\\controller\\v1\\product\\StoreProductRule' => $baseDir . '/app/adminapi/controller/v1/product/StoreProductRule.php', + 'app\\adminapi\\controller\\v1\\serve\\Export' => $baseDir . '/app/adminapi/controller/v1/serve/Export.php', + 'app\\adminapi\\controller\\v1\\serve\\Login' => $baseDir . '/app/adminapi/controller/v1/serve/Login.php', + 'app\\adminapi\\controller\\v1\\serve\\Serve' => $baseDir . '/app/adminapi/controller/v1/serve/Serve.php', + 'app\\adminapi\\controller\\v1\\serve\\Sms' => $baseDir . '/app/adminapi/controller/v1/serve/Sms.php', + 'app\\adminapi\\controller\\v1\\setting\\LangCode' => $baseDir . '/app/adminapi/controller/v1/setting/LangCode.php', + 'app\\adminapi\\controller\\v1\\setting\\LangCountry' => $baseDir . '/app/adminapi/controller/v1/setting/LangCountry.php', + 'app\\adminapi\\controller\\v1\\setting\\LangType' => $baseDir . '/app/adminapi/controller/v1/setting/LangType.php', + 'app\\adminapi\\controller\\v1\\setting\\ShippingTemplates' => $baseDir . '/app/adminapi/controller/v1/setting/ShippingTemplates.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemAdmin' => $baseDir . '/app/adminapi/controller/v1/setting/SystemAdmin.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemAgreement' => $baseDir . '/app/adminapi/controller/v1/setting/SystemAgreement.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemCity' => $baseDir . '/app/adminapi/controller/v1/setting/SystemCity.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemConfig' => $baseDir . '/app/adminapi/controller/v1/setting/SystemConfig.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemConfigTab' => $baseDir . '/app/adminapi/controller/v1/setting/SystemConfigTab.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemCrud' => $baseDir . '/app/adminapi/controller/v1/setting/SystemCrud.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemGroup' => $baseDir . '/app/adminapi/controller/v1/setting/SystemGroup.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemGroupData' => $baseDir . '/app/adminapi/controller/v1/setting/SystemGroupData.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemMenus' => $baseDir . '/app/adminapi/controller/v1/setting/SystemMenus.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemNotification' => $baseDir . '/app/adminapi/controller/v1/setting/SystemNotification.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemOutAccount' => $baseDir . '/app/adminapi/controller/v1/setting/SystemOutAccount.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemRole' => $baseDir . '/app/adminapi/controller/v1/setting/SystemRole.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemRoute' => $baseDir . '/app/adminapi/controller/v1/setting/SystemRoute.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemRouteCate' => $baseDir . '/app/adminapi/controller/v1/setting/SystemRouteCate.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemStorage' => $baseDir . '/app/adminapi/controller/v1/setting/SystemStorage.php', + 'app\\adminapi\\controller\\v1\\statistic\\FlowStatistic' => $baseDir . '/app/adminapi/controller/v1/statistic/FlowStatistic.php', + 'app\\adminapi\\controller\\v1\\system\\AppVersion' => $baseDir . '/app/adminapi/controller/v1/system/AppVersion.php', + 'app\\adminapi\\controller\\v1\\system\\Clear' => $baseDir . '/app/adminapi/controller/v1/system/Clear.php', + 'app\\adminapi\\controller\\v1\\system\\SystemClearData' => $baseDir . '/app/adminapi/controller/v1/system/SystemClearData.php', + 'app\\adminapi\\controller\\v1\\system\\SystemCrontab' => $baseDir . '/app/adminapi/controller/v1/system/SystemCrontab.php', + 'app\\adminapi\\controller\\v1\\system\\SystemDatabackup' => $baseDir . '/app/adminapi/controller/v1/system/SystemDatabackup.php', + 'app\\adminapi\\controller\\v1\\system\\SystemEvent' => $baseDir . '/app/adminapi/controller/v1/system/SystemEvent.php', + 'app\\adminapi\\controller\\v1\\system\\SystemFile' => $baseDir . '/app/adminapi/controller/v1/system/SystemFile.php', + 'app\\adminapi\\controller\\v1\\system\\SystemLog' => $baseDir . '/app/adminapi/controller/v1/system/SystemLog.php', + 'app\\adminapi\\controller\\v1\\system\\SystemUpgradeClient' => $baseDir . '/app/adminapi/controller/v1/system/SystemUpgradeClient.php', + 'app\\adminapi\\controller\\v1\\user\\User' => $baseDir . '/app/adminapi/controller/v1/user/User.php', + 'app\\adminapi\\controller\\v1\\user\\UserCancel' => $baseDir . '/app/adminapi/controller/v1/user/UserCancel.php', + 'app\\adminapi\\controller\\v1\\user\\UserGroup' => $baseDir . '/app/adminapi/controller/v1/user/UserGroup.php', + 'app\\adminapi\\controller\\v1\\user\\UserLabel' => $baseDir . '/app/adminapi/controller/v1/user/UserLabel.php', + 'app\\adminapi\\controller\\v1\\user\\UserLabelCate' => $baseDir . '/app/adminapi/controller/v1/user/UserLabelCate.php', + 'app\\adminapi\\controller\\v1\\user\\UserLevel' => $baseDir . '/app/adminapi/controller/v1/user/UserLevel.php', + 'app\\adminapi\\controller\\v1\\user\\member\\MemberCard' => $baseDir . '/app/adminapi/controller/v1/user/member/MemberCard.php', + 'app\\adminapi\\controller\\v1\\user\\member\\MemberCardBatch' => $baseDir . '/app/adminapi/controller/v1/user/member/MemberCardBatch.php', + 'app\\adminapi\\middleware\\AdminAuthTokenMiddleware' => $baseDir . '/app/adminapi/middleware/AdminAuthTokenMiddleware.php', + 'app\\adminapi\\middleware\\AdminCheckRoleMiddleware' => $baseDir . '/app/adminapi/middleware/AdminCheckRoleMiddleware.php', + 'app\\adminapi\\middleware\\AdminEditorTokenMiddleware' => $baseDir . '/app/adminapi/middleware/AdminEditorTokenMiddleware.php', + 'app\\adminapi\\middleware\\AdminLogMiddleware' => $baseDir . '/app/adminapi/middleware/AdminLogMiddleware.php', + 'app\\adminapi\\validate\\marketing\\LiveAnchorValidate' => $baseDir . '/app/adminapi/validate/marketing/LiveAnchorValidate.php', + 'app\\adminapi\\validate\\marketing\\LiveGoodsValidate' => $baseDir . '/app/adminapi/validate/marketing/LiveGoodsValidate.php', + 'app\\adminapi\\validate\\marketing\\LiveRoomValidate' => $baseDir . '/app/adminapi/validate/marketing/LiveRoomValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreBargainValidate' => $baseDir . '/app/adminapi/validate/marketing/StoreBargainValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreCombinationValidate' => $baseDir . '/app/adminapi/validate/marketing/StoreCombinationValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreCouponValidate' => $baseDir . '/app/adminapi/validate/marketing/StoreCouponValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreIntegralValidate' => $baseDir . '/app/adminapi/validate/marketing/StoreIntegralValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreSeckillValidate' => $baseDir . '/app/adminapi/validate/marketing/StoreSeckillValidate.php', + 'app\\adminapi\\validate\\merchant\\SystemStoreValidate' => $baseDir . '/app/adminapi/validate/merchant/SystemStoreValidate.php', + 'app\\adminapi\\validate\\notification\\SmsConfigValidate' => $baseDir . '/app/adminapi/validate/notification/SmsConfigValidate.php', + 'app\\adminapi\\validate\\order\\StoreOrderValidate' => $baseDir . '/app/adminapi/validate/order/StoreOrderValidate.php', + 'app\\adminapi\\validate\\product\\StoreProductReplyValidate' => $baseDir . '/app/adminapi/validate/product/StoreProductReplyValidate.php', + 'app\\adminapi\\validate\\serve\\ExpressValidata' => $baseDir . '/app/adminapi/validate/serve/ExpressValidata.php', + 'app\\adminapi\\validate\\serve\\MealValidata' => $baseDir . '/app/adminapi/validate/serve/MealValidata.php', + 'app\\adminapi\\validate\\serve\\ServeValidata' => $baseDir . '/app/adminapi/validate/serve/ServeValidata.php', + 'app\\adminapi\\validate\\service\\StoreServiceSpeechcraftValidata' => $baseDir . '/app/adminapi/validate/service/StoreServiceSpeechcraftValidata.php', + 'app\\adminapi\\validate\\setting\\ShippingTemplatesValidate' => $baseDir . '/app/adminapi/validate/setting/ShippingTemplatesValidate.php', + 'app\\adminapi\\validate\\setting\\SystemAdminValidata' => $baseDir . '/app/adminapi/validate/setting/SystemAdminValidata.php', + 'app\\adminapi\\validate\\setting\\SystemCityValidate' => $baseDir . '/app/adminapi/validate/setting/SystemCityValidate.php', + 'app\\adminapi\\validate\\setting\\SystemConfigValidata' => $baseDir . '/app/adminapi/validate/setting/SystemConfigValidata.php', + 'app\\adminapi\\validate\\setting\\SystemMenusValidate' => $baseDir . '/app/adminapi/validate/setting/SystemMenusValidate.php', + 'app\\adminapi\\validate\\user\\UserLabeCateValidata' => $baseDir . '/app/adminapi/validate/user/UserLabeCateValidata.php', + 'app\\adminapi\\validate\\user\\UserValidata' => $baseDir . '/app/adminapi/validate/user/UserValidata.php', + 'app\\api\\ApiExceptionHandle' => $baseDir . '/app/api/ApiExceptionHandle.php', + 'app\\api\\controller\\pc\\CartController' => $baseDir . '/app/api/controller/pc/CartController.php', + 'app\\api\\controller\\pc\\HomeController' => $baseDir . '/app/api/controller/pc/HomeController.php', + 'app\\api\\controller\\pc\\LoginController' => $baseDir . '/app/api/controller/pc/LoginController.php', + 'app\\api\\controller\\pc\\OrderController' => $baseDir . '/app/api/controller/pc/OrderController.php', + 'app\\api\\controller\\pc\\ProductController' => $baseDir . '/app/api/controller/pc/ProductController.php', + 'app\\api\\controller\\pc\\PublicController' => $baseDir . '/app/api/controller/pc/PublicController.php', + 'app\\api\\controller\\pc\\UserController' => $baseDir . '/app/api/controller/pc/UserController.php', + 'app\\api\\controller\\v1\\CrontabController' => $baseDir . '/app/api/controller/v1/CrontabController.php', + 'app\\api\\controller\\v1\\LoginController' => $baseDir . '/app/api/controller/v1/LoginController.php', + 'app\\api\\controller\\v1\\PayController' => $baseDir . '/app/api/controller/v1/PayController.php', + 'app\\api\\controller\\v1\\PublicController' => $baseDir . '/app/api/controller/v1/PublicController.php', + 'app\\api\\controller\\v1\\activity\\StoreAdvanceController' => $baseDir . '/app/api/controller/v1/activity/StoreAdvanceController.php', + 'app\\api\\controller\\v1\\activity\\StoreBargainController' => $baseDir . '/app/api/controller/v1/activity/StoreBargainController.php', + 'app\\api\\controller\\v1\\activity\\StoreCombinationController' => $baseDir . '/app/api/controller/v1/activity/StoreCombinationController.php', + 'app\\api\\controller\\v1\\activity\\StoreIntegralController' => $baseDir . '/app/api/controller/v1/activity/StoreIntegralController.php', + 'app\\api\\controller\\v1\\activity\\StoreSeckillController' => $baseDir . '/app/api/controller/v1/activity/StoreSeckillController.php', + 'app\\api\\controller\\v1\\admin\\StoreOrderController' => $baseDir . '/app/api/controller/v1/admin/StoreOrderController.php', + 'app\\api\\controller\\v1\\order\\OtherOrderController' => $baseDir . '/app/api/controller/v1/order/OtherOrderController.php', + 'app\\api\\controller\\v1\\order\\StoreIntegralOrderController' => $baseDir . '/app/api/controller/v1/order/StoreIntegralOrderController.php', + 'app\\api\\controller\\v1\\order\\StoreOrderController' => $baseDir . '/app/api/controller/v1/order/StoreOrderController.php', + 'app\\api\\controller\\v1\\order\\StoreOrderRefundController' => $baseDir . '/app/api/controller/v1/order/StoreOrderRefundController.php', + 'app\\api\\controller\\v1\\publics\\ArticleCategoryController' => $baseDir . '/app/api/controller/v1/publics/ArticleCategoryController.php', + 'app\\api\\controller\\v1\\publics\\ArticleController' => $baseDir . '/app/api/controller/v1/publics/ArticleController.php', + 'app\\api\\controller\\v1\\store\\CategoryController' => $baseDir . '/app/api/controller/v1/store/CategoryController.php', + 'app\\api\\controller\\v1\\store\\StoreCartController' => $baseDir . '/app/api/controller/v1/store/StoreCartController.php', + 'app\\api\\controller\\v1\\store\\StoreCouponsController' => $baseDir . '/app/api/controller/v1/store/StoreCouponsController.php', + 'app\\api\\controller\\v1\\store\\StoreProductController' => $baseDir . '/app/api/controller/v1/store/StoreProductController.php', + 'app\\api\\controller\\v1\\user\\DivisionController' => $baseDir . '/app/api/controller/v1/user/DivisionController.php', + 'app\\api\\controller\\v1\\user\\MemberCardController' => $baseDir . '/app/api/controller/v1/user/MemberCardController.php', + 'app\\api\\controller\\v1\\user\\MessageSystemController' => $baseDir . '/app/api/controller/v1/user/MessageSystemController.php', + 'app\\api\\controller\\v1\\user\\StoreService' => $baseDir . '/app/api/controller/v1/user/StoreService.php', + 'app\\api\\controller\\v1\\user\\UserAddressController' => $baseDir . '/app/api/controller/v1/user/UserAddressController.php', + 'app\\api\\controller\\v1\\user\\UserBillController' => $baseDir . '/app/api/controller/v1/user/UserBillController.php', + 'app\\api\\controller\\v1\\user\\UserBrokerageController' => $baseDir . '/app/api/controller/v1/user/UserBrokerageController.php', + 'app\\api\\controller\\v1\\user\\UserCollectController' => $baseDir . '/app/api/controller/v1/user/UserCollectController.php', + 'app\\api\\controller\\v1\\user\\UserController' => $baseDir . '/app/api/controller/v1/user/UserController.php', + 'app\\api\\controller\\v1\\user\\UserExtractController' => $baseDir . '/app/api/controller/v1/user/UserExtractController.php', + 'app\\api\\controller\\v1\\user\\UserLevelController' => $baseDir . '/app/api/controller/v1/user/UserLevelController.php', + 'app\\api\\controller\\v1\\user\\UserRechargeController' => $baseDir . '/app/api/controller/v1/user/UserRechargeController.php', + 'app\\api\\controller\\v1\\user\\UserSignController' => $baseDir . '/app/api/controller/v1/user/UserSignController.php', + 'app\\api\\controller\\v1\\wechat\\AuthController' => $baseDir . '/app/api/controller/v1/wechat/AuthController.php', + 'app\\api\\controller\\v1\\wechat\\WechatController' => $baseDir . '/app/api/controller/v1/wechat/WechatController.php', + 'app\\api\\controller\\v2\\PublicController' => $baseDir . '/app/api/controller/v2/PublicController.php', + 'app\\api\\controller\\v2\\activity\\LuckLotteryController' => $baseDir . '/app/api/controller/v2/activity/LuckLotteryController.php', + 'app\\api\\controller\\v2\\agent\\AgentLevel' => $baseDir . '/app/api/controller/v2/agent/AgentLevel.php', + 'app\\api\\controller\\v2\\order\\StoreOrderInvoiceController' => $baseDir . '/app/api/controller/v2/order/StoreOrderInvoiceController.php', + 'app\\api\\controller\\v2\\store\\StoreCartController' => $baseDir . '/app/api/controller/v2/store/StoreCartController.php', + 'app\\api\\controller\\v2\\store\\StoreCouponsController' => $baseDir . '/app/api/controller/v2/store/StoreCouponsController.php', + 'app\\api\\controller\\v2\\store\\StoreProductController' => $baseDir . '/app/api/controller/v2/store/StoreProductController.php', + 'app\\api\\controller\\v2\\user\\StoreService' => $baseDir . '/app/api/controller/v2/user/StoreService.php', + 'app\\api\\controller\\v2\\user\\UserInvoiceController' => $baseDir . '/app/api/controller/v2/user/UserInvoiceController.php', + 'app\\api\\controller\\v2\\user\\UserSearchController' => $baseDir . '/app/api/controller/v2/user/UserSearchController.php', + 'app\\api\\controller\\v2\\wechat\\AuthController' => $baseDir . '/app/api/controller/v2/wechat/AuthController.php', + 'app\\api\\controller\\v2\\wechat\\WechatController' => $baseDir . '/app/api/controller/v2/wechat/WechatController.php', + 'app\\api\\middleware\\AuthTokenMiddleware' => $baseDir . '/app/api/middleware/AuthTokenMiddleware.php', + 'app\\api\\middleware\\BlockerMiddleware' => $baseDir . '/app/api/middleware/BlockerMiddleware.php', + 'app\\api\\middleware\\CustomerMiddleware' => $baseDir . '/app/api/middleware/CustomerMiddleware.php', + 'app\\api\\middleware\\StationOpenMiddleware' => $baseDir . '/app/api/middleware/StationOpenMiddleware.php', + 'app\\api\\validate\\user\\AddressValidate' => $baseDir . '/app/api/validate/user/AddressValidate.php', + 'app\\api\\validate\\user\\RegisterValidates' => $baseDir . '/app/api/validate/user/RegisterValidates.php', + 'app\\api\\validate\\user\\StoreServiceFeedbackValidate' => $baseDir . '/app/api/validate/user/StoreServiceFeedbackValidate.php', + 'app\\dao\\BaseDao' => $baseDir . '/app/dao/BaseDao.php', + 'app\\dao\\activity\\advance\\StoreAdvanceDao' => $baseDir . '/app/dao/activity/advance/StoreAdvanceDao.php', + 'app\\dao\\activity\\bargain\\StoreBargainDao' => $baseDir . '/app/dao/activity/bargain/StoreBargainDao.php', + 'app\\dao\\activity\\bargain\\StoreBargainUserDao' => $baseDir . '/app/dao/activity/bargain/StoreBargainUserDao.php', + 'app\\dao\\activity\\bargain\\StoreBargainUserHelpDao' => $baseDir . '/app/dao/activity/bargain/StoreBargainUserHelpDao.php', + 'app\\dao\\activity\\combination\\StoreCombinationDao' => $baseDir . '/app/dao/activity/combination/StoreCombinationDao.php', + 'app\\dao\\activity\\combination\\StorePinkDao' => $baseDir . '/app/dao/activity/combination/StorePinkDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponDao' => $baseDir . '/app/dao/activity/coupon/StoreCouponDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponIssueDao' => $baseDir . '/app/dao/activity/coupon/StoreCouponIssueDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponIssueUserDao' => $baseDir . '/app/dao/activity/coupon/StoreCouponIssueUserDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponProductDao' => $baseDir . '/app/dao/activity/coupon/StoreCouponProductDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponUserCouponDao' => $baseDir . '/app/dao/activity/coupon/StoreCouponUserCouponDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponUserDao' => $baseDir . '/app/dao/activity/coupon/StoreCouponUserDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponUserUserDao' => $baseDir . '/app/dao/activity/coupon/StoreCouponUserUserDao.php', + 'app\\dao\\activity\\integral\\StoreIntegralDao' => $baseDir . '/app/dao/activity/integral/StoreIntegralDao.php', + 'app\\dao\\activity\\integral\\StoreIntegralOrderDao' => $baseDir . '/app/dao/activity/integral/StoreIntegralOrderDao.php', + 'app\\dao\\activity\\integral\\StoreIntegralOrderStatusDao' => $baseDir . '/app/dao/activity/integral/StoreIntegralOrderStatusDao.php', + 'app\\dao\\activity\\live\\LiveAnchorDao' => $baseDir . '/app/dao/activity/live/LiveAnchorDao.php', + 'app\\dao\\activity\\live\\LiveGoodsDao' => $baseDir . '/app/dao/activity/live/LiveGoodsDao.php', + 'app\\dao\\activity\\live\\LiveRoomDao' => $baseDir . '/app/dao/activity/live/LiveRoomDao.php', + 'app\\dao\\activity\\live\\LiveRoomGoodsDao' => $baseDir . '/app/dao/activity/live/LiveRoomGoodsDao.php', + 'app\\dao\\activity\\lottery\\LuckLotteryDao' => $baseDir . '/app/dao/activity/lottery/LuckLotteryDao.php', + 'app\\dao\\activity\\lottery\\LuckLotteryRecordDao' => $baseDir . '/app/dao/activity/lottery/LuckLotteryRecordDao.php', + 'app\\dao\\activity\\lottery\\LuckPrizeDao' => $baseDir . '/app/dao/activity/lottery/LuckPrizeDao.php', + 'app\\dao\\activity\\seckill\\StoreSeckillDao' => $baseDir . '/app/dao/activity/seckill/StoreSeckillDao.php', + 'app\\dao\\agent\\AgentLevelDao' => $baseDir . '/app/dao/agent/AgentLevelDao.php', + 'app\\dao\\agent\\AgentLevelTaskDao' => $baseDir . '/app/dao/agent/AgentLevelTaskDao.php', + 'app\\dao\\agent\\AgentLevelTaskRecordDao' => $baseDir . '/app/dao/agent/AgentLevelTaskRecordDao.php', + 'app\\dao\\agent\\DivisionAgentApplyDao' => $baseDir . '/app/dao/agent/DivisionAgentApplyDao.php', + 'app\\dao\\article\\ArticleCategoryDao' => $baseDir . '/app/dao/article/ArticleCategoryDao.php', + 'app\\dao\\article\\ArticleContentDao' => $baseDir . '/app/dao/article/ArticleContentDao.php', + 'app\\dao\\article\\ArticleDao' => $baseDir . '/app/dao/article/ArticleDao.php', + 'app\\dao\\diy\\DiyDao' => $baseDir . '/app/dao/diy/DiyDao.php', + 'app\\dao\\diy\\PageCategoryDao' => $baseDir . '/app/dao/diy/PageCategoryDao.php', + 'app\\dao\\diy\\PageLinkDao' => $baseDir . '/app/dao/diy/PageLinkDao.php', + 'app\\dao\\order\\DeliveryServiceDao' => $baseDir . '/app/dao/order/DeliveryServiceDao.php', + 'app\\dao\\order\\OtherOrderDao' => $baseDir . '/app/dao/order/OtherOrderDao.php', + 'app\\dao\\order\\OtherOrderStatusDao' => $baseDir . '/app/dao/order/OtherOrderStatusDao.php', + 'app\\dao\\order\\StoreCartDao' => $baseDir . '/app/dao/order/StoreCartDao.php', + 'app\\dao\\order\\StoreOrderCartInfoDao' => $baseDir . '/app/dao/order/StoreOrderCartInfoDao.php', + 'app\\dao\\order\\StoreOrderDao' => $baseDir . '/app/dao/order/StoreOrderDao.php', + 'app\\dao\\order\\StoreOrderEconomizeDao' => $baseDir . '/app/dao/order/StoreOrderEconomizeDao.php', + 'app\\dao\\order\\StoreOrderInvoiceDao' => $baseDir . '/app/dao/order/StoreOrderInvoiceDao.php', + 'app\\dao\\order\\StoreOrderRefundDao' => $baseDir . '/app/dao/order/StoreOrderRefundDao.php', + 'app\\dao\\order\\StoreOrderStatusDao' => $baseDir . '/app/dao/order/StoreOrderStatusDao.php', + 'app\\dao\\order\\StoreOrderStoreOrderCartInfoDao' => $baseDir . '/app/dao/order/StoreOrderStoreOrderCartInfoDao.php', + 'app\\dao\\order\\StoreOrderStoreOrderStatusDao' => $baseDir . '/app/dao/order/StoreOrderStoreOrderStatusDao.php', + 'app\\dao\\other\\AgreementDao' => $baseDir . '/app/dao/other/AgreementDao.php', + 'app\\dao\\other\\AuxiliaryDao' => $baseDir . '/app/dao/other/AuxiliaryDao.php', + 'app\\dao\\other\\CacheDao' => $baseDir . '/app/dao/other/CacheDao.php', + 'app\\dao\\other\\CategoryDao' => $baseDir . '/app/dao/other/CategoryDao.php', + 'app\\dao\\other\\QrcodeDao' => $baseDir . '/app/dao/other/QrcodeDao.php', + 'app\\dao\\other\\TemplateMessageDao' => $baseDir . '/app/dao/other/TemplateMessageDao.php', + 'app\\dao\\out\\OutAccountDao' => $baseDir . '/app/dao/out/OutAccountDao.php', + 'app\\dao\\out\\OutInterfaceDao' => $baseDir . '/app/dao/out/OutInterfaceDao.php', + 'app\\dao\\product\\product\\StoreCategoryDao' => $baseDir . '/app/dao/product/product/StoreCategoryDao.php', + 'app\\dao\\product\\product\\StoreDescriptionDao' => $baseDir . '/app/dao/product/product/StoreDescriptionDao.php', + 'app\\dao\\product\\product\\StoreProductCateDao' => $baseDir . '/app/dao/product/product/StoreProductCateDao.php', + 'app\\dao\\product\\product\\StoreProductCouponDao' => $baseDir . '/app/dao/product/product/StoreProductCouponDao.php', + 'app\\dao\\product\\product\\StoreProductDao' => $baseDir . '/app/dao/product/product/StoreProductDao.php', + 'app\\dao\\product\\product\\StoreProductLogDao' => $baseDir . '/app/dao/product/product/StoreProductLogDao.php', + 'app\\dao\\product\\product\\StoreProductRelationDao' => $baseDir . '/app/dao/product/product/StoreProductRelationDao.php', + 'app\\dao\\product\\product\\StoreProductReplyDao' => $baseDir . '/app/dao/product/product/StoreProductReplyDao.php', + 'app\\dao\\product\\product\\StoreProductReplyStoreProductDao' => $baseDir . '/app/dao/product/product/StoreProductReplyStoreProductDao.php', + 'app\\dao\\product\\product\\StoreProductVisitDao' => $baseDir . '/app/dao/product/product/StoreProductVisitDao.php', + 'app\\dao\\product\\product\\StoreVisitDao' => $baseDir . '/app/dao/product/product/StoreVisitDao.php', + 'app\\dao\\product\\sku\\StoreProductAttrDao' => $baseDir . '/app/dao/product/sku/StoreProductAttrDao.php', + 'app\\dao\\product\\sku\\StoreProductAttrResultDao' => $baseDir . '/app/dao/product/sku/StoreProductAttrResultDao.php', + 'app\\dao\\product\\sku\\StoreProductAttrValueDao' => $baseDir . '/app/dao/product/sku/StoreProductAttrValueDao.php', + 'app\\dao\\product\\sku\\StoreProductRuleDao' => $baseDir . '/app/dao/product/sku/StoreProductRuleDao.php', + 'app\\dao\\product\\sku\\StoreProductVirtualDao' => $baseDir . '/app/dao/product/sku/StoreProductVirtualDao.php', + 'app\\dao\\service\\StoreServiceAuxiliaryDao' => $baseDir . '/app/dao/service/StoreServiceAuxiliaryDao.php', + 'app\\dao\\service\\StoreServiceDao' => $baseDir . '/app/dao/service/StoreServiceDao.php', + 'app\\dao\\service\\StoreServiceFeedbackDao' => $baseDir . '/app/dao/service/StoreServiceFeedbackDao.php', + 'app\\dao\\service\\StoreServiceLogDao' => $baseDir . '/app/dao/service/StoreServiceLogDao.php', + 'app\\dao\\service\\StoreServiceRecordDao' => $baseDir . '/app/dao/service/StoreServiceRecordDao.php', + 'app\\dao\\service\\StoreServiceSpeechcraftDao' => $baseDir . '/app/dao/service/StoreServiceSpeechcraftDao.php', + 'app\\dao\\shipping\\ExpressDao' => $baseDir . '/app/dao/shipping/ExpressDao.php', + 'app\\dao\\shipping\\ShippingTemplatesDao' => $baseDir . '/app/dao/shipping/ShippingTemplatesDao.php', + 'app\\dao\\shipping\\ShippingTemplatesFreeCityDao' => $baseDir . '/app/dao/shipping/ShippingTemplatesFreeCityDao.php', + 'app\\dao\\shipping\\ShippingTemplatesFreeDao' => $baseDir . '/app/dao/shipping/ShippingTemplatesFreeDao.php', + 'app\\dao\\shipping\\ShippingTemplatesNoDeliveryCityDao' => $baseDir . '/app/dao/shipping/ShippingTemplatesNoDeliveryCityDao.php', + 'app\\dao\\shipping\\ShippingTemplatesNoDeliveryDao' => $baseDir . '/app/dao/shipping/ShippingTemplatesNoDeliveryDao.php', + 'app\\dao\\shipping\\ShippingTemplatesRegionCityDao' => $baseDir . '/app/dao/shipping/ShippingTemplatesRegionCityDao.php', + 'app\\dao\\shipping\\ShippingTemplatesRegionDao' => $baseDir . '/app/dao/shipping/ShippingTemplatesRegionDao.php', + 'app\\dao\\shipping\\SystemCityDao' => $baseDir . '/app/dao/shipping/SystemCityDao.php', + 'app\\dao\\sms\\SmsAdminDao' => $baseDir . '/app/dao/sms/SmsAdminDao.php', + 'app\\dao\\sms\\SmsRecordDao' => $baseDir . '/app/dao/sms/SmsRecordDao.php', + 'app\\dao\\system\\AppVersionDao' => $baseDir . '/app/dao/system/AppVersionDao.php', + 'app\\dao\\system\\MessageSystemDao' => $baseDir . '/app/dao/system/MessageSystemDao.php', + 'app\\dao\\system\\SystemCrudDao' => $baseDir . '/app/dao/system/SystemCrudDao.php', + 'app\\dao\\system\\SystemCrudDataDao' => $baseDir . '/app/dao/system/SystemCrudDataDao.php', + 'app\\dao\\system\\SystemCrudListDao' => $baseDir . '/app/dao/system/SystemCrudListDao.php', + 'app\\dao\\system\\SystemEventDao' => $baseDir . '/app/dao/system/SystemEventDao.php', + 'app\\dao\\system\\SystemEventDataDao' => $baseDir . '/app/dao/system/SystemEventDataDao.php', + 'app\\dao\\system\\SystemMenusDao' => $baseDir . '/app/dao/system/SystemMenusDao.php', + 'app\\dao\\system\\SystemNotificationDao' => $baseDir . '/app/dao/system/SystemNotificationDao.php', + 'app\\dao\\system\\SystemRouteCateDao' => $baseDir . '/app/dao/system/SystemRouteCateDao.php', + 'app\\dao\\system\\SystemRouteDao' => $baseDir . '/app/dao/system/SystemRouteDao.php', + 'app\\dao\\system\\SystemSignRewardDao' => $baseDir . '/app/dao/system/SystemSignRewardDao.php', + 'app\\dao\\system\\SystemUserLevelDao' => $baseDir . '/app/dao/system/SystemUserLevelDao.php', + 'app\\dao\\system\\admin\\AdminAuthDao' => $baseDir . '/app/dao/system/admin/AdminAuthDao.php', + 'app\\dao\\system\\admin\\SystemAdminDao' => $baseDir . '/app/dao/system/admin/SystemAdminDao.php', + 'app\\dao\\system\\admin\\SystemRoleDao' => $baseDir . '/app/dao/system/admin/SystemRoleDao.php', + 'app\\dao\\system\\attachment\\SystemAttachmentCategoryDao' => $baseDir . '/app/dao/system/attachment/SystemAttachmentCategoryDao.php', + 'app\\dao\\system\\attachment\\SystemAttachmentDao' => $baseDir . '/app/dao/system/attachment/SystemAttachmentDao.php', + 'app\\dao\\system\\config\\SystemConfigDao' => $baseDir . '/app/dao/system/config/SystemConfigDao.php', + 'app\\dao\\system\\config\\SystemConfigTabDao' => $baseDir . '/app/dao/system/config/SystemConfigTabDao.php', + 'app\\dao\\system\\config\\SystemGroupDao' => $baseDir . '/app/dao/system/config/SystemGroupDao.php', + 'app\\dao\\system\\config\\SystemGroupDataDao' => $baseDir . '/app/dao/system/config/SystemGroupDataDao.php', + 'app\\dao\\system\\config\\SystemStorageDao' => $baseDir . '/app/dao/system/config/SystemStorageDao.php', + 'app\\dao\\system\\crontab\\SystemCrontabDao' => $baseDir . '/app/dao/system/crontab/SystemCrontabDao.php', + 'app\\dao\\system\\lang\\LangCodeDao' => $baseDir . '/app/dao/system/lang/LangCodeDao.php', + 'app\\dao\\system\\lang\\LangCountryDao' => $baseDir . '/app/dao/system/lang/LangCountryDao.php', + 'app\\dao\\system\\lang\\LangTypeDao' => $baseDir . '/app/dao/system/lang/LangTypeDao.php', + 'app\\dao\\system\\log\\SystemFileDao' => $baseDir . '/app/dao/system/log/SystemFileDao.php', + 'app\\dao\\system\\log\\SystemFileInfoDao' => $baseDir . '/app/dao/system/log/SystemFileInfoDao.php', + 'app\\dao\\system\\log\\SystemLogDao' => $baseDir . '/app/dao/system/log/SystemLogDao.php', + 'app\\dao\\system\\statistics\\CapitalFlowDao' => $baseDir . '/app/dao/system/statistics/CapitalFlowDao.php', + 'app\\dao\\system\\store\\SystemStoreDao' => $baseDir . '/app/dao/system/store/SystemStoreDao.php', + 'app\\dao\\system\\store\\SystemStoreStaffDao' => $baseDir . '/app/dao/system/store/SystemStoreStaffDao.php', + 'app\\dao\\system\\upgrade\\UpgradeLogDao' => $baseDir . '/app/dao/system/upgrade/UpgradeLogDao.php', + 'app\\dao\\user\\MemberCardBatchDao' => $baseDir . '/app/dao/user/MemberCardBatchDao.php', + 'app\\dao\\user\\MemberCardDao' => $baseDir . '/app/dao/user/MemberCardDao.php', + 'app\\dao\\user\\MemberRightDao' => $baseDir . '/app/dao/user/MemberRightDao.php', + 'app\\dao\\user\\MemberShipDao' => $baseDir . '/app/dao/user/MemberShipDao.php', + 'app\\dao\\user\\UserAddressDao' => $baseDir . '/app/dao/user/UserAddressDao.php', + 'app\\dao\\user\\UserAuthDao' => $baseDir . '/app/dao/user/UserAuthDao.php', + 'app\\dao\\user\\UserBillDao' => $baseDir . '/app/dao/user/UserBillDao.php', + 'app\\dao\\user\\UserBillStoreOrderDao' => $baseDir . '/app/dao/user/UserBillStoreOrderDao.php', + 'app\\dao\\user\\UserBrokerageDao' => $baseDir . '/app/dao/user/UserBrokerageDao.php', + 'app\\dao\\user\\UserBrokerageFrozenDao' => $baseDir . '/app/dao/user/UserBrokerageFrozenDao.php', + 'app\\dao\\user\\UserCancelDao' => $baseDir . '/app/dao/user/UserCancelDao.php', + 'app\\dao\\user\\UserDao' => $baseDir . '/app/dao/user/UserDao.php', + 'app\\dao\\user\\UserExtractDao' => $baseDir . '/app/dao/user/UserExtractDao.php', + 'app\\dao\\user\\UserFriendsDao' => $baseDir . '/app/dao/user/UserFriendsDao.php', + 'app\\dao\\user\\UserGroupDao' => $baseDir . '/app/dao/user/UserGroupDao.php', + 'app\\dao\\user\\UserInvoiceDao' => $baseDir . '/app/dao/user/UserInvoiceDao.php', + 'app\\dao\\user\\UserLabelCateDao' => $baseDir . '/app/dao/user/UserLabelCateDao.php', + 'app\\dao\\user\\UserLabelDao' => $baseDir . '/app/dao/user/UserLabelDao.php', + 'app\\dao\\user\\UserLabelRelationDao' => $baseDir . '/app/dao/user/UserLabelRelationDao.php', + 'app\\dao\\user\\UserLevelDao' => $baseDir . '/app/dao/user/UserLevelDao.php', + 'app\\dao\\user\\UserMoneyDao' => $baseDir . '/app/dao/user/UserMoneyDao.php', + 'app\\dao\\user\\UserRechargeDao' => $baseDir . '/app/dao/user/UserRechargeDao.php', + 'app\\dao\\user\\UserSearchDao' => $baseDir . '/app/dao/user/UserSearchDao.php', + 'app\\dao\\user\\UserSignDao' => $baseDir . '/app/dao/user/UserSignDao.php', + 'app\\dao\\user\\UserSpreadDao' => $baseDir . '/app/dao/user/UserSpreadDao.php', + 'app\\dao\\user\\UserStoreOrderDao' => $baseDir . '/app/dao/user/UserStoreOrderDao.php', + 'app\\dao\\user\\UserUserBillDao' => $baseDir . '/app/dao/user/UserUserBillDao.php', + 'app\\dao\\user\\UserUserBrokerageDao' => $baseDir . '/app/dao/user/UserUserBrokerageDao.php', + 'app\\dao\\user\\UserVisitDao' => $baseDir . '/app/dao/user/UserVisitDao.php', + 'app\\dao\\user\\UserWechatUserDao' => $baseDir . '/app/dao/user/UserWechatUserDao.php', + 'app\\dao\\wechat\\RoutineSchemeDao' => $baseDir . '/app/dao/wechat/RoutineSchemeDao.php', + 'app\\dao\\wechat\\WechatKeyDao' => $baseDir . '/app/dao/wechat/WechatKeyDao.php', + 'app\\dao\\wechat\\WechatMediaDao' => $baseDir . '/app/dao/wechat/WechatMediaDao.php', + 'app\\dao\\wechat\\WechatMenuDao' => $baseDir . '/app/dao/wechat/WechatMenuDao.php', + 'app\\dao\\wechat\\WechatMessageDao' => $baseDir . '/app/dao/wechat/WechatMessageDao.php', + 'app\\dao\\wechat\\WechatNewsCategoryDao' => $baseDir . '/app/dao/wechat/WechatNewsCategoryDao.php', + 'app\\dao\\wechat\\WechatQrcodeCateDao' => $baseDir . '/app/dao/wechat/WechatQrcodeCateDao.php', + 'app\\dao\\wechat\\WechatQrcodeDao' => $baseDir . '/app/dao/wechat/WechatQrcodeDao.php', + 'app\\dao\\wechat\\WechatQrcodeRecordDao' => $baseDir . '/app/dao/wechat/WechatQrcodeRecordDao.php', + 'app\\dao\\wechat\\WechatReplyDao' => $baseDir . '/app/dao/wechat/WechatReplyDao.php', + 'app\\dao\\wechat\\WechatReplyKeyDao' => $baseDir . '/app/dao/wechat/WechatReplyKeyDao.php', + 'app\\dao\\wechat\\WechatUserDao' => $baseDir . '/app/dao/wechat/WechatUserDao.php', + 'app\\http\\middleware\\AllowOriginMiddleware' => $baseDir . '/app/http/middleware/AllowOriginMiddleware.php', + 'app\\http\\middleware\\BaseMiddleware' => $baseDir . '/app/http/middleware/BaseMiddleware.php', + 'app\\jobs\\AgentJob' => $baseDir . '/app/jobs/AgentJob.php', + 'app\\jobs\\AutoCommentJob' => $baseDir . '/app/jobs/AutoCommentJob.php', + 'app\\jobs\\CheckQueueJob' => $baseDir . '/app/jobs/CheckQueueJob.php', + 'app\\jobs\\LiveJob' => $baseDir . '/app/jobs/LiveJob.php', + 'app\\jobs\\MiniOrderJob' => $baseDir . '/app/jobs/MiniOrderJob.php', + 'app\\jobs\\OrderCreateAfterJob' => $baseDir . '/app/jobs/OrderCreateAfterJob.php', + 'app\\jobs\\OrderExpressJob' => $baseDir . '/app/jobs/OrderExpressJob.php', + 'app\\jobs\\OrderInvoiceJob' => $baseDir . '/app/jobs/OrderInvoiceJob.php', + 'app\\jobs\\OrderJob' => $baseDir . '/app/jobs/OrderJob.php', + 'app\\jobs\\OtherOrderJob' => $baseDir . '/app/jobs/OtherOrderJob.php', + 'app\\jobs\\OutPushJob' => $baseDir . '/app/jobs/OutPushJob.php', + 'app\\jobs\\PinkJob' => $baseDir . '/app/jobs/PinkJob.php', + 'app\\jobs\\PosterJob' => $baseDir . '/app/jobs/PosterJob.php', + 'app\\jobs\\ProductCopyJob' => $baseDir . '/app/jobs/ProductCopyJob.php', + 'app\\jobs\\ProductLogJob' => $baseDir . '/app/jobs/ProductLogJob.php', + 'app\\jobs\\ProductStockJob' => $baseDir . '/app/jobs/ProductStockJob.php', + 'app\\jobs\\RefundOrderJob' => $baseDir . '/app/jobs/RefundOrderJob.php', + 'app\\jobs\\TakeOrderJob' => $baseDir . '/app/jobs/TakeOrderJob.php', + 'app\\jobs\\TaskJob' => $baseDir . '/app/jobs/TaskJob.php', + 'app\\jobs\\TemplateJob' => $baseDir . '/app/jobs/TemplateJob.php', + 'app\\jobs\\TranslateJob' => $baseDir . '/app/jobs/TranslateJob.php', + 'app\\jobs\\UnpaidOrderCancelJob' => $baseDir . '/app/jobs/UnpaidOrderCancelJob.php', + 'app\\jobs\\UnpaidOrderSend' => $baseDir . '/app/jobs/UnpaidOrderSend.php', + 'app\\jobs\\UpgradeJob' => $baseDir . '/app/jobs/UpgradeJob.php', + 'app\\jobs\\UserJob' => $baseDir . '/app/jobs/UserJob.php', + 'app\\jobs\\notice\\EnterpriseWechatJob' => $baseDir . '/app/jobs/notice/EnterpriseWechatJob.php', + 'app\\jobs\\notice\\PrintJob' => $baseDir . '/app/jobs/notice/PrintJob.php', + 'app\\jobs\\notice\\SmsJob' => $baseDir . '/app/jobs/notice/SmsJob.php', + 'app\\jobs\\notice\\SyncMessageJob' => $baseDir . '/app/jobs/notice/SyncMessageJob.php', + 'app\\kefuapi\\KefuApiExceptionHandle' => $baseDir . '/app/kefuapi/KefuApiExceptionHandle.php', + 'app\\kefuapi\\controller\\AuthController' => $baseDir . '/app/kefuapi/controller/AuthController.php', + 'app\\kefuapi\\controller\\Common' => $baseDir . '/app/kefuapi/controller/Common.php', + 'app\\kefuapi\\controller\\Login' => $baseDir . '/app/kefuapi/controller/Login.php', + 'app\\kefuapi\\controller\\Order' => $baseDir . '/app/kefuapi/controller/Order.php', + 'app\\kefuapi\\controller\\Product' => $baseDir . '/app/kefuapi/controller/Product.php', + 'app\\kefuapi\\controller\\Service' => $baseDir . '/app/kefuapi/controller/Service.php', + 'app\\kefuapi\\controller\\User' => $baseDir . '/app/kefuapi/controller/User.php', + 'app\\kefuapi\\middleware\\KefuAuthTokenMiddleware' => $baseDir . '/app/kefuapi/middleware/KefuAuthTokenMiddleware.php', + 'app\\kefuapi\\validate\\LoginValidate' => $baseDir . '/app/kefuapi/validate/LoginValidate.php', + 'app\\kefuapi\\validate\\SpeechcraftValidate' => $baseDir . '/app/kefuapi/validate/SpeechcraftValidate.php', + 'app\\listener\\CustomEventListener' => $baseDir . '/app/listener/CustomEventListener.php', + 'app\\listener\\admin\\AdminLoginListener' => $baseDir . '/app/listener/admin/AdminLoginListener.php', + 'app\\listener\\http\\HttpEndListener' => $baseDir . '/app/listener/http/HttpEndListener.php', + 'app\\listener\\notice\\CustomNoticeListener' => $baseDir . '/app/listener/notice/CustomNoticeListener.php', + 'app\\listener\\notice\\NoticeListener' => $baseDir . '/app/listener/notice/NoticeListener.php', + 'app\\listener\\order\\OrderCreateAfterListener' => $baseDir . '/app/listener/order/OrderCreateAfterListener.php', + 'app\\listener\\order\\OrderDeliveryListener' => $baseDir . '/app/listener/order/OrderDeliveryListener.php', + 'app\\listener\\order\\OrderPaySuccessListener' => $baseDir . '/app/listener/order/OrderPaySuccessListener.php', + 'app\\listener\\order\\OrderRefundCancelAfterListener' => $baseDir . '/app/listener/order/OrderRefundCancelAfterListener.php', + 'app\\listener\\order\\OrderRefundCreateAfterListener' => $baseDir . '/app/listener/order/OrderRefundCreateAfterListener.php', + 'app\\listener\\order\\OrderShippingListener' => $baseDir . '/app/listener/order/OrderShippingListener.php', + 'app\\listener\\order\\OrderTakeListener' => $baseDir . '/app/listener/order/OrderTakeListener.php', + 'app\\listener\\out\\OutPushListener' => $baseDir . '/app/listener/out/OutPushListener.php', + 'app\\listener\\pay\\NotifyListener' => $baseDir . '/app/listener/pay/NotifyListener.php', + 'app\\listener\\queue\\QueueStartListener' => $baseDir . '/app/listener/queue/QueueStartListener.php', + 'app\\listener\\user\\LoginListener' => $baseDir . '/app/listener/user/LoginListener.php', + 'app\\listener\\user\\RegisterListener' => $baseDir . '/app/listener/user/RegisterListener.php', + 'app\\listener\\user\\UserLevelListener' => $baseDir . '/app/listener/user/UserLevelListener.php', + 'app\\listener\\user\\UserVisitListener' => $baseDir . '/app/listener/user/UserVisitListener.php', + 'app\\listener\\wechat\\AuthListener' => $baseDir . '/app/listener/wechat/AuthListener.php', + 'app\\model\\activity\\advance\\StoreAdvance' => $baseDir . '/app/model/activity/advance/StoreAdvance.php', + 'app\\model\\activity\\bargain\\StoreBargain' => $baseDir . '/app/model/activity/bargain/StoreBargain.php', + 'app\\model\\activity\\bargain\\StoreBargainUser' => $baseDir . '/app/model/activity/bargain/StoreBargainUser.php', + 'app\\model\\activity\\bargain\\StoreBargainUserHelp' => $baseDir . '/app/model/activity/bargain/StoreBargainUserHelp.php', + 'app\\model\\activity\\combination\\StoreCombination' => $baseDir . '/app/model/activity/combination/StoreCombination.php', + 'app\\model\\activity\\combination\\StorePink' => $baseDir . '/app/model/activity/combination/StorePink.php', + 'app\\model\\activity\\coupon\\StoreCoupon' => $baseDir . '/app/model/activity/coupon/StoreCoupon.php', + 'app\\model\\activity\\coupon\\StoreCouponIssue' => $baseDir . '/app/model/activity/coupon/StoreCouponIssue.php', + 'app\\model\\activity\\coupon\\StoreCouponIssueUser' => $baseDir . '/app/model/activity/coupon/StoreCouponIssueUser.php', + 'app\\model\\activity\\coupon\\StoreCouponProduct' => $baseDir . '/app/model/activity/coupon/StoreCouponProduct.php', + 'app\\model\\activity\\coupon\\StoreCouponUser' => $baseDir . '/app/model/activity/coupon/StoreCouponUser.php', + 'app\\model\\activity\\integral\\StoreIntegral' => $baseDir . '/app/model/activity/integral/StoreIntegral.php', + 'app\\model\\activity\\integral\\StoreIntegralOrder' => $baseDir . '/app/model/activity/integral/StoreIntegralOrder.php', + 'app\\model\\activity\\integral\\StoreIntegralOrderStatus' => $baseDir . '/app/model/activity/integral/StoreIntegralOrderStatus.php', + 'app\\model\\activity\\live\\LiveAnchor' => $baseDir . '/app/model/activity/live/LiveAnchor.php', + 'app\\model\\activity\\live\\LiveGoods' => $baseDir . '/app/model/activity/live/LiveGoods.php', + 'app\\model\\activity\\live\\LiveRoom' => $baseDir . '/app/model/activity/live/LiveRoom.php', + 'app\\model\\activity\\live\\LiveRoomGoods' => $baseDir . '/app/model/activity/live/LiveRoomGoods.php', + 'app\\model\\activity\\lottery\\LuckLottery' => $baseDir . '/app/model/activity/lottery/LuckLottery.php', + 'app\\model\\activity\\lottery\\LuckLotteryRecord' => $baseDir . '/app/model/activity/lottery/LuckLotteryRecord.php', + 'app\\model\\activity\\lottery\\LuckPrize' => $baseDir . '/app/model/activity/lottery/LuckPrize.php', + 'app\\model\\activity\\seckill\\StoreSeckill' => $baseDir . '/app/model/activity/seckill/StoreSeckill.php', + 'app\\model\\agent\\AgentLevel' => $baseDir . '/app/model/agent/AgentLevel.php', + 'app\\model\\agent\\AgentLevelTask' => $baseDir . '/app/model/agent/AgentLevelTask.php', + 'app\\model\\agent\\AgentLevelTaskRecord' => $baseDir . '/app/model/agent/AgentLevelTaskRecord.php', + 'app\\model\\agent\\DivisionAgentApply' => $baseDir . '/app/model/agent/DivisionAgentApply.php', + 'app\\model\\article\\Article' => $baseDir . '/app/model/article/Article.php', + 'app\\model\\article\\ArticleCategory' => $baseDir . '/app/model/article/ArticleCategory.php', + 'app\\model\\article\\ArticleContent' => $baseDir . '/app/model/article/ArticleContent.php', + 'app\\model\\diy\\Diy' => $baseDir . '/app/model/diy/Diy.php', + 'app\\model\\diy\\PageCategory' => $baseDir . '/app/model/diy/PageCategory.php', + 'app\\model\\diy\\PageLink' => $baseDir . '/app/model/diy/PageLink.php', + 'app\\model\\order\\DeliveryService' => $baseDir . '/app/model/order/DeliveryService.php', + 'app\\model\\order\\OtherOrder' => $baseDir . '/app/model/order/OtherOrder.php', + 'app\\model\\order\\OtherOrderStatus' => $baseDir . '/app/model/order/OtherOrderStatus.php', + 'app\\model\\order\\StoreCart' => $baseDir . '/app/model/order/StoreCart.php', + 'app\\model\\order\\StoreOrder' => $baseDir . '/app/model/order/StoreOrder.php', + 'app\\model\\order\\StoreOrderCartInfo' => $baseDir . '/app/model/order/StoreOrderCartInfo.php', + 'app\\model\\order\\StoreOrderEconomize' => $baseDir . '/app/model/order/StoreOrderEconomize.php', + 'app\\model\\order\\StoreOrderInvoice' => $baseDir . '/app/model/order/StoreOrderInvoice.php', + 'app\\model\\order\\StoreOrderRefund' => $baseDir . '/app/model/order/StoreOrderRefund.php', + 'app\\model\\order\\StoreOrderStatus' => $baseDir . '/app/model/order/StoreOrderStatus.php', + 'app\\model\\order\\StorePink' => $baseDir . '/app/model/order/StorePink.php', + 'app\\model\\other\\Agreement' => $baseDir . '/app/model/other/Agreement.php', + 'app\\model\\other\\Auxiliary' => $baseDir . '/app/model/other/Auxiliary.php', + 'app\\model\\other\\Cache' => $baseDir . '/app/model/other/Cache.php', + 'app\\model\\other\\Category' => $baseDir . '/app/model/other/Category.php', + 'app\\model\\other\\Express' => $baseDir . '/app/model/other/Express.php', + 'app\\model\\other\\Qrcode' => $baseDir . '/app/model/other/Qrcode.php', + 'app\\model\\other\\TemplateMessage' => $baseDir . '/app/model/other/TemplateMessage.php', + 'app\\model\\out\\OutAccount' => $baseDir . '/app/model/out/OutAccount.php', + 'app\\model\\out\\OutInterface' => $baseDir . '/app/model/out/OutInterface.php', + 'app\\model\\product\\product\\StoreCategory' => $baseDir . '/app/model/product/product/StoreCategory.php', + 'app\\model\\product\\product\\StoreDescription' => $baseDir . '/app/model/product/product/StoreDescription.php', + 'app\\model\\product\\product\\StoreProduct' => $baseDir . '/app/model/product/product/StoreProduct.php', + 'app\\model\\product\\product\\StoreProductCate' => $baseDir . '/app/model/product/product/StoreProductCate.php', + 'app\\model\\product\\product\\StoreProductCoupon' => $baseDir . '/app/model/product/product/StoreProductCoupon.php', + 'app\\model\\product\\product\\StoreProductLog' => $baseDir . '/app/model/product/product/StoreProductLog.php', + 'app\\model\\product\\product\\StoreProductRelation' => $baseDir . '/app/model/product/product/StoreProductRelation.php', + 'app\\model\\product\\product\\StoreProductReply' => $baseDir . '/app/model/product/product/StoreProductReply.php', + 'app\\model\\product\\product\\StoreVisit' => $baseDir . '/app/model/product/product/StoreVisit.php', + 'app\\model\\product\\sku\\StoreProductAttr' => $baseDir . '/app/model/product/sku/StoreProductAttr.php', + 'app\\model\\product\\sku\\StoreProductAttrResult' => $baseDir . '/app/model/product/sku/StoreProductAttrResult.php', + 'app\\model\\product\\sku\\StoreProductAttrValue' => $baseDir . '/app/model/product/sku/StoreProductAttrValue.php', + 'app\\model\\product\\sku\\StoreProductRule' => $baseDir . '/app/model/product/sku/StoreProductRule.php', + 'app\\model\\product\\sku\\StoreProductVirtual' => $baseDir . '/app/model/product/sku/StoreProductVirtual.php', + 'app\\model\\service\\StoreService' => $baseDir . '/app/model/service/StoreService.php', + 'app\\model\\service\\StoreServiceFeedback' => $baseDir . '/app/model/service/StoreServiceFeedback.php', + 'app\\model\\service\\StoreServiceLog' => $baseDir . '/app/model/service/StoreServiceLog.php', + 'app\\model\\service\\StoreServiceRecord' => $baseDir . '/app/model/service/StoreServiceRecord.php', + 'app\\model\\service\\StoreServiceSpeechcraft' => $baseDir . '/app/model/service/StoreServiceSpeechcraft.php', + 'app\\model\\shipping\\ShippingTemplates' => $baseDir . '/app/model/shipping/ShippingTemplates.php', + 'app\\model\\shipping\\ShippingTemplatesFree' => $baseDir . '/app/model/shipping/ShippingTemplatesFree.php', + 'app\\model\\shipping\\ShippingTemplatesNoDelivery' => $baseDir . '/app/model/shipping/ShippingTemplatesNoDelivery.php', + 'app\\model\\shipping\\ShippingTemplatesRegion' => $baseDir . '/app/model/shipping/ShippingTemplatesRegion.php', + 'app\\model\\shipping\\SystemCity' => $baseDir . '/app/model/shipping/SystemCity.php', + 'app\\model\\sms\\SmsRecord' => $baseDir . '/app/model/sms/SmsRecord.php', + 'app\\model\\system\\AppVersion' => $baseDir . '/app/model/system/AppVersion.php', + 'app\\model\\system\\MessageSystem' => $baseDir . '/app/model/system/MessageSystem.php', + 'app\\model\\system\\SystemCrud' => $baseDir . '/app/model/system/SystemCrud.php', + 'app\\model\\system\\SystemCrudData' => $baseDir . '/app/model/system/SystemCrudData.php', + 'app\\model\\system\\SystemCrudList' => $baseDir . '/app/model/system/SystemCrudList.php', + 'app\\model\\system\\SystemEvent' => $baseDir . '/app/model/system/SystemEvent.php', + 'app\\model\\system\\SystemEventData' => $baseDir . '/app/model/system/SystemEventData.php', + 'app\\model\\system\\SystemMenus' => $baseDir . '/app/model/system/SystemMenus.php', + 'app\\model\\system\\SystemNotification' => $baseDir . '/app/model/system/SystemNotification.php', + 'app\\model\\system\\SystemRoute' => $baseDir . '/app/model/system/SystemRoute.php', + 'app\\model\\system\\SystemRouteCate' => $baseDir . '/app/model/system/SystemRouteCate.php', + 'app\\model\\system\\SystemSignReward' => $baseDir . '/app/model/system/SystemSignReward.php', + 'app\\model\\system\\SystemUserLevel' => $baseDir . '/app/model/system/SystemUserLevel.php', + 'app\\model\\system\\SystemUserTask' => $baseDir . '/app/model/system/SystemUserTask.php', + 'app\\model\\system\\admin\\SystemAdmin' => $baseDir . '/app/model/system/admin/SystemAdmin.php', + 'app\\model\\system\\admin\\SystemRole' => $baseDir . '/app/model/system/admin/SystemRole.php', + 'app\\model\\system\\attachment\\SystemAttachment' => $baseDir . '/app/model/system/attachment/SystemAttachment.php', + 'app\\model\\system\\attachment\\SystemAttachmentCategory' => $baseDir . '/app/model/system/attachment/SystemAttachmentCategory.php', + 'app\\model\\system\\config\\SystemConfig' => $baseDir . '/app/model/system/config/SystemConfig.php', + 'app\\model\\system\\config\\SystemConfigTab' => $baseDir . '/app/model/system/config/SystemConfigTab.php', + 'app\\model\\system\\config\\SystemGroup' => $baseDir . '/app/model/system/config/SystemGroup.php', + 'app\\model\\system\\config\\SystemGroupData' => $baseDir . '/app/model/system/config/SystemGroupData.php', + 'app\\model\\system\\config\\SystemStorage' => $baseDir . '/app/model/system/config/SystemStorage.php', + 'app\\model\\system\\crontab\\SystemCrontab' => $baseDir . '/app/model/system/crontab/SystemCrontab.php', + 'app\\model\\system\\lang\\LangCode' => $baseDir . '/app/model/system/lang/LangCode.php', + 'app\\model\\system\\lang\\LangCountry' => $baseDir . '/app/model/system/lang/LangCountry.php', + 'app\\model\\system\\lang\\LangType' => $baseDir . '/app/model/system/lang/LangType.php', + 'app\\model\\system\\log\\SystemFile' => $baseDir . '/app/model/system/log/SystemFile.php', + 'app\\model\\system\\log\\SystemFileInfo' => $baseDir . '/app/model/system/log/SystemFileInfo.php', + 'app\\model\\system\\log\\SystemLog' => $baseDir . '/app/model/system/log/SystemLog.php', + 'app\\model\\system\\statistics\\CapitalFlow' => $baseDir . '/app/model/system/statistics/CapitalFlow.php', + 'app\\model\\system\\store\\SystemStore' => $baseDir . '/app/model/system/store/SystemStore.php', + 'app\\model\\system\\store\\SystemStoreStaff' => $baseDir . '/app/model/system/store/SystemStoreStaff.php', + 'app\\model\\system\\upgrade\\UpgradeLog' => $baseDir . '/app/model/system/upgrade/UpgradeLog.php', + 'app\\model\\user\\MemberCard' => $baseDir . '/app/model/user/MemberCard.php', + 'app\\model\\user\\MemberCardBatch' => $baseDir . '/app/model/user/MemberCardBatch.php', + 'app\\model\\user\\MemberRight' => $baseDir . '/app/model/user/MemberRight.php', + 'app\\model\\user\\MemberShip' => $baseDir . '/app/model/user/MemberShip.php', + 'app\\model\\user\\User' => $baseDir . '/app/model/user/User.php', + 'app\\model\\user\\UserAddress' => $baseDir . '/app/model/user/UserAddress.php', + 'app\\model\\user\\UserBill' => $baseDir . '/app/model/user/UserBill.php', + 'app\\model\\user\\UserBrokerage' => $baseDir . '/app/model/user/UserBrokerage.php', + 'app\\model\\user\\UserBrokerageFrozen' => $baseDir . '/app/model/user/UserBrokerageFrozen.php', + 'app\\model\\user\\UserCancel' => $baseDir . '/app/model/user/UserCancel.php', + 'app\\model\\user\\UserExtract' => $baseDir . '/app/model/user/UserExtract.php', + 'app\\model\\user\\UserFriends' => $baseDir . '/app/model/user/UserFriends.php', + 'app\\model\\user\\UserGroup' => $baseDir . '/app/model/user/UserGroup.php', + 'app\\model\\user\\UserInvoice' => $baseDir . '/app/model/user/UserInvoice.php', + 'app\\model\\user\\UserLabel' => $baseDir . '/app/model/user/UserLabel.php', + 'app\\model\\user\\UserLabelCate' => $baseDir . '/app/model/user/UserLabelCate.php', + 'app\\model\\user\\UserLabelRelation' => $baseDir . '/app/model/user/UserLabelRelation.php', + 'app\\model\\user\\UserLevel' => $baseDir . '/app/model/user/UserLevel.php', + 'app\\model\\user\\UserMoney' => $baseDir . '/app/model/user/UserMoney.php', + 'app\\model\\user\\UserRecharge' => $baseDir . '/app/model/user/UserRecharge.php', + 'app\\model\\user\\UserSearch' => $baseDir . '/app/model/user/UserSearch.php', + 'app\\model\\user\\UserSign' => $baseDir . '/app/model/user/UserSign.php', + 'app\\model\\user\\UserSpread' => $baseDir . '/app/model/user/UserSpread.php', + 'app\\model\\user\\UserVisit' => $baseDir . '/app/model/user/UserVisit.php', + 'app\\model\\wechat\\RoutineScheme' => $baseDir . '/app/model/wechat/RoutineScheme.php', + 'app\\model\\wechat\\WechatKey' => $baseDir . '/app/model/wechat/WechatKey.php', + 'app\\model\\wechat\\WechatMedia' => $baseDir . '/app/model/wechat/WechatMedia.php', + 'app\\model\\wechat\\WechatMessage' => $baseDir . '/app/model/wechat/WechatMessage.php', + 'app\\model\\wechat\\WechatNewsCategory' => $baseDir . '/app/model/wechat/WechatNewsCategory.php', + 'app\\model\\wechat\\WechatQrcode' => $baseDir . '/app/model/wechat/WechatQrcode.php', + 'app\\model\\wechat\\WechatQrcodeCate' => $baseDir . '/app/model/wechat/WechatQrcodeCate.php', + 'app\\model\\wechat\\WechatQrcodeRecord' => $baseDir . '/app/model/wechat/WechatQrcodeRecord.php', + 'app\\model\\wechat\\WechatReply' => $baseDir . '/app/model/wechat/WechatReply.php', + 'app\\model\\wechat\\WechatUser' => $baseDir . '/app/model/wechat/WechatUser.php', + 'app\\outapi\\OutApiExceptionHandle' => $baseDir . '/app/outapi/OutApiExceptionHandle.php', + 'app\\outapi\\controller\\AuthController' => $baseDir . '/app/outapi/controller/AuthController.php', + 'app\\outapi\\controller\\Login' => $baseDir . '/app/outapi/controller/Login.php', + 'app\\outapi\\controller\\RefundOrder' => $baseDir . '/app/outapi/controller/RefundOrder.php', + 'app\\outapi\\controller\\StoreCategory' => $baseDir . '/app/outapi/controller/StoreCategory.php', + 'app\\outapi\\controller\\StoreCoupon' => $baseDir . '/app/outapi/controller/StoreCoupon.php', + 'app\\outapi\\controller\\StoreOrder' => $baseDir . '/app/outapi/controller/StoreOrder.php', + 'app\\outapi\\controller\\StoreProduct' => $baseDir . '/app/outapi/controller/StoreProduct.php', + 'app\\outapi\\controller\\User' => $baseDir . '/app/outapi/controller/User.php', + 'app\\outapi\\controller\\UserLevel' => $baseDir . '/app/outapi/controller/UserLevel.php', + 'app\\outapi\\middleware\\AuthTokenMiddleware' => $baseDir . '/app/outapi/middleware/AuthTokenMiddleware.php', + 'app\\outapi\\validate\\LoginValidate' => $baseDir . '/app/outapi/validate/LoginValidate.php', + 'app\\outapi\\validate\\StoreCategoryValidate' => $baseDir . '/app/outapi/validate/StoreCategoryValidate.php', + 'app\\outapi\\validate\\StoreOutAccountValidate' => $baseDir . '/app/outapi/validate/StoreOutAccountValidate.php', + 'app\\services\\BaseServices' => $baseDir . '/app/services/BaseServices.php', + 'app\\services\\activity\\advance\\StoreAdvanceServices' => $baseDir . '/app/services/activity/advance/StoreAdvanceServices.php', + 'app\\services\\activity\\bargain\\StoreBargainServices' => $baseDir . '/app/services/activity/bargain/StoreBargainServices.php', + 'app\\services\\activity\\bargain\\StoreBargainUserHelpServices' => $baseDir . '/app/services/activity/bargain/StoreBargainUserHelpServices.php', + 'app\\services\\activity\\bargain\\StoreBargainUserServices' => $baseDir . '/app/services/activity/bargain/StoreBargainUserServices.php', + 'app\\services\\activity\\combination\\StoreCombinationServices' => $baseDir . '/app/services/activity/combination/StoreCombinationServices.php', + 'app\\services\\activity\\combination\\StorePinkServices' => $baseDir . '/app/services/activity/combination/StorePinkServices.php', + 'app\\services\\activity\\coupon\\StoreCouponIssueServices' => $baseDir . '/app/services/activity/coupon/StoreCouponIssueServices.php', + 'app\\services\\activity\\coupon\\StoreCouponIssueUserServices' => $baseDir . '/app/services/activity/coupon/StoreCouponIssueUserServices.php', + 'app\\services\\activity\\coupon\\StoreCouponProductServices' => $baseDir . '/app/services/activity/coupon/StoreCouponProductServices.php', + 'app\\services\\activity\\coupon\\StoreCouponService' => $baseDir . '/app/services/activity/coupon/StoreCouponService.php', + 'app\\services\\activity\\coupon\\StoreCouponUserCouponServices' => $baseDir . '/app/services/activity/coupon/StoreCouponUserCouponServices.php', + 'app\\services\\activity\\coupon\\StoreCouponUserServices' => $baseDir . '/app/services/activity/coupon/StoreCouponUserServices.php', + 'app\\services\\activity\\coupon\\StoreCouponUserUserServices' => $baseDir . '/app/services/activity/coupon/StoreCouponUserUserServices.php', + 'app\\services\\activity\\integral\\StoreIntegralOrderServices' => $baseDir . '/app/services/activity/integral/StoreIntegralOrderServices.php', + 'app\\services\\activity\\integral\\StoreIntegralOrderStatusServices' => $baseDir . '/app/services/activity/integral/StoreIntegralOrderStatusServices.php', + 'app\\services\\activity\\integral\\StoreIntegralServices' => $baseDir . '/app/services/activity/integral/StoreIntegralServices.php', + 'app\\services\\activity\\integral\\StorePointRecordServices' => $baseDir . '/app/services/activity/integral/StorePointRecordServices.php', + 'app\\services\\activity\\live\\LiveAnchorServices' => $baseDir . '/app/services/activity/live/LiveAnchorServices.php', + 'app\\services\\activity\\live\\LiveGoodsServices' => $baseDir . '/app/services/activity/live/LiveGoodsServices.php', + 'app\\services\\activity\\live\\LiveRoomGoodsServices' => $baseDir . '/app/services/activity/live/LiveRoomGoodsServices.php', + 'app\\services\\activity\\live\\LiveRoomServices' => $baseDir . '/app/services/activity/live/LiveRoomServices.php', + 'app\\services\\activity\\lottery\\LuckLotteryRecordServices' => $baseDir . '/app/services/activity/lottery/LuckLotteryRecordServices.php', + 'app\\services\\activity\\lottery\\LuckLotteryServices' => $baseDir . '/app/services/activity/lottery/LuckLotteryServices.php', + 'app\\services\\activity\\lottery\\LuckPrizeServices' => $baseDir . '/app/services/activity/lottery/LuckPrizeServices.php', + 'app\\services\\activity\\seckill\\StoreSeckillServices' => $baseDir . '/app/services/activity/seckill/StoreSeckillServices.php', + 'app\\services\\agent\\AgentLevelServices' => $baseDir . '/app/services/agent/AgentLevelServices.php', + 'app\\services\\agent\\AgentLevelTaskRecordServices' => $baseDir . '/app/services/agent/AgentLevelTaskRecordServices.php', + 'app\\services\\agent\\AgentLevelTaskServices' => $baseDir . '/app/services/agent/AgentLevelTaskServices.php', + 'app\\services\\agent\\AgentManageServices' => $baseDir . '/app/services/agent/AgentManageServices.php', + 'app\\services\\agent\\DivisionAgentApplyServices' => $baseDir . '/app/services/agent/DivisionAgentApplyServices.php', + 'app\\services\\agent\\DivisionServices' => $baseDir . '/app/services/agent/DivisionServices.php', + 'app\\services\\article\\ArticleCategoryServices' => $baseDir . '/app/services/article/ArticleCategoryServices.php', + 'app\\services\\article\\ArticleContentServices' => $baseDir . '/app/services/article/ArticleContentServices.php', + 'app\\services\\article\\ArticleServices' => $baseDir . '/app/services/article/ArticleServices.php', + 'app\\services\\diy\\DiyServices' => $baseDir . '/app/services/diy/DiyServices.php', + 'app\\services\\diy\\PageCategoryServices' => $baseDir . '/app/services/diy/PageCategoryServices.php', + 'app\\services\\diy\\PageLinkServices' => $baseDir . '/app/services/diy/PageLinkServices.php', + 'app\\services\\kefu\\KefuServices' => $baseDir . '/app/services/kefu/KefuServices.php', + 'app\\services\\kefu\\LoginServices' => $baseDir . '/app/services/kefu/LoginServices.php', + 'app\\services\\kefu\\ProductServices' => $baseDir . '/app/services/kefu/ProductServices.php', + 'app\\services\\kefu\\UserServices' => $baseDir . '/app/services/kefu/UserServices.php', + 'app\\services\\kefu\\service\\StoreServiceAuxiliaryServices' => $baseDir . '/app/services/kefu/service/StoreServiceAuxiliaryServices.php', + 'app\\services\\kefu\\service\\StoreServiceFeedbackServices' => $baseDir . '/app/services/kefu/service/StoreServiceFeedbackServices.php', + 'app\\services\\kefu\\service\\StoreServiceLogServices' => $baseDir . '/app/services/kefu/service/StoreServiceLogServices.php', + 'app\\services\\kefu\\service\\StoreServiceRecordServices' => $baseDir . '/app/services/kefu/service/StoreServiceRecordServices.php', + 'app\\services\\kefu\\service\\StoreServiceServices' => $baseDir . '/app/services/kefu/service/StoreServiceServices.php', + 'app\\services\\kefu\\service\\StoreServiceSpeechcraftCateServices' => $baseDir . '/app/services/kefu/service/StoreServiceSpeechcraftCateServices.php', + 'app\\services\\kefu\\service\\StoreServiceSpeechcraftServices' => $baseDir . '/app/services/kefu/service/StoreServiceSpeechcraftServices.php', + 'app\\services\\message\\MessageSystemServices' => $baseDir . '/app/services/message/MessageSystemServices.php', + 'app\\services\\message\\NoticeService' => $baseDir . '/app/services/message/NoticeService.php', + 'app\\services\\message\\SystemNotificationServices' => $baseDir . '/app/services/message/SystemNotificationServices.php', + 'app\\services\\message\\TemplateMessageServices' => $baseDir . '/app/services/message/TemplateMessageServices.php', + 'app\\services\\message\\notice\\EnterpriseWechatService' => $baseDir . '/app/services/message/notice/EnterpriseWechatService.php', + 'app\\services\\message\\notice\\RoutineTemplateListService' => $baseDir . '/app/services/message/notice/RoutineTemplateListService.php', + 'app\\services\\message\\notice\\SmsService' => $baseDir . '/app/services/message/notice/SmsService.php', + 'app\\services\\message\\notice\\SystemMsgService' => $baseDir . '/app/services/message/notice/SystemMsgService.php', + 'app\\services\\message\\notice\\WechatTemplateListService' => $baseDir . '/app/services/message/notice/WechatTemplateListService.php', + 'app\\services\\message\\wechat\\MessageServices' => $baseDir . '/app/services/message/wechat/MessageServices.php', + 'app\\services\\order\\DeliveryServiceServices' => $baseDir . '/app/services/order/DeliveryServiceServices.php', + 'app\\services\\order\\OtherOrderServices' => $baseDir . '/app/services/order/OtherOrderServices.php', + 'app\\services\\order\\OtherOrderStatusServices' => $baseDir . '/app/services/order/OtherOrderStatusServices.php', + 'app\\services\\order\\OutStoreOrderRefundServices' => $baseDir . '/app/services/order/OutStoreOrderRefundServices.php', + 'app\\services\\order\\OutStoreOrderServices' => $baseDir . '/app/services/order/OutStoreOrderServices.php', + 'app\\services\\order\\StoreCartServices' => $baseDir . '/app/services/order/StoreCartServices.php', + 'app\\services\\order\\StoreOrderCartInfoServices' => $baseDir . '/app/services/order/StoreOrderCartInfoServices.php', + 'app\\services\\order\\StoreOrderComputedServices' => $baseDir . '/app/services/order/StoreOrderComputedServices.php', + 'app\\services\\order\\StoreOrderCreateServices' => $baseDir . '/app/services/order/StoreOrderCreateServices.php', + 'app\\services\\order\\StoreOrderDeliveryServices' => $baseDir . '/app/services/order/StoreOrderDeliveryServices.php', + 'app\\services\\order\\StoreOrderEconomizeServices' => $baseDir . '/app/services/order/StoreOrderEconomizeServices.php', + 'app\\services\\order\\StoreOrderInvoiceServices' => $baseDir . '/app/services/order/StoreOrderInvoiceServices.php', + 'app\\services\\order\\StoreOrderRefundServices' => $baseDir . '/app/services/order/StoreOrderRefundServices.php', + 'app\\services\\order\\StoreOrderServices' => $baseDir . '/app/services/order/StoreOrderServices.php', + 'app\\services\\order\\StoreOrderSplitServices' => $baseDir . '/app/services/order/StoreOrderSplitServices.php', + 'app\\services\\order\\StoreOrderStatusServices' => $baseDir . '/app/services/order/StoreOrderStatusServices.php', + 'app\\services\\order\\StoreOrderStoreOrderCartInfoServices' => $baseDir . '/app/services/order/StoreOrderStoreOrderCartInfoServices.php', + 'app\\services\\order\\StoreOrderStoreOrderStatusServices' => $baseDir . '/app/services/order/StoreOrderStoreOrderStatusServices.php', + 'app\\services\\order\\StoreOrderSuccessServices' => $baseDir . '/app/services/order/StoreOrderSuccessServices.php', + 'app\\services\\order\\StoreOrderTakeServices' => $baseDir . '/app/services/order/StoreOrderTakeServices.php', + 'app\\services\\order\\StoreOrderWapServices' => $baseDir . '/app/services/order/StoreOrderWapServices.php', + 'app\\services\\order\\StoreOrderWriteOffServices' => $baseDir . '/app/services/order/StoreOrderWriteOffServices.php', + 'app\\services\\other\\AgreementServices' => $baseDir . '/app/services/other/AgreementServices.php', + 'app\\services\\other\\CacheServices' => $baseDir . '/app/services/other/CacheServices.php', + 'app\\services\\other\\CategoryServices' => $baseDir . '/app/services/other/CategoryServices.php', + 'app\\services\\other\\PosterServices' => $baseDir . '/app/services/other/PosterServices.php', + 'app\\services\\other\\QrcodeServices' => $baseDir . '/app/services/other/QrcodeServices.php', + 'app\\services\\other\\UploadService' => $baseDir . '/app/services/other/UploadService.php', + 'app\\services\\other\\export\\ExportServices' => $baseDir . '/app/services/other/export/ExportServices.php', + 'app\\services\\out\\OutAccountServices' => $baseDir . '/app/services/out/OutAccountServices.php', + 'app\\services\\out\\OutInterfaceServices' => $baseDir . '/app/services/out/OutInterfaceServices.php', + 'app\\services\\pay\\OrderOfflineServices' => $baseDir . '/app/services/pay/OrderOfflineServices.php', + 'app\\services\\pay\\OrderPayServices' => $baseDir . '/app/services/pay/OrderPayServices.php', + 'app\\services\\pay\\PayNotifyServices' => $baseDir . '/app/services/pay/PayNotifyServices.php', + 'app\\services\\pay\\PayServices' => $baseDir . '/app/services/pay/PayServices.php', + 'app\\services\\pay\\RechargeServices' => $baseDir . '/app/services/pay/RechargeServices.php', + 'app\\services\\pay\\YuePayServices' => $baseDir . '/app/services/pay/YuePayServices.php', + 'app\\services\\pc\\CartServices' => $baseDir . '/app/services/pc/CartServices.php', + 'app\\services\\pc\\HomeServices' => $baseDir . '/app/services/pc/HomeServices.php', + 'app\\services\\pc\\LoginServices' => $baseDir . '/app/services/pc/LoginServices.php', + 'app\\services\\pc\\OrderServices' => $baseDir . '/app/services/pc/OrderServices.php', + 'app\\services\\pc\\ProductServices' => $baseDir . '/app/services/pc/ProductServices.php', + 'app\\services\\pc\\PublicServices' => $baseDir . '/app/services/pc/PublicServices.php', + 'app\\services\\pc\\UserServices' => $baseDir . '/app/services/pc/UserServices.php', + 'app\\services\\product\\product\\CopyTaobaoServices' => $baseDir . '/app/services/product/product/CopyTaobaoServices.php', + 'app\\services\\product\\product\\OutStoreProductServices' => $baseDir . '/app/services/product/product/OutStoreProductServices.php', + 'app\\services\\product\\product\\StoreCategoryServices' => $baseDir . '/app/services/product/product/StoreCategoryServices.php', + 'app\\services\\product\\product\\StoreDescriptionServices' => $baseDir . '/app/services/product/product/StoreDescriptionServices.php', + 'app\\services\\product\\product\\StoreProductCateServices' => $baseDir . '/app/services/product/product/StoreProductCateServices.php', + 'app\\services\\product\\product\\StoreProductCouponServices' => $baseDir . '/app/services/product/product/StoreProductCouponServices.php', + 'app\\services\\product\\product\\StoreProductLogServices' => $baseDir . '/app/services/product/product/StoreProductLogServices.php', + 'app\\services\\product\\product\\StoreProductRelationServices' => $baseDir . '/app/services/product/product/StoreProductRelationServices.php', + 'app\\services\\product\\product\\StoreProductReplyServices' => $baseDir . '/app/services/product/product/StoreProductReplyServices.php', + 'app\\services\\product\\product\\StoreProductReplyStoreProductServices' => $baseDir . '/app/services/product/product/StoreProductReplyStoreProductServices.php', + 'app\\services\\product\\product\\StoreProductServices' => $baseDir . '/app/services/product/product/StoreProductServices.php', + 'app\\services\\product\\product\\StoreProductVisitServices' => $baseDir . '/app/services/product/product/StoreProductVisitServices.php', + 'app\\services\\product\\product\\StoreVisitServices' => $baseDir . '/app/services/product/product/StoreVisitServices.php', + 'app\\services\\product\\sku\\StoreProductAttrResultServices' => $baseDir . '/app/services/product/sku/StoreProductAttrResultServices.php', + 'app\\services\\product\\sku\\StoreProductAttrServices' => $baseDir . '/app/services/product/sku/StoreProductAttrServices.php', + 'app\\services\\product\\sku\\StoreProductAttrValueServices' => $baseDir . '/app/services/product/sku/StoreProductAttrValueServices.php', + 'app\\services\\product\\sku\\StoreProductRuleServices' => $baseDir . '/app/services/product/sku/StoreProductRuleServices.php', + 'app\\services\\product\\sku\\StoreProductVirtualServices' => $baseDir . '/app/services/product/sku/StoreProductVirtualServices.php', + 'app\\services\\serve\\ServeServices' => $baseDir . '/app/services/serve/ServeServices.php', + 'app\\services\\shipping\\ExpressServices' => $baseDir . '/app/services/shipping/ExpressServices.php', + 'app\\services\\shipping\\ShippingTemplatesFreeCityServices' => $baseDir . '/app/services/shipping/ShippingTemplatesFreeCityServices.php', + 'app\\services\\shipping\\ShippingTemplatesFreeServices' => $baseDir . '/app/services/shipping/ShippingTemplatesFreeServices.php', + 'app\\services\\shipping\\ShippingTemplatesNoDeliveryCityServices' => $baseDir . '/app/services/shipping/ShippingTemplatesNoDeliveryCityServices.php', + 'app\\services\\shipping\\ShippingTemplatesNoDeliveryServices' => $baseDir . '/app/services/shipping/ShippingTemplatesNoDeliveryServices.php', + 'app\\services\\shipping\\ShippingTemplatesRegionCityServices' => $baseDir . '/app/services/shipping/ShippingTemplatesRegionCityServices.php', + 'app\\services\\shipping\\ShippingTemplatesRegionServices' => $baseDir . '/app/services/shipping/ShippingTemplatesRegionServices.php', + 'app\\services\\shipping\\ShippingTemplatesServices' => $baseDir . '/app/services/shipping/ShippingTemplatesServices.php', + 'app\\services\\shipping\\SystemCityServices' => $baseDir . '/app/services/shipping/SystemCityServices.php', + 'app\\services\\statistic\\CapitalFlowServices' => $baseDir . '/app/services/statistic/CapitalFlowServices.php', + 'app\\services\\statistic\\OrderStatisticServices' => $baseDir . '/app/services/statistic/OrderStatisticServices.php', + 'app\\services\\statistic\\ProductStatisticServices' => $baseDir . '/app/services/statistic/ProductStatisticServices.php', + 'app\\services\\statistic\\TradeStatisticServices' => $baseDir . '/app/services/statistic/TradeStatisticServices.php', + 'app\\services\\statistic\\UserStatisticServices' => $baseDir . '/app/services/statistic/UserStatisticServices.php', + 'app\\services\\system\\AppVersionServices' => $baseDir . '/app/services/system/AppVersionServices.php', + 'app\\services\\system\\SystemAuthServices' => $baseDir . '/app/services/system/SystemAuthServices.php', + 'app\\services\\system\\SystemClearServices' => $baseDir . '/app/services/system/SystemClearServices.php', + 'app\\services\\system\\SystemCrudDataService' => $baseDir . '/app/services/system/SystemCrudDataService.php', + 'app\\services\\system\\SystemCrudListServices' => $baseDir . '/app/services/system/SystemCrudListServices.php', + 'app\\services\\system\\SystemCrudServices' => $baseDir . '/app/services/system/SystemCrudServices.php', + 'app\\services\\system\\SystemDatabackupServices' => $baseDir . '/app/services/system/SystemDatabackupServices.php', + 'app\\services\\system\\SystemEventDataServices' => $baseDir . '/app/services/system/SystemEventDataServices.php', + 'app\\services\\system\\SystemEventServices' => $baseDir . '/app/services/system/SystemEventServices.php', + 'app\\services\\system\\SystemMenusServices' => $baseDir . '/app/services/system/SystemMenusServices.php', + 'app\\services\\system\\SystemRouteCateServices' => $baseDir . '/app/services/system/SystemRouteCateServices.php', + 'app\\services\\system\\SystemRouteServices' => $baseDir . '/app/services/system/SystemRouteServices.php', + 'app\\services\\system\\SystemSignRewardServices' => $baseDir . '/app/services/system/SystemSignRewardServices.php', + 'app\\services\\system\\SystemUserLevelServices' => $baseDir . '/app/services/system/SystemUserLevelServices.php', + 'app\\services\\system\\UpgradeServices' => $baseDir . '/app/services/system/UpgradeServices.php', + 'app\\services\\system\\admin\\AdminAuthServices' => $baseDir . '/app/services/system/admin/AdminAuthServices.php', + 'app\\services\\system\\admin\\SystemAdminServices' => $baseDir . '/app/services/system/admin/SystemAdminServices.php', + 'app\\services\\system\\admin\\SystemRoleServices' => $baseDir . '/app/services/system/admin/SystemRoleServices.php', + 'app\\services\\system\\attachment\\SystemAttachmentCategoryServices' => $baseDir . '/app/services/system/attachment/SystemAttachmentCategoryServices.php', + 'app\\services\\system\\attachment\\SystemAttachmentServices' => $baseDir . '/app/services/system/attachment/SystemAttachmentServices.php', + 'app\\services\\system\\config\\SystemConfigServices' => $baseDir . '/app/services/system/config/SystemConfigServices.php', + 'app\\services\\system\\config\\SystemConfigTabServices' => $baseDir . '/app/services/system/config/SystemConfigTabServices.php', + 'app\\services\\system\\config\\SystemGroupDataServices' => $baseDir . '/app/services/system/config/SystemGroupDataServices.php', + 'app\\services\\system\\config\\SystemGroupServices' => $baseDir . '/app/services/system/config/SystemGroupServices.php', + 'app\\services\\system\\config\\SystemStorageServices' => $baseDir . '/app/services/system/config/SystemStorageServices.php', + 'app\\services\\system\\crontab\\CrontabRunServices' => $baseDir . '/app/services/system/crontab/CrontabRunServices.php', + 'app\\services\\system\\crontab\\SystemCrontabServices' => $baseDir . '/app/services/system/crontab/SystemCrontabServices.php', + 'app\\services\\system\\lang\\LangCodeServices' => $baseDir . '/app/services/system/lang/LangCodeServices.php', + 'app\\services\\system\\lang\\LangCountryServices' => $baseDir . '/app/services/system/lang/LangCountryServices.php', + 'app\\services\\system\\lang\\LangTypeServices' => $baseDir . '/app/services/system/lang/LangTypeServices.php', + 'app\\services\\system\\log\\ClearServices' => $baseDir . '/app/services/system/log/ClearServices.php', + 'app\\services\\system\\log\\SystemFileInfoServices' => $baseDir . '/app/services/system/log/SystemFileInfoServices.php', + 'app\\services\\system\\log\\SystemFileServices' => $baseDir . '/app/services/system/log/SystemFileServices.php', + 'app\\services\\system\\log\\SystemLogServices' => $baseDir . '/app/services/system/log/SystemLogServices.php', + 'app\\services\\system\\store\\SystemStoreServices' => $baseDir . '/app/services/system/store/SystemStoreServices.php', + 'app\\services\\system\\store\\SystemStoreStaffServices' => $baseDir . '/app/services/system/store/SystemStoreStaffServices.php', + 'app\\services\\user\\LoginServices' => $baseDir . '/app/services/user/LoginServices.php', + 'app\\services\\user\\OutUserLevelServices' => $baseDir . '/app/services/user/OutUserLevelServices.php', + 'app\\services\\user\\OutUserServices' => $baseDir . '/app/services/user/OutUserServices.php', + 'app\\services\\user\\UserAddressServices' => $baseDir . '/app/services/user/UserAddressServices.php', + 'app\\services\\user\\UserAuthServices' => $baseDir . '/app/services/user/UserAuthServices.php', + 'app\\services\\user\\UserBillServices' => $baseDir . '/app/services/user/UserBillServices.php', + 'app\\services\\user\\UserBillStoreOrderServices' => $baseDir . '/app/services/user/UserBillStoreOrderServices.php', + 'app\\services\\user\\UserBrokerageFrozenServices' => $baseDir . '/app/services/user/UserBrokerageFrozenServices.php', + 'app\\services\\user\\UserBrokerageServices' => $baseDir . '/app/services/user/UserBrokerageServices.php', + 'app\\services\\user\\UserCancelServices' => $baseDir . '/app/services/user/UserCancelServices.php', + 'app\\services\\user\\UserExtractServices' => $baseDir . '/app/services/user/UserExtractServices.php', + 'app\\services\\user\\UserFriendsServices' => $baseDir . '/app/services/user/UserFriendsServices.php', + 'app\\services\\user\\UserGroupServices' => $baseDir . '/app/services/user/UserGroupServices.php', + 'app\\services\\user\\UserInvoiceServices' => $baseDir . '/app/services/user/UserInvoiceServices.php', + 'app\\services\\user\\UserLabelCateServices' => $baseDir . '/app/services/user/UserLabelCateServices.php', + 'app\\services\\user\\UserLabelRelationServices' => $baseDir . '/app/services/user/UserLabelRelationServices.php', + 'app\\services\\user\\UserLabelServices' => $baseDir . '/app/services/user/UserLabelServices.php', + 'app\\services\\user\\UserLevelServices' => $baseDir . '/app/services/user/UserLevelServices.php', + 'app\\services\\user\\UserMoneyServices' => $baseDir . '/app/services/user/UserMoneyServices.php', + 'app\\services\\user\\UserRechargeServices' => $baseDir . '/app/services/user/UserRechargeServices.php', + 'app\\services\\user\\UserSearchServices' => $baseDir . '/app/services/user/UserSearchServices.php', + 'app\\services\\user\\UserServices' => $baseDir . '/app/services/user/UserServices.php', + 'app\\services\\user\\UserSignServices' => $baseDir . '/app/services/user/UserSignServices.php', + 'app\\services\\user\\UserSpreadServices' => $baseDir . '/app/services/user/UserSpreadServices.php', + 'app\\services\\user\\UserStoreOrderServices' => $baseDir . '/app/services/user/UserStoreOrderServices.php', + 'app\\services\\user\\UserUserBillServices' => $baseDir . '/app/services/user/UserUserBillServices.php', + 'app\\services\\user\\UserUserBrokerageServices' => $baseDir . '/app/services/user/UserUserBrokerageServices.php', + 'app\\services\\user\\UserVisitServices' => $baseDir . '/app/services/user/UserVisitServices.php', + 'app\\services\\user\\UserWechatuserServices' => $baseDir . '/app/services/user/UserWechatuserServices.php', + 'app\\services\\user\\member\\MemberCardBatchServices' => $baseDir . '/app/services/user/member/MemberCardBatchServices.php', + 'app\\services\\user\\member\\MemberCardServices' => $baseDir . '/app/services/user/member/MemberCardServices.php', + 'app\\services\\user\\member\\MemberRightServices' => $baseDir . '/app/services/user/member/MemberRightServices.php', + 'app\\services\\user\\member\\MemberShipServices' => $baseDir . '/app/services/user/member/MemberShipServices.php', + 'app\\services\\wechat\\RoutineSchemeServices' => $baseDir . '/app/services/wechat/RoutineSchemeServices.php', + 'app\\services\\wechat\\RoutineServices' => $baseDir . '/app/services/wechat/RoutineServices.php', + 'app\\services\\wechat\\WechatKeyServices' => $baseDir . '/app/services/wechat/WechatKeyServices.php', + 'app\\services\\wechat\\WechatMediaServices' => $baseDir . '/app/services/wechat/WechatMediaServices.php', + 'app\\services\\wechat\\WechatMenuServices' => $baseDir . '/app/services/wechat/WechatMenuServices.php', + 'app\\services\\wechat\\WechatMessageServices' => $baseDir . '/app/services/wechat/WechatMessageServices.php', + 'app\\services\\wechat\\WechatNewsCategoryServices' => $baseDir . '/app/services/wechat/WechatNewsCategoryServices.php', + 'app\\services\\wechat\\WechatQrcodeCateServices' => $baseDir . '/app/services/wechat/WechatQrcodeCateServices.php', + 'app\\services\\wechat\\WechatQrcodeRecordServices' => $baseDir . '/app/services/wechat/WechatQrcodeRecordServices.php', + 'app\\services\\wechat\\WechatQrcodeServices' => $baseDir . '/app/services/wechat/WechatQrcodeServices.php', + 'app\\services\\wechat\\WechatReplyKeyServices' => $baseDir . '/app/services/wechat/WechatReplyKeyServices.php', + 'app\\services\\wechat\\WechatReplyServices' => $baseDir . '/app/services/wechat/WechatReplyServices.php', + 'app\\services\\wechat\\WechatServices' => $baseDir . '/app/services/wechat/WechatServices.php', + 'app\\services\\wechat\\WechatUserServices' => $baseDir . '/app/services/wechat/WechatUserServices.php', + 'app\\services\\yihaotong\\SmsAdminServices' => $baseDir . '/app/services/yihaotong/SmsAdminServices.php', + 'app\\services\\yihaotong\\SmsRecordServices' => $baseDir . '/app/services/yihaotong/SmsRecordServices.php', + 'app\\services\\yihaotong\\SmsTemplateApplyServices' => $baseDir . '/app/services/yihaotong/SmsTemplateApplyServices.php', + 'crmeb\\basic\\BaseController' => $baseDir . '/crmeb/basic/BaseController.php', + 'crmeb\\basic\\BaseJobs' => $baseDir . '/crmeb/basic/BaseJobs.php', + 'crmeb\\basic\\BaseManager' => $baseDir . '/crmeb/basic/BaseManager.php', + 'crmeb\\basic\\BaseModel' => $baseDir . '/crmeb/basic/BaseModel.php', + 'crmeb\\basic\\BaseStorage' => $baseDir . '/crmeb/basic/BaseStorage.php', + 'crmeb\\command\\Npm' => $baseDir . '/crmeb/command/Npm.php', + 'crmeb\\command\\Timer' => $baseDir . '/crmeb/command/Timer.php', + 'crmeb\\command\\Util' => $baseDir . '/crmeb/command/Util.php', + 'crmeb\\command\\Workerman' => $baseDir . '/crmeb/command/Workerman.php', + 'crmeb\\exceptions\\AdminException' => $baseDir . '/crmeb/exceptions/AdminException.php', + 'crmeb\\exceptions\\ApiException' => $baseDir . '/crmeb/exceptions/ApiException.php', + 'crmeb\\exceptions\\ApiStatusException' => $baseDir . '/crmeb/exceptions/ApiStatusException.php', + 'crmeb\\exceptions\\AuthException' => $baseDir . '/crmeb/exceptions/AuthException.php', + 'crmeb\\exceptions\\CrudException' => $baseDir . '/crmeb/exceptions/CrudException.php', + 'crmeb\\exceptions\\PayException' => $baseDir . '/crmeb/exceptions/PayException.php', + 'crmeb\\exceptions\\UploadException' => $baseDir . '/crmeb/exceptions/UploadException.php', + 'crmeb\\interfaces\\JobInterface' => $baseDir . '/crmeb/interfaces/JobInterface.php', + 'crmeb\\interfaces\\ListenerInterface' => $baseDir . '/crmeb/interfaces/ListenerInterface.php', + 'crmeb\\interfaces\\MiddlewareInterface' => $baseDir . '/crmeb/interfaces/MiddlewareInterface.php', + 'crmeb\\interfaces\\ProviderInterface' => $baseDir . '/crmeb/interfaces/ProviderInterface.php', + 'crmeb\\services\\AccessTokenServeService' => $baseDir . '/crmeb/services/AccessTokenServeService.php', + 'crmeb\\services\\AliPayService' => $baseDir . '/crmeb/services/AliPayService.php', + 'crmeb\\services\\CacheService' => $baseDir . '/crmeb/services/CacheService.php', + 'crmeb\\services\\FileService' => $baseDir . '/crmeb/services/FileService.php', + 'crmeb\\services\\FormBuilder' => $baseDir . '/crmeb/services/FormBuilder.php', + 'crmeb\\services\\GroupDataService' => $baseDir . '/crmeb/services/GroupDataService.php', + 'crmeb\\services\\HttpService' => $baseDir . '/crmeb/services/HttpService.php', + 'crmeb\\services\\LockService' => $baseDir . '/crmeb/services/LockService.php', + 'crmeb\\services\\MysqlBackupService' => $baseDir . '/crmeb/services/MysqlBackupService.php', + 'crmeb\\services\\SpreadsheetExcelService' => $baseDir . '/crmeb/services/SpreadsheetExcelService.php', + 'crmeb\\services\\SystemConfigService' => $baseDir . '/crmeb/services/SystemConfigService.php', + 'crmeb\\services\\UpgradeService' => $baseDir . '/crmeb/services/UpgradeService.php', + 'crmeb\\services\\app\\MiniProgramService' => $baseDir . '/crmeb/services/app/MiniProgramService.php', + 'crmeb\\services\\app\\WechatOpenService' => $baseDir . '/crmeb/services/app/WechatOpenService.php', + 'crmeb\\services\\app\\WechatService' => $baseDir . '/crmeb/services/app/WechatService.php', + 'crmeb\\services\\copyproduct\\BaseCopyProduct' => $baseDir . '/crmeb/services/copyproduct/BaseCopyProduct.php', + 'crmeb\\services\\copyproduct\\CopyProduct' => $baseDir . '/crmeb/services/copyproduct/CopyProduct.php', + 'crmeb\\services\\copyproduct\\storage\\Copy' => $baseDir . '/crmeb/services/copyproduct/storage/Copy.php', + 'crmeb\\services\\copyproduct\\storage\\Copy99api' => $baseDir . '/crmeb/services/copyproduct/storage/Copy99api.php', + 'crmeb\\services\\crud\\Controller' => $baseDir . '/crmeb/services/crud/Controller.php', + 'crmeb\\services\\crud\\Dao' => $baseDir . '/crmeb/services/crud/Dao.php', + 'crmeb\\services\\crud\\Make' => $baseDir . '/crmeb/services/crud/Make.php', + 'crmeb\\services\\crud\\Model' => $baseDir . '/crmeb/services/crud/Model.php', + 'crmeb\\services\\crud\\Route' => $baseDir . '/crmeb/services/crud/Route.php', + 'crmeb\\services\\crud\\Service' => $baseDir . '/crmeb/services/crud/Service.php', + 'crmeb\\services\\crud\\Validate' => $baseDir . '/crmeb/services/crud/Validate.php', + 'crmeb\\services\\crud\\ViewApi' => $baseDir . '/crmeb/services/crud/ViewApi.php', + 'crmeb\\services\\crud\\ViewPages' => $baseDir . '/crmeb/services/crud/ViewPages.php', + 'crmeb\\services\\crud\\ViewRouter' => $baseDir . '/crmeb/services/crud/ViewRouter.php', + 'crmeb\\services\\crud\\enum\\ActionEnum' => $baseDir . '/crmeb/services/crud/enum/ActionEnum.php', + 'crmeb\\services\\crud\\enum\\FormTypeEnum' => $baseDir . '/crmeb/services/crud/enum/FormTypeEnum.php', + 'crmeb\\services\\crud\\enum\\SearchEnum' => $baseDir . '/crmeb/services/crud/enum/SearchEnum.php', + 'crmeb\\services\\crud\\enum\\ServiceActionEnum' => $baseDir . '/crmeb/services/crud/enum/ServiceActionEnum.php', + 'crmeb\\services\\easywechat\\Application' => $baseDir . '/crmeb/services/easywechat/Application.php', + 'crmeb\\services\\easywechat\\miniPayment\\ServiceProvider' => $baseDir . '/crmeb/services/easywechat/miniPayment/ServiceProvider.php', + 'crmeb\\services\\easywechat\\miniPayment\\WeChatClient' => $baseDir . '/crmeb/services/easywechat/miniPayment/WeChatClient.php', + 'crmeb\\services\\easywechat\\miniScheme\\ProgramProvider' => $baseDir . '/crmeb/services/easywechat/miniScheme/ProgramProvider.php', + 'crmeb\\services\\easywechat\\miniScheme\\ProgramScheme' => $baseDir . '/crmeb/services/easywechat/miniScheme/ProgramScheme.php', + 'crmeb\\services\\easywechat\\oauth2\\wechat\\WechatOauth' => $baseDir . '/crmeb/services/easywechat/oauth2/wechat/WechatOauth.php', + 'crmeb\\services\\easywechat\\oauth2\\wechat\\WechatOauth2Provider' => $baseDir . '/crmeb/services/easywechat/oauth2/wechat/WechatOauth2Provider.php', + 'crmeb\\services\\easywechat\\open3rd\\AccessToken' => $baseDir . '/crmeb/services/easywechat/open3rd/AccessToken.php', + 'crmeb\\services\\easywechat\\open3rd\\ProgramOpen3rd' => $baseDir . '/crmeb/services/easywechat/open3rd/ProgramOpen3rd.php', + 'crmeb\\services\\easywechat\\open3rd\\ProgramProvider' => $baseDir . '/crmeb/services/easywechat/open3rd/ProgramProvider.php', + 'crmeb\\services\\easywechat\\orderShipping\\BaseOrder' => $baseDir . '/crmeb/services/easywechat/orderShipping/BaseOrder.php', + 'crmeb\\services\\easywechat\\orderShipping\\MiniOrderService' => $baseDir . '/crmeb/services/easywechat/orderShipping/MiniOrderService.php', + 'crmeb\\services\\easywechat\\orderShipping\\OrderClient' => $baseDir . '/crmeb/services/easywechat/orderShipping/OrderClient.php', + 'crmeb\\services\\easywechat\\orderShipping\\ServiceProvider' => $baseDir . '/crmeb/services/easywechat/orderShipping/ServiceProvider.php', + 'crmeb\\services\\easywechat\\orderShipping\\Utility' => $baseDir . '/crmeb/services/easywechat/orderShipping/Utility.php', + 'crmeb\\services\\easywechat\\subscribe\\ProgramProvider' => $baseDir . '/crmeb/services/easywechat/subscribe/ProgramProvider.php', + 'crmeb\\services\\easywechat\\subscribe\\ProgramSubscribe' => $baseDir . '/crmeb/services/easywechat/subscribe/ProgramSubscribe.php', + 'crmeb\\services\\easywechat\\v3pay\\BaseClient' => $baseDir . '/crmeb/services/easywechat/v3pay/BaseClient.php', + 'crmeb\\services\\easywechat\\v3pay\\Certficates' => $baseDir . '/crmeb/services/easywechat/v3pay/Certficates.php', + 'crmeb\\services\\easywechat\\v3pay\\PayClient' => $baseDir . '/crmeb/services/easywechat/v3pay/PayClient.php', + 'crmeb\\services\\easywechat\\v3pay\\ServiceProvider' => $baseDir . '/crmeb/services/easywechat/v3pay/ServiceProvider.php', + 'crmeb\\services\\easywechat\\wechatTemplate\\ProgramProvider' => $baseDir . '/crmeb/services/easywechat/wechatTemplate/ProgramProvider.php', + 'crmeb\\services\\easywechat\\wechatTemplate\\ProgramTemplate' => $baseDir . '/crmeb/services/easywechat/wechatTemplate/ProgramTemplate.php', + 'crmeb\\services\\easywechat\\wechatlive\\ProgramProvider' => $baseDir . '/crmeb/services/easywechat/wechatlive/ProgramProvider.php', + 'crmeb\\services\\easywechat\\wechatlive\\ProgramWechatLive' => $baseDir . '/crmeb/services/easywechat/wechatlive/ProgramWechatLive.php', + 'crmeb\\services\\express\\BaseExpress' => $baseDir . '/crmeb/services/express/BaseExpress.php', + 'crmeb\\services\\express\\Express' => $baseDir . '/crmeb/services/express/Express.php', + 'crmeb\\services\\express\\storage\\AliyunExpress' => $baseDir . '/crmeb/services/express/storage/AliyunExpress.php', + 'crmeb\\services\\express\\storage\\Express' => $baseDir . '/crmeb/services/express/storage/Express.php', + 'crmeb\\services\\invoice\\BaseInvoice' => $baseDir . '/crmeb/services/invoice/BaseInvoice.php', + 'crmeb\\services\\invoice\\Invoice' => $baseDir . '/crmeb/services/invoice/Invoice.php', + 'crmeb\\services\\invoice\\storage\\Yihaotong' => $baseDir . '/crmeb/services/invoice/storage/Yihaotong.php', + 'crmeb\\services\\oauth\\OAuth' => $baseDir . '/crmeb/services/oauth/OAuth.php', + 'crmeb\\services\\oauth\\OAuthException' => $baseDir . '/crmeb/services/oauth/OAuthException.php', + 'crmeb\\services\\oauth\\OAuthInterface' => $baseDir . '/crmeb/services/oauth/OAuthInterface.php', + 'crmeb\\services\\oauth\\storage\\MiniProgram' => $baseDir . '/crmeb/services/oauth/storage/MiniProgram.php', + 'crmeb\\services\\oauth\\storage\\TouTiao' => $baseDir . '/crmeb/services/oauth/storage/TouTiao.php', + 'crmeb\\services\\oauth\\storage\\Wechat' => $baseDir . '/crmeb/services/oauth/storage/Wechat.php', + 'crmeb\\services\\pay\\BasePay' => $baseDir . '/crmeb/services/pay/BasePay.php', + 'crmeb\\services\\pay\\Pay' => $baseDir . '/crmeb/services/pay/Pay.php', + 'crmeb\\services\\pay\\PayInterface' => $baseDir . '/crmeb/services/pay/PayInterface.php', + 'crmeb\\services\\pay\\extend\\allinpay\\AllinPay' => $baseDir . '/crmeb/services/pay/extend/allinpay/AllinPay.php', + 'crmeb\\services\\pay\\extend\\allinpay\\Client' => $baseDir . '/crmeb/services/pay/extend/allinpay/Client.php', + 'crmeb\\services\\pay\\storage\\AliPay' => $baseDir . '/crmeb/services/pay/storage/AliPay.php', + 'crmeb\\services\\pay\\storage\\AllinPay' => $baseDir . '/crmeb/services/pay/storage/AllinPay.php', + 'crmeb\\services\\pay\\storage\\V3WechatPay' => $baseDir . '/crmeb/services/pay/storage/V3WechatPay.php', + 'crmeb\\services\\pay\\storage\\WechatPay' => $baseDir . '/crmeb/services/pay/storage/WechatPay.php', + 'crmeb\\services\\printer\\AccessToken' => $baseDir . '/crmeb/services/printer/AccessToken.php', + 'crmeb\\services\\printer\\BasePrinter' => $baseDir . '/crmeb/services/printer/BasePrinter.php', + 'crmeb\\services\\printer\\Printer' => $baseDir . '/crmeb/services/printer/Printer.php', + 'crmeb\\services\\printer\\storage\\FeiEYun' => $baseDir . '/crmeb/services/printer/storage/FeiEYun.php', + 'crmeb\\services\\printer\\storage\\YiLianYun' => $baseDir . '/crmeb/services/printer/storage/YiLianYun.php', + 'crmeb\\services\\serve\\Serve' => $baseDir . '/crmeb/services/serve/Serve.php', + 'crmeb\\services\\serve\\storage\\Crmeb' => $baseDir . '/crmeb/services/serve/storage/Crmeb.php', + 'crmeb\\services\\sms\\BaseSms' => $baseDir . '/crmeb/services/sms/BaseSms.php', + 'crmeb\\services\\sms\\Sms' => $baseDir . '/crmeb/services/sms/Sms.php', + 'crmeb\\services\\sms\\storage\\Aliyun' => $baseDir . '/crmeb/services/sms/storage/Aliyun.php', + 'crmeb\\services\\sms\\storage\\Chuanglan' => $baseDir . '/crmeb/services/sms/storage/Chuanglan.php', + 'crmeb\\services\\sms\\storage\\Tencent' => $baseDir . '/crmeb/services/sms/storage/Tencent.php', + 'crmeb\\services\\sms\\storage\\Yihaotong' => $baseDir . '/crmeb/services/sms/storage/Yihaotong.php', + 'crmeb\\services\\template\\BaseMessage' => $baseDir . '/crmeb/services/template/BaseMessage.php', + 'crmeb\\services\\template\\Template' => $baseDir . '/crmeb/services/template/Template.php', + 'crmeb\\services\\template\\storage\\Baidu' => $baseDir . '/crmeb/services/template/storage/Baidu.php', + 'crmeb\\services\\template\\storage\\Subscribe' => $baseDir . '/crmeb/services/template/storage/Subscribe.php', + 'crmeb\\services\\template\\storage\\Wechat' => $baseDir . '/crmeb/services/template/storage/Wechat.php', + 'crmeb\\services\\upload\\BaseClient' => $baseDir . '/crmeb/services/upload/BaseClient.php', + 'crmeb\\services\\upload\\BaseUpload' => $baseDir . '/crmeb/services/upload/BaseUpload.php', + 'crmeb\\services\\upload\\Upload' => $baseDir . '/crmeb/services/upload/Upload.php', + 'crmeb\\services\\upload\\XML' => $baseDir . '/crmeb/services/upload/XML.php', + 'crmeb\\services\\upload\\extend\\cos\\Client' => $baseDir . '/crmeb/services/upload/extend/cos/Client.php', + 'crmeb\\services\\upload\\extend\\cos\\Scope' => $baseDir . '/crmeb/services/upload/extend/cos/Scope.php', + 'crmeb\\services\\upload\\extend\\cos\\Signature' => $baseDir . '/crmeb/services/upload/extend/cos/Signature.php', + 'crmeb\\services\\upload\\extend\\cos\\Sts' => $baseDir . '/crmeb/services/upload/extend/cos/Sts.php', + 'crmeb\\services\\upload\\extend\\jdoss\\Client' => $baseDir . '/crmeb/services/upload/extend/jdoss/Client.php', + 'crmeb\\services\\upload\\extend\\obs\\Client' => $baseDir . '/crmeb/services/upload/extend/obs/Client.php', + 'crmeb\\services\\upload\\storage\\Cos' => $baseDir . '/crmeb/services/upload/storage/Cos.php', + 'crmeb\\services\\upload\\storage\\Jdoss' => $baseDir . '/crmeb/services/upload/storage/Jdoss.php', + 'crmeb\\services\\upload\\storage\\Local' => $baseDir . '/crmeb/services/upload/storage/Local.php', + 'crmeb\\services\\upload\\storage\\Obs' => $baseDir . '/crmeb/services/upload/storage/Obs.php', + 'crmeb\\services\\upload\\storage\\Oss' => $baseDir . '/crmeb/services/upload/storage/Oss.php', + 'crmeb\\services\\upload\\storage\\Qiniu' => $baseDir . '/crmeb/services/upload/storage/Qiniu.php', + 'crmeb\\services\\upload\\storage\\Tyoss' => $baseDir . '/crmeb/services/upload/storage/Tyoss.php', + 'crmeb\\services\\workerman\\ChannelService' => $baseDir . '/crmeb/services/workerman/ChannelService.php', + 'crmeb\\services\\workerman\\Response' => $baseDir . '/crmeb/services/workerman/Response.php', + 'crmeb\\services\\workerman\\WorkermanHandle' => $baseDir . '/crmeb/services/workerman/WorkermanHandle.php', + 'crmeb\\services\\workerman\\WorkermanService' => $baseDir . '/crmeb/services/workerman/WorkermanService.php', + 'crmeb\\services\\workerman\\chat\\ChatHandle' => $baseDir . '/crmeb/services/workerman/chat/ChatHandle.php', + 'crmeb\\services\\workerman\\chat\\ChatService' => $baseDir . '/crmeb/services/workerman/chat/ChatService.php', + 'crmeb\\traits\\JwtAuthModelTrait' => $baseDir . '/crmeb/traits/JwtAuthModelTrait.php', + 'crmeb\\traits\\ModelTrait' => $baseDir . '/crmeb/traits/ModelTrait.php', + 'crmeb\\traits\\QueueTrait' => $baseDir . '/crmeb/traits/QueueTrait.php', + 'crmeb\\utils\\Arr' => $baseDir . '/crmeb/utils/Arr.php', + 'crmeb\\utils\\Canvas' => $baseDir . '/crmeb/utils/Canvas.php', + 'crmeb\\utils\\Captcha' => $baseDir . '/crmeb/utils/Captcha.php', + 'crmeb\\utils\\DownloadImage' => $baseDir . '/crmeb/utils/DownloadImage.php', + 'crmeb\\utils\\Hook' => $baseDir . '/crmeb/utils/Hook.php', + 'crmeb\\utils\\Json' => $baseDir . '/crmeb/utils/Json.php', + 'crmeb\\utils\\JwtAuth' => $baseDir . '/crmeb/utils/JwtAuth.php', + 'crmeb\\utils\\Queue' => $baseDir . '/crmeb/utils/Queue.php', + 'crmeb\\utils\\Rsa' => $baseDir . '/crmeb/utils/Rsa.php', + 'crmeb\\utils\\Str' => $baseDir . '/crmeb/utils/Str.php', + 'crmeb\\utils\\Terminal' => $baseDir . '/crmeb/utils/Terminal.php', + 'crmeb\\utils\\Translate' => $baseDir . '/crmeb/utils/Translate.php', + 'crmeb\\utils\\fileVerification' => $baseDir . '/crmeb/utils/fileVerification.php', + 'dh2y\\qrcode\\QRcode' => $vendorDir . '/dh2y/think-qrcode/src/QRcode.php', + 'think\\App' => $vendorDir . '/topthink/framework/src/think/App.php', + 'think\\Cache' => $vendorDir . '/topthink/framework/src/think/Cache.php', + 'think\\Collection' => $vendorDir . '/topthink/think-helper/src/Collection.php', + 'think\\Config' => $vendorDir . '/topthink/framework/src/think/Config.php', + 'think\\Console' => $vendorDir . '/topthink/framework/src/think/Console.php', + 'think\\Container' => $vendorDir . '/topthink/framework/src/think/Container.php', + 'think\\Cookie' => $vendorDir . '/topthink/framework/src/think/Cookie.php', + 'think\\Db' => $vendorDir . '/topthink/framework/src/think/Db.php', + 'think\\DbManager' => $vendorDir . '/topthink/think-orm/src/DbManager.php', + 'think\\Env' => $vendorDir . '/topthink/framework/src/think/Env.php', + 'think\\Event' => $vendorDir . '/topthink/framework/src/think/Event.php', + 'think\\Exception' => $vendorDir . '/topthink/framework/src/think/Exception.php', + 'think\\Facade' => $vendorDir . '/topthink/framework/src/think/Facade.php', + 'think\\Factory' => $vendorDir . '/topthink/think-factory/src/Factory.php', + 'think\\File' => $vendorDir . '/topthink/framework/src/think/File.php', + 'think\\Filesystem' => $vendorDir . '/topthink/think-filesystem/src/Filesystem.php', + 'think\\Http' => $vendorDir . '/topthink/framework/src/think/Http.php', + 'think\\Image' => $vendorDir . '/topthink/think-image/src/Image.php', + 'think\\Lang' => $vendorDir . '/topthink/framework/src/think/Lang.php', + 'think\\Log' => $vendorDir . '/topthink/framework/src/think/Log.php', + 'think\\Manager' => $vendorDir . '/topthink/framework/src/think/Manager.php', + 'think\\Middleware' => $vendorDir . '/topthink/framework/src/think/Middleware.php', + 'think\\Model' => $vendorDir . '/topthink/think-orm/src/Model.php', + 'think\\Paginator' => $vendorDir . '/topthink/think-orm/src/Paginator.php', + 'think\\Pipeline' => $vendorDir . '/topthink/framework/src/think/Pipeline.php', + 'think\\Queue' => $vendorDir . '/topthink/think-queue/src/Queue.php', + 'think\\Request' => $vendorDir . '/topthink/framework/src/think/Request.php', + 'think\\Response' => $vendorDir . '/topthink/framework/src/think/Response.php', + 'think\\Route' => $vendorDir . '/topthink/framework/src/think/Route.php', + 'think\\Service' => $vendorDir . '/topthink/framework/src/think/Service.php', + 'think\\Session' => $vendorDir . '/topthink/framework/src/think/Session.php', + 'think\\Template' => $vendorDir . '/topthink/think-template/src/Template.php', + 'think\\Validate' => $vendorDir . '/topthink/framework/src/think/Validate.php', + 'think\\View' => $vendorDir . '/topthink/framework/src/think/View.php', + 'think\\app\\MultiApp' => $vendorDir . '/topthink/think-multi-app/src/MultiApp.php', + 'think\\app\\Service' => $vendorDir . '/topthink/think-multi-app/src/Service.php', + 'think\\app\\Url' => $vendorDir . '/topthink/think-multi-app/src/Url.php', + 'think\\app\\command\\Build' => $vendorDir . '/topthink/think-multi-app/src/command/Build.php', + 'think\\app\\command\\Clear' => $vendorDir . '/topthink/think-multi-app/src/command/Clear.php', + 'think\\cache\\Driver' => $vendorDir . '/topthink/framework/src/think/cache/Driver.php', + 'think\\cache\\TagSet' => $vendorDir . '/topthink/framework/src/think/cache/TagSet.php', + 'think\\cache\\driver\\File' => $vendorDir . '/topthink/framework/src/think/cache/driver/File.php', + 'think\\cache\\driver\\Memcache' => $vendorDir . '/topthink/framework/src/think/cache/driver/Memcache.php', + 'think\\cache\\driver\\Memcached' => $vendorDir . '/topthink/framework/src/think/cache/driver/Memcached.php', + 'think\\cache\\driver\\Redis' => $vendorDir . '/topthink/framework/src/think/cache/driver/Redis.php', + 'think\\cache\\driver\\Wincache' => $vendorDir . '/topthink/framework/src/think/cache/driver/Wincache.php', + 'think\\captcha\\Captcha' => $vendorDir . '/topthink/think-captcha/src/Captcha.php', + 'think\\captcha\\CaptchaController' => $vendorDir . '/topthink/think-captcha/src/CaptchaController.php', + 'think\\captcha\\CaptchaService' => $vendorDir . '/topthink/think-captcha/src/CaptchaService.php', + 'think\\captcha\\facade\\Captcha' => $vendorDir . '/topthink/think-captcha/src/facade/Captcha.php', + 'think\\console\\Command' => $vendorDir . '/topthink/framework/src/think/console/Command.php', + 'think\\console\\Input' => $vendorDir . '/topthink/framework/src/think/console/Input.php', + 'think\\console\\Output' => $vendorDir . '/topthink/framework/src/think/console/Output.php', + 'think\\console\\Table' => $vendorDir . '/topthink/framework/src/think/console/Table.php', + 'think\\console\\command\\Clear' => $vendorDir . '/topthink/framework/src/think/console/command/Clear.php', + 'think\\console\\command\\Help' => $vendorDir . '/topthink/framework/src/think/console/command/Help.php', + 'think\\console\\command\\Lists' => $vendorDir . '/topthink/framework/src/think/console/command/Lists.php', + 'think\\console\\command\\Make' => $vendorDir . '/topthink/framework/src/think/console/command/Make.php', + 'think\\console\\command\\RouteList' => $vendorDir . '/topthink/framework/src/think/console/command/RouteList.php', + 'think\\console\\command\\RunServer' => $vendorDir . '/topthink/framework/src/think/console/command/RunServer.php', + 'think\\console\\command\\ServiceDiscover' => $vendorDir . '/topthink/framework/src/think/console/command/ServiceDiscover.php', + 'think\\console\\command\\VendorPublish' => $vendorDir . '/topthink/framework/src/think/console/command/VendorPublish.php', + 'think\\console\\command\\Version' => $vendorDir . '/topthink/framework/src/think/console/command/Version.php', + 'think\\console\\command\\make\\Command' => $vendorDir . '/topthink/framework/src/think/console/command/make/Command.php', + 'think\\console\\command\\make\\Controller' => $vendorDir . '/topthink/framework/src/think/console/command/make/Controller.php', + 'think\\console\\command\\make\\Event' => $vendorDir . '/topthink/framework/src/think/console/command/make/Event.php', + 'think\\console\\command\\make\\Listener' => $vendorDir . '/topthink/framework/src/think/console/command/make/Listener.php', + 'think\\console\\command\\make\\Middleware' => $vendorDir . '/topthink/framework/src/think/console/command/make/Middleware.php', + 'think\\console\\command\\make\\Model' => $vendorDir . '/topthink/framework/src/think/console/command/make/Model.php', + 'think\\console\\command\\make\\Service' => $vendorDir . '/topthink/framework/src/think/console/command/make/Service.php', + 'think\\console\\command\\make\\Subscribe' => $vendorDir . '/topthink/framework/src/think/console/command/make/Subscribe.php', + 'think\\console\\command\\make\\Validate' => $vendorDir . '/topthink/framework/src/think/console/command/make/Validate.php', + 'think\\console\\command\\optimize\\Route' => $vendorDir . '/topthink/framework/src/think/console/command/optimize/Route.php', + 'think\\console\\command\\optimize\\Schema' => $vendorDir . '/topthink/framework/src/think/console/command/optimize/Schema.php', + 'think\\console\\input\\Argument' => $vendorDir . '/topthink/framework/src/think/console/input/Argument.php', + 'think\\console\\input\\Definition' => $vendorDir . '/topthink/framework/src/think/console/input/Definition.php', + 'think\\console\\input\\Option' => $vendorDir . '/topthink/framework/src/think/console/input/Option.php', + 'think\\console\\output\\Ask' => $vendorDir . '/topthink/framework/src/think/console/output/Ask.php', + 'think\\console\\output\\Descriptor' => $vendorDir . '/topthink/framework/src/think/console/output/Descriptor.php', + 'think\\console\\output\\Formatter' => $vendorDir . '/topthink/framework/src/think/console/output/Formatter.php', + 'think\\console\\output\\Question' => $vendorDir . '/topthink/framework/src/think/console/output/Question.php', + 'think\\console\\output\\descriptor\\Console' => $vendorDir . '/topthink/framework/src/think/console/output/descriptor/Console.php', + 'think\\console\\output\\driver\\Buffer' => $vendorDir . '/topthink/framework/src/think/console/output/driver/Buffer.php', + 'think\\console\\output\\driver\\Console' => $vendorDir . '/topthink/framework/src/think/console/output/driver/Console.php', + 'think\\console\\output\\driver\\Nothing' => $vendorDir . '/topthink/framework/src/think/console/output/driver/Nothing.php', + 'think\\console\\output\\formatter\\Stack' => $vendorDir . '/topthink/framework/src/think/console/output/formatter/Stack.php', + 'think\\console\\output\\formatter\\Style' => $vendorDir . '/topthink/framework/src/think/console/output/formatter/Style.php', + 'think\\console\\output\\question\\Choice' => $vendorDir . '/topthink/framework/src/think/console/output/question/Choice.php', + 'think\\console\\output\\question\\Confirmation' => $vendorDir . '/topthink/framework/src/think/console/output/question/Confirmation.php', + 'think\\contract\\Arrayable' => $vendorDir . '/topthink/think-helper/src/contract/Arrayable.php', + 'think\\contract\\CacheHandlerInterface' => $vendorDir . '/topthink/framework/src/think/contract/CacheHandlerInterface.php', + 'think\\contract\\Jsonable' => $vendorDir . '/topthink/think-helper/src/contract/Jsonable.php', + 'think\\contract\\LogHandlerInterface' => $vendorDir . '/topthink/framework/src/think/contract/LogHandlerInterface.php', + 'think\\contract\\ModelRelationInterface' => $vendorDir . '/topthink/framework/src/think/contract/ModelRelationInterface.php', + 'think\\contract\\SessionHandlerInterface' => $vendorDir . '/topthink/framework/src/think/contract/SessionHandlerInterface.php', + 'think\\contract\\TemplateHandlerInterface' => $vendorDir . '/topthink/framework/src/think/contract/TemplateHandlerInterface.php', + 'think\\db\\BaseQuery' => $vendorDir . '/topthink/think-orm/src/db/BaseQuery.php', + 'think\\db\\Builder' => $vendorDir . '/topthink/think-orm/src/db/Builder.php', + 'think\\db\\CacheItem' => $vendorDir . '/topthink/think-orm/src/db/CacheItem.php', + 'think\\db\\Connection' => $vendorDir . '/topthink/think-orm/src/db/Connection.php', + 'think\\db\\ConnectionInterface' => $vendorDir . '/topthink/think-orm/src/db/ConnectionInterface.php', + 'think\\db\\Fetch' => $vendorDir . '/topthink/think-orm/src/db/Fetch.php', + 'think\\db\\Mongo' => $vendorDir . '/topthink/think-orm/src/db/Mongo.php', + 'think\\db\\PDOConnection' => $vendorDir . '/topthink/think-orm/src/db/PDOConnection.php', + 'think\\db\\Query' => $vendorDir . '/topthink/think-orm/src/db/Query.php', + 'think\\db\\Raw' => $vendorDir . '/topthink/think-orm/src/db/Raw.php', + 'think\\db\\Where' => $vendorDir . '/topthink/think-orm/src/db/Where.php', + 'think\\db\\builder\\Mongo' => $vendorDir . '/topthink/think-orm/src/db/builder/Mongo.php', + 'think\\db\\builder\\Mysql' => $vendorDir . '/topthink/think-orm/src/db/builder/Mysql.php', + 'think\\db\\builder\\Oracle' => $vendorDir . '/topthink/think-orm/src/db/builder/Oracle.php', + 'think\\db\\builder\\Pgsql' => $vendorDir . '/topthink/think-orm/src/db/builder/Pgsql.php', + 'think\\db\\builder\\Sqlite' => $vendorDir . '/topthink/think-orm/src/db/builder/Sqlite.php', + 'think\\db\\builder\\Sqlsrv' => $vendorDir . '/topthink/think-orm/src/db/builder/Sqlsrv.php', + 'think\\db\\concern\\AggregateQuery' => $vendorDir . '/topthink/think-orm/src/db/concern/AggregateQuery.php', + 'think\\db\\concern\\JoinAndViewQuery' => $vendorDir . '/topthink/think-orm/src/db/concern/JoinAndViewQuery.php', + 'think\\db\\concern\\ModelRelationQuery' => $vendorDir . '/topthink/think-orm/src/db/concern/ModelRelationQuery.php', + 'think\\db\\concern\\ParamsBind' => $vendorDir . '/topthink/think-orm/src/db/concern/ParamsBind.php', + 'think\\db\\concern\\ResultOperation' => $vendorDir . '/topthink/think-orm/src/db/concern/ResultOperation.php', + 'think\\db\\concern\\TableFieldInfo' => $vendorDir . '/topthink/think-orm/src/db/concern/TableFieldInfo.php', + 'think\\db\\concern\\TimeFieldQuery' => $vendorDir . '/topthink/think-orm/src/db/concern/TimeFieldQuery.php', + 'think\\db\\concern\\Transaction' => $vendorDir . '/topthink/think-orm/src/db/concern/Transaction.php', + 'think\\db\\concern\\WhereQuery' => $vendorDir . '/topthink/think-orm/src/db/concern/WhereQuery.php', + 'think\\db\\connector\\Mongo' => $vendorDir . '/topthink/think-orm/src/db/connector/Mongo.php', + 'think\\db\\connector\\Mysql' => $vendorDir . '/topthink/think-orm/src/db/connector/Mysql.php', + 'think\\db\\connector\\Oracle' => $vendorDir . '/topthink/think-orm/src/db/connector/Oracle.php', + 'think\\db\\connector\\Pgsql' => $vendorDir . '/topthink/think-orm/src/db/connector/Pgsql.php', + 'think\\db\\connector\\Sqlite' => $vendorDir . '/topthink/think-orm/src/db/connector/Sqlite.php', + 'think\\db\\connector\\Sqlsrv' => $vendorDir . '/topthink/think-orm/src/db/connector/Sqlsrv.php', + 'think\\db\\exception\\BindParamException' => $vendorDir . '/topthink/think-orm/src/db/exception/BindParamException.php', + 'think\\db\\exception\\DataNotFoundException' => $vendorDir . '/topthink/think-orm/src/db/exception/DataNotFoundException.php', + 'think\\db\\exception\\DbException' => $vendorDir . '/topthink/think-orm/src/db/exception/DbException.php', + 'think\\db\\exception\\InvalidArgumentException' => $vendorDir . '/topthink/think-orm/src/db/exception/InvalidArgumentException.php', + 'think\\db\\exception\\ModelEventException' => $vendorDir . '/topthink/think-orm/src/db/exception/ModelEventException.php', + 'think\\db\\exception\\ModelNotFoundException' => $vendorDir . '/topthink/think-orm/src/db/exception/ModelNotFoundException.php', + 'think\\db\\exception\\PDOException' => $vendorDir . '/topthink/think-orm/src/db/exception/PDOException.php', + 'think\\event\\AppInit' => $vendorDir . '/topthink/framework/src/think/event/AppInit.php', + 'think\\event\\HttpEnd' => $vendorDir . '/topthink/framework/src/think/event/HttpEnd.php', + 'think\\event\\HttpRun' => $vendorDir . '/topthink/framework/src/think/event/HttpRun.php', + 'think\\event\\LogRecord' => $vendorDir . '/topthink/framework/src/think/event/LogRecord.php', + 'think\\event\\LogWrite' => $vendorDir . '/topthink/framework/src/think/event/LogWrite.php', + 'think\\event\\RouteLoaded' => $vendorDir . '/topthink/framework/src/think/event/RouteLoaded.php', + 'think\\exception\\ClassNotFoundException' => $vendorDir . '/topthink/framework/src/think/exception/ClassNotFoundException.php', + 'think\\exception\\ErrorException' => $vendorDir . '/topthink/framework/src/think/exception/ErrorException.php', + 'think\\exception\\FileException' => $vendorDir . '/topthink/framework/src/think/exception/FileException.php', + 'think\\exception\\FuncNotFoundException' => $vendorDir . '/topthink/framework/src/think/exception/FuncNotFoundException.php', + 'think\\exception\\Handle' => $vendorDir . '/topthink/framework/src/think/exception/Handle.php', + 'think\\exception\\HttpException' => $vendorDir . '/topthink/framework/src/think/exception/HttpException.php', + 'think\\exception\\HttpResponseException' => $vendorDir . '/topthink/framework/src/think/exception/HttpResponseException.php', + 'think\\exception\\InvalidArgumentException' => $vendorDir . '/topthink/framework/src/think/exception/InvalidArgumentException.php', + 'think\\exception\\RouteNotFoundException' => $vendorDir . '/topthink/framework/src/think/exception/RouteNotFoundException.php', + 'think\\exception\\ValidateException' => $vendorDir . '/topthink/framework/src/think/exception/ValidateException.php', + 'think\\facade\\App' => $vendorDir . '/topthink/framework/src/think/facade/App.php', + 'think\\facade\\Cache' => $vendorDir . '/topthink/framework/src/think/facade/Cache.php', + 'think\\facade\\Config' => $vendorDir . '/topthink/framework/src/think/facade/Config.php', + 'think\\facade\\Console' => $vendorDir . '/topthink/framework/src/think/facade/Console.php', + 'think\\facade\\Cookie' => $vendorDir . '/topthink/framework/src/think/facade/Cookie.php', + 'think\\facade\\Db' => $vendorDir . '/topthink/think-orm/src/facade/Db.php', + 'think\\facade\\Env' => $vendorDir . '/topthink/framework/src/think/facade/Env.php', + 'think\\facade\\Event' => $vendorDir . '/topthink/framework/src/think/facade/Event.php', + 'think\\facade\\Filesystem' => $vendorDir . '/topthink/think-filesystem/src/facade/Filesystem.php', + 'think\\facade\\Lang' => $vendorDir . '/topthink/framework/src/think/facade/Lang.php', + 'think\\facade\\Log' => $vendorDir . '/topthink/framework/src/think/facade/Log.php', + 'think\\facade\\Middleware' => $vendorDir . '/topthink/framework/src/think/facade/Middleware.php', + 'think\\facade\\Queue' => $vendorDir . '/topthink/think-queue/src/facade/Queue.php', + 'think\\facade\\Request' => $vendorDir . '/topthink/framework/src/think/facade/Request.php', + 'think\\facade\\Route' => $vendorDir . '/topthink/framework/src/think/facade/Route.php', + 'think\\facade\\Session' => $vendorDir . '/topthink/framework/src/think/facade/Session.php', + 'think\\facade\\Template' => $vendorDir . '/topthink/think-template/src/facade/Template.php', + 'think\\facade\\Validate' => $vendorDir . '/topthink/framework/src/think/facade/Validate.php', + 'think\\facade\\View' => $vendorDir . '/topthink/framework/src/think/facade/View.php', + 'think\\file\\UploadedFile' => $vendorDir . '/topthink/framework/src/think/file/UploadedFile.php', + 'think\\filesystem\\Driver' => $vendorDir . '/topthink/think-filesystem/src/filesystem/Driver.php', + 'think\\filesystem\\driver\\Local' => $vendorDir . '/topthink/think-filesystem/src/filesystem/driver/Local.php', + 'think\\helper\\Arr' => $vendorDir . '/topthink/think-helper/src/helper/Arr.php', + 'think\\helper\\Str' => $vendorDir . '/topthink/think-helper/src/helper/Str.php', + 'think\\image\\Exception' => $vendorDir . '/topthink/think-image/src/image/Exception.php', + 'think\\image\\gif\\Decoder' => $vendorDir . '/topthink/think-image/src/image/gif/Decoder.php', + 'think\\image\\gif\\Encoder' => $vendorDir . '/topthink/think-image/src/image/gif/Encoder.php', + 'think\\image\\gif\\Gif' => $vendorDir . '/topthink/think-image/src/image/gif/Gif.php', + 'think\\initializer\\BootService' => $vendorDir . '/topthink/framework/src/think/initializer/BootService.php', + 'think\\initializer\\Error' => $vendorDir . '/topthink/framework/src/think/initializer/Error.php', + 'think\\initializer\\RegisterService' => $vendorDir . '/topthink/framework/src/think/initializer/RegisterService.php', + 'think\\log\\Channel' => $vendorDir . '/topthink/framework/src/think/log/Channel.php', + 'think\\log\\ChannelSet' => $vendorDir . '/topthink/framework/src/think/log/ChannelSet.php', + 'think\\log\\driver\\File' => $vendorDir . '/topthink/framework/src/think/log/driver/File.php', + 'think\\log\\driver\\Socket' => $vendorDir . '/topthink/framework/src/think/log/driver/Socket.php', + 'think\\middleware\\AllowCrossDomain' => $vendorDir . '/topthink/framework/src/think/middleware/AllowCrossDomain.php', + 'think\\middleware\\CheckRequestCache' => $vendorDir . '/topthink/framework/src/think/middleware/CheckRequestCache.php', + 'think\\middleware\\FormTokenCheck' => $vendorDir . '/topthink/framework/src/think/middleware/FormTokenCheck.php', + 'think\\middleware\\LoadLangPack' => $vendorDir . '/topthink/framework/src/think/middleware/LoadLangPack.php', + 'think\\middleware\\SessionInit' => $vendorDir . '/topthink/framework/src/think/middleware/SessionInit.php', + 'think\\migration\\Command' => $vendorDir . '/topthink/think-migration/src/Command.php', + 'think\\migration\\Creator' => $vendorDir . '/topthink/think-migration/src/Creator.php', + 'think\\migration\\Factory' => $vendorDir . '/topthink/think-migration/src/Factory.php', + 'think\\migration\\FactoryBuilder' => $vendorDir . '/topthink/think-migration/src/FactoryBuilder.php', + 'think\\migration\\Migrator' => $vendorDir . '/topthink/think-migration/src/Migrator.php', + 'think\\migration\\Seeder' => $vendorDir . '/topthink/think-migration/src/Seeder.php', + 'think\\migration\\Service' => $vendorDir . '/topthink/think-migration/src/Service.php', + 'think\\migration\\command\\Migrate' => $vendorDir . '/topthink/think-migration/src/command/Migrate.php', + 'think\\migration\\command\\Seed' => $vendorDir . '/topthink/think-migration/src/command/Seed.php', + 'think\\migration\\command\\factory\\Create' => $vendorDir . '/topthink/think-migration/src/command/factory/Create.php', + 'think\\migration\\command\\migrate\\Breakpoint' => $vendorDir . '/topthink/think-migration/src/command/migrate/Breakpoint.php', + 'think\\migration\\command\\migrate\\Create' => $vendorDir . '/topthink/think-migration/src/command/migrate/Create.php', + 'think\\migration\\command\\migrate\\Rollback' => $vendorDir . '/topthink/think-migration/src/command/migrate/Rollback.php', + 'think\\migration\\command\\migrate\\Run' => $vendorDir . '/topthink/think-migration/src/command/migrate/Run.php', + 'think\\migration\\command\\migrate\\Status' => $vendorDir . '/topthink/think-migration/src/command/migrate/Status.php', + 'think\\migration\\command\\seed\\Create' => $vendorDir . '/topthink/think-migration/src/command/seed/Create.php', + 'think\\migration\\command\\seed\\Run' => $vendorDir . '/topthink/think-migration/src/command/seed/Run.php', + 'think\\migration\\db\\Column' => $vendorDir . '/topthink/think-migration/src/db/Column.php', + 'think\\migration\\db\\Table' => $vendorDir . '/topthink/think-migration/src/db/Table.php', + 'think\\model\\Collection' => $vendorDir . '/topthink/think-orm/src/model/Collection.php', + 'think\\model\\Pivot' => $vendorDir . '/topthink/think-orm/src/model/Pivot.php', + 'think\\model\\Relation' => $vendorDir . '/topthink/think-orm/src/model/Relation.php', + 'think\\model\\concern\\Attribute' => $vendorDir . '/topthink/think-orm/src/model/concern/Attribute.php', + 'think\\model\\concern\\Conversion' => $vendorDir . '/topthink/think-orm/src/model/concern/Conversion.php', + 'think\\model\\concern\\ModelEvent' => $vendorDir . '/topthink/think-orm/src/model/concern/ModelEvent.php', + 'think\\model\\concern\\OptimLock' => $vendorDir . '/topthink/think-orm/src/model/concern/OptimLock.php', + 'think\\model\\concern\\RelationShip' => $vendorDir . '/topthink/think-orm/src/model/concern/RelationShip.php', + 'think\\model\\concern\\SoftDelete' => $vendorDir . '/topthink/think-orm/src/model/concern/SoftDelete.php', + 'think\\model\\concern\\TimeStamp' => $vendorDir . '/topthink/think-orm/src/model/concern/TimeStamp.php', + 'think\\model\\relation\\BelongsTo' => $vendorDir . '/topthink/think-orm/src/model/relation/BelongsTo.php', + 'think\\model\\relation\\BelongsToMany' => $vendorDir . '/topthink/think-orm/src/model/relation/BelongsToMany.php', + 'think\\model\\relation\\HasMany' => $vendorDir . '/topthink/think-orm/src/model/relation/HasMany.php', + 'think\\model\\relation\\HasManyThrough' => $vendorDir . '/topthink/think-orm/src/model/relation/HasManyThrough.php', + 'think\\model\\relation\\HasOne' => $vendorDir . '/topthink/think-orm/src/model/relation/HasOne.php', + 'think\\model\\relation\\HasOneThrough' => $vendorDir . '/topthink/think-orm/src/model/relation/HasOneThrough.php', + 'think\\model\\relation\\MorphMany' => $vendorDir . '/topthink/think-orm/src/model/relation/MorphMany.php', + 'think\\model\\relation\\MorphOne' => $vendorDir . '/topthink/think-orm/src/model/relation/MorphOne.php', + 'think\\model\\relation\\MorphTo' => $vendorDir . '/topthink/think-orm/src/model/relation/MorphTo.php', + 'think\\model\\relation\\MorphToMany' => $vendorDir . '/topthink/think-orm/src/model/relation/MorphToMany.php', + 'think\\model\\relation\\OneToOne' => $vendorDir . '/topthink/think-orm/src/model/relation/OneToOne.php', + 'think\\paginator\\driver\\Bootstrap' => $vendorDir . '/topthink/think-orm/src/paginator/driver/Bootstrap.php', + 'think\\queue\\CallQueuedHandler' => $vendorDir . '/topthink/think-queue/src/queue/CallQueuedHandler.php', + 'think\\queue\\Connector' => $vendorDir . '/topthink/think-queue/src/queue/Connector.php', + 'think\\queue\\FailedJob' => $vendorDir . '/topthink/think-queue/src/queue/FailedJob.php', + 'think\\queue\\InteractsWithTime' => $vendorDir . '/topthink/think-queue/src/queue/InteractsWithTime.php', + 'think\\queue\\Job' => $vendorDir . '/topthink/think-queue/src/queue/Job.php', + 'think\\queue\\Listener' => $vendorDir . '/topthink/think-queue/src/queue/Listener.php', + 'think\\queue\\Queueable' => $vendorDir . '/topthink/think-queue/src/queue/Queueable.php', + 'think\\queue\\Service' => $vendorDir . '/topthink/think-queue/src/queue/Service.php', + 'think\\queue\\ShouldQueue' => $vendorDir . '/topthink/think-queue/src/queue/ShouldQueue.php', + 'think\\queue\\Worker' => $vendorDir . '/topthink/think-queue/src/queue/Worker.php', + 'think\\queue\\command\\FailedTable' => $vendorDir . '/topthink/think-queue/src/queue/command/FailedTable.php', + 'think\\queue\\command\\FlushFailed' => $vendorDir . '/topthink/think-queue/src/queue/command/FlushFailed.php', + 'think\\queue\\command\\ForgetFailed' => $vendorDir . '/topthink/think-queue/src/queue/command/ForgetFailed.php', + 'think\\queue\\command\\ListFailed' => $vendorDir . '/topthink/think-queue/src/queue/command/ListFailed.php', + 'think\\queue\\command\\Listen' => $vendorDir . '/topthink/think-queue/src/queue/command/Listen.php', + 'think\\queue\\command\\Restart' => $vendorDir . '/topthink/think-queue/src/queue/command/Restart.php', + 'think\\queue\\command\\Retry' => $vendorDir . '/topthink/think-queue/src/queue/command/Retry.php', + 'think\\queue\\command\\Table' => $vendorDir . '/topthink/think-queue/src/queue/command/Table.php', + 'think\\queue\\command\\Work' => $vendorDir . '/topthink/think-queue/src/queue/command/Work.php', + 'think\\queue\\connector\\Database' => $vendorDir . '/topthink/think-queue/src/queue/connector/Database.php', + 'think\\queue\\connector\\Redis' => $vendorDir . '/topthink/think-queue/src/queue/connector/Redis.php', + 'think\\queue\\connector\\Sync' => $vendorDir . '/topthink/think-queue/src/queue/connector/Sync.php', + 'think\\queue\\event\\JobExceptionOccurred' => $vendorDir . '/topthink/think-queue/src/queue/event/JobExceptionOccurred.php', + 'think\\queue\\event\\JobFailed' => $vendorDir . '/topthink/think-queue/src/queue/event/JobFailed.php', + 'think\\queue\\event\\JobProcessed' => $vendorDir . '/topthink/think-queue/src/queue/event/JobProcessed.php', + 'think\\queue\\event\\JobProcessing' => $vendorDir . '/topthink/think-queue/src/queue/event/JobProcessing.php', + 'think\\queue\\event\\WorkerStopping' => $vendorDir . '/topthink/think-queue/src/queue/event/WorkerStopping.php', + 'think\\queue\\exception\\MaxAttemptsExceededException' => $vendorDir . '/topthink/think-queue/src/queue/exception/MaxAttemptsExceededException.php', + 'think\\queue\\failed\\Database' => $vendorDir . '/topthink/think-queue/src/queue/failed/Database.php', + 'think\\queue\\failed\\None' => $vendorDir . '/topthink/think-queue/src/queue/failed/None.php', + 'think\\queue\\job\\Database' => $vendorDir . '/topthink/think-queue/src/queue/job/Database.php', + 'think\\queue\\job\\Redis' => $vendorDir . '/topthink/think-queue/src/queue/job/Redis.php', + 'think\\queue\\job\\Sync' => $vendorDir . '/topthink/think-queue/src/queue/job/Sync.php', + 'think\\response\\File' => $vendorDir . '/topthink/framework/src/think/response/File.php', + 'think\\response\\Html' => $vendorDir . '/topthink/framework/src/think/response/Html.php', + 'think\\response\\Json' => $vendorDir . '/topthink/framework/src/think/response/Json.php', + 'think\\response\\Jsonp' => $vendorDir . '/topthink/framework/src/think/response/Jsonp.php', + 'think\\response\\Redirect' => $vendorDir . '/topthink/framework/src/think/response/Redirect.php', + 'think\\response\\View' => $vendorDir . '/topthink/framework/src/think/response/View.php', + 'think\\response\\Xml' => $vendorDir . '/topthink/framework/src/think/response/Xml.php', + 'think\\route\\Dispatch' => $vendorDir . '/topthink/framework/src/think/route/Dispatch.php', + 'think\\route\\Domain' => $vendorDir . '/topthink/framework/src/think/route/Domain.php', + 'think\\route\\Resource' => $vendorDir . '/topthink/framework/src/think/route/Resource.php', + 'think\\route\\Rule' => $vendorDir . '/topthink/framework/src/think/route/Rule.php', + 'think\\route\\RuleGroup' => $vendorDir . '/topthink/framework/src/think/route/RuleGroup.php', + 'think\\route\\RuleItem' => $vendorDir . '/topthink/framework/src/think/route/RuleItem.php', + 'think\\route\\RuleName' => $vendorDir . '/topthink/framework/src/think/route/RuleName.php', + 'think\\route\\Url' => $vendorDir . '/topthink/framework/src/think/route/Url.php', + 'think\\route\\dispatch\\Callback' => $vendorDir . '/topthink/framework/src/think/route/dispatch/Callback.php', + 'think\\route\\dispatch\\Controller' => $vendorDir . '/topthink/framework/src/think/route/dispatch/Controller.php', + 'think\\route\\dispatch\\Url' => $vendorDir . '/topthink/framework/src/think/route/dispatch/Url.php', + 'think\\service\\ModelService' => $vendorDir . '/topthink/framework/src/think/service/ModelService.php', + 'think\\service\\PaginatorService' => $vendorDir . '/topthink/framework/src/think/service/PaginatorService.php', + 'think\\service\\ValidateService' => $vendorDir . '/topthink/framework/src/think/service/ValidateService.php', + 'think\\session\\Store' => $vendorDir . '/topthink/framework/src/think/session/Store.php', + 'think\\session\\driver\\Cache' => $vendorDir . '/topthink/framework/src/think/session/driver/Cache.php', + 'think\\session\\driver\\File' => $vendorDir . '/topthink/framework/src/think/session/driver/File.php', + 'think\\template\\TagLib' => $vendorDir . '/topthink/think-template/src/template/TagLib.php', + 'think\\template\\driver\\File' => $vendorDir . '/topthink/think-template/src/template/driver/File.php', + 'think\\template\\exception\\TemplateNotFoundException' => $vendorDir . '/topthink/think-template/src/template/exception/TemplateNotFoundException.php', + 'think\\template\\taglib\\Cx' => $vendorDir . '/topthink/think-template/src/template/taglib/Cx.php', + 'think\\validate\\ValidateRule' => $vendorDir . '/topthink/framework/src/think/validate/ValidateRule.php', + 'think\\view\\driver\\Php' => $vendorDir . '/topthink/framework/src/think/view/driver/Php.php', + 'think\\view\\driver\\Think' => $vendorDir . '/topthink/think-view/src/Think.php', + 'xin\\container\\AssocContainer' => $vendorDir . '/xin/container/src/AssocContainer.php', + 'xin\\container\\Container' => $vendorDir . '/xin/container/src/Container.php', + 'xin\\container\\ContainerException' => $vendorDir . '/xin/container/src/ContainerException.php', + 'xin\\container\\NotFoundException' => $vendorDir . '/xin/container/src/NotFoundException.php', + 'xin\\container\\ProviderContainer' => $vendorDir . '/xin/container/src/ProviderContainer.php', + 'xin\\container\\ProviderInterface' => $vendorDir . '/xin/container/src/ProviderInterface.php', + 'xin\\container\\traits\\AssocContainer' => $vendorDir . '/xin/container/src/traits/AssocContainer.php', + 'xin\\container\\traits\\ProviderContainer' => $vendorDir . '/xin/container/src/traits/ProviderContainer.php', + 'xin\\helper\\Arr' => $vendorDir . '/xin/helper/src/Arr.php', + 'xin\\helper\\File' => $vendorDir . '/xin/helper/src/File.php', + 'xin\\helper\\Func' => $vendorDir . '/xin/helper/src/Func.php', + 'xin\\helper\\Num' => $vendorDir . '/xin/helper/src/Num.php', + 'xin\\helper\\Position' => $vendorDir . '/xin/helper/src/Position.php', + 'xin\\helper\\Regex' => $vendorDir . '/xin/helper/src/Regex.php', + 'xin\\helper\\Secure' => $vendorDir . '/xin/helper/src/Secure.php', + 'xin\\helper\\Server' => $vendorDir . '/xin/helper/src/Server.php', + 'xin\\helper\\Str' => $vendorDir . '/xin/helper/src/Str.php', + 'xin\\helper\\Time' => $vendorDir . '/xin/helper/src/Time.php', + 'xin\\helper\\Version' => $vendorDir . '/xin/helper/src/Version.php', ); diff --git a/crmeb/vendor/composer/autoload_files.php b/crmeb/vendor/composer/autoload_files.php index b2eaedbee..c6de82c90 100644 --- a/crmeb/vendor/composer/autoload_files.php +++ b/crmeb/vendor/composer/autoload_files.php @@ -8,9 +8,7 @@ return array( '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php', 'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php', - '023d27dca8066ef29e6739335ea73bad' => $vendorDir . '/symfony/polyfill-php70/bootstrap.php', 'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php', - '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php', 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php', 'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php', '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', diff --git a/crmeb/vendor/composer/autoload_psr4.php b/crmeb/vendor/composer/autoload_psr4.php index 207c31b2b..fbd1c07dc 100644 --- a/crmeb/vendor/composer/autoload_psr4.php +++ b/crmeb/vendor/composer/autoload_psr4.php @@ -12,7 +12,7 @@ 'think\\migration\\' => array($vendorDir . '/topthink/think-migration/src'), 'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'), 'think\\app\\' => array($vendorDir . '/topthink/think-multi-app/src'), - 'think\\' => array($vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-factory/src', $vendorDir . '/topthink/think-filesystem/src', $vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-orm/src', $vendorDir . '/topthink/think-queue/src', $vendorDir . '/topthink/think-template/src'), + 'think\\' => array($vendorDir . '/topthink/think-queue/src', $vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-filesystem/src', $vendorDir . '/topthink/think-template/src', $vendorDir . '/topthink/think-factory/src', $vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-orm/src', $vendorDir . '/topthink/think-helper/src'), 'dh2y\\qrcode\\' => array($vendorDir . '/dh2y/think-qrcode/src'), 'crmeb\\' => array($baseDir . '/crmeb'), 'app\\' => array($baseDir . '/app'), @@ -21,8 +21,6 @@ 'Workerman\\' => array($vendorDir . '/workerman/workerman'), 'Volc\\' => array($vendorDir . '/volcengine/volc-sdk-php/src'), 'Test\\' => array($vendorDir . '/volcengine/volc-sdk-php/tests'), - 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'), - 'Symfony\\Polyfill\\Php70\\' => array($vendorDir . '/symfony/polyfill-php70'), 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), 'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'), 'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'), diff --git a/crmeb/vendor/composer/autoload_static.php b/crmeb/vendor/composer/autoload_static.php index 9d6ec02f9..53ac046e0 100644 --- a/crmeb/vendor/composer/autoload_static.php +++ b/crmeb/vendor/composer/autoload_static.php @@ -9,9 +9,7 @@ class ComposerStaticInitf16474ac994ccc25392f403933800b79 public static $files = array ( '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', - '023d27dca8066ef29e6739335ea73bad' => __DIR__ . '/..' . '/symfony/polyfill-php70/bootstrap.php', 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', - '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php', 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php', 'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php', '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', @@ -133,8 +131,6 @@ class ComposerStaticInitf16474ac994ccc25392f403933800b79 ), 'S' => array ( - 'Symfony\\Polyfill\\Php72\\' => 23, - 'Symfony\\Polyfill\\Php70\\' => 23, 'Symfony\\Polyfill\\Mbstring\\' => 26, 'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33, 'Symfony\\Polyfill\\Intl\\Idn\\' => 26, @@ -274,14 +270,14 @@ class ComposerStaticInitf16474ac994ccc25392f403933800b79 ), 'think\\' => array ( - 0 => __DIR__ . '/..' . '/topthink/framework/src/think', - 1 => __DIR__ . '/..' . '/topthink/think-factory/src', + 0 => __DIR__ . '/..' . '/topthink/think-queue/src', + 1 => __DIR__ . '/..' . '/topthink/think-image/src', 2 => __DIR__ . '/..' . '/topthink/think-filesystem/src', - 3 => __DIR__ . '/..' . '/topthink/think-helper/src', - 4 => __DIR__ . '/..' . '/topthink/think-image/src', - 5 => __DIR__ . '/..' . '/topthink/think-orm/src', - 6 => __DIR__ . '/..' . '/topthink/think-queue/src', - 7 => __DIR__ . '/..' . '/topthink/think-template/src', + 3 => __DIR__ . '/..' . '/topthink/think-template/src', + 4 => __DIR__ . '/..' . '/topthink/think-factory/src', + 5 => __DIR__ . '/..' . '/topthink/framework/src/think', + 6 => __DIR__ . '/..' . '/topthink/think-orm/src', + 7 => __DIR__ . '/..' . '/topthink/think-helper/src', ), 'dh2y\\qrcode\\' => array ( @@ -315,14 +311,6 @@ class ComposerStaticInitf16474ac994ccc25392f403933800b79 array ( 0 => __DIR__ . '/..' . '/volcengine/volc-sdk-php/tests', ), - 'Symfony\\Polyfill\\Php72\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-php72', - ), - 'Symfony\\Polyfill\\Php70\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-php70', - ), 'Symfony\\Polyfill\\Mbstring\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', @@ -649,21 +637,5214 @@ class ComposerStaticInitf16474ac994ccc25392f403933800b79 ); public static $classMap = array ( - 'ArithmeticError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php', - 'AssertionError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/AssertionError.php', + 'Adbar\\Dot' => __DIR__ . '/..' . '/adbario/php-dot-notation/src/Dot.php', + 'AlibabaCloud\\Credentials\\AccessKeyCredential' => __DIR__ . '/..' . '/alibabacloud/credentials/src/AccessKeyCredential.php', + 'AlibabaCloud\\Credentials\\BearerTokenCredential' => __DIR__ . '/..' . '/alibabacloud/credentials/src/BearerTokenCredential.php', + 'AlibabaCloud\\Credentials\\Credential' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Credential.php', + 'AlibabaCloud\\Credentials\\Credential\\Config' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Credential/Config.php', + 'AlibabaCloud\\Credentials\\Credentials' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Credentials.php', + 'AlibabaCloud\\Credentials\\CredentialsInterface' => __DIR__ . '/..' . '/alibabacloud/credentials/src/CredentialsInterface.php', + 'AlibabaCloud\\Credentials\\EcsRamRoleCredential' => __DIR__ . '/..' . '/alibabacloud/credentials/src/EcsRamRoleCredential.php', + 'AlibabaCloud\\Credentials\\Filter' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Filter.php', + 'AlibabaCloud\\Credentials\\Helper' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Helper.php', + 'AlibabaCloud\\Credentials\\MockTrait' => __DIR__ . '/..' . '/alibabacloud/credentials/src/MockTrait.php', + 'AlibabaCloud\\Credentials\\Providers\\ChainProvider' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Providers/ChainProvider.php', + 'AlibabaCloud\\Credentials\\Providers\\EcsRamRoleProvider' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Providers/EcsRamRoleProvider.php', + 'AlibabaCloud\\Credentials\\Providers\\Provider' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Providers/Provider.php', + 'AlibabaCloud\\Credentials\\Providers\\RamRoleArnProvider' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Providers/RamRoleArnProvider.php', + 'AlibabaCloud\\Credentials\\Providers\\RsaKeyPairProvider' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Providers/RsaKeyPairProvider.php', + 'AlibabaCloud\\Credentials\\RamRoleArnCredential' => __DIR__ . '/..' . '/alibabacloud/credentials/src/RamRoleArnCredential.php', + 'AlibabaCloud\\Credentials\\Request\\AssumeRole' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Request/AssumeRole.php', + 'AlibabaCloud\\Credentials\\Request\\GenerateSessionAccessKey' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Request/GenerateSessionAccessKey.php', + 'AlibabaCloud\\Credentials\\Request\\Request' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Request/Request.php', + 'AlibabaCloud\\Credentials\\RsaKeyPairCredential' => __DIR__ . '/..' . '/alibabacloud/credentials/src/RsaKeyPairCredential.php', + 'AlibabaCloud\\Credentials\\Signature\\BearerTokenSignature' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Signature/BearerTokenSignature.php', + 'AlibabaCloud\\Credentials\\Signature\\ShaHmac1Signature' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Signature/ShaHmac1Signature.php', + 'AlibabaCloud\\Credentials\\Signature\\ShaHmac256Signature' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Signature/ShaHmac256Signature.php', + 'AlibabaCloud\\Credentials\\Signature\\ShaHmac256WithRsaSignature' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Signature/ShaHmac256WithRsaSignature.php', + 'AlibabaCloud\\Credentials\\Signature\\SignatureInterface' => __DIR__ . '/..' . '/alibabacloud/credentials/src/Signature/SignatureInterface.php', + 'AlibabaCloud\\Credentials\\StsCredential' => __DIR__ . '/..' . '/alibabacloud/credentials/src/StsCredential.php', + 'AlibabaCloud\\Endpoint\\Endpoint' => __DIR__ . '/..' . '/alibabacloud/endpoint-util/src/Endpoint.php', + 'AlibabaCloud\\OpenApiUtil\\OpenApiUtilClient' => __DIR__ . '/..' . '/alibabacloud/openapi-util/src/OpenApiUtilClient.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Dysmsapi' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Dysmsapi.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddShortUrlRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddShortUrlRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddShortUrlResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddShortUrlResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddShortUrlResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddShortUrlResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddShortUrlResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddShortUrlResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsSignRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsSignRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsSignRequest\\signFileList' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsSignRequest/signFileList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsSignResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsSignResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsSignResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsSignResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsTemplateRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsTemplateResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\AddSmsTemplateResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/AddSmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CheckMobilesCardSupportRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/CheckMobilesCardSupportRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CheckMobilesCardSupportResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/CheckMobilesCardSupportResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CheckMobilesCardSupportResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/CheckMobilesCardSupportResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\CreateCardSmsTemplateShrinkRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/CreateCardSmsTemplateShrinkRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteShortUrlRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteShortUrlRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteShortUrlResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteShortUrlResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteShortUrlResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteShortUrlResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsSignRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsSignRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsSignResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsSignResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsSignResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsSignResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsTemplateRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsTemplateResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\DeleteSmsTemplateResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/DeleteSmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetCardSmsLinkRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetCardSmsLinkRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetCardSmsLinkResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetCardSmsLinkResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetCardSmsLinkResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetCardSmsLinkResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetCardSmsLinkResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetCardSmsLinkResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetMediaResourceIdRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetMediaResourceIdRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetMediaResourceIdResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetMediaResourceIdResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetMediaResourceIdResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetMediaResourceIdResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetMediaResourceIdResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetMediaResourceIdResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetOSSInfoForCardTemplateResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetOSSInfoForCardTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetOSSInfoForCardTemplateResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetOSSInfoForCardTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\GetOSSInfoForCardTemplateResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/GetOSSInfoForCardTemplateResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesRequest\\tag' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesRequest/tag.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesResponseBody\\tagResources' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesResponseBody/tagResources.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ListTagResourcesResponseBody\\tagResources\\tagResource' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ListTagResourcesResponseBody/tagResources/tagResource.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsSignRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsSignRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsSignRequest\\signFileList' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsSignRequest/signFileList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsSignResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsSignResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsSignResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsSignResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsTemplateRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsTemplateResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\ModifySmsTemplateResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/ModifySmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateReportRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateReportRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateReportResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateReportResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateReportResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateReportResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryCardSmsTemplateResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryCardSmsTemplateResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsResponseBody\\smsSendDetailDTOs' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsResponseBody/smsSendDetailDTOs.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendDetailsResponseBody\\smsSendDetailDTOs\\smsSendDetailDTO' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendDetailsResponseBody/smsSendDetailDTOs/smsSendDetailDTO.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySendStatisticsResponseBody\\data\\targetList' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySendStatisticsResponseBody/data/targetList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryShortUrlRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryShortUrlRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryShortUrlResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryShortUrlResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryShortUrlResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryShortUrlResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QueryShortUrlResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QueryShortUrlResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListResponseBody\\smsSignList' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListResponseBody/smsSignList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignListResponseBody\\smsSignList\\reason' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignListResponseBody/smsSignList/reason.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsSignResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsSignResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListResponseBody\\smsTemplateList' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListResponseBody/smsTemplateList.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateListResponseBody\\smsTemplateList\\reason' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateListResponseBody/smsTemplateList/reason.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\QuerySmsTemplateResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/QuerySmsTemplateResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchCardSmsRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchCardSmsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchCardSmsResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchCardSmsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchCardSmsResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchCardSmsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchCardSmsResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchCardSmsResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchSmsRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchSmsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchSmsResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchSmsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendBatchSmsResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendBatchSmsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsRequest\\cardObjects' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsRequest/cardObjects.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendCardSmsResponseBody\\data' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendCardSmsResponseBody/data.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendSmsRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendSmsRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendSmsResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendSmsResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\SendSmsResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/SendSmsResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\TagResourcesRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/TagResourcesRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\TagResourcesRequest\\tag' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/TagResourcesRequest/tag.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\TagResourcesResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/TagResourcesResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\TagResourcesResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/TagResourcesResponseBody.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\UntagResourcesRequest' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/UntagResourcesRequest.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\UntagResourcesResponse' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/UntagResourcesResponse.php', + 'AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\Models\\UntagResourcesResponseBody' => __DIR__ . '/..' . '/alibabacloud/dysmsapi-20170525/src/Models/UntagResourcesResponseBody.php', + 'AlibabaCloud\\Tea\\Exception\\TeaError' => __DIR__ . '/..' . '/alibabacloud/tea/src/Exception/TeaError.php', + 'AlibabaCloud\\Tea\\Exception\\TeaRetryError' => __DIR__ . '/..' . '/alibabacloud/tea/src/Exception/TeaRetryError.php', + 'AlibabaCloud\\Tea\\Exception\\TeaUnableRetryError' => __DIR__ . '/..' . '/alibabacloud/tea/src/Exception/TeaUnableRetryError.php', + 'AlibabaCloud\\Tea\\FileForm\\FileForm' => __DIR__ . '/..' . '/alibabacloud/tea-fileform/src/FileForm.php', + 'AlibabaCloud\\Tea\\FileForm\\FileFormStream' => __DIR__ . '/..' . '/alibabacloud/tea-fileform/src/FileFormStream.php', + 'AlibabaCloud\\Tea\\FileForm\\FileForm\\FileField' => __DIR__ . '/..' . '/alibabacloud/tea-fileform/src/FileForm/FileField.php', + 'AlibabaCloud\\Tea\\Helper' => __DIR__ . '/..' . '/alibabacloud/tea/src/Helper.php', + 'AlibabaCloud\\Tea\\Model' => __DIR__ . '/..' . '/alibabacloud/tea/src/Model.php', + 'AlibabaCloud\\Tea\\Parameter' => __DIR__ . '/..' . '/alibabacloud/tea/src/Parameter.php', + 'AlibabaCloud\\Tea\\Request' => __DIR__ . '/..' . '/alibabacloud/tea/src/Request.php', + 'AlibabaCloud\\Tea\\Response' => __DIR__ . '/..' . '/alibabacloud/tea/src/Response.php', + 'AlibabaCloud\\Tea\\Tea' => __DIR__ . '/..' . '/alibabacloud/tea/src/Tea.php', + 'AlibabaCloud\\Tea\\Utils\\Utils' => __DIR__ . '/..' . '/alibabacloud/tea-utils/src/Utils.php', + 'AlibabaCloud\\Tea\\Utils\\Utils\\RuntimeOptions' => __DIR__ . '/..' . '/alibabacloud/tea-utils/src/Utils/RuntimeOptions.php', + 'AlibabaCloud\\Tea\\XML\\ArrayToXml' => __DIR__ . '/..' . '/alibabacloud/tea-xml/src/ArrayToXml.php', + 'AlibabaCloud\\Tea\\XML\\XML' => __DIR__ . '/..' . '/alibabacloud/tea-xml/src/XML.php', + 'Alipay\\EasySDK\\Base\\Image\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Base/Image/Client.php', + 'Alipay\\EasySDK\\Base\\Image\\Models\\AlipayOfflineMaterialImageUploadResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Base/Image/Models/AlipayOfflineMaterialImageUploadResponse.php', + 'Alipay\\EasySDK\\Base\\OAuth\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Base/OAuth/Client.php', + 'Alipay\\EasySDK\\Base\\OAuth\\Models\\AlipaySystemOauthTokenResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Base/OAuth/Models/AlipaySystemOauthTokenResponse.php', + 'Alipay\\EasySDK\\Base\\Qrcode\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Base/Qrcode/Client.php', + 'Alipay\\EasySDK\\Base\\Qrcode\\Models\\AlipayOpenAppQrcodeCreateResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Base/Qrcode/Models/AlipayOpenAppQrcodeCreateResponse.php', + 'Alipay\\EasySDK\\Base\\Video\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Base/Video/Client.php', + 'Alipay\\EasySDK\\Base\\Video\\Models\\AlipayOfflineMaterialImageUploadResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Base/Video/Models/AlipayOfflineMaterialImageUploadResponse.php', + 'Alipay\\EasySDK\\Kernel\\AlipayConstants' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/AlipayConstants.php', + 'Alipay\\EasySDK\\Kernel\\CertEnvironment' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/CertEnvironment.php', + 'Alipay\\EasySDK\\Kernel\\Config' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Config.php', + 'Alipay\\EasySDK\\Kernel\\EasySDKKernel' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/EasySDKKernel.php', + 'Alipay\\EasySDK\\Kernel\\Exceptions\\RuntimeException' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Exceptions/RuntimeException.php', + 'Alipay\\EasySDK\\Kernel\\Factory' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Factory.php', + 'Alipay\\EasySDK\\Kernel\\Util\\AES' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Util/AES.php', + 'Alipay\\EasySDK\\Kernel\\Util\\AlipayEncrypt' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Util/AlipayEncrypt.php', + 'Alipay\\EasySDK\\Kernel\\Util\\AntCertificationUtil' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Util/AntCertificationUtil.php', + 'Alipay\\EasySDK\\Kernel\\Util\\JsonUtil' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Util/JsonUtil.php', + 'Alipay\\EasySDK\\Kernel\\Util\\PageUtil' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Util/PageUtil.php', + 'Alipay\\EasySDK\\Kernel\\Util\\ResponseChecker' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Util/ResponseChecker.php', + 'Alipay\\EasySDK\\Kernel\\Util\\SignContentExtractor' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Util/SignContentExtractor.php', + 'Alipay\\EasySDK\\Kernel\\Util\\Signer' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Kernel/Util/Signer.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Client.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicLifeMsgRecallResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicLifeMsgRecallResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicMessageContentCreateResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicMessageContentCreateResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicMessageContentModifyResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicMessageContentModifyResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicMessageSingleSendResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicMessageSingleSendResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicMessageTotalSendResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicMessageTotalSendResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicSettingCategoryQueryResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicSettingCategoryQueryResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\AlipayOpenPublicTemplateMessageIndustryModifyResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/AlipayOpenPublicTemplateMessageIndustryModifyResponse.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Article' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Article.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Context' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Context.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Keyword' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Keyword.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Template' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Template.php', + 'Alipay\\EasySDK\\Marketing\\OpenLife\\Models\\Text' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/OpenLife/Models/Text.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/Pass/Client.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Models\\AlipayPassInstanceAddResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/Pass/Models/AlipayPassInstanceAddResponse.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Models\\AlipayPassInstanceUpdateResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/Pass/Models/AlipayPassInstanceUpdateResponse.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Models\\AlipayPassTemplateAddResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/Pass/Models/AlipayPassTemplateAddResponse.php', + 'Alipay\\EasySDK\\Marketing\\Pass\\Models\\AlipayPassTemplateUpdateResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/Pass/Models/AlipayPassTemplateUpdateResponse.php', + 'Alipay\\EasySDK\\Marketing\\TemplateMessage\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/TemplateMessage/Client.php', + 'Alipay\\EasySDK\\Marketing\\TemplateMessage\\Models\\AlipayOpenAppMiniTemplatemessageSendResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Marketing/TemplateMessage/Models/AlipayOpenAppMiniTemplatemessageSendResponse.php', + 'Alipay\\EasySDK\\Member\\Identification\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Member/Identification/Client.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\AlipayUserCertifyOpenCertifyResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Member/Identification/Models/AlipayUserCertifyOpenCertifyResponse.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\AlipayUserCertifyOpenInitializeResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Member/Identification/Models/AlipayUserCertifyOpenInitializeResponse.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\AlipayUserCertifyOpenQueryResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Member/Identification/Models/AlipayUserCertifyOpenQueryResponse.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\IdentityParam' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Member/Identification/Models/IdentityParam.php', + 'Alipay\\EasySDK\\Member\\Identification\\Models\\MerchantConfig' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Member/Identification/Models/MerchantConfig.php', + 'Alipay\\EasySDK\\Payment\\App\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/App/Client.php', + 'Alipay\\EasySDK\\Payment\\App\\Models\\AlipayTradeAppPayResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/App/Models/AlipayTradeAppPayResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Client.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayDataDataserviceBillDownloadurlQueryResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayDataDataserviceBillDownloadurlQueryResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeCancelResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeCancelResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeCloseResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeCloseResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeCreateResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeCreateResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeFastpayRefundQueryResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeFastpayRefundQueryResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeQueryResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeQueryResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\AlipayTradeRefundResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/AlipayTradeRefundResponse.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\PresetPayToolInfo' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/PresetPayToolInfo.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\RefundRoyaltyResult' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/RefundRoyaltyResult.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\TradeFundBill' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/TradeFundBill.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\TradeSettleDetail' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/TradeSettleDetail.php', + 'Alipay\\EasySDK\\Payment\\Common\\Models\\TradeSettleInfo' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Common/Models/TradeSettleInfo.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Client.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Models\\AlipayTradePayResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Models/AlipayTradePayResponse.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Models\\AlipayTradePrecreateResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Models/AlipayTradePrecreateResponse.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Models\\TradeFundBill' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Models/TradeFundBill.php', + 'Alipay\\EasySDK\\Payment\\FaceToFace\\Models\\VoucherDetail' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/FaceToFace/Models/VoucherDetail.php', + 'Alipay\\EasySDK\\Payment\\Huabei\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Huabei/Client.php', + 'Alipay\\EasySDK\\Payment\\Huabei\\Models\\AlipayTradeCreateResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Huabei/Models/AlipayTradeCreateResponse.php', + 'Alipay\\EasySDK\\Payment\\Huabei\\Models\\HuabeiConfig' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Huabei/Models/HuabeiConfig.php', + 'Alipay\\EasySDK\\Payment\\Page\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Page/Client.php', + 'Alipay\\EasySDK\\Payment\\Page\\Models\\AlipayTradePagePayResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Page/Models/AlipayTradePagePayResponse.php', + 'Alipay\\EasySDK\\Payment\\Wap\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Wap/Client.php', + 'Alipay\\EasySDK\\Payment\\Wap\\Models\\AlipayTradeWapPayResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Payment/Wap/Models/AlipayTradeWapPayResponse.php', + 'Alipay\\EasySDK\\Security\\TextRisk\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Security/TextRisk/Client.php', + 'Alipay\\EasySDK\\Security\\TextRisk\\Models\\AlipaySecurityRiskContentDetectResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Security/TextRisk/Models/AlipaySecurityRiskContentDetectResponse.php', + 'Alipay\\EasySDK\\Util\\AES\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Util/AES/Client.php', + 'Alipay\\EasySDK\\Util\\Generic\\Client' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Util/Generic/Client.php', + 'Alipay\\EasySDK\\Util\\Generic\\Models\\AlipayOpenApiGenericResponse' => __DIR__ . '/..' . '/alipaysdk/easysdk/php/src/Util/Generic/Models/AlipayOpenApiGenericResponse.php', + 'Aws\\ACMPCA\\ACMPCAClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php', + 'Aws\\ACMPCA\\Exception\\ACMPCAException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php', + 'Aws\\AbstractConfigurationProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AbstractConfigurationProvider.php', + 'Aws\\AccessAnalyzer\\AccessAnalyzerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php', + 'Aws\\AccessAnalyzer\\Exception\\AccessAnalyzerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php', + 'Aws\\Acm\\AcmClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Acm/AcmClient.php', + 'Aws\\Acm\\Exception\\AcmException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Acm/Exception/AcmException.php', + 'Aws\\AlexaForBusiness\\AlexaForBusinessClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php', + 'Aws\\AlexaForBusiness\\Exception\\AlexaForBusinessException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php', + 'Aws\\AmplifyBackend\\AmplifyBackendClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php', + 'Aws\\AmplifyBackend\\Exception\\AmplifyBackendException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php', + 'Aws\\Amplify\\AmplifyClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Amplify/AmplifyClient.php', + 'Aws\\Amplify\\Exception\\AmplifyException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php', + 'Aws\\ApiGatewayManagementApi\\ApiGatewayManagementApiClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php', + 'Aws\\ApiGatewayManagementApi\\Exception\\ApiGatewayManagementApiException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php', + 'Aws\\ApiGatewayV2\\ApiGatewayV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php', + 'Aws\\ApiGatewayV2\\Exception\\ApiGatewayV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php', + 'Aws\\ApiGateway\\ApiGatewayClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php', + 'Aws\\ApiGateway\\Exception\\ApiGatewayException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php', + 'Aws\\Api\\AbstractModel' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/AbstractModel.php', + 'Aws\\Api\\ApiProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/ApiProvider.php', + 'Aws\\Api\\DateTimeResult' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/DateTimeResult.php', + 'Aws\\Api\\DocModel' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/DocModel.php', + 'Aws\\Api\\ErrorParser\\AbstractErrorParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/ErrorParser/AbstractErrorParser.php', + 'Aws\\Api\\ErrorParser\\JsonParserTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php', + 'Aws\\Api\\ErrorParser\\JsonRpcErrorParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php', + 'Aws\\Api\\ErrorParser\\RestJsonErrorParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php', + 'Aws\\Api\\ErrorParser\\XmlErrorParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php', + 'Aws\\Api\\ListShape' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/ListShape.php', + 'Aws\\Api\\MapShape' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/MapShape.php', + 'Aws\\Api\\Operation' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Operation.php', + 'Aws\\Api\\Parser\\AbstractParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php', + 'Aws\\Api\\Parser\\AbstractRestParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php', + 'Aws\\Api\\Parser\\Crc32ValidatingParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php', + 'Aws\\Api\\Parser\\DecodingEventStreamIterator' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php', + 'Aws\\Api\\Parser\\EventParsingIterator' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php', + 'Aws\\Api\\Parser\\Exception\\ParserException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php', + 'Aws\\Api\\Parser\\JsonParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/JsonParser.php', + 'Aws\\Api\\Parser\\JsonRpcParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php', + 'Aws\\Api\\Parser\\MetadataParserTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php', + 'Aws\\Api\\Parser\\PayloadParserTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php', + 'Aws\\Api\\Parser\\QueryParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/QueryParser.php', + 'Aws\\Api\\Parser\\RestJsonParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php', + 'Aws\\Api\\Parser\\RestXmlParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php', + 'Aws\\Api\\Parser\\XmlParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Parser/XmlParser.php', + 'Aws\\Api\\Serializer\\Ec2ParamBuilder' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php', + 'Aws\\Api\\Serializer\\JsonBody' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php', + 'Aws\\Api\\Serializer\\JsonRpcSerializer' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php', + 'Aws\\Api\\Serializer\\QueryParamBuilder' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php', + 'Aws\\Api\\Serializer\\QuerySerializer' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php', + 'Aws\\Api\\Serializer\\RestJsonSerializer' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php', + 'Aws\\Api\\Serializer\\RestSerializer' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php', + 'Aws\\Api\\Serializer\\RestXmlSerializer' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php', + 'Aws\\Api\\Serializer\\XmlBody' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php', + 'Aws\\Api\\Service' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Service.php', + 'Aws\\Api\\Shape' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Shape.php', + 'Aws\\Api\\ShapeMap' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/ShapeMap.php', + 'Aws\\Api\\StructureShape' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/StructureShape.php', + 'Aws\\Api\\TimestampShape' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/TimestampShape.php', + 'Aws\\Api\\Validator' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Api/Validator.php', + 'Aws\\AppConfig\\AppConfigClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php', + 'Aws\\AppConfig\\Exception\\AppConfigException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php', + 'Aws\\AppIntegrationsService\\AppIntegrationsServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php', + 'Aws\\AppIntegrationsService\\Exception\\AppIntegrationsServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php', + 'Aws\\AppMesh\\AppMeshClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php', + 'Aws\\AppMesh\\Exception\\AppMeshException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php', + 'Aws\\AppRegistry\\AppRegistryClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php', + 'Aws\\AppRegistry\\Exception\\AppRegistryException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php', + 'Aws\\AppSync\\AppSyncClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppSync/AppSyncClient.php', + 'Aws\\AppSync\\Exception\\AppSyncException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php', + 'Aws\\Appflow\\AppflowClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Appflow/AppflowClient.php', + 'Aws\\Appflow\\Exception\\AppflowException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php', + 'Aws\\ApplicationAutoScaling\\ApplicationAutoScalingClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php', + 'Aws\\ApplicationAutoScaling\\Exception\\ApplicationAutoScalingException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php', + 'Aws\\ApplicationDiscoveryService\\ApplicationDiscoveryServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php', + 'Aws\\ApplicationDiscoveryService\\Exception\\ApplicationDiscoveryServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php', + 'Aws\\ApplicationInsights\\ApplicationInsightsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php', + 'Aws\\ApplicationInsights\\Exception\\ApplicationInsightsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php', + 'Aws\\Appstream\\AppstreamClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Appstream/AppstreamClient.php', + 'Aws\\Appstream\\Exception\\AppstreamException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php', + 'Aws\\Arn\\AccessPointArn' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/AccessPointArn.php', + 'Aws\\Arn\\AccessPointArnInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php', + 'Aws\\Arn\\Arn' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/Arn.php', + 'Aws\\Arn\\ArnInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/ArnInterface.php', + 'Aws\\Arn\\ArnParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/ArnParser.php', + 'Aws\\Arn\\Exception\\InvalidArnException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php', + 'Aws\\Arn\\ResourceTypeAndIdTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php', + 'Aws\\Arn\\S3\\AccessPointArn' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php', + 'Aws\\Arn\\S3\\BucketArnInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php', + 'Aws\\Arn\\S3\\OutpostsAccessPointArn' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php', + 'Aws\\Arn\\S3\\OutpostsArnInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php', + 'Aws\\Arn\\S3\\OutpostsBucketArn' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php', + 'Aws\\Athena\\AthenaClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Athena/AthenaClient.php', + 'Aws\\Athena\\Exception\\AthenaException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php', + 'Aws\\AuditManager\\AuditManagerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php', + 'Aws\\AuditManager\\Exception\\AuditManagerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php', + 'Aws\\AugmentedAIRuntime\\AugmentedAIRuntimeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php', + 'Aws\\AugmentedAIRuntime\\Exception\\AugmentedAIRuntimeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php', + 'Aws\\AutoScalingPlans\\AutoScalingPlansClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php', + 'Aws\\AutoScalingPlans\\Exception\\AutoScalingPlansException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php', + 'Aws\\AutoScaling\\AutoScalingClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php', + 'Aws\\AutoScaling\\Exception\\AutoScalingException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php', + 'Aws\\AwsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AwsClient.php', + 'Aws\\AwsClientInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AwsClientInterface.php', + 'Aws\\AwsClientTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/AwsClientTrait.php', + 'Aws\\Backup\\BackupClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Backup/BackupClient.php', + 'Aws\\Backup\\Exception\\BackupException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Backup/Exception/BackupException.php', + 'Aws\\Batch\\BatchClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Batch/BatchClient.php', + 'Aws\\Batch\\Exception\\BatchException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Batch/Exception/BatchException.php', + 'Aws\\Braket\\BraketClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Braket/BraketClient.php', + 'Aws\\Braket\\Exception\\BraketException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Braket/Exception/BraketException.php', + 'Aws\\Budgets\\BudgetsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Budgets/BudgetsClient.php', + 'Aws\\Budgets\\Exception\\BudgetsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php', + 'Aws\\CacheInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CacheInterface.php', + 'Aws\\Chime\\ChimeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Chime/ChimeClient.php', + 'Aws\\Chime\\Exception\\ChimeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php', + 'Aws\\ClientResolver' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientResolver.php', + 'Aws\\ClientSideMonitoring\\AbstractMonitoringMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php', + 'Aws\\ClientSideMonitoring\\ApiCallAttemptMonitoringMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php', + 'Aws\\ClientSideMonitoring\\ApiCallMonitoringMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php', + 'Aws\\ClientSideMonitoring\\Configuration' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php', + 'Aws\\ClientSideMonitoring\\ConfigurationInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php', + 'Aws\\ClientSideMonitoring\\ConfigurationProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php', + 'Aws\\ClientSideMonitoring\\Exception\\ConfigurationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php', + 'Aws\\ClientSideMonitoring\\MonitoringMiddlewareInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php', + 'Aws\\Cloud9\\Cloud9Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php', + 'Aws\\Cloud9\\Exception\\Cloud9Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php', + 'Aws\\CloudDirectory\\CloudDirectoryClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php', + 'Aws\\CloudDirectory\\Exception\\CloudDirectoryException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php', + 'Aws\\CloudFormation\\CloudFormationClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php', + 'Aws\\CloudFormation\\Exception\\CloudFormationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php', + 'Aws\\CloudFront\\CloudFrontClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php', + 'Aws\\CloudFront\\CookieSigner' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudFront/CookieSigner.php', + 'Aws\\CloudFront\\Exception\\CloudFrontException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php', + 'Aws\\CloudFront\\Signer' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudFront/Signer.php', + 'Aws\\CloudFront\\UrlSigner' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudFront/UrlSigner.php', + 'Aws\\CloudHSMV2\\CloudHSMV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php', + 'Aws\\CloudHSMV2\\Exception\\CloudHSMV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php', + 'Aws\\CloudHsm\\CloudHsmClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php', + 'Aws\\CloudHsm\\Exception\\CloudHsmException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php', + 'Aws\\CloudSearchDomain\\CloudSearchDomainClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php', + 'Aws\\CloudSearchDomain\\Exception\\CloudSearchDomainException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php', + 'Aws\\CloudSearch\\CloudSearchClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php', + 'Aws\\CloudSearch\\Exception\\CloudSearchException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php', + 'Aws\\CloudTrail\\CloudTrailClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php', + 'Aws\\CloudTrail\\Exception\\CloudTrailException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php', + 'Aws\\CloudTrail\\LogFileIterator' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php', + 'Aws\\CloudTrail\\LogFileReader' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php', + 'Aws\\CloudTrail\\LogRecordIterator' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php', + 'Aws\\CloudWatchEvents\\CloudWatchEventsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php', + 'Aws\\CloudWatchEvents\\Exception\\CloudWatchEventsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php', + 'Aws\\CloudWatchLogs\\CloudWatchLogsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php', + 'Aws\\CloudWatchLogs\\Exception\\CloudWatchLogsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php', + 'Aws\\CloudWatch\\CloudWatchClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php', + 'Aws\\CloudWatch\\Exception\\CloudWatchException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php', + 'Aws\\CodeArtifact\\CodeArtifactClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php', + 'Aws\\CodeArtifact\\Exception\\CodeArtifactException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php', + 'Aws\\CodeBuild\\CodeBuildClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php', + 'Aws\\CodeBuild\\Exception\\CodeBuildException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php', + 'Aws\\CodeCommit\\CodeCommitClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php', + 'Aws\\CodeCommit\\Exception\\CodeCommitException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php', + 'Aws\\CodeDeploy\\CodeDeployClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php', + 'Aws\\CodeDeploy\\Exception\\CodeDeployException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php', + 'Aws\\CodeGuruProfiler\\CodeGuruProfilerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php', + 'Aws\\CodeGuruProfiler\\Exception\\CodeGuruProfilerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php', + 'Aws\\CodeGuruReviewer\\CodeGuruReviewerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php', + 'Aws\\CodeGuruReviewer\\Exception\\CodeGuruReviewerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php', + 'Aws\\CodePipeline\\CodePipelineClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php', + 'Aws\\CodePipeline\\Exception\\CodePipelineException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php', + 'Aws\\CodeStarNotifications\\CodeStarNotificationsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php', + 'Aws\\CodeStarNotifications\\Exception\\CodeStarNotificationsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php', + 'Aws\\CodeStar\\CodeStarClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php', + 'Aws\\CodeStar\\Exception\\CodeStarException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php', + 'Aws\\CodeStarconnections\\CodeStarconnectionsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php', + 'Aws\\CodeStarconnections\\Exception\\CodeStarconnectionsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CodeStarconnections/Exception/CodeStarconnectionsException.php', + 'Aws\\CognitoIdentityProvider\\CognitoIdentityProviderClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php', + 'Aws\\CognitoIdentityProvider\\Exception\\CognitoIdentityProviderException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php', + 'Aws\\CognitoIdentity\\CognitoIdentityClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php', + 'Aws\\CognitoIdentity\\CognitoIdentityProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php', + 'Aws\\CognitoIdentity\\Exception\\CognitoIdentityException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php', + 'Aws\\CognitoSync\\CognitoSyncClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php', + 'Aws\\CognitoSync\\Exception\\CognitoSyncException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php', + 'Aws\\Command' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Command.php', + 'Aws\\CommandInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CommandInterface.php', + 'Aws\\CommandPool' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CommandPool.php', + 'Aws\\ComprehendMedical\\ComprehendMedicalClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php', + 'Aws\\ComprehendMedical\\Exception\\ComprehendMedicalException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php', + 'Aws\\Comprehend\\ComprehendClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php', + 'Aws\\Comprehend\\Exception\\ComprehendException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php', + 'Aws\\ComputeOptimizer\\ComputeOptimizerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php', + 'Aws\\ComputeOptimizer\\Exception\\ComputeOptimizerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php', + 'Aws\\ConfigService\\ConfigServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php', + 'Aws\\ConfigService\\Exception\\ConfigServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php', + 'Aws\\ConfigurationProviderInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ConfigurationProviderInterface.php', + 'Aws\\ConnectContactLens\\ConnectContactLensClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php', + 'Aws\\ConnectContactLens\\Exception\\ConnectContactLensException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php', + 'Aws\\ConnectParticipant\\ConnectParticipantClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php', + 'Aws\\ConnectParticipant\\Exception\\ConnectParticipantException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php', + 'Aws\\Connect\\ConnectClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Connect/ConnectClient.php', + 'Aws\\Connect\\Exception\\ConnectException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php', + 'Aws\\CostExplorer\\CostExplorerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php', + 'Aws\\CostExplorer\\Exception\\CostExplorerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php', + 'Aws\\CostandUsageReportService\\CostandUsageReportServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php', + 'Aws\\CostandUsageReportService\\Exception\\CostandUsageReportServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php', + 'Aws\\Credentials\\AssumeRoleCredentialProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php', + 'Aws\\Credentials\\AssumeRoleWithWebIdentityCredentialProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php', + 'Aws\\Credentials\\CredentialProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Credentials/CredentialProvider.php', + 'Aws\\Credentials\\Credentials' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Credentials/Credentials.php', + 'Aws\\Credentials\\CredentialsInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php', + 'Aws\\Credentials\\EcsCredentialProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php', + 'Aws\\Credentials\\InstanceProfileProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php', + 'Aws\\Crypto\\AbstractCryptoClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php', + 'Aws\\Crypto\\AbstractCryptoClientV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/AbstractCryptoClientV2.php', + 'Aws\\Crypto\\AesDecryptingStream' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php', + 'Aws\\Crypto\\AesEncryptingStream' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/AesEncryptingStream.php', + 'Aws\\Crypto\\AesGcmDecryptingStream' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/AesGcmDecryptingStream.php', + 'Aws\\Crypto\\AesGcmEncryptingStream' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php', + 'Aws\\Crypto\\AesStreamInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php', + 'Aws\\Crypto\\AesStreamInterfaceV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/AesStreamInterfaceV2.php', + 'Aws\\Crypto\\Cipher\\Cbc' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php', + 'Aws\\Crypto\\Cipher\\CipherBuilderTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php', + 'Aws\\Crypto\\Cipher\\CipherMethod' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php', + 'Aws\\Crypto\\DecryptionTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php', + 'Aws\\Crypto\\DecryptionTraitV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/DecryptionTraitV2.php', + 'Aws\\Crypto\\EncryptionTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php', + 'Aws\\Crypto\\EncryptionTraitV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/EncryptionTraitV2.php', + 'Aws\\Crypto\\KmsMaterialsProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php', + 'Aws\\Crypto\\KmsMaterialsProviderV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/KmsMaterialsProviderV2.php', + 'Aws\\Crypto\\MaterialsProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php', + 'Aws\\Crypto\\MaterialsProviderInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterface.php', + 'Aws\\Crypto\\MaterialsProviderInterfaceV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php', + 'Aws\\Crypto\\MaterialsProviderV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php', + 'Aws\\Crypto\\MetadataEnvelope' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php', + 'Aws\\Crypto\\MetadataStrategyInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php', + 'Aws\\Crypto\\Polyfill\\AesGcm' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php', + 'Aws\\Crypto\\Polyfill\\ByteArray' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php', + 'Aws\\Crypto\\Polyfill\\Gmac' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php', + 'Aws\\Crypto\\Polyfill\\Key' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php', + 'Aws\\Crypto\\Polyfill\\NeedsTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php', + 'Aws\\CustomerProfiles\\CustomerProfilesClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php', + 'Aws\\CustomerProfiles\\Exception\\CustomerProfilesException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php', + 'Aws\\DAX\\DAXClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DAX/DAXClient.php', + 'Aws\\DAX\\Exception\\DAXException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DAX/Exception/DAXException.php', + 'Aws\\DLM\\DLMClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DLM/DLMClient.php', + 'Aws\\DLM\\Exception\\DLMException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DLM/Exception/DLMException.php', + 'Aws\\DataExchange\\DataExchangeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php', + 'Aws\\DataExchange\\Exception\\DataExchangeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php', + 'Aws\\DataPipeline\\DataPipelineClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php', + 'Aws\\DataPipeline\\Exception\\DataPipelineException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php', + 'Aws\\DataSync\\DataSyncClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DataSync/DataSyncClient.php', + 'Aws\\DataSync\\Exception\\DataSyncException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php', + 'Aws\\DatabaseMigrationService\\DatabaseMigrationServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php', + 'Aws\\DatabaseMigrationService\\Exception\\DatabaseMigrationServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php', + 'Aws\\Detective\\DetectiveClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Detective/DetectiveClient.php', + 'Aws\\Detective\\Exception\\DetectiveException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php', + 'Aws\\DevOpsGuru\\DevOpsGuruClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php', + 'Aws\\DevOpsGuru\\Exception\\DevOpsGuruException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php', + 'Aws\\DeviceFarm\\DeviceFarmClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php', + 'Aws\\DeviceFarm\\Exception\\DeviceFarmException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php', + 'Aws\\DirectConnect\\DirectConnectClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php', + 'Aws\\DirectConnect\\Exception\\DirectConnectException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php', + 'Aws\\DirectoryService\\DirectoryServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php', + 'Aws\\DirectoryService\\Exception\\DirectoryServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php', + 'Aws\\DocDB\\DocDBClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DocDB/DocDBClient.php', + 'Aws\\DocDB\\Exception\\DocDBException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php', + 'Aws\\DoctrineCacheAdapter' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DoctrineCacheAdapter.php', + 'Aws\\DynamoDbStreams\\DynamoDbStreamsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php', + 'Aws\\DynamoDbStreams\\Exception\\DynamoDbStreamsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php', + 'Aws\\DynamoDb\\BinaryValue' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php', + 'Aws\\DynamoDb\\DynamoDbClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php', + 'Aws\\DynamoDb\\Exception\\DynamoDbException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php', + 'Aws\\DynamoDb\\LockingSessionConnection' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php', + 'Aws\\DynamoDb\\Marshaler' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/Marshaler.php', + 'Aws\\DynamoDb\\NumberValue' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/NumberValue.php', + 'Aws\\DynamoDb\\SessionConnectionConfigTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php', + 'Aws\\DynamoDb\\SessionConnectionInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php', + 'Aws\\DynamoDb\\SessionHandler' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php', + 'Aws\\DynamoDb\\SetValue' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/SetValue.php', + 'Aws\\DynamoDb\\StandardSessionConnection' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php', + 'Aws\\DynamoDb\\WriteRequestBatch' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php', + 'Aws\\EBS\\EBSClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EBS/EBSClient.php', + 'Aws\\EBS\\Exception\\EBSException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EBS/Exception/EBSException.php', + 'Aws\\EC2InstanceConnect\\EC2InstanceConnectClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EC2InstanceConnect/EC2InstanceConnectClient.php', + 'Aws\\EC2InstanceConnect\\Exception\\EC2InstanceConnectException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EC2InstanceConnect/Exception/EC2InstanceConnectException.php', + 'Aws\\ECRPublic\\ECRPublicClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ECRPublic/ECRPublicClient.php', + 'Aws\\ECRPublic\\Exception\\ECRPublicException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ECRPublic/Exception/ECRPublicException.php', + 'Aws\\EKS\\EKSClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EKS/EKSClient.php', + 'Aws\\EKS\\Exception\\EKSException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EKS/Exception/EKSException.php', + 'Aws\\EMRContainers\\EMRContainersClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EMRContainers/EMRContainersClient.php', + 'Aws\\EMRContainers\\Exception\\EMRContainersException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php', + 'Aws\\Ec2\\Ec2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ec2/Ec2Client.php', + 'Aws\\Ec2\\Exception\\Ec2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php', + 'Aws\\Ecr\\EcrClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ecr/EcrClient.php', + 'Aws\\Ecr\\Exception\\EcrException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php', + 'Aws\\Ecs\\EcsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ecs/EcsClient.php', + 'Aws\\Ecs\\Exception\\EcsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php', + 'Aws\\Efs\\EfsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Efs/EfsClient.php', + 'Aws\\Efs\\Exception\\EfsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Efs/Exception/EfsException.php', + 'Aws\\ElastiCache\\ElastiCacheClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php', + 'Aws\\ElastiCache\\Exception\\ElastiCacheException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php', + 'Aws\\ElasticBeanstalk\\ElasticBeanstalkClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php', + 'Aws\\ElasticBeanstalk\\Exception\\ElasticBeanstalkException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php', + 'Aws\\ElasticInference\\ElasticInferenceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php', + 'Aws\\ElasticInference\\Exception\\ElasticInferenceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php', + 'Aws\\ElasticLoadBalancingV2\\ElasticLoadBalancingV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php', + 'Aws\\ElasticLoadBalancingV2\\Exception\\ElasticLoadBalancingV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php', + 'Aws\\ElasticLoadBalancing\\ElasticLoadBalancingClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php', + 'Aws\\ElasticLoadBalancing\\Exception\\ElasticLoadBalancingException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php', + 'Aws\\ElasticTranscoder\\ElasticTranscoderClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php', + 'Aws\\ElasticTranscoder\\Exception\\ElasticTranscoderException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php', + 'Aws\\ElasticsearchService\\ElasticsearchServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php', + 'Aws\\ElasticsearchService\\Exception\\ElasticsearchServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php', + 'Aws\\Emr\\EmrClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Emr/EmrClient.php', + 'Aws\\Emr\\Exception\\EmrException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Emr/Exception/EmrException.php', + 'Aws\\EndpointDiscovery\\Configuration' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php', + 'Aws\\EndpointDiscovery\\ConfigurationInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php', + 'Aws\\EndpointDiscovery\\ConfigurationProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php', + 'Aws\\EndpointDiscovery\\EndpointDiscoveryMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php', + 'Aws\\EndpointDiscovery\\EndpointList' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php', + 'Aws\\EndpointDiscovery\\Exception\\ConfigurationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php', + 'Aws\\EndpointParameterMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EndpointParameterMiddleware.php', + 'Aws\\Endpoint\\EndpointProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php', + 'Aws\\Endpoint\\Partition' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Endpoint/Partition.php', + 'Aws\\Endpoint\\PartitionEndpointProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php', + 'Aws\\Endpoint\\PartitionInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php', + 'Aws\\Endpoint\\PatternEndpointProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php', + 'Aws\\EventBridge\\EventBridgeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EventBridge/EventBridgeClient.php', + 'Aws\\EventBridge\\Exception\\EventBridgeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/EventBridge/Exception/EventBridgeException.php', + 'Aws\\Exception\\AwsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/AwsException.php', + 'Aws\\Exception\\CouldNotCreateChecksumException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php', + 'Aws\\Exception\\CredentialsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/CredentialsException.php', + 'Aws\\Exception\\CryptoException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/CryptoException.php', + 'Aws\\Exception\\CryptoPolyfillException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/CryptoPolyfillException.php', + 'Aws\\Exception\\EventStreamDataException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/EventStreamDataException.php', + 'Aws\\Exception\\IncalculablePayloadException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php', + 'Aws\\Exception\\InvalidJsonException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/InvalidJsonException.php', + 'Aws\\Exception\\InvalidRegionException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/InvalidRegionException.php', + 'Aws\\Exception\\MultipartUploadException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/MultipartUploadException.php', + 'Aws\\Exception\\UnresolvedApiException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php', + 'Aws\\Exception\\UnresolvedEndpointException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php', + 'Aws\\Exception\\UnresolvedSignatureException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php', + 'Aws\\FMS\\Exception\\FMSException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/FMS/Exception/FMSException.php', + 'Aws\\FMS\\FMSClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/FMS/FMSClient.php', + 'Aws\\FSx\\Exception\\FSxException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/FSx/Exception/FSxException.php', + 'Aws\\FSx\\FSxClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/FSx/FSxClient.php', + 'Aws\\Firehose\\Exception\\FirehoseException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php', + 'Aws\\Firehose\\FirehoseClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Firehose/FirehoseClient.php', + 'Aws\\ForecastQueryService\\Exception\\ForecastQueryServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php', + 'Aws\\ForecastQueryService\\ForecastQueryServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php', + 'Aws\\ForecastService\\Exception\\ForecastServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php', + 'Aws\\ForecastService\\ForecastServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php', + 'Aws\\FraudDetector\\Exception\\FraudDetectorException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php', + 'Aws\\FraudDetector\\FraudDetectorClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php', + 'Aws\\GameLift\\Exception\\GameLiftException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php', + 'Aws\\GameLift\\GameLiftClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GameLift/GameLiftClient.php', + 'Aws\\Glacier\\Exception\\GlacierException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php', + 'Aws\\Glacier\\GlacierClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Glacier/GlacierClient.php', + 'Aws\\Glacier\\MultipartUploader' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Glacier/MultipartUploader.php', + 'Aws\\Glacier\\TreeHash' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Glacier/TreeHash.php', + 'Aws\\GlobalAccelerator\\Exception\\GlobalAcceleratorException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php', + 'Aws\\GlobalAccelerator\\GlobalAcceleratorClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php', + 'Aws\\GlueDataBrew\\Exception\\GlueDataBrewException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php', + 'Aws\\GlueDataBrew\\GlueDataBrewClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php', + 'Aws\\Glue\\Exception\\GlueException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Glue/Exception/GlueException.php', + 'Aws\\Glue\\GlueClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Glue/GlueClient.php', + 'Aws\\GreengrassV2\\Exception\\GreengrassV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php', + 'Aws\\GreengrassV2\\GreengrassV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php', + 'Aws\\Greengrass\\Exception\\GreengrassException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php', + 'Aws\\Greengrass\\GreengrassClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php', + 'Aws\\GroundStation\\Exception\\GroundStationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php', + 'Aws\\GroundStation\\GroundStationClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php', + 'Aws\\GuardDuty\\Exception\\GuardDutyException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php', + 'Aws\\GuardDuty\\GuardDutyClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php', + 'Aws\\HandlerList' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HandlerList.php', + 'Aws\\Handler\\GuzzleV5\\GuzzleHandler' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php', + 'Aws\\Handler\\GuzzleV5\\GuzzleStream' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php', + 'Aws\\Handler\\GuzzleV5\\PsrStream' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php', + 'Aws\\Handler\\GuzzleV6\\GuzzleHandler' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php', + 'Aws\\HasDataTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HasDataTrait.php', + 'Aws\\HasMonitoringEventsTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php', + 'Aws\\HashInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HashInterface.php', + 'Aws\\HashingStream' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HashingStream.php', + 'Aws\\HealthLake\\Exception\\HealthLakeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php', + 'Aws\\HealthLake\\HealthLakeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php', + 'Aws\\Health\\Exception\\HealthException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Health/Exception/HealthException.php', + 'Aws\\Health\\HealthClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Health/HealthClient.php', + 'Aws\\History' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/History.php', + 'Aws\\Honeycode\\Exception\\HoneycodeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Honeycode/Exception/HoneycodeException.php', + 'Aws\\Honeycode\\HoneycodeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Honeycode/HoneycodeClient.php', + 'Aws\\IVS\\Exception\\IVSException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IVS/Exception/IVSException.php', + 'Aws\\IVS\\IVSClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IVS/IVSClient.php', + 'Aws\\Iam\\Exception\\IamException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Iam/Exception/IamException.php', + 'Aws\\Iam\\IamClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Iam/IamClient.php', + 'Aws\\IdempotencyTokenMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php', + 'Aws\\IdentityStore\\Exception\\IdentityStoreException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IdentityStore/Exception/IdentityStoreException.php', + 'Aws\\IdentityStore\\IdentityStoreClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IdentityStore/IdentityStoreClient.php', + 'Aws\\ImportExport\\Exception\\ImportExportException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php', + 'Aws\\ImportExport\\ImportExportClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php', + 'Aws\\InputValidationMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/InputValidationMiddleware.php', + 'Aws\\Inspector\\Exception\\InspectorException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php', + 'Aws\\Inspector\\InspectorClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Inspector/InspectorClient.php', + 'Aws\\IoT1ClickDevicesService\\Exception\\IoT1ClickDevicesServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php', + 'Aws\\IoT1ClickDevicesService\\IoT1ClickDevicesServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php', + 'Aws\\IoT1ClickProjects\\Exception\\IoT1ClickProjectsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php', + 'Aws\\IoT1ClickProjects\\IoT1ClickProjectsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php', + 'Aws\\IoTAnalytics\\Exception\\IoTAnalyticsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php', + 'Aws\\IoTAnalytics\\IoTAnalyticsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php', + 'Aws\\IoTDeviceAdvisor\\Exception\\IoTDeviceAdvisorException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php', + 'Aws\\IoTDeviceAdvisor\\IoTDeviceAdvisorClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php', + 'Aws\\IoTEventsData\\Exception\\IoTEventsDataException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php', + 'Aws\\IoTEventsData\\IoTEventsDataClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php', + 'Aws\\IoTEvents\\Exception\\IoTEventsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php', + 'Aws\\IoTEvents\\IoTEventsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php', + 'Aws\\IoTFleetHub\\Exception\\IoTFleetHubException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php', + 'Aws\\IoTFleetHub\\IoTFleetHubClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php', + 'Aws\\IoTJobsDataPlane\\Exception\\IoTJobsDataPlaneException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php', + 'Aws\\IoTJobsDataPlane\\IoTJobsDataPlaneClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php', + 'Aws\\IoTSecureTunneling\\Exception\\IoTSecureTunnelingException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php', + 'Aws\\IoTSecureTunneling\\IoTSecureTunnelingClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php', + 'Aws\\IoTSiteWise\\Exception\\IoTSiteWiseException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php', + 'Aws\\IoTSiteWise\\IoTSiteWiseClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php', + 'Aws\\IoTThingsGraph\\Exception\\IoTThingsGraphException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTThingsGraph/Exception/IoTThingsGraphException.php', + 'Aws\\IoTThingsGraph\\IoTThingsGraphClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php', + 'Aws\\IoTWireless\\Exception\\IoTWirelessException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php', + 'Aws\\IoTWireless\\IoTWirelessClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php', + 'Aws\\IotDataPlane\\Exception\\IotDataPlaneException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php', + 'Aws\\IotDataPlane\\IotDataPlaneClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php', + 'Aws\\Iot\\Exception\\IotException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Iot/Exception/IotException.php', + 'Aws\\Iot\\IotClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Iot/IotClient.php', + 'Aws\\JsonCompiler' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/JsonCompiler.php', + 'Aws\\Kafka\\Exception\\KafkaException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php', + 'Aws\\Kafka\\KafkaClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Kafka/KafkaClient.php', + 'Aws\\KinesisAnalyticsV2\\Exception\\KinesisAnalyticsV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php', + 'Aws\\KinesisAnalyticsV2\\KinesisAnalyticsV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php', + 'Aws\\KinesisAnalytics\\Exception\\KinesisAnalyticsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php', + 'Aws\\KinesisAnalytics\\KinesisAnalyticsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php', + 'Aws\\KinesisVideoArchivedMedia\\Exception\\KinesisVideoArchivedMediaException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php', + 'Aws\\KinesisVideoArchivedMedia\\KinesisVideoArchivedMediaClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php', + 'Aws\\KinesisVideoMedia\\Exception\\KinesisVideoMediaException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php', + 'Aws\\KinesisVideoMedia\\KinesisVideoMediaClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php', + 'Aws\\KinesisVideoSignalingChannels\\Exception\\KinesisVideoSignalingChannelsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php', + 'Aws\\KinesisVideoSignalingChannels\\KinesisVideoSignalingChannelsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php', + 'Aws\\KinesisVideo\\Exception\\KinesisVideoException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php', + 'Aws\\KinesisVideo\\KinesisVideoClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php', + 'Aws\\Kinesis\\Exception\\KinesisException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php', + 'Aws\\Kinesis\\KinesisClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Kinesis/KinesisClient.php', + 'Aws\\Kms\\Exception\\KmsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Kms/Exception/KmsException.php', + 'Aws\\Kms\\KmsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Kms/KmsClient.php', + 'Aws\\LakeFormation\\Exception\\LakeFormationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LakeFormation/Exception/LakeFormationException.php', + 'Aws\\LakeFormation\\LakeFormationClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LakeFormation/LakeFormationClient.php', + 'Aws\\Lambda\\Exception\\LambdaException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php', + 'Aws\\Lambda\\LambdaClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Lambda/LambdaClient.php', + 'Aws\\LexModelBuildingService\\Exception\\LexModelBuildingServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php', + 'Aws\\LexModelBuildingService\\LexModelBuildingServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php', + 'Aws\\LexModelsV2\\Exception\\LexModelsV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LexModelsV2/Exception/LexModelsV2Exception.php', + 'Aws\\LexModelsV2\\LexModelsV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php', + 'Aws\\LexRuntimeService\\Exception\\LexRuntimeServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php', + 'Aws\\LexRuntimeService\\LexRuntimeServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php', + 'Aws\\LexRuntimeV2\\Exception\\LexRuntimeV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LexRuntimeV2/Exception/LexRuntimeV2Exception.php', + 'Aws\\LexRuntimeV2\\LexRuntimeV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LexRuntimeV2/LexRuntimeV2Client.php', + 'Aws\\LicenseManager\\Exception\\LicenseManagerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php', + 'Aws\\LicenseManager\\LicenseManagerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php', + 'Aws\\Lightsail\\Exception\\LightsailException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php', + 'Aws\\Lightsail\\LightsailClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Lightsail/LightsailClient.php', + 'Aws\\LocationService\\Exception\\LocationServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php', + 'Aws\\LocationService\\LocationServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php', + 'Aws\\LookoutforVision\\Exception\\LookoutforVisionException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php', + 'Aws\\LookoutforVision\\LookoutforVisionClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php', + 'Aws\\LruArrayCache' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/LruArrayCache.php', + 'Aws\\MQ\\Exception\\MQException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MQ/Exception/MQException.php', + 'Aws\\MQ\\MQClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MQ/MQClient.php', + 'Aws\\MTurk\\Exception\\MTurkException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php', + 'Aws\\MTurk\\MTurkClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MTurk/MTurkClient.php', + 'Aws\\MWAA\\Exception\\MWAAException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MWAA/Exception/MWAAException.php', + 'Aws\\MWAA\\MWAAClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MWAA/MWAAClient.php', + 'Aws\\MachineLearning\\Exception\\MachineLearningException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php', + 'Aws\\MachineLearning\\MachineLearningClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php', + 'Aws\\Macie2\\Exception\\Macie2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php', + 'Aws\\Macie2\\Macie2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Macie2/Macie2Client.php', + 'Aws\\Macie\\Exception\\MacieException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Macie/Exception/MacieException.php', + 'Aws\\Macie\\MacieClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Macie/MacieClient.php', + 'Aws\\ManagedBlockchain\\Exception\\ManagedBlockchainException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php', + 'Aws\\ManagedBlockchain\\ManagedBlockchainClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php', + 'Aws\\MarketplaceCatalog\\Exception\\MarketplaceCatalogException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php', + 'Aws\\MarketplaceCatalog\\MarketplaceCatalogClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php', + 'Aws\\MarketplaceCommerceAnalytics\\Exception\\MarketplaceCommerceAnalyticsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php', + 'Aws\\MarketplaceCommerceAnalytics\\MarketplaceCommerceAnalyticsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php', + 'Aws\\MarketplaceEntitlementService\\Exception\\MarketplaceEntitlementServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php', + 'Aws\\MarketplaceEntitlementService\\MarketplaceEntitlementServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php', + 'Aws\\MarketplaceMetering\\Exception\\MarketplaceMeteringException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php', + 'Aws\\MarketplaceMetering\\MarketplaceMeteringClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php', + 'Aws\\MediaConnect\\Exception\\MediaConnectException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php', + 'Aws\\MediaConnect\\MediaConnectClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php', + 'Aws\\MediaConvert\\Exception\\MediaConvertException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php', + 'Aws\\MediaConvert\\MediaConvertClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php', + 'Aws\\MediaLive\\Exception\\MediaLiveException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php', + 'Aws\\MediaLive\\MediaLiveClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php', + 'Aws\\MediaPackageVod\\Exception\\MediaPackageVodException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php', + 'Aws\\MediaPackageVod\\MediaPackageVodClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php', + 'Aws\\MediaPackage\\Exception\\MediaPackageException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php', + 'Aws\\MediaPackage\\MediaPackageClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php', + 'Aws\\MediaStoreData\\Exception\\MediaStoreDataException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php', + 'Aws\\MediaStoreData\\MediaStoreDataClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php', + 'Aws\\MediaStore\\Exception\\MediaStoreException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php', + 'Aws\\MediaStore\\MediaStoreClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php', + 'Aws\\MediaTailor\\Exception\\MediaTailorException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php', + 'Aws\\MediaTailor\\MediaTailorClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php', + 'Aws\\Middleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Middleware.php', + 'Aws\\MigrationHubConfig\\Exception\\MigrationHubConfigException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MigrationHubConfig/Exception/MigrationHubConfigException.php', + 'Aws\\MigrationHubConfig\\MigrationHubConfigClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MigrationHubConfig/MigrationHubConfigClient.php', + 'Aws\\MigrationHub\\Exception\\MigrationHubException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php', + 'Aws\\MigrationHub\\MigrationHubClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php', + 'Aws\\Mobile\\Exception\\MobileException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php', + 'Aws\\Mobile\\MobileClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Mobile/MobileClient.php', + 'Aws\\MockHandler' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MockHandler.php', + 'Aws\\MonitoringEventsInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MonitoringEventsInterface.php', + 'Aws\\MultiRegionClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/MultiRegionClient.php', + 'Aws\\Multipart\\AbstractUploadManager' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php', + 'Aws\\Multipart\\AbstractUploader' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Multipart/AbstractUploader.php', + 'Aws\\Multipart\\UploadState' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Multipart/UploadState.php', + 'Aws\\Neptune\\Exception\\NeptuneException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php', + 'Aws\\Neptune\\NeptuneClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Neptune/NeptuneClient.php', + 'Aws\\NetworkFirewall\\Exception\\NetworkFirewallException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/NetworkFirewall/Exception/NetworkFirewallException.php', + 'Aws\\NetworkFirewall\\NetworkFirewallClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php', + 'Aws\\NetworkManager\\Exception\\NetworkManagerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php', + 'Aws\\NetworkManager\\NetworkManagerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php', + 'Aws\\OpsWorksCM\\Exception\\OpsWorksCMException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php', + 'Aws\\OpsWorksCM\\OpsWorksCMClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php', + 'Aws\\OpsWorks\\Exception\\OpsWorksException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php', + 'Aws\\OpsWorks\\OpsWorksClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php', + 'Aws\\Organizations\\Exception\\OrganizationsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php', + 'Aws\\Organizations\\OrganizationsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php', + 'Aws\\Outposts\\Exception\\OutpostsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php', + 'Aws\\Outposts\\OutpostsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Outposts/OutpostsClient.php', + 'Aws\\PI\\Exception\\PIException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PI/Exception/PIException.php', + 'Aws\\PI\\PIClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PI/PIClient.php', + 'Aws\\PersonalizeEvents\\Exception\\PersonalizeEventsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PersonalizeEvents/Exception/PersonalizeEventsException.php', + 'Aws\\PersonalizeEvents\\PersonalizeEventsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PersonalizeEvents/PersonalizeEventsClient.php', + 'Aws\\PersonalizeRuntime\\Exception\\PersonalizeRuntimeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php', + 'Aws\\PersonalizeRuntime\\PersonalizeRuntimeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php', + 'Aws\\Personalize\\Exception\\PersonalizeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php', + 'Aws\\Personalize\\PersonalizeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php', + 'Aws\\PhpHash' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PhpHash.php', + 'Aws\\PinpointEmail\\Exception\\PinpointEmailException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php', + 'Aws\\PinpointEmail\\PinpointEmailClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php', + 'Aws\\PinpointSMSVoice\\Exception\\PinpointSMSVoiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php', + 'Aws\\PinpointSMSVoice\\PinpointSMSVoiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php', + 'Aws\\Pinpoint\\Exception\\PinpointException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php', + 'Aws\\Pinpoint\\PinpointClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php', + 'Aws\\Polly\\Exception\\PollyException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Polly/Exception/PollyException.php', + 'Aws\\Polly\\PollyClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Polly/PollyClient.php', + 'Aws\\PresignUrlMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PresignUrlMiddleware.php', + 'Aws\\Pricing\\Exception\\PricingException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php', + 'Aws\\Pricing\\PricingClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Pricing/PricingClient.php', + 'Aws\\PrometheusService\\Exception\\PrometheusServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php', + 'Aws\\PrometheusService\\PrometheusServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php', + 'Aws\\Psr16CacheAdapter' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Psr16CacheAdapter.php', + 'Aws\\PsrCacheAdapter' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/PsrCacheAdapter.php', + 'Aws\\QLDBSession\\Exception\\QLDBSessionException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php', + 'Aws\\QLDBSession\\QLDBSessionClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php', + 'Aws\\QLDB\\Exception\\QLDBException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php', + 'Aws\\QLDB\\QLDBClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/QLDB/QLDBClient.php', + 'Aws\\QuickSight\\Exception\\QuickSightException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php', + 'Aws\\QuickSight\\QuickSightClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php', + 'Aws\\RAM\\Exception\\RAMException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RAM/Exception/RAMException.php', + 'Aws\\RAM\\RAMClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RAM/RAMClient.php', + 'Aws\\RDSDataService\\Exception\\RDSDataServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php', + 'Aws\\RDSDataService\\RDSDataServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php', + 'Aws\\Rds\\AuthTokenGenerator' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php', + 'Aws\\Rds\\Exception\\RdsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Rds/Exception/RdsException.php', + 'Aws\\Rds\\RdsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Rds/RdsClient.php', + 'Aws\\RedshiftDataAPIService\\Exception\\RedshiftDataAPIServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RedshiftDataAPIService/Exception/RedshiftDataAPIServiceException.php', + 'Aws\\RedshiftDataAPIService\\RedshiftDataAPIServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RedshiftDataAPIService/RedshiftDataAPIServiceClient.php', + 'Aws\\Redshift\\Exception\\RedshiftException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php', + 'Aws\\Redshift\\RedshiftClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Redshift/RedshiftClient.php', + 'Aws\\Rekognition\\Exception\\RekognitionException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php', + 'Aws\\Rekognition\\RekognitionClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php', + 'Aws\\ResourceGroupsTaggingAPI\\Exception\\ResourceGroupsTaggingAPIException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php', + 'Aws\\ResourceGroupsTaggingAPI\\ResourceGroupsTaggingAPIClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php', + 'Aws\\ResourceGroups\\Exception\\ResourceGroupsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php', + 'Aws\\ResourceGroups\\ResourceGroupsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php', + 'Aws\\ResponseContainerInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ResponseContainerInterface.php', + 'Aws\\Result' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Result.php', + 'Aws\\ResultInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ResultInterface.php', + 'Aws\\ResultPaginator' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ResultPaginator.php', + 'Aws\\RetryMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RetryMiddleware.php', + 'Aws\\RetryMiddlewareV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RetryMiddlewareV2.php', + 'Aws\\Retry\\Configuration' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Retry/Configuration.php', + 'Aws\\Retry\\ConfigurationInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Retry/ConfigurationInterface.php', + 'Aws\\Retry\\ConfigurationProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Retry/ConfigurationProvider.php', + 'Aws\\Retry\\Exception\\ConfigurationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php', + 'Aws\\Retry\\QuotaManager' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Retry/QuotaManager.php', + 'Aws\\Retry\\RateLimiter' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Retry/RateLimiter.php', + 'Aws\\Retry\\RetryHelperTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Retry/RetryHelperTrait.php', + 'Aws\\RoboMaker\\Exception\\RoboMakerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RoboMaker/Exception/RoboMakerException.php', + 'Aws\\RoboMaker\\RoboMakerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/RoboMaker/RoboMakerClient.php', + 'Aws\\Route53Domains\\Exception\\Route53DomainsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php', + 'Aws\\Route53Domains\\Route53DomainsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php', + 'Aws\\Route53Resolver\\Exception\\Route53ResolverException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Route53Resolver/Exception/Route53ResolverException.php', + 'Aws\\Route53Resolver\\Route53ResolverClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Route53Resolver/Route53ResolverClient.php', + 'Aws\\Route53\\Exception\\Route53Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php', + 'Aws\\Route53\\Route53Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Route53/Route53Client.php', + 'Aws\\S3Control\\EndpointArnMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php', + 'Aws\\S3Control\\Exception\\S3ControlException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php', + 'Aws\\S3Control\\S3ControlClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3Control/S3ControlClient.php', + 'Aws\\S3Control\\S3ControlEndpointMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3Control/S3ControlEndpointMiddleware.php', + 'Aws\\S3Outposts\\Exception\\S3OutpostsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php', + 'Aws\\S3Outposts\\S3OutpostsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php', + 'Aws\\S3\\AmbiguousSuccessParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php', + 'Aws\\S3\\ApplyChecksumMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php', + 'Aws\\S3\\BatchDelete' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/BatchDelete.php', + 'Aws\\S3\\BucketEndpointArnMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/BucketEndpointArnMiddleware.php', + 'Aws\\S3\\BucketEndpointMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php', + 'Aws\\S3\\Crypto\\CryptoParamsTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php', + 'Aws\\S3\\Crypto\\CryptoParamsTraitV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTraitV2.php', + 'Aws\\S3\\Crypto\\HeadersMetadataStrategy' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/HeadersMetadataStrategy.php', + 'Aws\\S3\\Crypto\\InstructionFileMetadataStrategy' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php', + 'Aws\\S3\\Crypto\\S3EncryptionClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php', + 'Aws\\S3\\Crypto\\S3EncryptionClientV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClientV2.php', + 'Aws\\S3\\Crypto\\S3EncryptionMultipartUploader' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php', + 'Aws\\S3\\Crypto\\S3EncryptionMultipartUploaderV2' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploaderV2.php', + 'Aws\\S3\\Crypto\\UserAgentTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Crypto/UserAgentTrait.php', + 'Aws\\S3\\EndpointRegionHelperTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/EndpointRegionHelperTrait.php', + 'Aws\\S3\\Exception\\DeleteMultipleObjectsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php', + 'Aws\\S3\\Exception\\PermanentRedirectException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php', + 'Aws\\S3\\Exception\\S3Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Exception/S3Exception.php', + 'Aws\\S3\\Exception\\S3MultipartUploadException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php', + 'Aws\\S3\\GetBucketLocationParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php', + 'Aws\\S3\\MultipartCopy' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/MultipartCopy.php', + 'Aws\\S3\\MultipartUploader' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/MultipartUploader.php', + 'Aws\\S3\\MultipartUploadingTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php', + 'Aws\\S3\\ObjectCopier' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/ObjectCopier.php', + 'Aws\\S3\\ObjectUploader' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/ObjectUploader.php', + 'Aws\\S3\\PermanentRedirectMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php', + 'Aws\\S3\\PostObject' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/PostObject.php', + 'Aws\\S3\\PostObjectV4' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/PostObjectV4.php', + 'Aws\\S3\\PutObjectUrlMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php', + 'Aws\\S3\\RegionalEndpoint\\Configuration' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php', + 'Aws\\S3\\RegionalEndpoint\\ConfigurationInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationInterface.php', + 'Aws\\S3\\RegionalEndpoint\\ConfigurationProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationProvider.php', + 'Aws\\S3\\RegionalEndpoint\\Exception\\ConfigurationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php', + 'Aws\\S3\\RetryableMalformedResponseParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php', + 'Aws\\S3\\S3Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/S3Client.php', + 'Aws\\S3\\S3ClientInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/S3ClientInterface.php', + 'Aws\\S3\\S3ClientTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/S3ClientTrait.php', + 'Aws\\S3\\S3EndpointMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php', + 'Aws\\S3\\S3MultiRegionClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php', + 'Aws\\S3\\S3UriParser' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/S3UriParser.php', + 'Aws\\S3\\SSECMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/SSECMiddleware.php', + 'Aws\\S3\\StreamWrapper' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/StreamWrapper.php', + 'Aws\\S3\\Transfer' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/Transfer.php', + 'Aws\\S3\\UseArnRegion\\Configuration' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/UseArnRegion/Configuration.php', + 'Aws\\S3\\UseArnRegion\\ConfigurationInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php', + 'Aws\\S3\\UseArnRegion\\ConfigurationProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php', + 'Aws\\S3\\UseArnRegion\\Exception\\ConfigurationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php', + 'Aws\\SSOAdmin\\Exception\\SSOAdminException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php', + 'Aws\\SSOAdmin\\SSOAdminClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php', + 'Aws\\SSOOIDC\\Exception\\SSOOIDCException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php', + 'Aws\\SSOOIDC\\SSOOIDCClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php', + 'Aws\\SSO\\Exception\\SSOException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SSO/Exception/SSOException.php', + 'Aws\\SSO\\SSOClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SSO/SSOClient.php', + 'Aws\\SageMakerFeatureStoreRuntime\\Exception\\SageMakerFeatureStoreRuntimeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/Exception/SageMakerFeatureStoreRuntimeException.php', + 'Aws\\SageMakerFeatureStoreRuntime\\SageMakerFeatureStoreRuntimeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.php', + 'Aws\\SageMakerRuntime\\Exception\\SageMakerRuntimeException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php', + 'Aws\\SageMakerRuntime\\SageMakerRuntimeClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php', + 'Aws\\SageMaker\\Exception\\SageMakerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php', + 'Aws\\SageMaker\\SageMakerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php', + 'Aws\\SagemakerEdgeManager\\Exception\\SagemakerEdgeManagerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php', + 'Aws\\SagemakerEdgeManager\\SagemakerEdgeManagerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php', + 'Aws\\SavingsPlans\\Exception\\SavingsPlansException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php', + 'Aws\\SavingsPlans\\SavingsPlansClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SavingsPlans/SavingsPlansClient.php', + 'Aws\\Schemas\\Exception\\SchemasException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php', + 'Aws\\Schemas\\SchemasClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Schemas/SchemasClient.php', + 'Aws\\Sdk' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sdk.php', + 'Aws\\SecretsManager\\Exception\\SecretsManagerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php', + 'Aws\\SecretsManager\\SecretsManagerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php', + 'Aws\\SecurityHub\\Exception\\SecurityHubException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php', + 'Aws\\SecurityHub\\SecurityHubClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php', + 'Aws\\ServerlessApplicationRepository\\Exception\\ServerlessApplicationRepositoryException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php', + 'Aws\\ServerlessApplicationRepository\\ServerlessApplicationRepositoryClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php', + 'Aws\\ServiceCatalog\\Exception\\ServiceCatalogException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php', + 'Aws\\ServiceCatalog\\ServiceCatalogClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php', + 'Aws\\ServiceDiscovery\\Exception\\ServiceDiscoveryException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php', + 'Aws\\ServiceDiscovery\\ServiceDiscoveryClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php', + 'Aws\\ServiceQuotas\\Exception\\ServiceQuotasException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php', + 'Aws\\ServiceQuotas\\ServiceQuotasClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php', + 'Aws\\SesV2\\Exception\\SesV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php', + 'Aws\\SesV2\\SesV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SesV2/SesV2Client.php', + 'Aws\\Ses\\Exception\\SesException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ses/Exception/SesException.php', + 'Aws\\Ses\\SesClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ses/SesClient.php', + 'Aws\\Sfn\\Exception\\SfnException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php', + 'Aws\\Sfn\\SfnClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sfn/SfnClient.php', + 'Aws\\Shield\\Exception\\ShieldException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php', + 'Aws\\Shield\\ShieldClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Shield/ShieldClient.php', + 'Aws\\Signature\\AnonymousSignature' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Signature/AnonymousSignature.php', + 'Aws\\Signature\\S3SignatureV4' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Signature/S3SignatureV4.php', + 'Aws\\Signature\\SignatureInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Signature/SignatureInterface.php', + 'Aws\\Signature\\SignatureProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Signature/SignatureProvider.php', + 'Aws\\Signature\\SignatureTrait' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Signature/SignatureTrait.php', + 'Aws\\Signature\\SignatureV4' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Signature/SignatureV4.php', + 'Aws\\Sms\\Exception\\SmsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sms/Exception/SmsException.php', + 'Aws\\Sms\\SmsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sms/SmsClient.php', + 'Aws\\SnowBall\\Exception\\SnowBallException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php', + 'Aws\\SnowBall\\SnowBallClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php', + 'Aws\\Sns\\Exception\\SnsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sns/Exception/SnsException.php', + 'Aws\\Sns\\SnsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sns/SnsClient.php', + 'Aws\\Sqs\\Exception\\SqsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php', + 'Aws\\Sqs\\SqsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sqs/SqsClient.php', + 'Aws\\Ssm\\Exception\\SsmException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php', + 'Aws\\Ssm\\SsmClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Ssm/SsmClient.php', + 'Aws\\StorageGateway\\Exception\\StorageGatewayException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php', + 'Aws\\StorageGateway\\StorageGatewayClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php', + 'Aws\\StreamRequestPayloadMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php', + 'Aws\\Sts\\Exception\\StsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sts/Exception/StsException.php', + 'Aws\\Sts\\RegionalEndpoints\\Configuration' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php', + 'Aws\\Sts\\RegionalEndpoints\\ConfigurationInterface' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationInterface.php', + 'Aws\\Sts\\RegionalEndpoints\\ConfigurationProvider' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php', + 'Aws\\Sts\\RegionalEndpoints\\Exception\\ConfigurationException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php', + 'Aws\\Sts\\StsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Sts/StsClient.php', + 'Aws\\Support\\Exception\\SupportException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Support/Exception/SupportException.php', + 'Aws\\Support\\SupportClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Support/SupportClient.php', + 'Aws\\Swf\\Exception\\SwfException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Swf/Exception/SwfException.php', + 'Aws\\Swf\\SwfClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Swf/SwfClient.php', + 'Aws\\Synthetics\\Exception\\SyntheticsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php', + 'Aws\\Synthetics\\SyntheticsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php', + 'Aws\\Textract\\Exception\\TextractException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Textract/Exception/TextractException.php', + 'Aws\\Textract\\TextractClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Textract/TextractClient.php', + 'Aws\\TimestreamQuery\\Exception\\TimestreamQueryException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php', + 'Aws\\TimestreamQuery\\TimestreamQueryClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php', + 'Aws\\TimestreamWrite\\Exception\\TimestreamWriteException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php', + 'Aws\\TimestreamWrite\\TimestreamWriteClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php', + 'Aws\\TraceMiddleware' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/TraceMiddleware.php', + 'Aws\\TranscribeService\\Exception\\TranscribeServiceException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php', + 'Aws\\TranscribeService\\TranscribeServiceClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php', + 'Aws\\Transfer\\Exception\\TransferException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php', + 'Aws\\Transfer\\TransferClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Transfer/TransferClient.php', + 'Aws\\Translate\\Exception\\TranslateException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php', + 'Aws\\Translate\\TranslateClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Translate/TranslateClient.php', + 'Aws\\WAFV2\\Exception\\WAFV2Exception' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php', + 'Aws\\WAFV2\\WAFV2Client' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php', + 'Aws\\WafRegional\\Exception\\WafRegionalException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php', + 'Aws\\WafRegional\\WafRegionalClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php', + 'Aws\\Waf\\Exception\\WafException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Waf/Exception/WafException.php', + 'Aws\\Waf\\WafClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Waf/WafClient.php', + 'Aws\\Waiter' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/Waiter.php', + 'Aws\\WellArchitected\\Exception\\WellArchitectedException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php', + 'Aws\\WellArchitected\\WellArchitectedClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php', + 'Aws\\WorkDocs\\Exception\\WorkDocsException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php', + 'Aws\\WorkDocs\\WorkDocsClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php', + 'Aws\\WorkLink\\Exception\\WorkLinkException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php', + 'Aws\\WorkLink\\WorkLinkClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php', + 'Aws\\WorkMailMessageFlow\\Exception\\WorkMailMessageFlowException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php', + 'Aws\\WorkMailMessageFlow\\WorkMailMessageFlowClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php', + 'Aws\\WorkMail\\Exception\\WorkMailException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php', + 'Aws\\WorkMail\\WorkMailClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php', + 'Aws\\WorkSpaces\\Exception\\WorkSpacesException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php', + 'Aws\\WorkSpaces\\WorkSpacesClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php', + 'Aws\\WrappedHttpHandler' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/WrappedHttpHandler.php', + 'Aws\\XRay\\Exception\\XRayException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/XRay/Exception/XRayException.php', + 'Aws\\XRay\\XRayClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/XRay/XRayClient.php', + 'Aws\\imagebuilder\\Exception\\imagebuilderException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php', + 'Aws\\imagebuilder\\imagebuilderClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php', + 'Aws\\kendra\\Exception\\kendraException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/kendra/Exception/kendraException.php', + 'Aws\\kendra\\kendraClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/kendra/kendraClient.php', + 'Aws\\signer\\Exception\\signerException' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/signer/Exception/signerException.php', + 'Aws\\signer\\signerClient' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/signer/signerClient.php', + 'Carbon\\Carbon' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Carbon.php', + 'Carbon\\CarbonImmutable' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/CarbonImmutable.php', + 'Carbon\\CarbonInterface' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/CarbonInterface.php', + 'Carbon\\CarbonInterval' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/CarbonInterval.php', + 'Carbon\\CarbonPeriod' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/CarbonPeriod.php', + 'Carbon\\CarbonTimeZone' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/CarbonTimeZone.php', + 'Carbon\\Exceptions\\InvalidDateException' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php', + 'Carbon\\Factory' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Factory.php', + 'Carbon\\FactoryImmutable' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/FactoryImmutable.php', + 'Carbon\\Language' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Language.php', + 'Carbon\\Laravel\\ServiceProvider' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php', + 'Carbon\\Traits\\Boundaries' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Boundaries.php', + 'Carbon\\Traits\\Comparison' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Comparison.php', + 'Carbon\\Traits\\Converter' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Converter.php', + 'Carbon\\Traits\\Creator' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Creator.php', + 'Carbon\\Traits\\Date' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Date.php', + 'Carbon\\Traits\\Difference' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Difference.php', + 'Carbon\\Traits\\Localization' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Localization.php', + 'Carbon\\Traits\\Macro' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Macro.php', + 'Carbon\\Traits\\Modifiers' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Modifiers.php', + 'Carbon\\Traits\\Mutability' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Mutability.php', + 'Carbon\\Traits\\Options' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Options.php', + 'Carbon\\Traits\\Rounding' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Rounding.php', + 'Carbon\\Traits\\Serialization' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Serialization.php', + 'Carbon\\Traits\\Test' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Test.php', + 'Carbon\\Traits\\Timestamp' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Timestamp.php', + 'Carbon\\Traits\\Units' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Units.php', + 'Carbon\\Traits\\Week' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Traits/Week.php', + 'Carbon\\Translator' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/Translator.php', + 'Channel\\Client' => __DIR__ . '/..' . '/workerman/channel/src/Client.php', + 'Channel\\Server' => __DIR__ . '/..' . '/workerman/channel/src/Server.php', + 'Complex\\Complex' => __DIR__ . '/..' . '/markbaker/complex/classes/src/Complex.php', + 'Complex\\Exception' => __DIR__ . '/..' . '/markbaker/complex/classes/src/Exception.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', - 'DivisionByZeroError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php', - 'Error' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/Error.php', + 'Darabonba\\GatewaySpi\\Client' => __DIR__ . '/..' . '/alibabacloud/gateway-spi/src/Client.php', + 'Darabonba\\GatewaySpi\\Models\\AttributeMap' => __DIR__ . '/..' . '/alibabacloud/gateway-spi/src/Models/AttributeMap.php', + 'Darabonba\\GatewaySpi\\Models\\InterceptorContext' => __DIR__ . '/..' . '/alibabacloud/gateway-spi/src/Models/InterceptorContext.php', + 'Darabonba\\GatewaySpi\\Models\\InterceptorContext\\configuration' => __DIR__ . '/..' . '/alibabacloud/gateway-spi/src/Models/InterceptorContext/configuration.php', + 'Darabonba\\GatewaySpi\\Models\\InterceptorContext\\request' => __DIR__ . '/..' . '/alibabacloud/gateway-spi/src/Models/InterceptorContext/request.php', + 'Darabonba\\GatewaySpi\\Models\\InterceptorContext\\response' => __DIR__ . '/..' . '/alibabacloud/gateway-spi/src/Models/InterceptorContext/response.php', + 'Darabonba\\OpenApi\\Models\\Config' => __DIR__ . '/..' . '/alibabacloud/darabonba-openapi/src/Models/Config.php', + 'Darabonba\\OpenApi\\Models\\GlobalParameters' => __DIR__ . '/..' . '/alibabacloud/darabonba-openapi/src/Models/GlobalParameters.php', + 'Darabonba\\OpenApi\\Models\\OpenApiRequest' => __DIR__ . '/..' . '/alibabacloud/darabonba-openapi/src/Models/OpenApiRequest.php', + 'Darabonba\\OpenApi\\Models\\Params' => __DIR__ . '/..' . '/alibabacloud/darabonba-openapi/src/Models/Params.php', + 'Darabonba\\OpenApi\\OpenApiClient' => __DIR__ . '/..' . '/alibabacloud/darabonba-openapi/src/OpenApiClient.php', + 'Doctrine\\Common\\Annotations\\Annotation' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php', + 'Doctrine\\Common\\Annotations\\AnnotationException' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php', + 'Doctrine\\Common\\Annotations\\AnnotationReader' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php', + 'Doctrine\\Common\\Annotations\\AnnotationRegistry' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Attribute' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Attributes' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Enum' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php', + 'Doctrine\\Common\\Annotations\\Annotation\\IgnoreAnnotation' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Required' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php', + 'Doctrine\\Common\\Annotations\\Annotation\\Target' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php', + 'Doctrine\\Common\\Annotations\\CachedReader' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php', + 'Doctrine\\Common\\Annotations\\DocLexer' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php', + 'Doctrine\\Common\\Annotations\\DocParser' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php', + 'Doctrine\\Common\\Annotations\\FileCacheReader' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php', + 'Doctrine\\Common\\Annotations\\IndexedReader' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php', + 'Doctrine\\Common\\Annotations\\PhpParser' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php', + 'Doctrine\\Common\\Annotations\\Reader' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php', + 'Doctrine\\Common\\Annotations\\SimpleAnnotationReader' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php', + 'Doctrine\\Common\\Annotations\\TokenParser' => __DIR__ . '/..' . '/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php', + 'Doctrine\\Common\\Cache\\ApcCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php', + 'Doctrine\\Common\\Cache\\ArrayCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php', + 'Doctrine\\Common\\Cache\\Cache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php', + 'Doctrine\\Common\\Cache\\CacheProvider' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php', + 'Doctrine\\Common\\Cache\\ChainCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php', + 'Doctrine\\Common\\Cache\\ClearableCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php', + 'Doctrine\\Common\\Cache\\CouchbaseCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php', + 'Doctrine\\Common\\Cache\\FileCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php', + 'Doctrine\\Common\\Cache\\FilesystemCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php', + 'Doctrine\\Common\\Cache\\FlushableCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php', + 'Doctrine\\Common\\Cache\\MemcacheCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php', + 'Doctrine\\Common\\Cache\\MemcachedCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php', + 'Doctrine\\Common\\Cache\\MongoDBCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php', + 'Doctrine\\Common\\Cache\\MultiGetCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php', + 'Doctrine\\Common\\Cache\\PhpFileCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php', + 'Doctrine\\Common\\Cache\\PredisCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php', + 'Doctrine\\Common\\Cache\\RedisCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php', + 'Doctrine\\Common\\Cache\\RiakCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php', + 'Doctrine\\Common\\Cache\\SQLite3Cache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php', + 'Doctrine\\Common\\Cache\\Version' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/Version.php', + 'Doctrine\\Common\\Cache\\VoidCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php', + 'Doctrine\\Common\\Cache\\WinCacheCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php', + 'Doctrine\\Common\\Cache\\XcacheCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php', + 'Doctrine\\Common\\Cache\\ZendDataCache' => __DIR__ . '/..' . '/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php', + 'Doctrine\\Common\\Lexer\\AbstractLexer' => __DIR__ . '/..' . '/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php', + 'EasyWeChat\\Broadcast\\Broadcast' => __DIR__ . '/..' . '/overtrue/wechat/src/Broadcast/Broadcast.php', + 'EasyWeChat\\Broadcast\\MessageBuilder' => __DIR__ . '/..' . '/overtrue/wechat/src/Broadcast/MessageBuilder.php', + 'EasyWeChat\\Broadcast\\Transformer' => __DIR__ . '/..' . '/overtrue/wechat/src/Broadcast/Transformer.php', + 'EasyWeChat\\Card\\Card' => __DIR__ . '/..' . '/overtrue/wechat/src/Card/Card.php', + 'EasyWeChat\\Comment\\Comment' => __DIR__ . '/..' . '/overtrue/wechat/src/Comment/Comment.php', + 'EasyWeChat\\Core\\AbstractAPI' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/AbstractAPI.php', + 'EasyWeChat\\Core\\AccessToken' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/AccessToken.php', + 'EasyWeChat\\Core\\Exception' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/Exception.php', + 'EasyWeChat\\Core\\Exceptions\\FaultException' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/Exceptions/FaultException.php', + 'EasyWeChat\\Core\\Exceptions\\HttpException' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/Exceptions/HttpException.php', + 'EasyWeChat\\Core\\Exceptions\\InvalidArgumentException' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/Exceptions/InvalidArgumentException.php', + 'EasyWeChat\\Core\\Exceptions\\InvalidConfigException' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/Exceptions/InvalidConfigException.php', + 'EasyWeChat\\Core\\Exceptions\\RuntimeException' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/Exceptions/RuntimeException.php', + 'EasyWeChat\\Core\\Exceptions\\UnboundServiceException' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/Exceptions/UnboundServiceException.php', + 'EasyWeChat\\Core\\Http' => __DIR__ . '/..' . '/overtrue/wechat/src/Core/Http.php', + 'EasyWeChat\\Device\\Device' => __DIR__ . '/..' . '/overtrue/wechat/src/Device/Device.php', + 'EasyWeChat\\Device\\DeviceHttpException' => __DIR__ . '/..' . '/overtrue/wechat/src/Device/DeviceHttpException.php', + 'EasyWeChat\\Encryption\\EncryptionException' => __DIR__ . '/..' . '/overtrue/wechat/src/Encryption/EncryptionException.php', + 'EasyWeChat\\Encryption\\Encryptor' => __DIR__ . '/..' . '/overtrue/wechat/src/Encryption/Encryptor.php', + 'EasyWeChat\\Foundation\\Application' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/Application.php', + 'EasyWeChat\\Foundation\\Config' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/Config.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\BroadcastServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/BroadcastServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\CardServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/CardServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\CommentServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/CommentServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\DeviceServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/DeviceServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\FundamentalServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/FundamentalServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\JsServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/JsServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\MaterialServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/MaterialServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\MenuServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/MenuServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\MiniProgramServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/MiniProgramServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\NoticeServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/NoticeServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\OAuthServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/OAuthServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\OpenPlatformServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/OpenPlatformServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\POIServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/POIServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\PaymentServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/PaymentServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\QRCodeServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/QRCodeServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\ReplyServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/ReplyServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\SemanticServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/SemanticServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\ServerServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/ServerServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\ShakeAroundServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/ShakeAroundServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\StaffServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/StaffServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\StatsServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/StatsServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\UrlServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/UrlServiceProvider.php', + 'EasyWeChat\\Foundation\\ServiceProviders\\UserServiceProvider' => __DIR__ . '/..' . '/overtrue/wechat/src/Foundation/ServiceProviders/UserServiceProvider.php', + 'EasyWeChat\\Fundamental\\API' => __DIR__ . '/..' . '/overtrue/wechat/src/Fundamental/API.php', + 'EasyWeChat\\Js\\Js' => __DIR__ . '/..' . '/overtrue/wechat/src/Js/Js.php', + 'EasyWeChat\\Material\\Material' => __DIR__ . '/..' . '/overtrue/wechat/src/Material/Material.php', + 'EasyWeChat\\Material\\Temporary' => __DIR__ . '/..' . '/overtrue/wechat/src/Material/Temporary.php', + 'EasyWeChat\\Menu\\Menu' => __DIR__ . '/..' . '/overtrue/wechat/src/Menu/Menu.php', + 'EasyWeChat\\Message\\AbstractMessage' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/AbstractMessage.php', + 'EasyWeChat\\Message\\Article' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Article.php', + 'EasyWeChat\\Message\\Card' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Card.php', + 'EasyWeChat\\Message\\DeviceEvent' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/DeviceEvent.php', + 'EasyWeChat\\Message\\DeviceText' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/DeviceText.php', + 'EasyWeChat\\Message\\Image' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Image.php', + 'EasyWeChat\\Message\\Link' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Link.php', + 'EasyWeChat\\Message\\Location' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Location.php', + 'EasyWeChat\\Message\\Material' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Material.php', + 'EasyWeChat\\Message\\MiniProgramPage' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/MiniProgramPage.php', + 'EasyWeChat\\Message\\Music' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Music.php', + 'EasyWeChat\\Message\\News' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/News.php', + 'EasyWeChat\\Message\\Raw' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Raw.php', + 'EasyWeChat\\Message\\ShortVideo' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/ShortVideo.php', + 'EasyWeChat\\Message\\Text' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Text.php', + 'EasyWeChat\\Message\\Transfer' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Transfer.php', + 'EasyWeChat\\Message\\Video' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Video.php', + 'EasyWeChat\\Message\\Voice' => __DIR__ . '/..' . '/overtrue/wechat/src/Message/Voice.php', + 'EasyWeChat\\MiniProgram\\AccessToken' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/AccessToken.php', + 'EasyWeChat\\MiniProgram\\Core\\AbstractMiniProgram' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/Core/AbstractMiniProgram.php', + 'EasyWeChat\\MiniProgram\\Encryption\\Encryptor' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/Encryption/Encryptor.php', + 'EasyWeChat\\MiniProgram\\Material\\Temporary' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/Material/Temporary.php', + 'EasyWeChat\\MiniProgram\\MiniProgram' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/MiniProgram.php', + 'EasyWeChat\\MiniProgram\\Notice\\Notice' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/Notice/Notice.php', + 'EasyWeChat\\MiniProgram\\QRCode\\QRCode' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/QRCode/QRCode.php', + 'EasyWeChat\\MiniProgram\\Server\\Guard' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/Server/Guard.php', + 'EasyWeChat\\MiniProgram\\Sns\\Sns' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/Sns/Sns.php', + 'EasyWeChat\\MiniProgram\\Staff\\Staff' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/Staff/Staff.php', + 'EasyWeChat\\MiniProgram\\Stats\\Stats' => __DIR__ . '/..' . '/overtrue/wechat/src/MiniProgram/Stats/Stats.php', + 'EasyWeChat\\Notice\\Notice' => __DIR__ . '/..' . '/overtrue/wechat/src/Notice/Notice.php', + 'EasyWeChat\\OpenPlatform\\AccessToken' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/AccessToken.php', + 'EasyWeChat\\OpenPlatform\\Api\\AbstractOpenPlatform' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/Api/AbstractOpenPlatform.php', + 'EasyWeChat\\OpenPlatform\\Api\\BaseApi' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/Api/BaseApi.php', + 'EasyWeChat\\OpenPlatform\\Api\\PreAuthorization' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/Api/PreAuthorization.php', + 'EasyWeChat\\OpenPlatform\\Authorizer' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/Authorizer.php', + 'EasyWeChat\\OpenPlatform\\AuthorizerAccessToken' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/AuthorizerAccessToken.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\Authorized' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/EventHandlers/Authorized.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\ComponentVerifyTicket' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/EventHandlers/ComponentVerifyTicket.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\EventHandler' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/EventHandlers/EventHandler.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\Unauthorized' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/EventHandlers/Unauthorized.php', + 'EasyWeChat\\OpenPlatform\\EventHandlers\\UpdateAuthorized' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/EventHandlers/UpdateAuthorized.php', + 'EasyWeChat\\OpenPlatform\\Guard' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/Guard.php', + 'EasyWeChat\\OpenPlatform\\OpenPlatform' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/OpenPlatform.php', + 'EasyWeChat\\OpenPlatform\\VerifyTicket' => __DIR__ . '/..' . '/overtrue/wechat/src/OpenPlatform/VerifyTicket.php', + 'EasyWeChat\\POI\\POI' => __DIR__ . '/..' . '/overtrue/wechat/src/POI/POI.php', + 'EasyWeChat\\Payment\\API' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/API.php', + 'EasyWeChat\\Payment\\CashCoupon\\API' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/CashCoupon/API.php', + 'EasyWeChat\\Payment\\CashCoupon\\CashCoupon' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/CashCoupon/CashCoupon.php', + 'EasyWeChat\\Payment\\LuckyMoney\\API' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/LuckyMoney/API.php', + 'EasyWeChat\\Payment\\LuckyMoney\\LuckyMoney' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/LuckyMoney/LuckyMoney.php', + 'EasyWeChat\\Payment\\Merchant' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/Merchant.php', + 'EasyWeChat\\Payment\\MerchantPay\\API' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/MerchantPay/API.php', + 'EasyWeChat\\Payment\\MerchantPay\\MerchantPay' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/MerchantPay/MerchantPay.php', + 'EasyWeChat\\Payment\\Notify' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/Notify.php', + 'EasyWeChat\\Payment\\Order' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/Order.php', + 'EasyWeChat\\Payment\\Payment' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/Payment.php', + 'EasyWeChat\\Payment\\RefundNotify' => __DIR__ . '/..' . '/overtrue/wechat/src/Payment/RefundNotify.php', + 'EasyWeChat\\QRCode\\QRCode' => __DIR__ . '/..' . '/overtrue/wechat/src/QRCode/QRCode.php', + 'EasyWeChat\\Reply\\Reply' => __DIR__ . '/..' . '/overtrue/wechat/src/Reply/Reply.php', + 'EasyWeChat\\Semantic\\Semantic' => __DIR__ . '/..' . '/overtrue/wechat/src/Semantic/Semantic.php', + 'EasyWeChat\\Server\\BadRequestException' => __DIR__ . '/..' . '/overtrue/wechat/src/Server/BadRequestException.php', + 'EasyWeChat\\Server\\Guard' => __DIR__ . '/..' . '/overtrue/wechat/src/Server/Guard.php', + 'EasyWeChat\\Server\\Transformer' => __DIR__ . '/..' . '/overtrue/wechat/src/Server/Transformer.php', + 'EasyWeChat\\ShakeAround\\Device' => __DIR__ . '/..' . '/overtrue/wechat/src/ShakeAround/Device.php', + 'EasyWeChat\\ShakeAround\\Group' => __DIR__ . '/..' . '/overtrue/wechat/src/ShakeAround/Group.php', + 'EasyWeChat\\ShakeAround\\Material' => __DIR__ . '/..' . '/overtrue/wechat/src/ShakeAround/Material.php', + 'EasyWeChat\\ShakeAround\\Page' => __DIR__ . '/..' . '/overtrue/wechat/src/ShakeAround/Page.php', + 'EasyWeChat\\ShakeAround\\Relation' => __DIR__ . '/..' . '/overtrue/wechat/src/ShakeAround/Relation.php', + 'EasyWeChat\\ShakeAround\\ShakeAround' => __DIR__ . '/..' . '/overtrue/wechat/src/ShakeAround/ShakeAround.php', + 'EasyWeChat\\ShakeAround\\Stats' => __DIR__ . '/..' . '/overtrue/wechat/src/ShakeAround/Stats.php', + 'EasyWeChat\\Staff\\MessageBuilder' => __DIR__ . '/..' . '/overtrue/wechat/src/Staff/MessageBuilder.php', + 'EasyWeChat\\Staff\\Session' => __DIR__ . '/..' . '/overtrue/wechat/src/Staff/Session.php', + 'EasyWeChat\\Staff\\Staff' => __DIR__ . '/..' . '/overtrue/wechat/src/Staff/Staff.php', + 'EasyWeChat\\Staff\\Transformer' => __DIR__ . '/..' . '/overtrue/wechat/src/Staff/Transformer.php', + 'EasyWeChat\\Stats\\Stats' => __DIR__ . '/..' . '/overtrue/wechat/src/Stats/Stats.php', + 'EasyWeChat\\Store\\Store' => __DIR__ . '/..' . '/overtrue/wechat/src/Store/Store.php', + 'EasyWeChat\\Support\\Arr' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/Arr.php', + 'EasyWeChat\\Support\\Attribute' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/Attribute.php', + 'EasyWeChat\\Support\\Collection' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/Collection.php', + 'EasyWeChat\\Support\\File' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/File.php', + 'EasyWeChat\\Support\\Log' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/Log.php', + 'EasyWeChat\\Support\\Str' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/Str.php', + 'EasyWeChat\\Support\\Traits\\PrefixedContainer' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/Traits/PrefixedContainer.php', + 'EasyWeChat\\Support\\Url' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/Url.php', + 'EasyWeChat\\Support\\XML' => __DIR__ . '/..' . '/overtrue/wechat/src/Support/XML.php', + 'EasyWeChat\\Url\\Url' => __DIR__ . '/..' . '/overtrue/wechat/src/Url/Url.php', + 'EasyWeChat\\User\\Group' => __DIR__ . '/..' . '/overtrue/wechat/src/User/Group.php', + 'EasyWeChat\\User\\Tag' => __DIR__ . '/..' . '/overtrue/wechat/src/User/Tag.php', + 'EasyWeChat\\User\\User' => __DIR__ . '/..' . '/overtrue/wechat/src/User/User.php', + 'Fastknife\\Domain\\Factory' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Factory.php', + 'Fastknife\\Domain\\Logic\\BaseData' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Logic/BaseData.php', + 'Fastknife\\Domain\\Logic\\BaseImage' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Logic/BaseImage.php', + 'Fastknife\\Domain\\Logic\\BlockData' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Logic/BlockData.php', + 'Fastknife\\Domain\\Logic\\BlockImage' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Logic/BlockImage.php', + 'Fastknife\\Domain\\Logic\\Cache' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Logic/Cache.php', + 'Fastknife\\Domain\\Logic\\WordData' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Logic/WordData.php', + 'Fastknife\\Domain\\Logic\\WordImage' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Logic/WordImage.php', + 'Fastknife\\Domain\\Vo\\BackgroundVo' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Vo/BackgroundVo.php', + 'Fastknife\\Domain\\Vo\\ImageVo' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Vo/ImageVo.php', + 'Fastknife\\Domain\\Vo\\OffsetVo' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Vo/OffsetVo.php', + 'Fastknife\\Domain\\Vo\\PointVo' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Vo/PointVo.php', + 'Fastknife\\Domain\\Vo\\TemplateVo' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Domain/Vo/TemplateVo.php', + 'Fastknife\\Exception\\BlockException' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Exception/BlockException.php', + 'Fastknife\\Exception\\ParamException' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Exception/ParamException.php', + 'Fastknife\\Exception\\WordException' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Exception/WordException.php', + 'Fastknife\\Service\\BlockPuzzleCaptchaService' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Service/BlockPuzzleCaptchaService.php', + 'Fastknife\\Service\\ClickWordCaptchaService' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Service/ClickWordCaptchaService.php', + 'Fastknife\\Service\\Service' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Service/Service.php', + 'Fastknife\\Utils\\AesUtils' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Utils/AesUtils.php', + 'Fastknife\\Utils\\CacheUtils' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Utils/CacheUtils.php', + 'Fastknife\\Utils\\MathUtils' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Utils/MathUtils.php', + 'Fastknife\\Utils\\RandomUtils' => __DIR__ . '/..' . '/fastknife/ajcaptcha/src/Utils/RandomUtils.php', + 'Firebase\\JWT\\BeforeValidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/BeforeValidException.php', + 'Firebase\\JWT\\ExpiredException' => __DIR__ . '/..' . '/firebase/php-jwt/src/ExpiredException.php', + 'Firebase\\JWT\\JWT' => __DIR__ . '/..' . '/firebase/php-jwt/src/JWT.php', + 'Firebase\\JWT\\SignatureInvalidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/SignatureInvalidException.php', + 'FormBuilder\\Annotation\\AnnotationReader' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/AnnotationReader.php', + 'FormBuilder\\Annotation\\ClassName' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/ClassName.php', + 'FormBuilder\\Annotation\\Col' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Col.php', + 'FormBuilder\\Annotation\\Emit' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Emit.php', + 'FormBuilder\\Annotation\\Group' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Group.php', + 'FormBuilder\\Annotation\\Info' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Info.php', + 'FormBuilder\\Annotation\\Validate\\Enum' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Validate/Enum.php', + 'FormBuilder\\Annotation\\Validate\\Len' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Validate/Len.php', + 'FormBuilder\\Annotation\\Validate\\Max' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Validate/Max.php', + 'FormBuilder\\Annotation\\Validate\\Min' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Validate/Min.php', + 'FormBuilder\\Annotation\\Validate\\Pattern' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Validate/Pattern.php', + 'FormBuilder\\Annotation\\Validate\\Range' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Validate/Range.php', + 'FormBuilder\\Annotation\\Validate\\Required' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Validate/Required.php', + 'FormBuilder\\Annotation\\Validate\\ValidateAnnotation' => __DIR__ . '/..' . '/xaboy/form-builder/src/Annotation/Validate/ValidateAnnotation.php', + 'FormBuilder\\Contract\\AnnotationInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/AnnotationInterface.php', + 'FormBuilder\\Contract\\BootstrapInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/BootstrapInterface.php', + 'FormBuilder\\Contract\\ColComponentInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/ColComponentInterface.php', + 'FormBuilder\\Contract\\ConfigInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/ConfigInterface.php', + 'FormBuilder\\Contract\\CustomComponentInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/CustomComponentInterface.php', + 'FormBuilder\\Contract\\FormComponentInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/FormComponentInterface.php', + 'FormBuilder\\Contract\\FormHandleInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/FormHandleInterface.php', + 'FormBuilder\\Contract\\FormOptionsComponentInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/FormOptionsComponentInterface.php', + 'FormBuilder\\Contract\\OptionComponentInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/OptionComponentInterface.php', + 'FormBuilder\\Contract\\StyleInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/StyleInterface.php', + 'FormBuilder\\Contract\\ValidateInterface' => __DIR__ . '/..' . '/xaboy/form-builder/src/Contract/ValidateInterface.php', + 'FormBuilder\\Driver\\CustomComponent' => __DIR__ . '/..' . '/xaboy/form-builder/src/Driver/CustomComponent.php', + 'FormBuilder\\Driver\\FormComponent' => __DIR__ . '/..' . '/xaboy/form-builder/src/Driver/FormComponent.php', + 'FormBuilder\\Driver\\FormOptionsComponent' => __DIR__ . '/..' . '/xaboy/form-builder/src/Driver/FormOptionsComponent.php', + 'FormBuilder\\Factory\\Base' => __DIR__ . '/..' . '/xaboy/form-builder/src/Factory/Base.php', + 'FormBuilder\\Factory\\Elm' => __DIR__ . '/..' . '/xaboy/form-builder/src/Factory/Elm.php', + 'FormBuilder\\Factory\\Iview' => __DIR__ . '/..' . '/xaboy/form-builder/src/Factory/Iview.php', + 'FormBuilder\\Form' => __DIR__ . '/..' . '/xaboy/form-builder/src/Form.php', + 'FormBuilder\\FormComponentDriver' => __DIR__ . '/..' . '/xaboy/form-builder/src/FormComponentDriver.php', + 'FormBuilder\\FormHandle' => __DIR__ . '/..' . '/xaboy/form-builder/src/FormHandle.php', + 'FormBuilder\\Form\\ElmForm' => __DIR__ . '/..' . '/xaboy/form-builder/src/Form/ElmForm.php', + 'FormBuilder\\Form\\IviewForm' => __DIR__ . '/..' . '/xaboy/form-builder/src/Form/IviewForm.php', + 'FormBuilder\\Handle\\ElmFormHandle' => __DIR__ . '/..' . '/xaboy/form-builder/src/Handle/ElmFormHandle.php', + 'FormBuilder\\Handle\\IviewFormHandle' => __DIR__ . '/..' . '/xaboy/form-builder/src/Handle/IviewFormHandle.php', + 'FormBuilder\\Helper' => __DIR__ . '/..' . '/xaboy/form-builder/src/Helper.php', + 'FormBuilder\\Json' => __DIR__ . '/..' . '/xaboy/form-builder/src/Json.php', + 'FormBuilder\\Response' => __DIR__ . '/..' . '/xaboy/form-builder/src/Response.php', + 'FormBuilder\\Rule\\BaseRule' => __DIR__ . '/..' . '/xaboy/form-builder/src/Rule/BaseRule.php', + 'FormBuilder\\Rule\\CallPropsRule' => __DIR__ . '/..' . '/xaboy/form-builder/src/Rule/CallPropsRule.php', + 'FormBuilder\\Rule\\ChildrenRule' => __DIR__ . '/..' . '/xaboy/form-builder/src/Rule/ChildrenRule.php', + 'FormBuilder\\Rule\\ControlRule' => __DIR__ . '/..' . '/xaboy/form-builder/src/Rule/ControlRule.php', + 'FormBuilder\\Rule\\EmitRule' => __DIR__ . '/..' . '/xaboy/form-builder/src/Rule/EmitRule.php', + 'FormBuilder\\Rule\\OptionsRule' => __DIR__ . '/..' . '/xaboy/form-builder/src/Rule/OptionsRule.php', + 'FormBuilder\\Rule\\PropsRule' => __DIR__ . '/..' . '/xaboy/form-builder/src/Rule/PropsRule.php', + 'FormBuilder\\Rule\\ValidateRule' => __DIR__ . '/..' . '/xaboy/form-builder/src/Rule/ValidateRule.php', + 'FormBuilder\\UI\\Elm\\Bootstrap' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Bootstrap.php', + 'FormBuilder\\UI\\Elm\\Components\\Button' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Button.php', + 'FormBuilder\\UI\\Elm\\Components\\Cascader' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Cascader.php', + 'FormBuilder\\UI\\Elm\\Components\\Checkbox' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Checkbox.php', + 'FormBuilder\\UI\\Elm\\Components\\ColorPicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/ColorPicker.php', + 'FormBuilder\\UI\\Elm\\Components\\DatePicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/DatePicker.php', + 'FormBuilder\\UI\\Elm\\Components\\Frame' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Frame.php', + 'FormBuilder\\UI\\Elm\\Components\\Group' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Group.php', + 'FormBuilder\\UI\\Elm\\Components\\Hidden' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Hidden.php', + 'FormBuilder\\UI\\Elm\\Components\\Input' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Input.php', + 'FormBuilder\\UI\\Elm\\Components\\InputNumber' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/InputNumber.php', + 'FormBuilder\\UI\\Elm\\Components\\Option' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Option.php', + 'FormBuilder\\UI\\Elm\\Components\\Popover' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Popover.php', + 'FormBuilder\\UI\\Elm\\Components\\Radio' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Radio.php', + 'FormBuilder\\UI\\Elm\\Components\\Rate' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Rate.php', + 'FormBuilder\\UI\\Elm\\Components\\Select' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Select.php', + 'FormBuilder\\UI\\Elm\\Components\\Slider' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Slider.php', + 'FormBuilder\\UI\\Elm\\Components\\Switches' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Switches.php', + 'FormBuilder\\UI\\Elm\\Components\\TimePicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/TimePicker.php', + 'FormBuilder\\UI\\Elm\\Components\\Tooltip' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Tooltip.php', + 'FormBuilder\\UI\\Elm\\Components\\Tree' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Tree.php', + 'FormBuilder\\UI\\Elm\\Components\\TreeData' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/TreeData.php', + 'FormBuilder\\UI\\Elm\\Components\\Upload' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Components/Upload.php', + 'FormBuilder\\UI\\Elm\\Config' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Config.php', + 'FormBuilder\\UI\\Elm\\Style\\Col' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Style/Col.php', + 'FormBuilder\\UI\\Elm\\Style\\FormStyle' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Style/FormStyle.php', + 'FormBuilder\\UI\\Elm\\Style\\Row' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Style/Row.php', + 'FormBuilder\\UI\\Elm\\Traits\\CascaderFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/CascaderFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\CheckBoxFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/CheckBoxFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\ColorPickerFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/ColorPickerFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\DatePickerFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/DatePickerFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\FormStyleFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/FormStyleFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\FrameFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/FrameFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\GroupFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/GroupFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\HiddenFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/HiddenFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\InputFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/InputFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\InputNumberFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/InputNumberFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\RadioFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/RadioFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\RateFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/RateFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\SelectFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/SelectFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\SliderFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/SliderFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\SwitchesFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/SwitchesFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\TimePickerFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/TimePickerFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\TreeFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/TreeFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\UploadFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/UploadFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Traits\\ValidateFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Traits/ValidateFactoryTrait.php', + 'FormBuilder\\UI\\Elm\\Validate' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Elm/Validate.php', + 'FormBuilder\\UI\\Iview\\Bootstrap' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Bootstrap.php', + 'FormBuilder\\UI\\Iview\\Components\\Button' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Button.php', + 'FormBuilder\\UI\\Iview\\Components\\Cascader' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Cascader.php', + 'FormBuilder\\UI\\Iview\\Components\\Checkbox' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Checkbox.php', + 'FormBuilder\\UI\\Iview\\Components\\ColorPicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/ColorPicker.php', + 'FormBuilder\\UI\\Iview\\Components\\DatePicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/DatePicker.php', + 'FormBuilder\\UI\\Iview\\Components\\Frame' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Frame.php', + 'FormBuilder\\UI\\Iview\\Components\\Group' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Group.php', + 'FormBuilder\\UI\\Iview\\Components\\Hidden' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Hidden.php', + 'FormBuilder\\UI\\Iview\\Components\\Input' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Input.php', + 'FormBuilder\\UI\\Iview\\Components\\InputNumber' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/InputNumber.php', + 'FormBuilder\\UI\\Iview\\Components\\Option' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Option.php', + 'FormBuilder\\UI\\Iview\\Components\\Poptip' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Poptip.php', + 'FormBuilder\\UI\\Iview\\Components\\Radio' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Radio.php', + 'FormBuilder\\UI\\Iview\\Components\\Rate' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Rate.php', + 'FormBuilder\\UI\\Iview\\Components\\Select' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Select.php', + 'FormBuilder\\UI\\Iview\\Components\\Slider' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Slider.php', + 'FormBuilder\\UI\\Iview\\Components\\Switches' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Switches.php', + 'FormBuilder\\UI\\Iview\\Components\\TimePicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/TimePicker.php', + 'FormBuilder\\UI\\Iview\\Components\\Tooltip' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Tooltip.php', + 'FormBuilder\\UI\\Iview\\Components\\Tree' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Tree.php', + 'FormBuilder\\UI\\Iview\\Components\\TreeData' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/TreeData.php', + 'FormBuilder\\UI\\Iview\\Components\\Upload' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Components/Upload.php', + 'FormBuilder\\UI\\Iview\\Config' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Config.php', + 'FormBuilder\\UI\\Iview\\Style\\Col' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Style/Col.php', + 'FormBuilder\\UI\\Iview\\Style\\FormStyle' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Style/FormStyle.php', + 'FormBuilder\\UI\\Iview\\Style\\Row' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Style/Row.php', + 'FormBuilder\\UI\\Iview\\Traits\\CascaderFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/CascaderFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\CheckBoxFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/CheckBoxFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\ColorPickerFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/ColorPickerFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\DatePickerFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/DatePickerFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\FormStyleFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/FormStyleFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\FrameFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/FrameFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\GroupFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/GroupFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\HiddenFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/HiddenFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\InputFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/InputFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\InputNumberFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/InputNumberFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\RadioFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/RadioFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\RateFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/RateFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\SelectFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/SelectFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\SliderFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/SliderFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\SwitchesFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/SwitchesFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\TimePickerFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/TimePickerFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\TreeFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/TreeFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\UploadFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/UploadFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Traits\\ValidateFactoryTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Traits/ValidateFactoryTrait.php', + 'FormBuilder\\UI\\Iview\\Validate' => __DIR__ . '/..' . '/xaboy/form-builder/src/UI/Iview/Validate.php', + 'FormBuilder\\Util' => __DIR__ . '/..' . '/xaboy/form-builder/src/Util.php', + 'FormBuilder\\components\\Cascader' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Cascader.php', + 'FormBuilder\\components\\Checkbox' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Checkbox.php', + 'FormBuilder\\components\\Col' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Col.php', + 'FormBuilder\\components\\ColorPicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/ColorPicker.php', + 'FormBuilder\\components\\DatePicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/DatePicker.php', + 'FormBuilder\\components\\FormStyle' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/FormStyle.php', + 'FormBuilder\\components\\Frame' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Frame.php', + 'FormBuilder\\components\\Hidden' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Hidden.php', + 'FormBuilder\\components\\Input' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Input.php', + 'FormBuilder\\components\\InputNumber' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/InputNumber.php', + 'FormBuilder\\components\\Option' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Option.php', + 'FormBuilder\\components\\Radio' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Radio.php', + 'FormBuilder\\components\\Rate' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Rate.php', + 'FormBuilder\\components\\Row' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Row.php', + 'FormBuilder\\components\\Select' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Select.php', + 'FormBuilder\\components\\Slider' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Slider.php', + 'FormBuilder\\components\\Switches' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Switches.php', + 'FormBuilder\\components\\TimePicker' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/TimePicker.php', + 'FormBuilder\\components\\Tree' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Tree.php', + 'FormBuilder\\components\\TreeData' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/TreeData.php', + 'FormBuilder\\components\\Upload' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Upload.php', + 'FormBuilder\\components\\Validate' => __DIR__ . '/..' . '/xaboy/form-builder/src/components/Validate.php', + 'FormBuilder\\interfaces\\FormComponentInterFace' => __DIR__ . '/..' . '/xaboy/form-builder/src/interfaces/FormComponentInterFace.php', + 'FormBuilder\\traits\\component\\CallPropsTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/component/CallPropsTrait.php', + 'FormBuilder\\traits\\component\\ComponentOptionsTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/component/ComponentOptionsTrait.php', + 'FormBuilder\\traits\\form\\FormCascaderTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormCascaderTrait.php', + 'FormBuilder\\traits\\form\\FormCheckBoxTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormCheckBoxTrait.php', + 'FormBuilder\\traits\\form\\FormColorPickerTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormColorPickerTrait.php', + 'FormBuilder\\traits\\form\\FormDatePickerTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormDatePickerTrait.php', + 'FormBuilder\\traits\\form\\FormFrameTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormFrameTrait.php', + 'FormBuilder\\traits\\form\\FormHiddenTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormHiddenTrait.php', + 'FormBuilder\\traits\\form\\FormInputNumberTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormInputNumberTrait.php', + 'FormBuilder\\traits\\form\\FormInputTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormInputTrait.php', + 'FormBuilder\\traits\\form\\FormOptionTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormOptionTrait.php', + 'FormBuilder\\traits\\form\\FormRadioTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormRadioTrait.php', + 'FormBuilder\\traits\\form\\FormRateTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormRateTrait.php', + 'FormBuilder\\traits\\form\\FormSelectTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormSelectTrait.php', + 'FormBuilder\\traits\\form\\FormSliderTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormSliderTrait.php', + 'FormBuilder\\traits\\form\\FormStyleTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormStyleTrait.php', + 'FormBuilder\\traits\\form\\FormSwitchesTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormSwitchesTrait.php', + 'FormBuilder\\traits\\form\\FormTimePickerTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormTimePickerTrait.php', + 'FormBuilder\\traits\\form\\FormTreeTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormTreeTrait.php', + 'FormBuilder\\traits\\form\\FormUploadTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormUploadTrait.php', + 'FormBuilder\\traits\\form\\FormValidateTrait' => __DIR__ . '/..' . '/xaboy/form-builder/src/traits/form/FormValidateTrait.php', + 'GPBMetadata\\ApiCore\\Testing\\Mocks' => __DIR__ . '/..' . '/google/gax/metadata/ApiCore/Testing/Mocks.php', + 'GPBMetadata\\Google\\Api\\Annotations' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Annotations.php', + 'GPBMetadata\\Google\\Api\\Auth' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Auth.php', + 'GPBMetadata\\Google\\Api\\Backend' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Backend.php', + 'GPBMetadata\\Google\\Api\\Billing' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Billing.php', + 'GPBMetadata\\Google\\Api\\Client' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Client.php', + 'GPBMetadata\\Google\\Api\\ConfigChange' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/ConfigChange.php', + 'GPBMetadata\\Google\\Api\\Consumer' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Consumer.php', + 'GPBMetadata\\Google\\Api\\Context' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Context.php', + 'GPBMetadata\\Google\\Api\\Control' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Control.php', + 'GPBMetadata\\Google\\Api\\Distribution' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Distribution.php', + 'GPBMetadata\\Google\\Api\\Documentation' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Documentation.php', + 'GPBMetadata\\Google\\Api\\Endpoint' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Endpoint.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\CelService' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Alpha1/CelService.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Checked' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Checked.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\ConformanceService' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Alpha1/ConformanceService.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Explain' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Explain.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\PBEval' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Alpha1/PBEval.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Syntax' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Syntax.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Alpha1\\Value' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Alpha1/Value.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Decl' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Beta1/Decl.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Expr' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Beta1/Expr.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\PBEval' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Beta1/PBEval.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Source' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Beta1/Source.php', + 'GPBMetadata\\Google\\Api\\Expr\\V1Beta1\\Value' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Expr/V1Beta1/Value.php', + 'GPBMetadata\\Google\\Api\\FieldBehavior' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/FieldBehavior.php', + 'GPBMetadata\\Google\\Api\\Http' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Http.php', + 'GPBMetadata\\Google\\Api\\Httpbody' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Httpbody.php', + 'GPBMetadata\\Google\\Api\\Label' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Label.php', + 'GPBMetadata\\Google\\Api\\LaunchStage' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/LaunchStage.php', + 'GPBMetadata\\Google\\Api\\Log' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Log.php', + 'GPBMetadata\\Google\\Api\\Logging' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Logging.php', + 'GPBMetadata\\Google\\Api\\Metric' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Metric.php', + 'GPBMetadata\\Google\\Api\\MonitoredResource' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/MonitoredResource.php', + 'GPBMetadata\\Google\\Api\\Monitoring' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Monitoring.php', + 'GPBMetadata\\Google\\Api\\Quota' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Quota.php', + 'GPBMetadata\\Google\\Api\\Resource' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Resource.php', + 'GPBMetadata\\Google\\Api\\Routing' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Routing.php', + 'GPBMetadata\\Google\\Api\\Service' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Service.php', + 'GPBMetadata\\Google\\Api\\SourceInfo' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/SourceInfo.php', + 'GPBMetadata\\Google\\Api\\SystemParameter' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/SystemParameter.php', + 'GPBMetadata\\Google\\Api\\Usage' => __DIR__ . '/..' . '/google/common-protos/metadata/Api/Usage.php', + 'GPBMetadata\\Google\\Cloud\\ExtendedOperations' => __DIR__ . '/..' . '/google/common-protos/metadata/Cloud/ExtendedOperations.php', + 'GPBMetadata\\Google\\Cloud\\Location\\Locations' => __DIR__ . '/..' . '/google/common-protos/metadata/Cloud/Location/Locations.php', + 'GPBMetadata\\Google\\Iam\\V1\\IamPolicy' => __DIR__ . '/..' . '/google/common-protos/metadata/Iam/V1/IamPolicy.php', + 'GPBMetadata\\Google\\Iam\\V1\\Logging\\AuditData' => __DIR__ . '/..' . '/google/common-protos/metadata/Iam/V1/Logging/AuditData.php', + 'GPBMetadata\\Google\\Iam\\V1\\Options' => __DIR__ . '/..' . '/google/common-protos/metadata/Iam/V1/Options.php', + 'GPBMetadata\\Google\\Iam\\V1\\Policy' => __DIR__ . '/..' . '/google/common-protos/metadata/Iam/V1/Policy.php', + 'GPBMetadata\\Google\\Logging\\Type\\HttpRequest' => __DIR__ . '/..' . '/google/common-protos/metadata/Logging/Type/HttpRequest.php', + 'GPBMetadata\\Google\\Logging\\Type\\LogSeverity' => __DIR__ . '/..' . '/google/common-protos/metadata/Logging/Type/LogSeverity.php', + 'GPBMetadata\\Google\\Longrunning\\Operations' => __DIR__ . '/..' . '/google/longrunning/metadata/Longrunning/Operations.php', + 'GPBMetadata\\Google\\Protobuf\\Any' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Any.php', + 'GPBMetadata\\Google\\Protobuf\\Api' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Api.php', + 'GPBMetadata\\Google\\Protobuf\\Duration' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Duration.php', + 'GPBMetadata\\Google\\Protobuf\\FieldMask' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/FieldMask.php', + 'GPBMetadata\\Google\\Protobuf\\GPBEmpty' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/GPBEmpty.php', + 'GPBMetadata\\Google\\Protobuf\\Internal\\Descriptor' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php', + 'GPBMetadata\\Google\\Protobuf\\SourceContext' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/SourceContext.php', + 'GPBMetadata\\Google\\Protobuf\\Struct' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Struct.php', + 'GPBMetadata\\Google\\Protobuf\\Timestamp' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Timestamp.php', + 'GPBMetadata\\Google\\Protobuf\\Type' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Type.php', + 'GPBMetadata\\Google\\Protobuf\\Wrappers' => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf/Wrappers.php', + 'GPBMetadata\\Google\\Rpc\\Code' => __DIR__ . '/..' . '/google/common-protos/metadata/Rpc/Code.php', + 'GPBMetadata\\Google\\Rpc\\ErrorDetails' => __DIR__ . '/..' . '/google/common-protos/metadata/Rpc/ErrorDetails.php', + 'GPBMetadata\\Google\\Rpc\\Status' => __DIR__ . '/..' . '/google/common-protos/metadata/Rpc/Status.php', + 'GPBMetadata\\Google\\Type\\CalendarPeriod' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/CalendarPeriod.php', + 'GPBMetadata\\Google\\Type\\Color' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Color.php', + 'GPBMetadata\\Google\\Type\\Date' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Date.php', + 'GPBMetadata\\Google\\Type\\Datetime' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Datetime.php', + 'GPBMetadata\\Google\\Type\\Dayofweek' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Dayofweek.php', + 'GPBMetadata\\Google\\Type\\Expr' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Expr.php', + 'GPBMetadata\\Google\\Type\\Fraction' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Fraction.php', + 'GPBMetadata\\Google\\Type\\Interval' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Interval.php', + 'GPBMetadata\\Google\\Type\\Latlng' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Latlng.php', + 'GPBMetadata\\Google\\Type\\Money' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Money.php', + 'GPBMetadata\\Google\\Type\\Month' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Month.php', + 'GPBMetadata\\Google\\Type\\PostalAddress' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/PostalAddress.php', + 'GPBMetadata\\Google\\Type\\Quaternion' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Quaternion.php', + 'GPBMetadata\\Google\\Type\\Timeofday' => __DIR__ . '/..' . '/google/common-protos/metadata/Type/Timeofday.php', 'GPBMetadata\\GrpcGcp' => __DIR__ . '/..' . '/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php', + 'Godruoyi\\Snowflake\\LaravelSequenceResolver' => __DIR__ . '/..' . '/godruoyi/php-snowflake/src/LaravelSequenceResolver.php', + 'Godruoyi\\Snowflake\\RandomSequenceResolver' => __DIR__ . '/..' . '/godruoyi/php-snowflake/src/RandomSequenceResolver.php', + 'Godruoyi\\Snowflake\\RedisSequenceResolver' => __DIR__ . '/..' . '/godruoyi/php-snowflake/src/RedisSequenceResolver.php', + 'Godruoyi\\Snowflake\\SequenceResolver' => __DIR__ . '/..' . '/godruoyi/php-snowflake/src/SequenceResolver.php', + 'Godruoyi\\Snowflake\\Snowflake' => __DIR__ . '/..' . '/godruoyi/php-snowflake/src/Snowflake.php', + 'Godruoyi\\Snowflake\\SwooleSequenceResolver' => __DIR__ . '/..' . '/godruoyi/php-snowflake/src/SwooleSequenceResolver.php', + 'Google\\ApiCore\\AgentHeader' => __DIR__ . '/..' . '/google/gax/src/AgentHeader.php', + 'Google\\ApiCore\\ApiException' => __DIR__ . '/..' . '/google/gax/src/ApiException.php', + 'Google\\ApiCore\\ApiStatus' => __DIR__ . '/..' . '/google/gax/src/ApiStatus.php', + 'Google\\ApiCore\\ArrayTrait' => __DIR__ . '/..' . '/google/gax/src/ArrayTrait.php', + 'Google\\ApiCore\\BidiStream' => __DIR__ . '/..' . '/google/gax/src/BidiStream.php', + 'Google\\ApiCore\\Call' => __DIR__ . '/..' . '/google/gax/src/Call.php', + 'Google\\ApiCore\\ClientStream' => __DIR__ . '/..' . '/google/gax/src/ClientStream.php', + 'Google\\ApiCore\\CredentialsWrapper' => __DIR__ . '/..' . '/google/gax/src/CredentialsWrapper.php', + 'Google\\ApiCore\\FixedSizeCollection' => __DIR__ . '/..' . '/google/gax/src/FixedSizeCollection.php', + 'Google\\ApiCore\\GPBLabel' => __DIR__ . '/..' . '/google/gax/src/GPBLabel.php', + 'Google\\ApiCore\\GPBType' => __DIR__ . '/..' . '/google/gax/src/GPBType.php', + 'Google\\ApiCore\\GapicClientTrait' => __DIR__ . '/..' . '/google/gax/src/GapicClientTrait.php', + 'Google\\ApiCore\\GrpcSupportTrait' => __DIR__ . '/..' . '/google/gax/src/GrpcSupportTrait.php', + 'Google\\ApiCore\\LongRunning\\Gapic\\OperationsGapicClient' => __DIR__ . '/..' . '/google/longrunning/src/ApiCore/LongRunning/Gapic/OperationsGapicClient.php', + 'Google\\ApiCore\\LongRunning\\OperationsClient' => __DIR__ . '/..' . '/google/longrunning/src/ApiCore/LongRunning/OperationsClient.php', + 'Google\\ApiCore\\Middleware\\CredentialsWrapperMiddleware' => __DIR__ . '/..' . '/google/gax/src/Middleware/CredentialsWrapperMiddleware.php', + 'Google\\ApiCore\\Middleware\\FixedHeaderMiddleware' => __DIR__ . '/..' . '/google/gax/src/Middleware/FixedHeaderMiddleware.php', + 'Google\\ApiCore\\Middleware\\OperationsMiddleware' => __DIR__ . '/..' . '/google/gax/src/Middleware/OperationsMiddleware.php', + 'Google\\ApiCore\\Middleware\\OptionsFilterMiddleware' => __DIR__ . '/..' . '/google/gax/src/Middleware/OptionsFilterMiddleware.php', + 'Google\\ApiCore\\Middleware\\PagedMiddleware' => __DIR__ . '/..' . '/google/gax/src/Middleware/PagedMiddleware.php', + 'Google\\ApiCore\\Middleware\\ResponseMetadataMiddleware' => __DIR__ . '/..' . '/google/gax/src/Middleware/ResponseMetadataMiddleware.php', + 'Google\\ApiCore\\Middleware\\RetryMiddleware' => __DIR__ . '/..' . '/google/gax/src/Middleware/RetryMiddleware.php', + 'Google\\ApiCore\\OperationResponse' => __DIR__ . '/..' . '/google/gax/src/OperationResponse.php', + 'Google\\ApiCore\\Page' => __DIR__ . '/..' . '/google/gax/src/Page.php', + 'Google\\ApiCore\\PageStreamingDescriptor' => __DIR__ . '/..' . '/google/gax/src/PageStreamingDescriptor.php', + 'Google\\ApiCore\\PagedListResponse' => __DIR__ . '/..' . '/google/gax/src/PagedListResponse.php', + 'Google\\ApiCore\\PathTemplate' => __DIR__ . '/..' . '/google/gax/src/PathTemplate.php', + 'Google\\ApiCore\\PollingTrait' => __DIR__ . '/..' . '/google/gax/src/PollingTrait.php', + 'Google\\ApiCore\\RequestBuilder' => __DIR__ . '/..' . '/google/gax/src/RequestBuilder.php', + 'Google\\ApiCore\\RequestParamsHeaderDescriptor' => __DIR__ . '/..' . '/google/gax/src/RequestParamsHeaderDescriptor.php', + 'Google\\ApiCore\\ResourceTemplate\\AbsoluteResourceTemplate' => __DIR__ . '/..' . '/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php', + 'Google\\ApiCore\\ResourceTemplate\\Parser' => __DIR__ . '/..' . '/google/gax/src/ResourceTemplate/Parser.php', + 'Google\\ApiCore\\ResourceTemplate\\RelativeResourceTemplate' => __DIR__ . '/..' . '/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php', + 'Google\\ApiCore\\ResourceTemplate\\ResourceTemplateInterface' => __DIR__ . '/..' . '/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php', + 'Google\\ApiCore\\ResourceTemplate\\Segment' => __DIR__ . '/..' . '/google/gax/src/ResourceTemplate/Segment.php', + 'Google\\ApiCore\\RetrySettings' => __DIR__ . '/..' . '/google/gax/src/RetrySettings.php', + 'Google\\ApiCore\\Serializer' => __DIR__ . '/..' . '/google/gax/src/Serializer.php', + 'Google\\ApiCore\\ServerStream' => __DIR__ . '/..' . '/google/gax/src/ServerStream.php', + 'Google\\ApiCore\\ServerStreamingCallInterface' => __DIR__ . '/..' . '/google/gax/src/ServerStreamingCallInterface.php', + 'Google\\ApiCore\\ServiceAddressTrait' => __DIR__ . '/..' . '/google/gax/src/ServiceAddressTrait.php', + 'Google\\ApiCore\\Testing\\GeneratedTest' => __DIR__ . '/..' . '/google/gax/src/Testing/GeneratedTest.php', + 'Google\\ApiCore\\Testing\\MessageAwareArrayComparator' => __DIR__ . '/..' . '/google/gax/src/Testing/MessageAwareArrayComparator.php', + 'Google\\ApiCore\\Testing\\MessageAwareExporter' => __DIR__ . '/..' . '/google/gax/src/Testing/MessageAwareExporter.php', + 'Google\\ApiCore\\Testing\\MockBidiStreamingCall' => __DIR__ . '/..' . '/google/gax/src/Testing/MockBidiStreamingCall.php', + 'Google\\ApiCore\\Testing\\MockClientStreamingCall' => __DIR__ . '/..' . '/google/gax/src/Testing/MockClientStreamingCall.php', + 'Google\\ApiCore\\Testing\\MockGrpcTransport' => __DIR__ . '/..' . '/google/gax/src/Testing/MockGrpcTransport.php', + 'Google\\ApiCore\\Testing\\MockRequest' => __DIR__ . '/..' . '/google/gax/src/Testing/MockRequest.php', + 'Google\\ApiCore\\Testing\\MockRequestBody' => __DIR__ . '/..' . '/google/gax/src/Testing/MockRequestBody.php', + 'Google\\ApiCore\\Testing\\MockResponse' => __DIR__ . '/..' . '/google/gax/src/Testing/MockResponse.php', + 'Google\\ApiCore\\Testing\\MockServerStreamingCall' => __DIR__ . '/..' . '/google/gax/src/Testing/MockServerStreamingCall.php', + 'Google\\ApiCore\\Testing\\MockStatus' => __DIR__ . '/..' . '/google/gax/src/Testing/MockStatus.php', + 'Google\\ApiCore\\Testing\\MockStubTrait' => __DIR__ . '/..' . '/google/gax/src/Testing/MockStubTrait.php', + 'Google\\ApiCore\\Testing\\MockTransport' => __DIR__ . '/..' . '/google/gax/src/Testing/MockTransport.php', + 'Google\\ApiCore\\Testing\\MockUnaryCall' => __DIR__ . '/..' . '/google/gax/src/Testing/MockUnaryCall.php', + 'Google\\ApiCore\\Testing\\ProtobufGPBEmptyComparator' => __DIR__ . '/..' . '/google/gax/src/Testing/ProtobufGPBEmptyComparator.php', + 'Google\\ApiCore\\Testing\\ProtobufMessageComparator' => __DIR__ . '/..' . '/google/gax/src/Testing/ProtobufMessageComparator.php', + 'Google\\ApiCore\\Testing\\ReceivedRequest' => __DIR__ . '/..' . '/google/gax/src/Testing/ReceivedRequest.php', + 'Google\\ApiCore\\Testing\\SerializationTrait' => __DIR__ . '/..' . '/google/gax/src/Testing/SerializationTrait.php', + 'Google\\ApiCore\\Transport\\GrpcFallbackTransport' => __DIR__ . '/..' . '/google/gax/src/Transport/GrpcFallbackTransport.php', + 'Google\\ApiCore\\Transport\\GrpcTransport' => __DIR__ . '/..' . '/google/gax/src/Transport/GrpcTransport.php', + 'Google\\ApiCore\\Transport\\Grpc\\ForwardingCall' => __DIR__ . '/..' . '/google/gax/src/Transport/Grpc/ForwardingCall.php', + 'Google\\ApiCore\\Transport\\Grpc\\ForwardingServerStreamingCall' => __DIR__ . '/..' . '/google/gax/src/Transport/Grpc/ForwardingServerStreamingCall.php', + 'Google\\ApiCore\\Transport\\Grpc\\ForwardingUnaryCall' => __DIR__ . '/..' . '/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php', + 'Google\\ApiCore\\Transport\\Grpc\\ServerStreamingCallWrapper' => __DIR__ . '/..' . '/google/gax/src/Transport/Grpc/ServerStreamingCallWrapper.php', + 'Google\\ApiCore\\Transport\\Grpc\\UnaryInterceptorInterface' => __DIR__ . '/..' . '/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php', + 'Google\\ApiCore\\Transport\\HttpUnaryTransportTrait' => __DIR__ . '/..' . '/google/gax/src/Transport/HttpUnaryTransportTrait.php', + 'Google\\ApiCore\\Transport\\RestTransport' => __DIR__ . '/..' . '/google/gax/src/Transport/RestTransport.php', + 'Google\\ApiCore\\Transport\\Rest\\JsonStreamDecoder' => __DIR__ . '/..' . '/google/gax/src/Transport/Rest/JsonStreamDecoder.php', + 'Google\\ApiCore\\Transport\\Rest\\RestServerStreamingCall' => __DIR__ . '/..' . '/google/gax/src/Transport/Rest/RestServerStreamingCall.php', + 'Google\\ApiCore\\Transport\\TransportInterface' => __DIR__ . '/..' . '/google/gax/src/Transport/TransportInterface.php', + 'Google\\ApiCore\\UriTrait' => __DIR__ . '/..' . '/google/gax/src/UriTrait.php', + 'Google\\ApiCore\\ValidationException' => __DIR__ . '/..' . '/google/gax/src/ValidationException.php', + 'Google\\ApiCore\\ValidationTrait' => __DIR__ . '/..' . '/google/gax/src/ValidationTrait.php', + 'Google\\ApiCore\\Version' => __DIR__ . '/..' . '/google/gax/src/Version.php', + 'Google\\Api\\Advice' => __DIR__ . '/..' . '/google/common-protos/src/Api/Advice.php', + 'Google\\Api\\AuthProvider' => __DIR__ . '/..' . '/google/common-protos/src/Api/AuthProvider.php', + 'Google\\Api\\AuthRequirement' => __DIR__ . '/..' . '/google/common-protos/src/Api/AuthRequirement.php', + 'Google\\Api\\Authentication' => __DIR__ . '/..' . '/google/common-protos/src/Api/Authentication.php', + 'Google\\Api\\AuthenticationRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/AuthenticationRule.php', + 'Google\\Api\\Backend' => __DIR__ . '/..' . '/google/common-protos/src/Api/Backend.php', + 'Google\\Api\\BackendRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/BackendRule.php', + 'Google\\Api\\BackendRule\\PathTranslation' => __DIR__ . '/..' . '/google/common-protos/src/Api/BackendRule/PathTranslation.php', + 'Google\\Api\\BackendRule_PathTranslation' => __DIR__ . '/..' . '/google/common-protos/src/Api/BackendRule_PathTranslation.php', + 'Google\\Api\\Billing' => __DIR__ . '/..' . '/google/common-protos/src/Api/Billing.php', + 'Google\\Api\\Billing\\BillingDestination' => __DIR__ . '/..' . '/google/common-protos/src/Api/Billing/BillingDestination.php', + 'Google\\Api\\Billing_BillingDestination' => __DIR__ . '/..' . '/google/common-protos/src/Api/Billing_BillingDestination.php', + 'Google\\Api\\ChangeType' => __DIR__ . '/..' . '/google/common-protos/src/Api/ChangeType.php', + 'Google\\Api\\ConfigChange' => __DIR__ . '/..' . '/google/common-protos/src/Api/ConfigChange.php', + 'Google\\Api\\Context' => __DIR__ . '/..' . '/google/common-protos/src/Api/Context.php', + 'Google\\Api\\ContextRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/ContextRule.php', + 'Google\\Api\\Control' => __DIR__ . '/..' . '/google/common-protos/src/Api/Control.php', + 'Google\\Api\\CustomHttpPattern' => __DIR__ . '/..' . '/google/common-protos/src/Api/CustomHttpPattern.php', + 'Google\\Api\\Distribution' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution.php', + 'Google\\Api\\Distribution\\BucketOptions' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution/BucketOptions.php', + 'Google\\Api\\Distribution\\BucketOptions\\Explicit' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution/BucketOptions/Explicit.php', + 'Google\\Api\\Distribution\\BucketOptions\\Exponential' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution/BucketOptions/Exponential.php', + 'Google\\Api\\Distribution\\BucketOptions\\Linear' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution/BucketOptions/Linear.php', + 'Google\\Api\\Distribution\\Exemplar' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution/Exemplar.php', + 'Google\\Api\\Distribution\\Range' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution/Range.php', + 'Google\\Api\\Distribution_BucketOptions' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution_BucketOptions.php', + 'Google\\Api\\Distribution_BucketOptions_Explicit' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution_BucketOptions_Explicit.php', + 'Google\\Api\\Distribution_BucketOptions_Exponential' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution_BucketOptions_Exponential.php', + 'Google\\Api\\Distribution_BucketOptions_Linear' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution_BucketOptions_Linear.php', + 'Google\\Api\\Distribution_Exemplar' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution_Exemplar.php', + 'Google\\Api\\Distribution_Range' => __DIR__ . '/..' . '/google/common-protos/src/Api/Distribution_Range.php', + 'Google\\Api\\Documentation' => __DIR__ . '/..' . '/google/common-protos/src/Api/Documentation.php', + 'Google\\Api\\DocumentationRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/DocumentationRule.php', + 'Google\\Api\\Endpoint' => __DIR__ . '/..' . '/google/common-protos/src/Api/Endpoint.php', + 'Google\\Api\\Expr\\V1alpha1\\CheckRequest' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/CheckRequest.php', + 'Google\\Api\\Expr\\V1alpha1\\CheckResponse' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/CheckResponse.php', + 'Google\\Api\\Expr\\V1alpha1\\CheckedExpr' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/CheckedExpr.php', + 'Google\\Api\\Expr\\V1alpha1\\Constant' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Constant.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Decl.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl\\FunctionDecl' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/FunctionDecl.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl\\FunctionDecl\\Overload' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/FunctionDecl/Overload.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl\\IdentDecl' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Decl/IdentDecl.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl_FunctionDecl' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_FunctionDecl.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl_FunctionDecl_Overload' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_FunctionDecl_Overload.php', + 'Google\\Api\\Expr\\V1alpha1\\Decl_IdentDecl' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Decl_IdentDecl.php', + 'Google\\Api\\Expr\\V1alpha1\\EnumValue' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/EnumValue.php', + 'Google\\Api\\Expr\\V1alpha1\\ErrorSet' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/ErrorSet.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalRequest' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/EvalRequest.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalResponse' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/EvalResponse.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalState' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalState\\Result' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState/Result.php', + 'Google\\Api\\Expr\\V1alpha1\\EvalState_Result' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/EvalState_Result.php', + 'Google\\Api\\Expr\\V1alpha1\\Explain' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Explain.php', + 'Google\\Api\\Expr\\V1alpha1\\Explain\\ExprStep' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Explain/ExprStep.php', + 'Google\\Api\\Expr\\V1alpha1\\Explain_ExprStep' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Explain_ExprStep.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr.php', + 'Google\\Api\\Expr\\V1alpha1\\ExprValue' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/ExprValue.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\Call' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Call.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\Comprehension' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Comprehension.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateList' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateList.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateStruct' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateStruct.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\CreateStruct\\Entry' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/CreateStruct/Entry.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\Ident' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Ident.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr\\Select' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr/Select.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_Call' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Call.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_Comprehension' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Comprehension.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_CreateList' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateList.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_CreateStruct' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateStruct.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_CreateStruct_Entry' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_CreateStruct_Entry.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_Ident' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Ident.php', + 'Google\\Api\\Expr\\V1alpha1\\Expr_Select' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Expr_Select.php', + 'Google\\Api\\Expr\\V1alpha1\\IssueDetails' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails.php', + 'Google\\Api\\Expr\\V1alpha1\\IssueDetails\\Severity' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails/Severity.php', + 'Google\\Api\\Expr\\V1alpha1\\IssueDetails_Severity' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/IssueDetails_Severity.php', + 'Google\\Api\\Expr\\V1alpha1\\ListValue' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/ListValue.php', + 'Google\\Api\\Expr\\V1alpha1\\MapValue' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue.php', + 'Google\\Api\\Expr\\V1alpha1\\MapValue\\Entry' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue/Entry.php', + 'Google\\Api\\Expr\\V1alpha1\\MapValue_Entry' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/MapValue_Entry.php', + 'Google\\Api\\Expr\\V1alpha1\\ParseRequest' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/ParseRequest.php', + 'Google\\Api\\Expr\\V1alpha1\\ParseResponse' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/ParseResponse.php', + 'Google\\Api\\Expr\\V1alpha1\\ParsedExpr' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/ParsedExpr.php', + 'Google\\Api\\Expr\\V1alpha1\\Reference' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Reference.php', + 'Google\\Api\\Expr\\V1alpha1\\SourceInfo' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/SourceInfo.php', + 'Google\\Api\\Expr\\V1alpha1\\SourcePosition' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/SourcePosition.php', + 'Google\\Api\\Expr\\V1alpha1\\Type' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\AbstractType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type/AbstractType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\FunctionType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type/FunctionType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\ListType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type/ListType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\MapType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type/MapType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\PrimitiveType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type/PrimitiveType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type\\WellKnownType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type/WellKnownType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_AbstractType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type_AbstractType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_FunctionType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type_FunctionType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_ListType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type_ListType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_MapType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type_MapType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_PrimitiveType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type_PrimitiveType.php', + 'Google\\Api\\Expr\\V1alpha1\\Type_WellKnownType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Type_WellKnownType.php', + 'Google\\Api\\Expr\\V1alpha1\\UnknownSet' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/UnknownSet.php', + 'Google\\Api\\Expr\\V1alpha1\\Value' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1alpha1/Value.php', + 'Google\\Api\\Expr\\V1beta1\\Decl' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Decl.php', + 'Google\\Api\\Expr\\V1beta1\\DeclType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/DeclType.php', + 'Google\\Api\\Expr\\V1beta1\\EnumValue' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/EnumValue.php', + 'Google\\Api\\Expr\\V1beta1\\ErrorSet' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/ErrorSet.php', + 'Google\\Api\\Expr\\V1beta1\\EvalState' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/EvalState.php', + 'Google\\Api\\Expr\\V1beta1\\EvalState\\Result' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/EvalState/Result.php', + 'Google\\Api\\Expr\\V1beta1\\EvalState_Result' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/EvalState_Result.php', + 'Google\\Api\\Expr\\V1beta1\\Expr' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr.php', + 'Google\\Api\\Expr\\V1beta1\\ExprValue' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/ExprValue.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\Call' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Call.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\Comprehension' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Comprehension.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\CreateList' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateList.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\CreateStruct' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateStruct.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\CreateStruct\\Entry' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr/CreateStruct/Entry.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\Ident' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Ident.php', + 'Google\\Api\\Expr\\V1beta1\\Expr\\Select' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr/Select.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_Call' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Call.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_Comprehension' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Comprehension.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_CreateList' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateList.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_CreateStruct' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateStruct.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_CreateStruct_Entry' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr_CreateStruct_Entry.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_Ident' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Ident.php', + 'Google\\Api\\Expr\\V1beta1\\Expr_Select' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Expr_Select.php', + 'Google\\Api\\Expr\\V1beta1\\FunctionDecl' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/FunctionDecl.php', + 'Google\\Api\\Expr\\V1beta1\\IdRef' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/IdRef.php', + 'Google\\Api\\Expr\\V1beta1\\IdentDecl' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/IdentDecl.php', + 'Google\\Api\\Expr\\V1beta1\\ListValue' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/ListValue.php', + 'Google\\Api\\Expr\\V1beta1\\Literal' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Literal.php', + 'Google\\Api\\Expr\\V1beta1\\MapValue' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/MapValue.php', + 'Google\\Api\\Expr\\V1beta1\\MapValue\\Entry' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/MapValue/Entry.php', + 'Google\\Api\\Expr\\V1beta1\\MapValue_Entry' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/MapValue_Entry.php', + 'Google\\Api\\Expr\\V1beta1\\ParsedExpr' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/ParsedExpr.php', + 'Google\\Api\\Expr\\V1beta1\\SourceInfo' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/SourceInfo.php', + 'Google\\Api\\Expr\\V1beta1\\SourcePosition' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/SourcePosition.php', + 'Google\\Api\\Expr\\V1beta1\\UnknownSet' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/UnknownSet.php', + 'Google\\Api\\Expr\\V1beta1\\Value' => __DIR__ . '/..' . '/google/common-protos/src/Api/Expr/V1beta1/Value.php', + 'Google\\Api\\FieldBehavior' => __DIR__ . '/..' . '/google/common-protos/src/Api/FieldBehavior.php', + 'Google\\Api\\Http' => __DIR__ . '/..' . '/google/common-protos/src/Api/Http.php', + 'Google\\Api\\HttpBody' => __DIR__ . '/..' . '/google/common-protos/src/Api/HttpBody.php', + 'Google\\Api\\HttpRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/HttpRule.php', + 'Google\\Api\\LabelDescriptor' => __DIR__ . '/..' . '/google/common-protos/src/Api/LabelDescriptor.php', + 'Google\\Api\\LabelDescriptor\\ValueType' => __DIR__ . '/..' . '/google/common-protos/src/Api/LabelDescriptor/ValueType.php', + 'Google\\Api\\LabelDescriptor_ValueType' => __DIR__ . '/..' . '/google/common-protos/src/Api/LabelDescriptor_ValueType.php', + 'Google\\Api\\LaunchStage' => __DIR__ . '/..' . '/google/common-protos/src/Api/LaunchStage.php', + 'Google\\Api\\LogDescriptor' => __DIR__ . '/..' . '/google/common-protos/src/Api/LogDescriptor.php', + 'Google\\Api\\Logging' => __DIR__ . '/..' . '/google/common-protos/src/Api/Logging.php', + 'Google\\Api\\Logging\\LoggingDestination' => __DIR__ . '/..' . '/google/common-protos/src/Api/Logging/LoggingDestination.php', + 'Google\\Api\\Logging_LoggingDestination' => __DIR__ . '/..' . '/google/common-protos/src/Api/Logging_LoggingDestination.php', + 'Google\\Api\\Metric' => __DIR__ . '/..' . '/google/common-protos/src/Api/Metric.php', + 'Google\\Api\\MetricDescriptor' => __DIR__ . '/..' . '/google/common-protos/src/Api/MetricDescriptor.php', + 'Google\\Api\\MetricDescriptor\\MetricDescriptorMetadata' => __DIR__ . '/..' . '/google/common-protos/src/Api/MetricDescriptor/MetricDescriptorMetadata.php', + 'Google\\Api\\MetricDescriptor\\MetricKind' => __DIR__ . '/..' . '/google/common-protos/src/Api/MetricDescriptor/MetricKind.php', + 'Google\\Api\\MetricDescriptor\\ValueType' => __DIR__ . '/..' . '/google/common-protos/src/Api/MetricDescriptor/ValueType.php', + 'Google\\Api\\MetricDescriptor_MetricDescriptorMetadata' => __DIR__ . '/..' . '/google/common-protos/src/Api/MetricDescriptor_MetricDescriptorMetadata.php', + 'Google\\Api\\MetricDescriptor_MetricKind' => __DIR__ . '/..' . '/google/common-protos/src/Api/MetricDescriptor_MetricKind.php', + 'Google\\Api\\MetricDescriptor_ValueType' => __DIR__ . '/..' . '/google/common-protos/src/Api/MetricDescriptor_ValueType.php', + 'Google\\Api\\MetricRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/MetricRule.php', + 'Google\\Api\\MonitoredResource' => __DIR__ . '/..' . '/google/common-protos/src/Api/MonitoredResource.php', + 'Google\\Api\\MonitoredResourceDescriptor' => __DIR__ . '/..' . '/google/common-protos/src/Api/MonitoredResourceDescriptor.php', + 'Google\\Api\\MonitoredResourceMetadata' => __DIR__ . '/..' . '/google/common-protos/src/Api/MonitoredResourceMetadata.php', + 'Google\\Api\\Monitoring' => __DIR__ . '/..' . '/google/common-protos/src/Api/Monitoring.php', + 'Google\\Api\\Monitoring\\MonitoringDestination' => __DIR__ . '/..' . '/google/common-protos/src/Api/Monitoring/MonitoringDestination.php', + 'Google\\Api\\Monitoring_MonitoringDestination' => __DIR__ . '/..' . '/google/common-protos/src/Api/Monitoring_MonitoringDestination.php', + 'Google\\Api\\OAuthRequirements' => __DIR__ . '/..' . '/google/common-protos/src/Api/OAuthRequirements.php', + 'Google\\Api\\Page' => __DIR__ . '/..' . '/google/common-protos/src/Api/Page.php', + 'Google\\Api\\ProjectProperties' => __DIR__ . '/..' . '/google/common-protos/src/Api/ProjectProperties.php', + 'Google\\Api\\Property' => __DIR__ . '/..' . '/google/common-protos/src/Api/Property.php', + 'Google\\Api\\Property\\PropertyType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Property/PropertyType.php', + 'Google\\Api\\Property_PropertyType' => __DIR__ . '/..' . '/google/common-protos/src/Api/Property_PropertyType.php', + 'Google\\Api\\Quota' => __DIR__ . '/..' . '/google/common-protos/src/Api/Quota.php', + 'Google\\Api\\QuotaLimit' => __DIR__ . '/..' . '/google/common-protos/src/Api/QuotaLimit.php', + 'Google\\Api\\ResourceDescriptor' => __DIR__ . '/..' . '/google/common-protos/src/Api/ResourceDescriptor.php', + 'Google\\Api\\ResourceDescriptor\\History' => __DIR__ . '/..' . '/google/common-protos/src/Api/ResourceDescriptor/History.php', + 'Google\\Api\\ResourceDescriptor_History' => __DIR__ . '/..' . '/google/common-protos/src/Api/ResourceDescriptor_History.php', + 'Google\\Api\\ResourceReference' => __DIR__ . '/..' . '/google/common-protos/src/Api/ResourceReference.php', + 'Google\\Api\\RoutingParameter' => __DIR__ . '/..' . '/google/common-protos/src/Api/RoutingParameter.php', + 'Google\\Api\\RoutingRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/RoutingRule.php', + 'Google\\Api\\Service' => __DIR__ . '/..' . '/google/common-protos/src/Api/Service.php', + 'Google\\Api\\SourceInfo' => __DIR__ . '/..' . '/google/common-protos/src/Api/SourceInfo.php', + 'Google\\Api\\SystemParameter' => __DIR__ . '/..' . '/google/common-protos/src/Api/SystemParameter.php', + 'Google\\Api\\SystemParameterRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/SystemParameterRule.php', + 'Google\\Api\\SystemParameters' => __DIR__ . '/..' . '/google/common-protos/src/Api/SystemParameters.php', + 'Google\\Api\\Usage' => __DIR__ . '/..' . '/google/common-protos/src/Api/Usage.php', + 'Google\\Api\\UsageRule' => __DIR__ . '/..' . '/google/common-protos/src/Api/UsageRule.php', + 'Google\\Auth\\AccessToken' => __DIR__ . '/..' . '/google/auth/src/AccessToken.php', + 'Google\\Auth\\ApplicationDefaultCredentials' => __DIR__ . '/..' . '/google/auth/src/ApplicationDefaultCredentials.php', + 'Google\\Auth\\CacheTrait' => __DIR__ . '/..' . '/google/auth/src/CacheTrait.php', + 'Google\\Auth\\Cache\\InvalidArgumentException' => __DIR__ . '/..' . '/google/auth/src/Cache/InvalidArgumentException.php', + 'Google\\Auth\\Cache\\Item' => __DIR__ . '/..' . '/google/auth/src/Cache/Item.php', + 'Google\\Auth\\Cache\\MemoryCacheItemPool' => __DIR__ . '/..' . '/google/auth/src/Cache/MemoryCacheItemPool.php', + 'Google\\Auth\\Cache\\SysVCacheItemPool' => __DIR__ . '/..' . '/google/auth/src/Cache/SysVCacheItemPool.php', + 'Google\\Auth\\Cache\\TypedItem' => __DIR__ . '/..' . '/google/auth/src/Cache/TypedItem.php', + 'Google\\Auth\\CredentialsLoader' => __DIR__ . '/..' . '/google/auth/src/CredentialsLoader.php', + 'Google\\Auth\\Credentials\\AppIdentityCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/AppIdentityCredentials.php', + 'Google\\Auth\\Credentials\\GCECredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/GCECredentials.php', + 'Google\\Auth\\Credentials\\IAMCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/IAMCredentials.php', + 'Google\\Auth\\Credentials\\InsecureCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/InsecureCredentials.php', + 'Google\\Auth\\Credentials\\ServiceAccountCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/ServiceAccountCredentials.php', + 'Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php', + 'Google\\Auth\\Credentials\\UserRefreshCredentials' => __DIR__ . '/..' . '/google/auth/src/Credentials/UserRefreshCredentials.php', + 'Google\\Auth\\FetchAuthTokenCache' => __DIR__ . '/..' . '/google/auth/src/FetchAuthTokenCache.php', + 'Google\\Auth\\FetchAuthTokenInterface' => __DIR__ . '/..' . '/google/auth/src/FetchAuthTokenInterface.php', + 'Google\\Auth\\GCECache' => __DIR__ . '/..' . '/google/auth/src/GCECache.php', + 'Google\\Auth\\GetQuotaProjectInterface' => __DIR__ . '/..' . '/google/auth/src/GetQuotaProjectInterface.php', + 'Google\\Auth\\HttpHandler\\Guzzle5HttpHandler' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/Guzzle5HttpHandler.php', + 'Google\\Auth\\HttpHandler\\Guzzle6HttpHandler' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/Guzzle6HttpHandler.php', + 'Google\\Auth\\HttpHandler\\Guzzle7HttpHandler' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/Guzzle7HttpHandler.php', + 'Google\\Auth\\HttpHandler\\HttpClientCache' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/HttpClientCache.php', + 'Google\\Auth\\HttpHandler\\HttpHandlerFactory' => __DIR__ . '/..' . '/google/auth/src/HttpHandler/HttpHandlerFactory.php', + 'Google\\Auth\\Iam' => __DIR__ . '/..' . '/google/auth/src/Iam.php', + 'Google\\Auth\\Middleware\\AuthTokenMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/AuthTokenMiddleware.php', + 'Google\\Auth\\Middleware\\ProxyAuthTokenMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php', + 'Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php', + 'Google\\Auth\\Middleware\\SimpleMiddleware' => __DIR__ . '/..' . '/google/auth/src/Middleware/SimpleMiddleware.php', + 'Google\\Auth\\OAuth2' => __DIR__ . '/..' . '/google/auth/src/OAuth2.php', + 'Google\\Auth\\ProjectIdProviderInterface' => __DIR__ . '/..' . '/google/auth/src/ProjectIdProviderInterface.php', + 'Google\\Auth\\ServiceAccountSignerTrait' => __DIR__ . '/..' . '/google/auth/src/ServiceAccountSignerTrait.php', + 'Google\\Auth\\SignBlobInterface' => __DIR__ . '/..' . '/google/auth/src/SignBlobInterface.php', + 'Google\\Auth\\UpdateMetadataInterface' => __DIR__ . '/..' . '/google/auth/src/UpdateMetadataInterface.php', + 'Google\\Cloud\\Iam\\V1\\AuditConfigDelta' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta.php', + 'Google\\Cloud\\Iam\\V1\\AuditConfigDelta\\Action' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta/Action.php', + 'Google\\Cloud\\Iam\\V1\\AuditConfigDelta_Action' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/AuditConfigDelta_Action.php', + 'Google\\Cloud\\Iam\\V1\\Binding' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/Binding.php', + 'Google\\Cloud\\Iam\\V1\\BindingDelta' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta.php', + 'Google\\Cloud\\Iam\\V1\\BindingDelta\\Action' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta/Action.php', + 'Google\\Cloud\\Iam\\V1\\BindingDelta_Action' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/BindingDelta_Action.php', + 'Google\\Cloud\\Iam\\V1\\GetIamPolicyRequest' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/GetIamPolicyRequest.php', + 'Google\\Cloud\\Iam\\V1\\GetPolicyOptions' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/GetPolicyOptions.php', + 'Google\\Cloud\\Iam\\V1\\Policy' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/Policy.php', + 'Google\\Cloud\\Iam\\V1\\PolicyDelta' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/PolicyDelta.php', + 'Google\\Cloud\\Iam\\V1\\SetIamPolicyRequest' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/SetIamPolicyRequest.php', + 'Google\\Cloud\\Iam\\V1\\TestIamPermissionsRequest' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsRequest.php', + 'Google\\Cloud\\Iam\\V1\\TestIamPermissionsResponse' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Iam/V1/TestIamPermissionsResponse.php', + 'Google\\Cloud\\Location\\GetLocationRequest' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Location/GetLocationRequest.php', + 'Google\\Cloud\\Location\\ListLocationsRequest' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Location/ListLocationsRequest.php', + 'Google\\Cloud\\Location\\ListLocationsResponse' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Location/ListLocationsResponse.php', + 'Google\\Cloud\\Location\\Location' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Location/Location.php', + 'Google\\Cloud\\Logging\\Type\\HttpRequest' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Logging/Type/HttpRequest.php', + 'Google\\Cloud\\Logging\\Type\\LogSeverity' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/Logging/Type/LogSeverity.php', + 'Google\\Cloud\\OperationResponseMapping' => __DIR__ . '/..' . '/google/common-protos/src/Cloud/OperationResponseMapping.php', + 'Google\\Iam\\V1\\Logging\\AuditData' => __DIR__ . '/..' . '/google/common-protos/src/Iam/V1/Logging/AuditData.php', + 'Google\\LongRunning\\CancelOperationRequest' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/CancelOperationRequest.php', + 'Google\\LongRunning\\DeleteOperationRequest' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/DeleteOperationRequest.php', + 'Google\\LongRunning\\GetOperationRequest' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/GetOperationRequest.php', + 'Google\\LongRunning\\ListOperationsRequest' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/ListOperationsRequest.php', + 'Google\\LongRunning\\ListOperationsResponse' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/ListOperationsResponse.php', + 'Google\\LongRunning\\Operation' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/Operation.php', + 'Google\\LongRunning\\OperationInfo' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/OperationInfo.php', + 'Google\\LongRunning\\OperationsGrpcClient' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/OperationsGrpcClient.php', + 'Google\\LongRunning\\WaitOperationRequest' => __DIR__ . '/..' . '/google/longrunning/src/LongRunning/WaitOperationRequest.php', + 'Google\\Protobuf\\Any' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Any.php', + 'Google\\Protobuf\\Api' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Api.php', + 'Google\\Protobuf\\BoolValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/BoolValue.php', + 'Google\\Protobuf\\BytesValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/BytesValue.php', + 'Google\\Protobuf\\Descriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Descriptor.php', + 'Google\\Protobuf\\DescriptorPool' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/DescriptorPool.php', + 'Google\\Protobuf\\DoubleValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/DoubleValue.php', + 'Google\\Protobuf\\Duration' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Duration.php', + 'Google\\Protobuf\\Enum' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Enum.php', + 'Google\\Protobuf\\EnumDescriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/EnumDescriptor.php', + 'Google\\Protobuf\\EnumValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/EnumValue.php', + 'Google\\Protobuf\\EnumValueDescriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php', + 'Google\\Protobuf\\Field' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field.php', + 'Google\\Protobuf\\FieldDescriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/FieldDescriptor.php', + 'Google\\Protobuf\\FieldMask' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/FieldMask.php', + 'Google\\Protobuf\\Field\\Cardinality' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field/Cardinality.php', + 'Google\\Protobuf\\Field\\Kind' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field/Kind.php', + 'Google\\Protobuf\\Field_Cardinality' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php', + 'Google\\Protobuf\\Field_Kind' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Field_Kind.php', + 'Google\\Protobuf\\FloatValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/FloatValue.php', + 'Google\\Protobuf\\GPBEmpty' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/GPBEmpty.php', + 'Google\\Protobuf\\Int32Value' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Int32Value.php', + 'Google\\Protobuf\\Int64Value' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Int64Value.php', + 'Google\\Protobuf\\Internal\\AnyBase' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php', + 'Google\\Protobuf\\Internal\\CodedInputStream' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php', + 'Google\\Protobuf\\Internal\\CodedOutputStream' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php', + 'Google\\Protobuf\\Internal\\Descriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php', + 'Google\\Protobuf\\Internal\\DescriptorPool' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php', + 'Google\\Protobuf\\Internal\\DescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php', + 'Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php', + 'Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php', + 'Google\\Protobuf\\Internal\\DescriptorProto_ExtensionRange' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php', + 'Google\\Protobuf\\Internal\\DescriptorProto_ReservedRange' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php', + 'Google\\Protobuf\\Internal\\EnumBuilderContext' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php', + 'Google\\Protobuf\\Internal\\EnumDescriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php', + 'Google\\Protobuf\\Internal\\EnumDescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php', + 'Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php', + 'Google\\Protobuf\\Internal\\EnumDescriptorProto_EnumReservedRange' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php', + 'Google\\Protobuf\\Internal\\EnumOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php', + 'Google\\Protobuf\\Internal\\EnumValueDescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php', + 'Google\\Protobuf\\Internal\\EnumValueOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php', + 'Google\\Protobuf\\Internal\\ExtensionRangeOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php', + 'Google\\Protobuf\\Internal\\FieldDescriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto_Label' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php', + 'Google\\Protobuf\\Internal\\FieldDescriptorProto_Type' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php', + 'Google\\Protobuf\\Internal\\FieldOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php', + 'Google\\Protobuf\\Internal\\FieldOptions\\CType' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php', + 'Google\\Protobuf\\Internal\\FieldOptions\\JSType' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php', + 'Google\\Protobuf\\Internal\\FieldOptions_CType' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php', + 'Google\\Protobuf\\Internal\\FieldOptions_JSType' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_JSType.php', + 'Google\\Protobuf\\Internal\\FileDescriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php', + 'Google\\Protobuf\\Internal\\FileDescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php', + 'Google\\Protobuf\\Internal\\FileDescriptorSet' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php', + 'Google\\Protobuf\\Internal\\FileOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php', + 'Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php', + 'Google\\Protobuf\\Internal\\FileOptions_OptimizeMode' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php', + 'Google\\Protobuf\\Internal\\GPBDecodeException' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php', + 'Google\\Protobuf\\Internal\\GPBJsonWire' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php', + 'Google\\Protobuf\\Internal\\GPBLabel' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php', + 'Google\\Protobuf\\Internal\\GPBType' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GPBType.php', + 'Google\\Protobuf\\Internal\\GPBUtil' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php', + 'Google\\Protobuf\\Internal\\GPBWire' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php', + 'Google\\Protobuf\\Internal\\GPBWireType' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php', + 'Google\\Protobuf\\Internal\\GeneratedCodeInfo' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php', + 'Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php', + 'Google\\Protobuf\\Internal\\GeneratedCodeInfo_Annotation' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php', + 'Google\\Protobuf\\Internal\\GetPublicDescriptorTrait' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php', + 'Google\\Protobuf\\Internal\\HasPublicDescriptorTrait' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php', + 'Google\\Protobuf\\Internal\\MapEntry' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php', + 'Google\\Protobuf\\Internal\\MapField' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MapField.php', + 'Google\\Protobuf\\Internal\\MapFieldIter' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php', + 'Google\\Protobuf\\Internal\\Message' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/Message.php', + 'Google\\Protobuf\\Internal\\MessageBuilderContext' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php', + 'Google\\Protobuf\\Internal\\MessageOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php', + 'Google\\Protobuf\\Internal\\MethodDescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php', + 'Google\\Protobuf\\Internal\\MethodOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php', + 'Google\\Protobuf\\Internal\\MethodOptions\\IdempotencyLevel' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php', + 'Google\\Protobuf\\Internal\\MethodOptions_IdempotencyLevel' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php', + 'Google\\Protobuf\\Internal\\OneofDescriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php', + 'Google\\Protobuf\\Internal\\OneofDescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php', + 'Google\\Protobuf\\Internal\\OneofField' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/OneofField.php', + 'Google\\Protobuf\\Internal\\OneofOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php', + 'Google\\Protobuf\\Internal\\RawInputStream' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php', + 'Google\\Protobuf\\Internal\\RepeatedField' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php', + 'Google\\Protobuf\\Internal\\RepeatedFieldIter' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php', + 'Google\\Protobuf\\Internal\\ServiceDescriptorProto' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php', + 'Google\\Protobuf\\Internal\\ServiceOptions' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php', + 'Google\\Protobuf\\Internal\\SourceCodeInfo' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php', + 'Google\\Protobuf\\Internal\\SourceCodeInfo\\Location' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php', + 'Google\\Protobuf\\Internal\\SourceCodeInfo_Location' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php', + 'Google\\Protobuf\\Internal\\TimestampBase' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php', + 'Google\\Protobuf\\Internal\\UninterpretedOption' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php', + 'Google\\Protobuf\\Internal\\UninterpretedOption\\NamePart' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php', + 'Google\\Protobuf\\Internal\\UninterpretedOption_NamePart' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php', + 'Google\\Protobuf\\ListValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/ListValue.php', + 'Google\\Protobuf\\Method' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Method.php', + 'Google\\Protobuf\\Mixin' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Mixin.php', + 'Google\\Protobuf\\NullValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/NullValue.php', + 'Google\\Protobuf\\OneofDescriptor' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/OneofDescriptor.php', + 'Google\\Protobuf\\Option' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Option.php', + 'Google\\Protobuf\\SourceContext' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/SourceContext.php', + 'Google\\Protobuf\\StringValue' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/StringValue.php', + 'Google\\Protobuf\\Struct' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Struct.php', + 'Google\\Protobuf\\Syntax' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Syntax.php', + 'Google\\Protobuf\\Timestamp' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Timestamp.php', + 'Google\\Protobuf\\Type' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Type.php', + 'Google\\Protobuf\\UInt32Value' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/UInt32Value.php', + 'Google\\Protobuf\\UInt64Value' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/UInt64Value.php', + 'Google\\Protobuf\\Value' => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf/Value.php', + 'Google\\Rpc\\BadRequest' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/BadRequest.php', + 'Google\\Rpc\\BadRequest\\FieldViolation' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/BadRequest/FieldViolation.php', + 'Google\\Rpc\\BadRequest_FieldViolation' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/BadRequest_FieldViolation.php', + 'Google\\Rpc\\Code' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/Code.php', + 'Google\\Rpc\\DebugInfo' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/DebugInfo.php', + 'Google\\Rpc\\ErrorInfo' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/ErrorInfo.php', + 'Google\\Rpc\\Help' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/Help.php', + 'Google\\Rpc\\Help\\Link' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/Help/Link.php', + 'Google\\Rpc\\Help_Link' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/Help_Link.php', + 'Google\\Rpc\\LocalizedMessage' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/LocalizedMessage.php', + 'Google\\Rpc\\PreconditionFailure' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/PreconditionFailure.php', + 'Google\\Rpc\\PreconditionFailure\\Violation' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/PreconditionFailure/Violation.php', + 'Google\\Rpc\\PreconditionFailure_Violation' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/PreconditionFailure_Violation.php', + 'Google\\Rpc\\QuotaFailure' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/QuotaFailure.php', + 'Google\\Rpc\\QuotaFailure\\Violation' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/QuotaFailure/Violation.php', + 'Google\\Rpc\\QuotaFailure_Violation' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/QuotaFailure_Violation.php', + 'Google\\Rpc\\RequestInfo' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/RequestInfo.php', + 'Google\\Rpc\\ResourceInfo' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/ResourceInfo.php', + 'Google\\Rpc\\RetryInfo' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/RetryInfo.php', + 'Google\\Rpc\\Status' => __DIR__ . '/..' . '/google/common-protos/src/Rpc/Status.php', + 'Google\\Type\\CalendarPeriod' => __DIR__ . '/..' . '/google/common-protos/src/Type/CalendarPeriod.php', + 'Google\\Type\\Color' => __DIR__ . '/..' . '/google/common-protos/src/Type/Color.php', + 'Google\\Type\\Date' => __DIR__ . '/..' . '/google/common-protos/src/Type/Date.php', + 'Google\\Type\\DateTime' => __DIR__ . '/..' . '/google/common-protos/src/Type/DateTime.php', + 'Google\\Type\\DayOfWeek' => __DIR__ . '/..' . '/google/common-protos/src/Type/DayOfWeek.php', + 'Google\\Type\\Expr' => __DIR__ . '/..' . '/google/common-protos/src/Type/Expr.php', + 'Google\\Type\\Fraction' => __DIR__ . '/..' . '/google/common-protos/src/Type/Fraction.php', + 'Google\\Type\\Interval' => __DIR__ . '/..' . '/google/common-protos/src/Type/Interval.php', + 'Google\\Type\\LatLng' => __DIR__ . '/..' . '/google/common-protos/src/Type/LatLng.php', + 'Google\\Type\\Money' => __DIR__ . '/..' . '/google/common-protos/src/Type/Money.php', + 'Google\\Type\\Month' => __DIR__ . '/..' . '/google/common-protos/src/Type/Month.php', + 'Google\\Type\\PostalAddress' => __DIR__ . '/..' . '/google/common-protos/src/Type/PostalAddress.php', + 'Google\\Type\\Quaternion' => __DIR__ . '/..' . '/google/common-protos/src/Type/Quaternion.php', + 'Google\\Type\\TimeOfDay' => __DIR__ . '/..' . '/google/common-protos/src/Type/TimeOfDay.php', + 'Google\\Type\\TimeZone' => __DIR__ . '/..' . '/google/common-protos/src/Type/TimeZone.php', + 'Grpc\\AbstractCall' => __DIR__ . '/..' . '/grpc/grpc/src/lib/AbstractCall.php', + 'Grpc\\BaseStub' => __DIR__ . '/..' . '/grpc/grpc/src/lib/BaseStub.php', + 'Grpc\\BidiStreamingCall' => __DIR__ . '/..' . '/grpc/grpc/src/lib/BidiStreamingCall.php', + 'Grpc\\CallInvoker' => __DIR__ . '/..' . '/grpc/grpc/src/lib/CallInvoker.php', + 'Grpc\\ClientStreamingCall' => __DIR__ . '/..' . '/grpc/grpc/src/lib/ClientStreamingCall.php', + 'Grpc\\DefaultCallInvoker' => __DIR__ . '/..' . '/grpc/grpc/src/lib/DefaultCallInvoker.php', 'Grpc\\Gcp\\AffinityConfig' => __DIR__ . '/..' . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php', 'Grpc\\Gcp\\AffinityConfig_Command' => __DIR__ . '/..' . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php', 'Grpc\\Gcp\\ApiConfig' => __DIR__ . '/..' . '/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php', 'Grpc\\Gcp\\ChannelPoolConfig' => __DIR__ . '/..' . '/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php', + 'Grpc\\Gcp\\ChannelRef' => __DIR__ . '/..' . '/google/grpc-gcp/src/ChannelRef.php', + 'Grpc\\Gcp\\Config' => __DIR__ . '/..' . '/google/grpc-gcp/src/Config.php', + 'Grpc\\Gcp\\CreatedByDeserializeCheck' => __DIR__ . '/..' . '/google/grpc-gcp/src/CreatedByDeserializeCheck.php', + 'Grpc\\Gcp\\GCPBidiStreamingCall' => __DIR__ . '/..' . '/google/grpc-gcp/src/GCPBidiStreamingCall.php', + 'Grpc\\Gcp\\GCPCallInvoker' => __DIR__ . '/..' . '/google/grpc-gcp/src/GCPCallInvoker.php', + 'Grpc\\Gcp\\GCPClientStreamCall' => __DIR__ . '/..' . '/google/grpc-gcp/src/GCPClientStreamCall.php', + 'Grpc\\Gcp\\GCPServerStreamCall' => __DIR__ . '/..' . '/google/grpc-gcp/src/GCPServerStreamCall.php', + 'Grpc\\Gcp\\GCPUnaryCall' => __DIR__ . '/..' . '/google/grpc-gcp/src/GCPUnaryCall.php', + 'Grpc\\Gcp\\GcpBaseCall' => __DIR__ . '/..' . '/google/grpc-gcp/src/GcpBaseCall.php', + 'Grpc\\Gcp\\GcpExtensionChannel' => __DIR__ . '/..' . '/google/grpc-gcp/src/GcpExtensionChannel.php', 'Grpc\\Gcp\\MethodConfig' => __DIR__ . '/..' . '/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php', + 'Grpc\\Interceptor' => __DIR__ . '/..' . '/grpc/grpc/src/lib/Interceptor.php', + 'Grpc\\Internal\\InterceptorChannel' => __DIR__ . '/..' . '/grpc/grpc/src/lib/Internal/InterceptorChannel.php', + 'Grpc\\MethodDescriptor' => __DIR__ . '/..' . '/grpc/grpc/src/lib/MethodDescriptor.php', + 'Grpc\\RpcServer' => __DIR__ . '/..' . '/grpc/grpc/src/lib/RpcServer.php', + 'Grpc\\ServerCallReader' => __DIR__ . '/..' . '/grpc/grpc/src/lib/ServerCallReader.php', + 'Grpc\\ServerCallWriter' => __DIR__ . '/..' . '/grpc/grpc/src/lib/ServerCallWriter.php', + 'Grpc\\ServerContext' => __DIR__ . '/..' . '/grpc/grpc/src/lib/ServerContext.php', + 'Grpc\\ServerStreamingCall' => __DIR__ . '/..' . '/grpc/grpc/src/lib/ServerStreamingCall.php', + 'Grpc\\Status' => __DIR__ . '/..' . '/grpc/grpc/src/lib/Status.php', + 'Grpc\\UnaryCall' => __DIR__ . '/..' . '/grpc/grpc/src/lib/UnaryCall.php', + 'GuzzleHttp\\Client' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Client.php', + 'GuzzleHttp\\ClientInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/ClientInterface.php', + 'GuzzleHttp\\Cookie\\CookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php', + 'GuzzleHttp\\Cookie\\CookieJarInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', + 'GuzzleHttp\\Cookie\\FileCookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', + 'GuzzleHttp\\Cookie\\SessionCookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', + 'GuzzleHttp\\Cookie\\SetCookie' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php', + 'GuzzleHttp\\Exception\\BadResponseException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php', + 'GuzzleHttp\\Exception\\ClientException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ClientException.php', + 'GuzzleHttp\\Exception\\ConnectException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ConnectException.php', + 'GuzzleHttp\\Exception\\GuzzleException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php', + 'GuzzleHttp\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', + 'GuzzleHttp\\Exception\\RequestException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/RequestException.php', + 'GuzzleHttp\\Exception\\SeekException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/SeekException.php', + 'GuzzleHttp\\Exception\\ServerException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ServerException.php', + 'GuzzleHttp\\Exception\\TooManyRedirectsException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', + 'GuzzleHttp\\Exception\\TransferException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/TransferException.php', + 'GuzzleHttp\\HandlerStack' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/HandlerStack.php', + 'GuzzleHttp\\Handler\\CurlFactory' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php', + 'GuzzleHttp\\Handler\\CurlFactoryInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', + 'GuzzleHttp\\Handler\\CurlHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php', + 'GuzzleHttp\\Handler\\CurlMultiHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', + 'GuzzleHttp\\Handler\\EasyHandle' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php', + 'GuzzleHttp\\Handler\\MockHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/MockHandler.php', + 'GuzzleHttp\\Handler\\Proxy' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/Proxy.php', + 'GuzzleHttp\\Handler\\StreamHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php', + 'GuzzleHttp\\MessageFormatter' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/MessageFormatter.php', + 'GuzzleHttp\\Middleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Middleware.php', + 'GuzzleHttp\\Pool' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Pool.php', + 'GuzzleHttp\\PrepareBodyMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', + 'GuzzleHttp\\Promise\\AggregateException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/AggregateException.php', + 'GuzzleHttp\\Promise\\CancellationException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/CancellationException.php', + 'GuzzleHttp\\Promise\\Coroutine' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Coroutine.php', + 'GuzzleHttp\\Promise\\Create' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Create.php', + 'GuzzleHttp\\Promise\\Each' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Each.php', + 'GuzzleHttp\\Promise\\EachPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/EachPromise.php', + 'GuzzleHttp\\Promise\\FulfilledPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/FulfilledPromise.php', + 'GuzzleHttp\\Promise\\Is' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Is.php', + 'GuzzleHttp\\Promise\\Promise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Promise.php', + 'GuzzleHttp\\Promise\\PromiseInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/PromiseInterface.php', + 'GuzzleHttp\\Promise\\PromisorInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/PromisorInterface.php', + 'GuzzleHttp\\Promise\\RejectedPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/RejectedPromise.php', + 'GuzzleHttp\\Promise\\RejectionException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/RejectionException.php', + 'GuzzleHttp\\Promise\\TaskQueue' => __DIR__ . '/..' . '/guzzlehttp/promises/src/TaskQueue.php', + 'GuzzleHttp\\Promise\\TaskQueueInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/TaskQueueInterface.php', + 'GuzzleHttp\\Promise\\Utils' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Utils.php', + 'GuzzleHttp\\Psr7\\AppendStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/AppendStream.php', + 'GuzzleHttp\\Psr7\\BufferStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/BufferStream.php', + 'GuzzleHttp\\Psr7\\CachingStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/CachingStream.php', + 'GuzzleHttp\\Psr7\\DroppingStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/DroppingStream.php', + 'GuzzleHttp\\Psr7\\FnStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/FnStream.php', + 'GuzzleHttp\\Psr7\\Header' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Header.php', + 'GuzzleHttp\\Psr7\\InflateStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/InflateStream.php', + 'GuzzleHttp\\Psr7\\LazyOpenStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/LazyOpenStream.php', + 'GuzzleHttp\\Psr7\\LimitStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/LimitStream.php', + 'GuzzleHttp\\Psr7\\Message' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Message.php', + 'GuzzleHttp\\Psr7\\MessageTrait' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MessageTrait.php', + 'GuzzleHttp\\Psr7\\MimeType' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MimeType.php', + 'GuzzleHttp\\Psr7\\MultipartStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MultipartStream.php', + 'GuzzleHttp\\Psr7\\NoSeekStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/NoSeekStream.php', + 'GuzzleHttp\\Psr7\\PumpStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/PumpStream.php', + 'GuzzleHttp\\Psr7\\Query' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Query.php', + 'GuzzleHttp\\Psr7\\Request' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Request.php', + 'GuzzleHttp\\Psr7\\Response' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Response.php', + 'GuzzleHttp\\Psr7\\Rfc7230' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Rfc7230.php', + 'GuzzleHttp\\Psr7\\ServerRequest' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/ServerRequest.php', + 'GuzzleHttp\\Psr7\\Stream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Stream.php', + 'GuzzleHttp\\Psr7\\StreamDecoratorTrait' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/StreamDecoratorTrait.php', + 'GuzzleHttp\\Psr7\\StreamWrapper' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/StreamWrapper.php', + 'GuzzleHttp\\Psr7\\UploadedFile' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UploadedFile.php', + 'GuzzleHttp\\Psr7\\Uri' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Uri.php', + 'GuzzleHttp\\Psr7\\UriComparator' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriComparator.php', + 'GuzzleHttp\\Psr7\\UriNormalizer' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriNormalizer.php', + 'GuzzleHttp\\Psr7\\UriResolver' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriResolver.php', + 'GuzzleHttp\\Psr7\\Utils' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Utils.php', + 'GuzzleHttp\\RedirectMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RedirectMiddleware.php', + 'GuzzleHttp\\RequestOptions' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RequestOptions.php', + 'GuzzleHttp\\RetryMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RetryMiddleware.php', + 'GuzzleHttp\\TransferStats' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/TransferStats.php', + 'GuzzleHttp\\UriTemplate' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/UriTemplate.php', + 'GuzzleHttp\\Utils' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Utils.php', + 'Guzzle\\Batch\\AbstractBatchDecorator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php', + 'Guzzle\\Batch\\Batch' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/Batch.php', + 'Guzzle\\Batch\\BatchBuilder' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php', + 'Guzzle\\Batch\\BatchClosureDivisor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php', + 'Guzzle\\Batch\\BatchClosureTransfer' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php', + 'Guzzle\\Batch\\BatchCommandTransfer' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php', + 'Guzzle\\Batch\\BatchDivisorInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php', + 'Guzzle\\Batch\\BatchInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php', + 'Guzzle\\Batch\\BatchRequestTransfer' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php', + 'Guzzle\\Batch\\BatchSizeDivisor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php', + 'Guzzle\\Batch\\BatchTransferInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php', + 'Guzzle\\Batch\\ExceptionBufferingBatch' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php', + 'Guzzle\\Batch\\Exception\\BatchTransferException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php', + 'Guzzle\\Batch\\FlushingBatch' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php', + 'Guzzle\\Batch\\HistoryBatch' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php', + 'Guzzle\\Batch\\NotifyingBatch' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php', + 'Guzzle\\Cache\\AbstractCacheAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php', + 'Guzzle\\Cache\\CacheAdapterFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php', + 'Guzzle\\Cache\\CacheAdapterInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php', + 'Guzzle\\Cache\\ClosureCacheAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php', + 'Guzzle\\Cache\\DoctrineCacheAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php', + 'Guzzle\\Cache\\NullCacheAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php', + 'Guzzle\\Cache\\Zf1CacheAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php', + 'Guzzle\\Cache\\Zf2CacheAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php', + 'Guzzle\\Common\\AbstractHasDispatcher' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php', + 'Guzzle\\Common\\Collection' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Collection.php', + 'Guzzle\\Common\\Event' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Event.php', + 'Guzzle\\Common\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php', + 'Guzzle\\Common\\Exception\\ExceptionCollection' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php', + 'Guzzle\\Common\\Exception\\GuzzleException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php', + 'Guzzle\\Common\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php', + 'Guzzle\\Common\\Exception\\RuntimeException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php', + 'Guzzle\\Common\\Exception\\UnexpectedValueException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php', + 'Guzzle\\Common\\FromConfigInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php', + 'Guzzle\\Common\\HasDispatcherInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php', + 'Guzzle\\Common\\ToArrayInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php', + 'Guzzle\\Common\\Version' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Common/Version.php', + 'Guzzle\\Http\\AbstractEntityBodyDecorator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php', + 'Guzzle\\Http\\CachingEntityBody' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php', + 'Guzzle\\Http\\Client' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Client.php', + 'Guzzle\\Http\\ClientInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php', + 'Guzzle\\Http\\Curl\\CurlHandle' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php', + 'Guzzle\\Http\\Curl\\CurlMulti' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php', + 'Guzzle\\Http\\Curl\\CurlMultiInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php', + 'Guzzle\\Http\\Curl\\CurlMultiProxy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php', + 'Guzzle\\Http\\Curl\\CurlVersion' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php', + 'Guzzle\\Http\\Curl\\RequestMediator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php', + 'Guzzle\\Http\\EntityBody' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/EntityBody.php', + 'Guzzle\\Http\\EntityBodyInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php', + 'Guzzle\\Http\\Exception\\BadResponseException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php', + 'Guzzle\\Http\\Exception\\ClientErrorResponseException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php', + 'Guzzle\\Http\\Exception\\CouldNotRewindStreamException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', + 'Guzzle\\Http\\Exception\\CurlException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php', + 'Guzzle\\Http\\Exception\\HttpException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php', + 'Guzzle\\Http\\Exception\\MultiTransferException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php', + 'Guzzle\\Http\\Exception\\RequestException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php', + 'Guzzle\\Http\\Exception\\ServerErrorResponseException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php', + 'Guzzle\\Http\\Exception\\TooManyRedirectsException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php', + 'Guzzle\\Http\\IoEmittingEntityBody' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php', + 'Guzzle\\Http\\Message\\AbstractMessage' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php', + 'Guzzle\\Http\\Message\\EntityEnclosingRequest' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php', + 'Guzzle\\Http\\Message\\EntityEnclosingRequestInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', + 'Guzzle\\Http\\Message\\Header' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Header.php', + 'Guzzle\\Http\\Message\\Header\\CacheControl' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php', + 'Guzzle\\Http\\Message\\Header\\HeaderCollection' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php', + 'Guzzle\\Http\\Message\\Header\\HeaderFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php', + 'Guzzle\\Http\\Message\\Header\\HeaderFactoryInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', + 'Guzzle\\Http\\Message\\Header\\HeaderInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php', + 'Guzzle\\Http\\Message\\Header\\Link' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php', + 'Guzzle\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php', + 'Guzzle\\Http\\Message\\PostFile' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php', + 'Guzzle\\Http\\Message\\PostFileInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php', + 'Guzzle\\Http\\Message\\Request' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Request.php', + 'Guzzle\\Http\\Message\\RequestFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php', + 'Guzzle\\Http\\Message\\RequestFactoryInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php', + 'Guzzle\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php', + 'Guzzle\\Http\\Message\\Response' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Message/Response.php', + 'Guzzle\\Http\\Mimetypes' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php', + 'Guzzle\\Http\\QueryAggregator\\CommaAggregator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php', + 'Guzzle\\Http\\QueryAggregator\\DuplicateAggregator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', + 'Guzzle\\Http\\QueryAggregator\\PhpAggregator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php', + 'Guzzle\\Http\\QueryAggregator\\QueryAggregatorInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', + 'Guzzle\\Http\\QueryString' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/QueryString.php', + 'Guzzle\\Http\\ReadLimitEntityBody' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php', + 'Guzzle\\Http\\RedirectPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php', + 'Guzzle\\Http\\StaticClient' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/StaticClient.php', + 'Guzzle\\Http\\Url' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Http/Url.php', + 'Guzzle\\Inflection\\Inflector' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php', + 'Guzzle\\Inflection\\InflectorInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php', + 'Guzzle\\Inflection\\MemoizingInflector' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php', + 'Guzzle\\Inflection\\PreComputedInflector' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php', + 'Guzzle\\Iterator\\AppendIterator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php', + 'Guzzle\\Iterator\\ChunkedIterator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php', + 'Guzzle\\Iterator\\FilterIterator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php', + 'Guzzle\\Iterator\\MapIterator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php', + 'Guzzle\\Iterator\\MethodProxyIterator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php', + 'Guzzle\\Log\\AbstractLogAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php', + 'Guzzle\\Log\\ArrayLogAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php', + 'Guzzle\\Log\\ClosureLogAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php', + 'Guzzle\\Log\\LogAdapterInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php', + 'Guzzle\\Log\\MessageFormatter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php', + 'Guzzle\\Log\\MonologLogAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php', + 'Guzzle\\Log\\PsrLogAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php', + 'Guzzle\\Log\\Zf1LogAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php', + 'Guzzle\\Log\\Zf2LogAdapter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php', + 'Guzzle\\Parser\\Cookie\\CookieParser' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php', + 'Guzzle\\Parser\\Cookie\\CookieParserInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php', + 'Guzzle\\Parser\\Message\\AbstractMessageParser' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php', + 'Guzzle\\Parser\\Message\\MessageParser' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php', + 'Guzzle\\Parser\\Message\\MessageParserInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php', + 'Guzzle\\Parser\\Message\\PeclHttpMessageParser' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php', + 'Guzzle\\Parser\\ParserRegistry' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php', + 'Guzzle\\Parser\\UriTemplate\\PeclUriTemplate' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', + 'Guzzle\\Parser\\UriTemplate\\UriTemplate' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php', + 'Guzzle\\Parser\\UriTemplate\\UriTemplateInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', + 'Guzzle\\Parser\\Url\\UrlParser' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php', + 'Guzzle\\Parser\\Url\\UrlParserInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php', + 'Guzzle\\Plugin\\Async\\AsyncPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php', + 'Guzzle\\Plugin\\Backoff\\AbstractBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\AbstractErrorCodeBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\BackoffLogger' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php', + 'Guzzle\\Plugin\\Backoff\\BackoffPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php', + 'Guzzle\\Plugin\\Backoff\\BackoffStrategyInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', + 'Guzzle\\Plugin\\Backoff\\CallbackBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\ConstantBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\CurlBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\ExponentialBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\HttpBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\LinearBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\ReasonPhraseBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', + 'Guzzle\\Plugin\\Backoff\\TruncatedBackoffStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', + 'Guzzle\\Plugin\\Cache\\CacheKeyProviderInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', + 'Guzzle\\Plugin\\Cache\\CachePlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php', + 'Guzzle\\Plugin\\Cache\\CacheStorageInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php', + 'Guzzle\\Plugin\\Cache\\CallbackCanCacheStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', + 'Guzzle\\Plugin\\Cache\\CanCacheStrategyInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', + 'Guzzle\\Plugin\\Cache\\DefaultCacheKeyProvider' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', + 'Guzzle\\Plugin\\Cache\\DefaultCacheStorage' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', + 'Guzzle\\Plugin\\Cache\\DefaultCanCacheStrategy' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', + 'Guzzle\\Plugin\\Cache\\DefaultRevalidation' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php', + 'Guzzle\\Plugin\\Cache\\DenyRevalidation' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php', + 'Guzzle\\Plugin\\Cache\\RevalidationInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php', + 'Guzzle\\Plugin\\Cache\\SkipRevalidation' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php', + 'Guzzle\\Plugin\\Cookie\\Cookie' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php', + 'Guzzle\\Plugin\\Cookie\\CookieJar\\ArrayCookieJar' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', + 'Guzzle\\Plugin\\Cookie\\CookieJar\\CookieJarInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', + 'Guzzle\\Plugin\\Cookie\\CookieJar\\FileCookieJar' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', + 'Guzzle\\Plugin\\Cookie\\CookiePlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php', + 'Guzzle\\Plugin\\Cookie\\Exception\\InvalidCookieException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', + 'Guzzle\\Plugin\\CurlAuth\\CurlAuthPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', + 'Guzzle\\Plugin\\ErrorResponse\\ErrorResponseExceptionInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', + 'Guzzle\\Plugin\\ErrorResponse\\ErrorResponsePlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', + 'Guzzle\\Plugin\\ErrorResponse\\Exception\\ErrorResponseException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', + 'Guzzle\\Plugin\\History\\HistoryPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php', + 'Guzzle\\Plugin\\Log\\LogPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php', + 'Guzzle\\Plugin\\Md5\\CommandContentMd5Plugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', + 'Guzzle\\Plugin\\Md5\\Md5ValidatorPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', + 'Guzzle\\Plugin\\Mock\\MockPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php', + 'Guzzle\\Plugin\\Oauth\\OauthPlugin' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php', + 'Guzzle\\Service\\AbstractConfigLoader' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php', + 'Guzzle\\Service\\Builder\\ServiceBuilder' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php', + 'Guzzle\\Service\\Builder\\ServiceBuilderInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php', + 'Guzzle\\Service\\Builder\\ServiceBuilderLoader' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php', + 'Guzzle\\Service\\CachingConfigLoader' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php', + 'Guzzle\\Service\\Client' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Client.php', + 'Guzzle\\Service\\ClientInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php', + 'Guzzle\\Service\\Command\\AbstractCommand' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php', + 'Guzzle\\Service\\Command\\ClosureCommand' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php', + 'Guzzle\\Service\\Command\\CommandInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php', + 'Guzzle\\Service\\Command\\CreateResponseClassEvent' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php', + 'Guzzle\\Service\\Command\\DefaultRequestSerializer' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php', + 'Guzzle\\Service\\Command\\DefaultResponseParser' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php', + 'Guzzle\\Service\\Command\\Factory\\AliasFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php', + 'Guzzle\\Service\\Command\\Factory\\CompositeFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php', + 'Guzzle\\Service\\Command\\Factory\\ConcreteClassFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', + 'Guzzle\\Service\\Command\\Factory\\FactoryInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php', + 'Guzzle\\Service\\Command\\Factory\\MapFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php', + 'Guzzle\\Service\\Command\\Factory\\ServiceDescriptionFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\AbstractRequestVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\BodyVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\HeaderVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\JsonVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\PostFieldVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\PostFileVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\QueryVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\RequestVisitorInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\ResponseBodyVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Request\\XmlVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\AbstractResponseVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\BodyVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\HeaderVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\JsonVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\ReasonPhraseVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\ResponseVisitorInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\StatusCodeVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\Response\\XmlVisitor' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', + 'Guzzle\\Service\\Command\\LocationVisitor\\VisitorFlyweight' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', + 'Guzzle\\Service\\Command\\OperationCommand' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php', + 'Guzzle\\Service\\Command\\OperationResponseParser' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php', + 'Guzzle\\Service\\Command\\RequestSerializerInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php', + 'Guzzle\\Service\\Command\\ResponseClassInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php', + 'Guzzle\\Service\\Command\\ResponseParserInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php', + 'Guzzle\\Service\\ConfigLoaderInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php', + 'Guzzle\\Service\\Description\\Operation' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php', + 'Guzzle\\Service\\Description\\OperationInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php', + 'Guzzle\\Service\\Description\\Parameter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php', + 'Guzzle\\Service\\Description\\SchemaFormatter' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php', + 'Guzzle\\Service\\Description\\SchemaValidator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php', + 'Guzzle\\Service\\Description\\ServiceDescription' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php', + 'Guzzle\\Service\\Description\\ServiceDescriptionInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php', + 'Guzzle\\Service\\Description\\ServiceDescriptionLoader' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php', + 'Guzzle\\Service\\Description\\ValidatorInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php', + 'Guzzle\\Service\\Exception\\CommandException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php', + 'Guzzle\\Service\\Exception\\CommandTransferException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php', + 'Guzzle\\Service\\Exception\\DescriptionBuilderException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php', + 'Guzzle\\Service\\Exception\\InconsistentClientTransferException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php', + 'Guzzle\\Service\\Exception\\ResponseClassException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php', + 'Guzzle\\Service\\Exception\\ServiceBuilderException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php', + 'Guzzle\\Service\\Exception\\ServiceNotFoundException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php', + 'Guzzle\\Service\\Exception\\ValidationException' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php', + 'Guzzle\\Service\\Resource\\AbstractResourceIteratorFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', + 'Guzzle\\Service\\Resource\\CompositeResourceIteratorFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', + 'Guzzle\\Service\\Resource\\MapResourceIteratorFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', + 'Guzzle\\Service\\Resource\\Model' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php', + 'Guzzle\\Service\\Resource\\ResourceIterator' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php', + 'Guzzle\\Service\\Resource\\ResourceIteratorApplyBatched' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', + 'Guzzle\\Service\\Resource\\ResourceIteratorClassFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', + 'Guzzle\\Service\\Resource\\ResourceIteratorFactoryInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', + 'Guzzle\\Service\\Resource\\ResourceIteratorInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php', + 'Guzzle\\Stream\\PhpStreamRequestFactory' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php', + 'Guzzle\\Stream\\Stream' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Stream/Stream.php', + 'Guzzle\\Stream\\StreamInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php', + 'Guzzle\\Stream\\StreamRequestFactoryInterface' => __DIR__ . '/..' . '/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php', + 'Guzzle\\Tests\\Batch\\AbstractBatchDecoratorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/AbstractBatchDecoratorTest.php', + 'Guzzle\\Tests\\Batch\\BatchBuilderTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchBuilderTest.php', + 'Guzzle\\Tests\\Batch\\BatchClosureDivisorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureDivisorTest.php', + 'Guzzle\\Tests\\Batch\\BatchClosureTransferTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureTransferTest.php', + 'Guzzle\\Tests\\Batch\\BatchCommandTransferTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchCommandTransferTest.php', + 'Guzzle\\Tests\\Batch\\BatchRequestTransferTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchRequestTransferTest.php', + 'Guzzle\\Tests\\Batch\\BatchSizeDivisorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchSizeDivisorTest.php', + 'Guzzle\\Tests\\Batch\\BatchTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchTest.php', + 'Guzzle\\Tests\\Batch\\ExceptionBufferingBatchTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/ExceptionBufferingBatchTest.php', + 'Guzzle\\Tests\\Batch\\FlushingBatchTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/FlushingBatchTest.php', + 'Guzzle\\Tests\\Batch\\HistoryBatchTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/HistoryBatchTest.php', + 'Guzzle\\Tests\\Batch\\NotifyingBatchTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Batch/NotifyingBatchTest.php', + 'Guzzle\\Tests\\Cache\\CacheAdapterFactoryTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterFactoryTest.php', + 'Guzzle\\Tests\\Cache\\CacheAdapterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterTest.php', + 'Guzzle\\Tests\\Cache\\ClosureCacheAdapterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Cache/ClosureCacheAdapterTest.php', + 'Guzzle\\Tests\\Cache\\Zf2CacheAdapterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Cache/Zf2CacheAdapterTest.php', + 'Guzzle\\Tests\\Common\\CollectionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Common/CollectionTest.php', + 'Guzzle\\Tests\\Common\\EventTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Common/EventTest.php', + 'Guzzle\\Tests\\Common\\Exception\\BatchTransferExceptionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/BatchTransferExceptionTest.php', + 'Guzzle\\Tests\\Common\\Exception\\ExceptionCollectionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/ExceptionCollectionTest.php', + 'Guzzle\\Tests\\Common\\VersionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Common/VersionTest.php', + 'Guzzle\\Tests\\GuzzleTestCase' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/GuzzleTestCase.php', + 'Guzzle\\Tests\\Http\\AbstractEntityBodyDecoratorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/AbstractEntityBodyDecoratorTest.php', + 'Guzzle\\Tests\\Http\\CachingEntityBodyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/CachingEntityBodyTest.php', + 'Guzzle\\Tests\\Http\\ClientTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/ClientTest.php', + 'Guzzle\\Tests\\Http\\Curl\\CurlHandleTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php', + 'Guzzle\\Tests\\Http\\Curl\\CurlMultiProxyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiProxyTest.php', + 'Guzzle\\Tests\\Http\\Curl\\CurlMultiTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiTest.php', + 'Guzzle\\Tests\\Http\\Curl\\CurlVersionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlVersionTest.php', + 'Guzzle\\Tests\\Http\\Curl\\RequestMediatorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/RequestMediatorTest.php', + 'Guzzle\\Tests\\Http\\EntityBodyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/EntityBodyTest.php', + 'Guzzle\\Tests\\Http\\Exception\\CurlExceptionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/CurlExceptionTest.php', + 'Guzzle\\Tests\\Http\\Exception\\ExceptionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php', + 'Guzzle\\Tests\\Http\\Exception\\MultiTransferExceptionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/MultiTransferExceptionTest.php', + 'Guzzle\\Tests\\Http\\IoEmittingEntityBodyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/IoEmittingEntityBodyTest.php', + 'Guzzle\\Tests\\Http\\Message\\AbstractMessageTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/AbstractMessageTest.php', + 'Guzzle\\Tests\\Http\\Message\\EntityEnclosingRequestTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/EntityEnclosingRequestTest.php', + 'Guzzle\\Tests\\Http\\Message\\HeaderComparison' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparison.php', + 'Guzzle\\Tests\\Http\\Message\\HeaderTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderTest.php', + 'Guzzle\\Tests\\Http\\Message\\Header\\HeaderFactoryTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/HeaderFactoryTest.php', + 'Guzzle\\Tests\\Http\\Message\\Header\\LinkTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/LinkTest.php', + 'Guzzle\\Tests\\Http\\Message\\PostFileTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/PostFileTest.php', + 'Guzzle\\Tests\\Http\\Message\\RequestTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestTest.php', + 'Guzzle\\Tests\\Http\\MimetypesTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/MimetypesTest.php', + 'Guzzle\\Tests\\Http\\QueryStringTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryStringTest.php', + 'Guzzle\\Tests\\Http\\ReadLimitEntityBodyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/ReadLimitEntityBodyTest.php', + 'Guzzle\\Tests\\Http\\Server' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/Server.php', + 'Guzzle\\Tests\\Http\\UrlTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Http/UrlTest.php', + 'Guzzle\\Tests\\Inflection\\InflectorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Inflection/InflectorTest.php', + 'Guzzle\\Tests\\Inflection\\MemoizingInflectorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Inflection/MemoizingInflectorTest.php', + 'Guzzle\\Tests\\Inflection\\PreComputedInflectorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Inflection/PreComputedInflectorTest.php', + 'Guzzle\\Tests\\Iterator\\AppendIteratorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/AppendIteratorTest.php', + 'Guzzle\\Tests\\Iterator\\ChunkedIteratorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/ChunkedIteratorTest.php', + 'Guzzle\\Tests\\Iterator\\FilterIteratorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/FilterIteratorTest.php', + 'Guzzle\\Tests\\Iterator\\MapIteratorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MapIteratorTest.php', + 'Guzzle\\Tests\\Iterator\\MethodProxyIteratorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MethodProxyIteratorTest.php', + 'Guzzle\\Tests\\Log\\ArrayLogAdapterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Log/ArrayLogAdapterTest.php', + 'Guzzle\\Tests\\Log\\ClosureLogAdapterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Log/ClosureLogAdapterTest.php', + 'Guzzle\\Tests\\Log\\MessageFormatterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Log/MessageFormatterTest.php', + 'Guzzle\\Tests\\Log\\PsrLogAdapterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Log/PsrLogAdapterTest.php', + 'Guzzle\\Tests\\Log\\Zf2LogAdapterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Log/Zf2LogAdapterTest.php', + 'Guzzle\\Tests\\Mock\\CustomResponseModel' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/CustomResponseModel.php', + 'Guzzle\\Tests\\Mock\\ErrorResponseMock' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/ErrorResponseMock.php', + 'Guzzle\\Tests\\Mock\\ExceptionMock' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php', + 'Guzzle\\Tests\\Mock\\MockMulti' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockMulti.php', + 'Guzzle\\Tests\\Mock\\MockObserver' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockObserver.php', + 'Guzzle\\Tests\\Mock\\MockSubject' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockSubject.php', + 'Guzzle\\Tests\\Parser\\Cookie\\CookieParserProvider' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserProvider.php', + 'Guzzle\\Tests\\Parser\\Cookie\\CookieParserTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserTest.php', + 'Guzzle\\Tests\\Parser\\Message\\MessageParserProvider' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserProvider.php', + 'Guzzle\\Tests\\Parser\\Message\\MessageParserTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserTest.php', + 'Guzzle\\Tests\\Parser\\Message\\PeclHttpMessageParserTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/PeclHttpMessageParserTest.php', + 'Guzzle\\Tests\\Parser\\ParserRegistryTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Parser/ParserRegistryTest.php', + 'Guzzle\\Tests\\Plugin\\Async\\AsyncPluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async/AsyncPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\AbstractBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/AbstractBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\BackoffLoggerTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffLoggerTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\BackoffPluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\CallbackBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CallbackBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\ConstantBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ConstantBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\CurlBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CurlBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\ExponentialBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ExponentialBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\HttpBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/HttpBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\LinearBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/LinearBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\ReasonPhraseBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ReasonPhraseBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Backoff\\TruncatedBackoffStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/TruncatedBackoffStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\CachePluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CachePluginTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\CallbackCanCacheStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CallbackCanCacheStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\DefaultCacheStorageTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCacheStorageTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\DefaultCanCacheStrategyTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCanCacheStrategyTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\DefaultRevalidationTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\DenyRevalidationTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DenyRevalidationTest.php', + 'Guzzle\\Tests\\Plugin\\Cache\\SkipRevalidationTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/SkipRevalidationTest.php', + 'Guzzle\\Tests\\Plugin\\Cookie\\CookieJar\\ArrayCookieJarTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/ArrayCookieJarTest.php', + 'Guzzle\\Tests\\Plugin\\Cookie\\CookieJar\\FileCookieJarTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/FileCookieJarTest.php', + 'Guzzle\\Tests\\Plugin\\Cookie\\CookiePluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookiePluginTest.php', + 'Guzzle\\Tests\\Plugin\\Cookie\\CookieTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieTest.php', + 'Guzzle\\Tests\\Plugin\\CurlAuth\\CurlAuthPluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth/CurlAuthPluginTest.php', + 'Guzzle\\Tests\\Plugin\\ErrorResponse\\ErrorResponsePluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse/ErrorResponsePluginTest.php', + 'Guzzle\\Tests\\Plugin\\History\\HistoryPluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History/HistoryPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Log\\LogPluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log/LogPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Md5\\CommandContentMd5PluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/CommandContentMd5PluginTest.php', + 'Guzzle\\Tests\\Plugin\\Md5\\Md5ValidatorPluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/Md5ValidatorPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Mock\\MockPluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock/MockPluginTest.php', + 'Guzzle\\Tests\\Plugin\\Oauth\\OauthPluginTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth/OauthPluginTest.php', + 'Guzzle\\Tests\\Service\\AbstractConfigLoaderTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/AbstractConfigLoaderTest.php', + 'Guzzle\\Tests\\Service\\Builder\\ServiceBuilderLoaderTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderLoaderTest.php', + 'Guzzle\\Tests\\Service\\CachingConfigLoaderTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/CachingConfigLoaderTest.php', + 'Guzzle\\Tests\\Service\\ClientTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/ClientTest.php', + 'Guzzle\\Tests\\Service\\Command\\AbstractCommandTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/AbstractCommandTest.php', + 'Guzzle\\Tests\\Service\\Command\\ClosureCommandTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/ClosureCommandTest.php', + 'Guzzle\\Tests\\Service\\Command\\CommandTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/CommandTest.php', + 'Guzzle\\Tests\\Service\\Command\\DefaultRequestSerializerTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultRequestSerializerTest.php', + 'Guzzle\\Tests\\Service\\Command\\DefaultResponseParserTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultResponseParserTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\AbstractVisitorTestCase' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/AbstractVisitorTestCase.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\BodyVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/BodyVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\HeaderVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/HeaderVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\JsonVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/JsonVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\PostFieldVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFieldVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\PostFileVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFileVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\QueryVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/QueryVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\ResponseBodyVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/ResponseBodyVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Request\\XmlVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\AbstractResponseVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/AbstractResponseVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\BodyVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/BodyVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\HeaderVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/HeaderVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\JsonVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/JsonVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\ReasonPhraseVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/ReasonPhraseVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\StatusCodeVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/StatusCodeVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\LocationVisitor\\Response\\XmlVisitorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/XmlVisitorTest.php', + 'Guzzle\\Tests\\Service\\Command\\OperationCommandTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationCommandTest.php', + 'Guzzle\\Tests\\Service\\Command\\OperationResponseParserTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationResponseParserTest.php', + 'Guzzle\\Tests\\Service\\Description\\OperationTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/OperationTest.php', + 'Guzzle\\Tests\\Service\\Description\\ParameterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ParameterTest.php', + 'Guzzle\\Tests\\Service\\Description\\SchemaFormatterTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaFormatterTest.php', + 'Guzzle\\Tests\\Service\\Description\\SchemaValidatorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaValidatorTest.php', + 'Guzzle\\Tests\\Service\\Description\\ServiceDescriptionLoaderTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionLoaderTest.php', + 'Guzzle\\Tests\\Service\\Description\\ServiceDescriptionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionTest.php', + 'Guzzle\\Tests\\Service\\Exception\\CommandTransferExceptionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/CommandTransferExceptionTest.php', + 'Guzzle\\Tests\\Service\\Exception\\InconsistentClientTransferExceptionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/InconsistentClientTransferExceptionTest.php', + 'Guzzle\\Tests\\Service\\Exception\\ValidationExceptionTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/ValidationExceptionTest.php', + 'Guzzle\\Tests\\Service\\Mock\\Command\\IterableCommand' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/IterableCommand.php', + 'Guzzle\\Tests\\Service\\Mock\\Command\\MockCommand' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/MockCommand.php', + 'Guzzle\\Tests\\Service\\Mock\\Command\\OtherCommand' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/OtherCommand.php', + 'Guzzle\\Tests\\Service\\Mock\\Command\\Sub\\Sub' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub/Sub.php', + 'Guzzle\\Tests\\Service\\Mock\\MockClient' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/MockClient.php', + 'Guzzle\\Tests\\Service\\Mock\\Model\\MockCommandIterator' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model/MockCommandIterator.php', + 'Guzzle\\Tests\\Service\\Resource\\CompositeResourceIteratorFactoryTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/CompositeResourceIteratorFactoryTest.php', + 'Guzzle\\Tests\\Service\\Resource\\MapResourceIteratorFactoryTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/MapResourceIteratorFactoryTest.php', + 'Guzzle\\Tests\\Service\\Resource\\ModelTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ModelTest.php', + 'Guzzle\\Tests\\Service\\Resource\\ResourceIteratorClassFactoryTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorClassFactoryTest.php', + 'Guzzle\\Tests\\Service\\Resource\\ResourceIteratorTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorTest.php', + 'Guzzle\\Tests\\Stream\\PhpStreamRequestFactoryTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Stream/PhpStreamRequestFactoryTest.php', + 'Guzzle\\Tests\\Stream\\StreamTest' => __DIR__ . '/..' . '/guzzle/guzzle/tests/Guzzle/Tests/Stream/StreamTest.php', + 'Intervention\\Image\\AbstractColor' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/AbstractColor.php', + 'Intervention\\Image\\AbstractDecoder' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/AbstractDecoder.php', + 'Intervention\\Image\\AbstractDriver' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/AbstractDriver.php', + 'Intervention\\Image\\AbstractEncoder' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/AbstractEncoder.php', + 'Intervention\\Image\\AbstractFont' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/AbstractFont.php', + 'Intervention\\Image\\AbstractShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/AbstractShape.php', + 'Intervention\\Image\\Commands\\AbstractCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/AbstractCommand.php', + 'Intervention\\Image\\Commands\\Argument' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/Argument.php', + 'Intervention\\Image\\Commands\\ChecksumCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/ChecksumCommand.php', + 'Intervention\\Image\\Commands\\CircleCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/CircleCommand.php', + 'Intervention\\Image\\Commands\\EllipseCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/EllipseCommand.php', + 'Intervention\\Image\\Commands\\ExifCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/ExifCommand.php', + 'Intervention\\Image\\Commands\\IptcCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/IptcCommand.php', + 'Intervention\\Image\\Commands\\LineCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/LineCommand.php', + 'Intervention\\Image\\Commands\\OrientateCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/OrientateCommand.php', + 'Intervention\\Image\\Commands\\PolygonCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/PolygonCommand.php', + 'Intervention\\Image\\Commands\\PsrResponseCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/PsrResponseCommand.php', + 'Intervention\\Image\\Commands\\RectangleCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/RectangleCommand.php', + 'Intervention\\Image\\Commands\\ResponseCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/ResponseCommand.php', + 'Intervention\\Image\\Commands\\StreamCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/StreamCommand.php', + 'Intervention\\Image\\Commands\\TextCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Commands/TextCommand.php', + 'Intervention\\Image\\Constraint' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Constraint.php', + 'Intervention\\Image\\Exception\\ImageException' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Exception/ImageException.php', + 'Intervention\\Image\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Exception/InvalidArgumentException.php', + 'Intervention\\Image\\Exception\\MissingDependencyException' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Exception/MissingDependencyException.php', + 'Intervention\\Image\\Exception\\NotFoundException' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Exception/NotFoundException.php', + 'Intervention\\Image\\Exception\\NotReadableException' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Exception/NotReadableException.php', + 'Intervention\\Image\\Exception\\NotSupportedException' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Exception/NotSupportedException.php', + 'Intervention\\Image\\Exception\\NotWritableException' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Exception/NotWritableException.php', + 'Intervention\\Image\\Exception\\RuntimeException' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Exception/RuntimeException.php', + 'Intervention\\Image\\Facades\\Image' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Facades/Image.php', + 'Intervention\\Image\\File' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/File.php', + 'Intervention\\Image\\Filters\\DemoFilter' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Filters/DemoFilter.php', + 'Intervention\\Image\\Filters\\FilterInterface' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Filters/FilterInterface.php', + 'Intervention\\Image\\Gd\\Color' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Color.php', + 'Intervention\\Image\\Gd\\Commands\\BackupCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/BackupCommand.php', + 'Intervention\\Image\\Gd\\Commands\\BlurCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/BlurCommand.php', + 'Intervention\\Image\\Gd\\Commands\\BrightnessCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/BrightnessCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ColorizeCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/ColorizeCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ContrastCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/ContrastCommand.php', + 'Intervention\\Image\\Gd\\Commands\\CropCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/CropCommand.php', + 'Intervention\\Image\\Gd\\Commands\\DestroyCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/DestroyCommand.php', + 'Intervention\\Image\\Gd\\Commands\\FillCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/FillCommand.php', + 'Intervention\\Image\\Gd\\Commands\\FitCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/FitCommand.php', + 'Intervention\\Image\\Gd\\Commands\\FlipCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/FlipCommand.php', + 'Intervention\\Image\\Gd\\Commands\\GammaCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/GammaCommand.php', + 'Intervention\\Image\\Gd\\Commands\\GetSizeCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/GetSizeCommand.php', + 'Intervention\\Image\\Gd\\Commands\\GreyscaleCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/GreyscaleCommand.php', + 'Intervention\\Image\\Gd\\Commands\\HeightenCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/HeightenCommand.php', + 'Intervention\\Image\\Gd\\Commands\\InsertCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/InsertCommand.php', + 'Intervention\\Image\\Gd\\Commands\\InterlaceCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/InterlaceCommand.php', + 'Intervention\\Image\\Gd\\Commands\\InvertCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/InvertCommand.php', + 'Intervention\\Image\\Gd\\Commands\\LimitColorsCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/LimitColorsCommand.php', + 'Intervention\\Image\\Gd\\Commands\\MaskCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/MaskCommand.php', + 'Intervention\\Image\\Gd\\Commands\\OpacityCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/OpacityCommand.php', + 'Intervention\\Image\\Gd\\Commands\\PickColorCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/PickColorCommand.php', + 'Intervention\\Image\\Gd\\Commands\\PixelCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/PixelCommand.php', + 'Intervention\\Image\\Gd\\Commands\\PixelateCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/PixelateCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ResetCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/ResetCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ResizeCanvasCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/ResizeCanvasCommand.php', + 'Intervention\\Image\\Gd\\Commands\\ResizeCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/ResizeCommand.php', + 'Intervention\\Image\\Gd\\Commands\\RotateCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/RotateCommand.php', + 'Intervention\\Image\\Gd\\Commands\\SharpenCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/SharpenCommand.php', + 'Intervention\\Image\\Gd\\Commands\\TrimCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/TrimCommand.php', + 'Intervention\\Image\\Gd\\Commands\\WidenCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Commands/WidenCommand.php', + 'Intervention\\Image\\Gd\\Decoder' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Decoder.php', + 'Intervention\\Image\\Gd\\Driver' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Driver.php', + 'Intervention\\Image\\Gd\\Encoder' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Encoder.php', + 'Intervention\\Image\\Gd\\Font' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Font.php', + 'Intervention\\Image\\Gd\\Shapes\\CircleShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Shapes/CircleShape.php', + 'Intervention\\Image\\Gd\\Shapes\\EllipseShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Shapes/EllipseShape.php', + 'Intervention\\Image\\Gd\\Shapes\\LineShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Shapes/LineShape.php', + 'Intervention\\Image\\Gd\\Shapes\\PolygonShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Shapes/PolygonShape.php', + 'Intervention\\Image\\Gd\\Shapes\\RectangleShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Gd/Shapes/RectangleShape.php', + 'Intervention\\Image\\Image' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Image.php', + 'Intervention\\Image\\ImageManager' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/ImageManager.php', + 'Intervention\\Image\\ImageManagerStatic' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/ImageManagerStatic.php', + 'Intervention\\Image\\ImageServiceProvider' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/ImageServiceProvider.php', + 'Intervention\\Image\\ImageServiceProviderLaravel4' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/ImageServiceProviderLaravel4.php', + 'Intervention\\Image\\ImageServiceProviderLaravelRecent' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/ImageServiceProviderLaravelRecent.php', + 'Intervention\\Image\\ImageServiceProviderLeague' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/ImageServiceProviderLeague.php', + 'Intervention\\Image\\ImageServiceProviderLumen' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/ImageServiceProviderLumen.php', + 'Intervention\\Image\\Imagick\\Color' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Color.php', + 'Intervention\\Image\\Imagick\\Commands\\BackupCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/BackupCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\BlurCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/BlurCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\BrightnessCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/BrightnessCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ColorizeCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/ColorizeCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ContrastCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/ContrastCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\CropCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/CropCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\DestroyCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/DestroyCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ExifCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/ExifCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\FillCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/FillCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\FitCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/FitCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\FlipCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/FlipCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\GammaCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/GammaCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\GetSizeCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/GetSizeCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\GreyscaleCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/GreyscaleCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\HeightenCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/HeightenCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\InsertCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/InsertCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\InterlaceCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/InterlaceCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\InvertCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/InvertCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\LimitColorsCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/LimitColorsCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\MaskCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/MaskCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\OpacityCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/OpacityCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\PickColorCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/PickColorCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\PixelCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/PixelCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\PixelateCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/PixelateCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ResetCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/ResetCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ResizeCanvasCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/ResizeCanvasCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\ResizeCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/ResizeCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\RotateCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/RotateCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\SharpenCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/SharpenCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\TrimCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/TrimCommand.php', + 'Intervention\\Image\\Imagick\\Commands\\WidenCommand' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Commands/WidenCommand.php', + 'Intervention\\Image\\Imagick\\Decoder' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Decoder.php', + 'Intervention\\Image\\Imagick\\Driver' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Driver.php', + 'Intervention\\Image\\Imagick\\Encoder' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Encoder.php', + 'Intervention\\Image\\Imagick\\Font' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Font.php', + 'Intervention\\Image\\Imagick\\Shapes\\CircleShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Shapes/CircleShape.php', + 'Intervention\\Image\\Imagick\\Shapes\\EllipseShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Shapes/EllipseShape.php', + 'Intervention\\Image\\Imagick\\Shapes\\LineShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Shapes/LineShape.php', + 'Intervention\\Image\\Imagick\\Shapes\\PolygonShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Shapes/PolygonShape.php', + 'Intervention\\Image\\Imagick\\Shapes\\RectangleShape' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Imagick/Shapes/RectangleShape.php', + 'Intervention\\Image\\Point' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Point.php', + 'Intervention\\Image\\Response' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Response.php', + 'Intervention\\Image\\Size' => __DIR__ . '/..' . '/intervention/image/src/Intervention/Image/Size.php', + 'JmesPath\\AstRuntime' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/AstRuntime.php', + 'JmesPath\\CompilerRuntime' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/CompilerRuntime.php', + 'JmesPath\\DebugRuntime' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/DebugRuntime.php', + 'JmesPath\\Env' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/Env.php', + 'JmesPath\\FnDispatcher' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/FnDispatcher.php', + 'JmesPath\\Lexer' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/Lexer.php', + 'JmesPath\\Parser' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/Parser.php', + 'JmesPath\\SyntaxErrorException' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/SyntaxErrorException.php', + 'JmesPath\\TreeCompiler' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/TreeCompiler.php', + 'JmesPath\\TreeInterpreter' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/TreeInterpreter.php', + 'JmesPath\\Utils' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/Utils.php', + 'League\\Flysystem\\Config' => __DIR__ . '/..' . '/league/flysystem/src/Config.php', + 'League\\Flysystem\\CorruptedPathDetected' => __DIR__ . '/..' . '/league/flysystem/src/CorruptedPathDetected.php', + 'League\\Flysystem\\DirectoryAttributes' => __DIR__ . '/..' . '/league/flysystem/src/DirectoryAttributes.php', + 'League\\Flysystem\\DirectoryListing' => __DIR__ . '/..' . '/league/flysystem/src/DirectoryListing.php', + 'League\\Flysystem\\FileAttributes' => __DIR__ . '/..' . '/league/flysystem/src/FileAttributes.php', + 'League\\Flysystem\\Filesystem' => __DIR__ . '/..' . '/league/flysystem/src/Filesystem.php', + 'League\\Flysystem\\FilesystemAdapter' => __DIR__ . '/..' . '/league/flysystem/src/FilesystemAdapter.php', + 'League\\Flysystem\\FilesystemException' => __DIR__ . '/..' . '/league/flysystem/src/FilesystemException.php', + 'League\\Flysystem\\FilesystemOperationFailed' => __DIR__ . '/..' . '/league/flysystem/src/FilesystemOperationFailed.php', + 'League\\Flysystem\\FilesystemOperator' => __DIR__ . '/..' . '/league/flysystem/src/FilesystemOperator.php', + 'League\\Flysystem\\FilesystemReader' => __DIR__ . '/..' . '/league/flysystem/src/FilesystemReader.php', + 'League\\Flysystem\\FilesystemWriter' => __DIR__ . '/..' . '/league/flysystem/src/FilesystemWriter.php', + 'League\\Flysystem\\InvalidStreamProvided' => __DIR__ . '/..' . '/league/flysystem/src/InvalidStreamProvided.php', + 'League\\Flysystem\\InvalidVisibilityProvided' => __DIR__ . '/..' . '/league/flysystem/src/InvalidVisibilityProvided.php', + 'League\\Flysystem\\Local\\LocalFilesystemAdapter' => __DIR__ . '/..' . '/league/flysystem/src/Local/LocalFilesystemAdapter.php', + 'League\\Flysystem\\MountManager' => __DIR__ . '/..' . '/league/flysystem/src/MountManager.php', + 'League\\Flysystem\\PathNormalizer' => __DIR__ . '/..' . '/league/flysystem/src/PathNormalizer.php', + 'League\\Flysystem\\PathPrefixer' => __DIR__ . '/..' . '/league/flysystem/src/PathPrefixer.php', + 'League\\Flysystem\\PathTraversalDetected' => __DIR__ . '/..' . '/league/flysystem/src/PathTraversalDetected.php', + 'League\\Flysystem\\PortableVisibilityGuard' => __DIR__ . '/..' . '/league/flysystem/src/PortableVisibilityGuard.php', + 'League\\Flysystem\\ProxyArrayAccessToProperties' => __DIR__ . '/..' . '/league/flysystem/src/ProxyArrayAccessToProperties.php', + 'League\\Flysystem\\StorageAttributes' => __DIR__ . '/..' . '/league/flysystem/src/StorageAttributes.php', + 'League\\Flysystem\\SymbolicLinkEncountered' => __DIR__ . '/..' . '/league/flysystem/src/SymbolicLinkEncountered.php', + 'League\\Flysystem\\UnableToCheckFileExistence' => __DIR__ . '/..' . '/league/flysystem/src/UnableToCheckFileExistence.php', + 'League\\Flysystem\\UnableToCopyFile' => __DIR__ . '/..' . '/league/flysystem/src/UnableToCopyFile.php', + 'League\\Flysystem\\UnableToCreateDirectory' => __DIR__ . '/..' . '/league/flysystem/src/UnableToCreateDirectory.php', + 'League\\Flysystem\\UnableToDeleteDirectory' => __DIR__ . '/..' . '/league/flysystem/src/UnableToDeleteDirectory.php', + 'League\\Flysystem\\UnableToDeleteFile' => __DIR__ . '/..' . '/league/flysystem/src/UnableToDeleteFile.php', + 'League\\Flysystem\\UnableToMountFilesystem' => __DIR__ . '/..' . '/league/flysystem/src/UnableToMountFilesystem.php', + 'League\\Flysystem\\UnableToMoveFile' => __DIR__ . '/..' . '/league/flysystem/src/UnableToMoveFile.php', + 'League\\Flysystem\\UnableToReadFile' => __DIR__ . '/..' . '/league/flysystem/src/UnableToReadFile.php', + 'League\\Flysystem\\UnableToResolveFilesystemMount' => __DIR__ . '/..' . '/league/flysystem/src/UnableToResolveFilesystemMount.php', + 'League\\Flysystem\\UnableToRetrieveMetadata' => __DIR__ . '/..' . '/league/flysystem/src/UnableToRetrieveMetadata.php', + 'League\\Flysystem\\UnableToSetVisibility' => __DIR__ . '/..' . '/league/flysystem/src/UnableToSetVisibility.php', + 'League\\Flysystem\\UnableToWriteFile' => __DIR__ . '/..' . '/league/flysystem/src/UnableToWriteFile.php', + 'League\\Flysystem\\UnixVisibility\\PortableVisibilityConverter' => __DIR__ . '/..' . '/league/flysystem/src/UnixVisibility/PortableVisibilityConverter.php', + 'League\\Flysystem\\UnixVisibility\\VisibilityConverter' => __DIR__ . '/..' . '/league/flysystem/src/UnixVisibility/VisibilityConverter.php', + 'League\\Flysystem\\UnreadableFileEncountered' => __DIR__ . '/..' . '/league/flysystem/src/UnreadableFileEncountered.php', + 'League\\Flysystem\\Visibility' => __DIR__ . '/..' . '/league/flysystem/src/Visibility.php', + 'League\\Flysystem\\WhitespacePathNormalizer' => __DIR__ . '/..' . '/league/flysystem/src/WhitespacePathNormalizer.php', + 'League\\MimeTypeDetection\\EmptyExtensionToMimeTypeMap' => __DIR__ . '/..' . '/league/mime-type-detection/src/EmptyExtensionToMimeTypeMap.php', + 'League\\MimeTypeDetection\\ExtensionMimeTypeDetector' => __DIR__ . '/..' . '/league/mime-type-detection/src/ExtensionMimeTypeDetector.php', + 'League\\MimeTypeDetection\\ExtensionToMimeTypeMap' => __DIR__ . '/..' . '/league/mime-type-detection/src/ExtensionToMimeTypeMap.php', + 'League\\MimeTypeDetection\\FinfoMimeTypeDetector' => __DIR__ . '/..' . '/league/mime-type-detection/src/FinfoMimeTypeDetector.php', + 'League\\MimeTypeDetection\\GeneratedExtensionToMimeTypeMap' => __DIR__ . '/..' . '/league/mime-type-detection/src/GeneratedExtensionToMimeTypeMap.php', + 'League\\MimeTypeDetection\\MimeTypeDetector' => __DIR__ . '/..' . '/league/mime-type-detection/src/MimeTypeDetector.php', + 'League\\MimeTypeDetection\\OverridingExtensionToMimeTypeMap' => __DIR__ . '/..' . '/league/mime-type-detection/src/OverridingExtensionToMimeTypeMap.php', + 'Lizhichao\\Word\\VicDict' => __DIR__ . '/..' . '/lizhichao/word/Lib/VicDict.php', + 'Lizhichao\\Word\\VicWord' => __DIR__ . '/..' . '/lizhichao/word/Lib/VicWord.php', + 'Matrix\\Builder' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Builder.php', + 'Matrix\\Exception' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Exception.php', + 'Matrix\\Functions' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions.php', + 'Matrix\\Matrix' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Matrix.php', + 'Matrix\\Operators\\Addition' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operators/Addition.php', + 'Matrix\\Operators\\DirectSum' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operators/DirectSum.php', + 'Matrix\\Operators\\Division' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operators/Division.php', + 'Matrix\\Operators\\Multiplication' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operators/Multiplication.php', + 'Matrix\\Operators\\Operator' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operators/Operator.php', + 'Matrix\\Operators\\Subtraction' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operators/Subtraction.php', + 'Monolog\\ErrorHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/ErrorHandler.php', + 'Monolog\\Formatter\\ChromePHPFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php', + 'Monolog\\Formatter\\ElasticaFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php', + 'Monolog\\Formatter\\FlowdockFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php', + 'Monolog\\Formatter\\FluentdFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php', + 'Monolog\\Formatter\\FormatterInterface' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php', + 'Monolog\\Formatter\\GelfMessageFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php', + 'Monolog\\Formatter\\HtmlFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php', + 'Monolog\\Formatter\\JsonFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php', + 'Monolog\\Formatter\\LineFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/LineFormatter.php', + 'Monolog\\Formatter\\LogglyFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php', + 'Monolog\\Formatter\\LogstashFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php', + 'Monolog\\Formatter\\MongoDBFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php', + 'Monolog\\Formatter\\NormalizerFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php', + 'Monolog\\Formatter\\ScalarFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php', + 'Monolog\\Formatter\\WildfireFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php', + 'Monolog\\Handler\\AbstractHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/AbstractHandler.php', + 'Monolog\\Handler\\AbstractProcessingHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php', + 'Monolog\\Handler\\AbstractSyslogHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php', + 'Monolog\\Handler\\AmqpHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/AmqpHandler.php', + 'Monolog\\Handler\\BrowserConsoleHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php', + 'Monolog\\Handler\\BufferHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/BufferHandler.php', + 'Monolog\\Handler\\ChromePHPHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php', + 'Monolog\\Handler\\CouchDBHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php', + 'Monolog\\Handler\\CubeHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/CubeHandler.php', + 'Monolog\\Handler\\Curl\\Util' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/Curl/Util.php', + 'Monolog\\Handler\\DeduplicationHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php', + 'Monolog\\Handler\\DoctrineCouchDBHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php', + 'Monolog\\Handler\\DynamoDbHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php', + 'Monolog\\Handler\\ElasticSearchHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php', + 'Monolog\\Handler\\ErrorLogHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php', + 'Monolog\\Handler\\FilterHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/FilterHandler.php', + 'Monolog\\Handler\\FingersCrossedHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php', + 'Monolog\\Handler\\FingersCrossed\\ActivationStrategyInterface' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php', + 'Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php', + 'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php', + 'Monolog\\Handler\\FirePHPHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php', + 'Monolog\\Handler\\FleepHookHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php', + 'Monolog\\Handler\\FlowdockHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php', + 'Monolog\\Handler\\GelfHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/GelfHandler.php', + 'Monolog\\Handler\\GroupHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/GroupHandler.php', + 'Monolog\\Handler\\HandlerInterface' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/HandlerInterface.php', + 'Monolog\\Handler\\HandlerWrapper' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php', + 'Monolog\\Handler\\HipChatHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/HipChatHandler.php', + 'Monolog\\Handler\\IFTTTHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php', + 'Monolog\\Handler\\InsightOpsHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php', + 'Monolog\\Handler\\LogEntriesHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php', + 'Monolog\\Handler\\LogglyHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/LogglyHandler.php', + 'Monolog\\Handler\\MailHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/MailHandler.php', + 'Monolog\\Handler\\MandrillHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/MandrillHandler.php', + 'Monolog\\Handler\\MissingExtensionException' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php', + 'Monolog\\Handler\\MongoDBHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php', + 'Monolog\\Handler\\NativeMailerHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php', + 'Monolog\\Handler\\NewRelicHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php', + 'Monolog\\Handler\\NullHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/NullHandler.php', + 'Monolog\\Handler\\PHPConsoleHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php', + 'Monolog\\Handler\\PsrHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/PsrHandler.php', + 'Monolog\\Handler\\PushoverHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/PushoverHandler.php', + 'Monolog\\Handler\\RavenHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/RavenHandler.php', + 'Monolog\\Handler\\RedisHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/RedisHandler.php', + 'Monolog\\Handler\\RollbarHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/RollbarHandler.php', + 'Monolog\\Handler\\RotatingFileHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php', + 'Monolog\\Handler\\SamplingHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SamplingHandler.php', + 'Monolog\\Handler\\SlackHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SlackHandler.php', + 'Monolog\\Handler\\SlackWebhookHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php', + 'Monolog\\Handler\\Slack\\SlackRecord' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php', + 'Monolog\\Handler\\SlackbotHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php', + 'Monolog\\Handler\\SocketHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php', + 'Monolog\\Handler\\StreamHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/StreamHandler.php', + 'Monolog\\Handler\\SwiftMailerHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php', + 'Monolog\\Handler\\SyslogHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SyslogHandler.php', + 'Monolog\\Handler\\SyslogUdpHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php', + 'Monolog\\Handler\\SyslogUdp\\UdpSocket' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php', + 'Monolog\\Handler\\TestHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/TestHandler.php', + 'Monolog\\Handler\\WhatFailureGroupHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php', + 'Monolog\\Handler\\ZendMonitorHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php', + 'Monolog\\Logger' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Logger.php', + 'Monolog\\Processor\\GitProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/GitProcessor.php', + 'Monolog\\Processor\\IntrospectionProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php', + 'Monolog\\Processor\\MemoryPeakUsageProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php', + 'Monolog\\Processor\\MemoryProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php', + 'Monolog\\Processor\\MemoryUsageProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php', + 'Monolog\\Processor\\MercurialProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php', + 'Monolog\\Processor\\ProcessIdProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php', + 'Monolog\\Processor\\ProcessorInterface' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php', + 'Monolog\\Processor\\PsrLogMessageProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php', + 'Monolog\\Processor\\TagProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/TagProcessor.php', + 'Monolog\\Processor\\UidProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/UidProcessor.php', + 'Monolog\\Processor\\WebProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Processor/WebProcessor.php', + 'Monolog\\Registry' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Registry.php', + 'Monolog\\ResettableInterface' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/ResettableInterface.php', + 'Monolog\\SignalHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/SignalHandler.php', + 'Monolog\\Utils' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Utils.php', + 'MyCLabs\\Enum\\Enum' => __DIR__ . '/..' . '/myclabs/php-enum/src/Enum.php', + 'MyCLabs\\Enum\\PHPUnit\\Comparator' => __DIR__ . '/..' . '/myclabs/php-enum/src/PHPUnit/Comparator.php', 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', - 'ParseError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/ParseError.php', - 'SessionUpdateTimestampHandlerInterface' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php', - 'TypeError' => __DIR__ . '/..' . '/symfony/polyfill-php70/Resources/stubs/TypeError.php', + 'OSS\\Core\\MimeTypes' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Core/MimeTypes.php', + 'OSS\\Core\\OssException' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Core/OssException.php', + 'OSS\\Core\\OssUtil' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Core/OssUtil.php', + 'OSS\\Http\\RequestCore' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Http/RequestCore.php', + 'OSS\\Http\\RequestCore_Exception' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Http/RequestCore_Exception.php', + 'OSS\\Http\\ResponseCore' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Http/ResponseCore.php', + 'OSS\\Model\\BucketInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/BucketInfo.php', + 'OSS\\Model\\BucketListInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/BucketListInfo.php', + 'OSS\\Model\\CnameConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/CnameConfig.php', + 'OSS\\Model\\CorsConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/CorsConfig.php', + 'OSS\\Model\\CorsRule' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/CorsRule.php', + 'OSS\\Model\\GetLiveChannelHistory' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/GetLiveChannelHistory.php', + 'OSS\\Model\\GetLiveChannelInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/GetLiveChannelInfo.php', + 'OSS\\Model\\GetLiveChannelStatus' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/GetLiveChannelStatus.php', + 'OSS\\Model\\LifecycleAction' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/LifecycleAction.php', + 'OSS\\Model\\LifecycleConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/LifecycleConfig.php', + 'OSS\\Model\\LifecycleRule' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/LifecycleRule.php', + 'OSS\\Model\\ListMultipartUploadInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/ListMultipartUploadInfo.php', + 'OSS\\Model\\ListPartsInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/ListPartsInfo.php', + 'OSS\\Model\\LiveChannelConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/LiveChannelConfig.php', + 'OSS\\Model\\LiveChannelHistory' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/LiveChannelHistory.php', + 'OSS\\Model\\LiveChannelInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/LiveChannelInfo.php', + 'OSS\\Model\\LiveChannelListInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/LiveChannelListInfo.php', + 'OSS\\Model\\LoggingConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/LoggingConfig.php', + 'OSS\\Model\\ObjectInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/ObjectInfo.php', + 'OSS\\Model\\ObjectListInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/ObjectListInfo.php', + 'OSS\\Model\\PartInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/PartInfo.php', + 'OSS\\Model\\PrefixInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/PrefixInfo.php', + 'OSS\\Model\\RefererConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/RefererConfig.php', + 'OSS\\Model\\StorageCapacityConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/StorageCapacityConfig.php', + 'OSS\\Model\\UploadInfo' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/UploadInfo.php', + 'OSS\\Model\\WebsiteConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/WebsiteConfig.php', + 'OSS\\Model\\XmlConfig' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Model/XmlConfig.php', + 'OSS\\OssClient' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/OssClient.php', + 'OSS\\Result\\AclResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/AclResult.php', + 'OSS\\Result\\AppendResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/AppendResult.php', + 'OSS\\Result\\BodyResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/BodyResult.php', + 'OSS\\Result\\CallbackResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/CallbackResult.php', + 'OSS\\Result\\CopyObjectResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/CopyObjectResult.php', + 'OSS\\Result\\DeleteObjectsResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/DeleteObjectsResult.php', + 'OSS\\Result\\ExistResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/ExistResult.php', + 'OSS\\Result\\GetCnameResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetCnameResult.php', + 'OSS\\Result\\GetCorsResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetCorsResult.php', + 'OSS\\Result\\GetLifecycleResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLifecycleResult.php', + 'OSS\\Result\\GetLiveChannelHistoryResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLiveChannelHistoryResult.php', + 'OSS\\Result\\GetLiveChannelInfoResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLiveChannelInfoResult.php', + 'OSS\\Result\\GetLiveChannelStatusResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLiveChannelStatusResult.php', + 'OSS\\Result\\GetLocationResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLocationResult.php', + 'OSS\\Result\\GetLoggingResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetLoggingResult.php', + 'OSS\\Result\\GetRefererResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetRefererResult.php', + 'OSS\\Result\\GetStorageCapacityResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetStorageCapacityResult.php', + 'OSS\\Result\\GetWebsiteResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/GetWebsiteResult.php', + 'OSS\\Result\\HeaderResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/HeaderResult.php', + 'OSS\\Result\\InitiateMultipartUploadResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/InitiateMultipartUploadResult.php', + 'OSS\\Result\\ListBucketsResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListBucketsResult.php', + 'OSS\\Result\\ListLiveChannelResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListLiveChannelResult.php', + 'OSS\\Result\\ListMultipartUploadResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListMultipartUploadResult.php', + 'OSS\\Result\\ListObjectsResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListObjectsResult.php', + 'OSS\\Result\\ListPartsResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/ListPartsResult.php', + 'OSS\\Result\\PutLiveChannelResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/PutLiveChannelResult.php', + 'OSS\\Result\\PutSetDeleteResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/PutSetDeleteResult.php', + 'OSS\\Result\\Result' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/Result.php', + 'OSS\\Result\\SymlinkResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/SymlinkResult.php', + 'OSS\\Result\\UploadPartResult' => __DIR__ . '/..' . '/aliyuncs/oss-sdk-php/src/OSS/Result/UploadPartResult.php', + 'OneSm\\Sm3' => __DIR__ . '/..' . '/lizhichao/one-sm/src/Sm3.php', + 'OneSm\\Sm4' => __DIR__ . '/..' . '/lizhichao/one-sm/src/Sm4.php', + 'Overtrue\\Socialite\\AccessToken' => __DIR__ . '/..' . '/overtrue/socialite/src/AccessToken.php', + 'Overtrue\\Socialite\\AccessTokenInterface' => __DIR__ . '/..' . '/overtrue/socialite/src/AccessTokenInterface.php', + 'Overtrue\\Socialite\\AuthorizeFailedException' => __DIR__ . '/..' . '/overtrue/socialite/src/AuthorizeFailedException.php', + 'Overtrue\\Socialite\\Config' => __DIR__ . '/..' . '/overtrue/socialite/src/Config.php', + 'Overtrue\\Socialite\\FactoryInterface' => __DIR__ . '/..' . '/overtrue/socialite/src/FactoryInterface.php', + 'Overtrue\\Socialite\\HasAttributes' => __DIR__ . '/..' . '/overtrue/socialite/src/HasAttributes.php', + 'Overtrue\\Socialite\\InvalidArgumentException' => __DIR__ . '/..' . '/overtrue/socialite/src/InvalidArgumentException.php', + 'Overtrue\\Socialite\\InvalidStateException' => __DIR__ . '/..' . '/overtrue/socialite/src/InvalidStateException.php', + 'Overtrue\\Socialite\\ProviderInterface' => __DIR__ . '/..' . '/overtrue/socialite/src/ProviderInterface.php', + 'Overtrue\\Socialite\\Providers\\AbstractProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/AbstractProvider.php', + 'Overtrue\\Socialite\\Providers\\DoubanProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/DoubanProvider.php', + 'Overtrue\\Socialite\\Providers\\FacebookProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/FacebookProvider.php', + 'Overtrue\\Socialite\\Providers\\GitHubProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/GitHubProvider.php', + 'Overtrue\\Socialite\\Providers\\GoogleProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/GoogleProvider.php', + 'Overtrue\\Socialite\\Providers\\LinkedinProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/LinkedinProvider.php', + 'Overtrue\\Socialite\\Providers\\QQProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/QQProvider.php', + 'Overtrue\\Socialite\\Providers\\WeChatOpenPlatformProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/WeChatOpenPlatformProvider.php', + 'Overtrue\\Socialite\\Providers\\WeChatProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/WeChatProvider.php', + 'Overtrue\\Socialite\\Providers\\WeWorkProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/WeWorkProvider.php', + 'Overtrue\\Socialite\\Providers\\WeiboProvider' => __DIR__ . '/..' . '/overtrue/socialite/src/Providers/WeiboProvider.php', + 'Overtrue\\Socialite\\SocialiteManager' => __DIR__ . '/..' . '/overtrue/socialite/src/SocialiteManager.php', + 'Overtrue\\Socialite\\User' => __DIR__ . '/..' . '/overtrue/socialite/src/User.php', + 'Overtrue\\Socialite\\UserInterface' => __DIR__ . '/..' . '/overtrue/socialite/src/UserInterface.php', + 'Overtrue\\Socialite\\WeChatComponentInterface' => __DIR__ . '/..' . '/overtrue/socialite/src/WeChatComponentInterface.php', + 'Phinx\\Db\\Adapter\\AdapterFactory' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/AdapterFactory.php', + 'Phinx\\Db\\Adapter\\AdapterInterface' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/AdapterInterface.php', + 'Phinx\\Db\\Adapter\\AdapterWrapper' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/AdapterWrapper.php', + 'Phinx\\Db\\Adapter\\MysqlAdapter' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/MysqlAdapter.php', + 'Phinx\\Db\\Adapter\\PdoAdapter' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/PdoAdapter.php', + 'Phinx\\Db\\Adapter\\PostgresAdapter' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/PostgresAdapter.php', + 'Phinx\\Db\\Adapter\\ProxyAdapter' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/ProxyAdapter.php', + 'Phinx\\Db\\Adapter\\SQLiteAdapter' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/SQLiteAdapter.php', + 'Phinx\\Db\\Adapter\\SqlServerAdapter' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/SqlServerAdapter.php', + 'Phinx\\Db\\Adapter\\TablePrefixAdapter' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/TablePrefixAdapter.php', + 'Phinx\\Db\\Adapter\\WrapperInterface' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Adapter/WrapperInterface.php', + 'Phinx\\Db\\Table' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Table.php', + 'Phinx\\Db\\Table\\Column' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Table/Column.php', + 'Phinx\\Db\\Table\\ForeignKey' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Table/ForeignKey.php', + 'Phinx\\Db\\Table\\Index' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Db/Table/Index.php', + 'Phinx\\Migration\\AbstractMigration' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Migration/AbstractMigration.php', + 'Phinx\\Migration\\AbstractTemplateCreation' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Migration/AbstractTemplateCreation.php', + 'Phinx\\Migration\\CreationInterface' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Migration/CreationInterface.php', + 'Phinx\\Migration\\IrreversibleMigrationException' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Migration/IrreversibleMigrationException.php', + 'Phinx\\Migration\\MigrationInterface' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Migration/MigrationInterface.php', + 'Phinx\\Seed\\AbstractSeed' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Seed/AbstractSeed.php', + 'Phinx\\Seed\\SeedInterface' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Seed/SeedInterface.php', + 'Phinx\\Util\\Util' => __DIR__ . '/..' . '/topthink/think-migration/phinx/src/Phinx/Util/Util.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Calculation' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Calculation.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Category' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Category.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Database' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Database.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\DateTime' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/DateTime.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Engine\\CyclicReferenceStack' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/CyclicReferenceStack.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Engine\\Logger' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engine/Logger.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Engineering' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Engineering.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Exception' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\ExceptionHandler' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/ExceptionHandler.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Financial' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\FormulaParser' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaParser.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\FormulaToken' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/FormulaToken.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Functions' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Functions.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Logical' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Logical.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\LookupRef' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\MathTrig' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Statistical' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\TextData' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Token\\Stack' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Token/Stack.php', + 'PhpOffice\\PhpSpreadsheet\\Calculation\\Web' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\AddressHelper' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AddressHelper.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\AdvancedValueBinder' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/AdvancedValueBinder.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\Cell' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Cell.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\Coordinate' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Coordinate.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\DataType' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataType.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\DataValidation' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidation.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\DataValidator' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DataValidator.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\DefaultValueBinder' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/DefaultValueBinder.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\Hyperlink' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Hyperlink.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\IValueBinder' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/IValueBinder.php', + 'PhpOffice\\PhpSpreadsheet\\Cell\\StringValueBinder' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/StringValueBinder.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Axis' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Axis.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Chart' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Chart.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\DataSeries' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/DataSeries.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\DataSeriesValues' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/DataSeriesValues.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Exception' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\GridLines' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/GridLines.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Layout' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Layout.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Legend' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Legend.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\PlotArea' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/PlotArea.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Properties' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Properties.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Renderer\\IRenderer' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/IRenderer.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Renderer\\JpGraph' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer/JpGraph.php', + 'PhpOffice\\PhpSpreadsheet\\Chart\\Title' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Title.php', + 'PhpOffice\\PhpSpreadsheet\\Collection\\Cells' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Cells.php', + 'PhpOffice\\PhpSpreadsheet\\Collection\\CellsFactory' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/CellsFactory.php', + 'PhpOffice\\PhpSpreadsheet\\Collection\\Memory' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Memory.php', + 'PhpOffice\\PhpSpreadsheet\\Comment' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Comment.php', + 'PhpOffice\\PhpSpreadsheet\\DocumentGenerator' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/DocumentGenerator.php', + 'PhpOffice\\PhpSpreadsheet\\Document\\Properties' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Properties.php', + 'PhpOffice\\PhpSpreadsheet\\Document\\Security' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/Security.php', + 'PhpOffice\\PhpSpreadsheet\\Exception' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\HashTable' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/HashTable.php', + 'PhpOffice\\PhpSpreadsheet\\Helper\\Html' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Html.php', + 'PhpOffice\\PhpSpreadsheet\\Helper\\Sample' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Helper/Sample.php', + 'PhpOffice\\PhpSpreadsheet\\IComparable' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php', + 'PhpOffice\\PhpSpreadsheet\\IOFactory' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IOFactory.php', + 'PhpOffice\\PhpSpreadsheet\\NamedRange' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/NamedRange.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\BaseReader' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/BaseReader.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Csv' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\DefaultReadFilter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/DefaultReadFilter.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Exception' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Gnumeric' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Gnumeric.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Html' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Html.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\IReadFilter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReadFilter.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\IReader' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/IReader.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Ods' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Ods\\Properties' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Ods/Properties.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Security\\XmlScanner' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Security/XmlScanner.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Slk' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Slk.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Color' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Color\\BIFF5' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BIFF5.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Color\\BIFF8' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BIFF8.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Color\\BuiltIn' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Color/BuiltIn.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\ErrorCode' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/ErrorCode.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Escher' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Escher.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\MD5' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/MD5.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\RC4' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/RC4.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Style\\Border' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/Border.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xls\\Style\\FillPattern' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xls/Style/FillPattern.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\AutoFilter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/AutoFilter.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\BaseParserClass' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/BaseParserClass.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Chart' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Chart.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\ColumnAndRowAttributes' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ColumnAndRowAttributes.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\ConditionalStyles' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/ConditionalStyles.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\DataValidations' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/DataValidations.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Hyperlinks' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\PageSetup' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/PageSetup.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Properties' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Properties.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\SheetViewOptions' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SheetViewOptions.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\SheetViews' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/SheetViews.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Styles' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Styles.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xlsx\\Theme' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Theme.php', + 'PhpOffice\\PhpSpreadsheet\\Reader\\Xml' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xml.php', + 'PhpOffice\\PhpSpreadsheet\\ReferenceHelper' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/ReferenceHelper.php', + 'PhpOffice\\PhpSpreadsheet\\RichText\\ITextElement' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/ITextElement.php', + 'PhpOffice\\PhpSpreadsheet\\RichText\\RichText' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/RichText.php', + 'PhpOffice\\PhpSpreadsheet\\RichText\\Run' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/Run.php', + 'PhpOffice\\PhpSpreadsheet\\RichText\\TextElement' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/RichText/TextElement.php', + 'PhpOffice\\PhpSpreadsheet\\Settings' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Settings.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\CodePage' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/CodePage.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Date' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Date.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Drawing' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Drawing.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DgContainer' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DgContainer\\SpgrContainer' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DgContainer\\SpgrContainer\\SpContainer' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DggContainer' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DggContainer\\BstoreContainer' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DggContainer\\BstoreContainer\\BSE' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Escher\\DggContainer\\BstoreContainer\\BSE\\Blip' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\File' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/File.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Font' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Font.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\CholeskyDecomposition' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/CholeskyDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\EigenvalueDecomposition' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/EigenvalueDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\LUDecomposition' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/LUDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\Matrix' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/Matrix.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\QRDecomposition' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/QRDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\JAMA\\SingularValueDecomposition' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/JAMA/SingularValueDecomposition.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLERead' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLERead.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE\\ChainedBlockStream' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/ChainedBlockStream.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE\\PPS' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE\\PPS\\File' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/File.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\OLE\\PPS\\Root' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE/PPS/Root.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\PasswordHasher' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/PasswordHasher.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\StringHelper' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/StringHelper.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\TimeZone' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/TimeZone.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/BestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\ExponentialBestFit' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/ExponentialBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\LinearBestFit' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/LinearBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\LogarithmicBestFit' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/LogarithmicBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\PolynomialBestFit' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/PolynomialBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\PowerBestFit' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/PowerBestFit.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\Trend' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/Trend.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\XMLWriter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/XMLWriter.php', + 'PhpOffice\\PhpSpreadsheet\\Shared\\Xls' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Xls.php', + 'PhpOffice\\PhpSpreadsheet\\Spreadsheet' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Spreadsheet.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Alignment' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Alignment.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Border' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Border.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Borders' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Borders.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Color' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Color.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Conditional' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Conditional.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Fill' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Fill.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Font' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Font.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\NumberFormat' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/NumberFormat.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Protection' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Protection.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Style' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Style.php', + 'PhpOffice\\PhpSpreadsheet\\Style\\Supervisor' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/Supervisor.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\AutoFilter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\AutoFilter\\Column' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\AutoFilter\\Column\\Rule' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/AutoFilter/Column/Rule.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\BaseDrawing' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/BaseDrawing.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\CellIterator' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/CellIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Column' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Column.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnCellIterator' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnCellIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnDimension' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnDimension.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\ColumnIterator' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/ColumnIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Dimension' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Dimension.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Drawing' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Drawing\\Shadow' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Drawing/Shadow.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\HeaderFooter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/HeaderFooter.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\HeaderFooterDrawing' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/HeaderFooterDrawing.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Iterator' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Iterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\MemoryDrawing' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/MemoryDrawing.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\PageMargins' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageMargins.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\PageSetup' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/PageSetup.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Protection' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Protection.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Row' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Row.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\RowCellIterator' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowCellIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\RowDimension' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowDimension.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\RowIterator' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/RowIterator.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\SheetView' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/SheetView.php', + 'PhpOffice\\PhpSpreadsheet\\Worksheet\\Worksheet' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/Worksheet.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\BaseWriter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/BaseWriter.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Csv' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Csv.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Exception' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Exception.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Html' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Html.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\IWriter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/IWriter.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Cell\\Comment' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Cell/Comment.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Content' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Content.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Meta' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Meta.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\MetaInf' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/MetaInf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Mimetype' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Mimetype.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Settings' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Settings.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Styles' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Styles.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\Thumbnails' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/Thumbnails.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Ods\\WriterPart' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Ods/WriterPart.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Pdf' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Dompdf' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Dompdf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Mpdf' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Mpdf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Pdf\\Tcpdf' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Tcpdf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\BIFFwriter' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/BIFFwriter.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Escher' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Escher.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Font' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Font.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Parser' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Parser.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Workbook' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Workbook.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Worksheet' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Worksheet.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Xf' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Xf.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Chart' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Chart.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Comments' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Comments.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\ContentTypes' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/ContentTypes.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\DocProps' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/DocProps.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Drawing' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Drawing.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Rels' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Rels.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\RelsRibbon' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/RelsRibbon.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\RelsVBA' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/RelsVBA.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\StringTable' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/StringTable.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Style' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Style.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Theme' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Theme.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Workbook' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Workbook.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Worksheet' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\WriterPart' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/WriterPart.php', + 'PhpOffice\\PhpSpreadsheet\\Writer\\Xlsx\\Xlfn' => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/Xlfn.php', + 'Pimple\\Container' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Container.php', + 'Pimple\\Exception\\ExpectedInvokableException' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Exception/ExpectedInvokableException.php', + 'Pimple\\Exception\\FrozenServiceException' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Exception/FrozenServiceException.php', + 'Pimple\\Exception\\InvalidServiceIdentifierException' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Exception/InvalidServiceIdentifierException.php', + 'Pimple\\Exception\\UnknownIdentifierException' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Exception/UnknownIdentifierException.php', + 'Pimple\\Psr11\\Container' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Psr11/Container.php', + 'Pimple\\Psr11\\ServiceLocator' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Psr11/ServiceLocator.php', + 'Pimple\\ServiceIterator' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/ServiceIterator.php', + 'Pimple\\ServiceProviderInterface' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/ServiceProviderInterface.php', + 'Pimple\\Tests\\Fixtures\\Invokable' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php', + 'Pimple\\Tests\\Fixtures\\NonInvokable' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php', + 'Pimple\\Tests\\Fixtures\\PimpleServiceProvider' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php', + 'Pimple\\Tests\\Fixtures\\Service' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php', + 'Pimple\\Tests\\PimpleServiceProviderInterfaceTest' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php', + 'Pimple\\Tests\\PimpleTest' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/PimpleTest.php', + 'Pimple\\Tests\\Psr11\\ContainerTest' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/Psr11/ContainerTest.php', + 'Pimple\\Tests\\Psr11\\ServiceLocatorTest' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/Psr11/ServiceLocatorTest.php', + 'Pimple\\Tests\\ServiceIteratorTest' => __DIR__ . '/..' . '/pimple/pimple/src/Pimple/Tests/ServiceIteratorTest.php', + 'Psr\\Cache\\CacheException' => __DIR__ . '/..' . '/psr/cache/src/CacheException.php', + 'Psr\\Cache\\CacheItemInterface' => __DIR__ . '/..' . '/psr/cache/src/CacheItemInterface.php', + 'Psr\\Cache\\CacheItemPoolInterface' => __DIR__ . '/..' . '/psr/cache/src/CacheItemPoolInterface.php', + 'Psr\\Cache\\InvalidArgumentException' => __DIR__ . '/..' . '/psr/cache/src/InvalidArgumentException.php', + 'Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php', + 'Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php', + 'Psr\\Container\\NotFoundExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/NotFoundExceptionInterface.php', + 'Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/psr/http-message/src/MessageInterface.php', + 'Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/RequestInterface.php', + 'Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/..' . '/psr/http-message/src/ResponseInterface.php', + 'Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/ServerRequestInterface.php', + 'Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/..' . '/psr/http-message/src/StreamInterface.php', + 'Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/..' . '/psr/http-message/src/UploadedFileInterface.php', + 'Psr\\Http\\Message\\UriInterface' => __DIR__ . '/..' . '/psr/http-message/src/UriInterface.php', + 'Psr\\Log\\AbstractLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/AbstractLogger.php', + 'Psr\\Log\\InvalidArgumentException' => __DIR__ . '/..' . '/psr/log/Psr/Log/InvalidArgumentException.php', + 'Psr\\Log\\LogLevel' => __DIR__ . '/..' . '/psr/log/Psr/Log/LogLevel.php', + 'Psr\\Log\\LoggerAwareInterface' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerAwareInterface.php', + 'Psr\\Log\\LoggerAwareTrait' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerAwareTrait.php', + 'Psr\\Log\\LoggerInterface' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerInterface.php', + 'Psr\\Log\\LoggerTrait' => __DIR__ . '/..' . '/psr/log/Psr/Log/LoggerTrait.php', + 'Psr\\Log\\NullLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/NullLogger.php', + 'Psr\\Log\\Test\\LoggerInterfaceTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', + 'Psr\\Log\\Test\\TestLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/TestLogger.php', + 'Psr\\SimpleCache\\CacheException' => __DIR__ . '/..' . '/psr/simple-cache/src/CacheException.php', + 'Psr\\SimpleCache\\CacheInterface' => __DIR__ . '/..' . '/psr/simple-cache/src/CacheInterface.php', + 'Psr\\SimpleCache\\InvalidArgumentException' => __DIR__ . '/..' . '/psr/simple-cache/src/InvalidArgumentException.php', + 'QCloud\\COSSTS\\Scope' => __DIR__ . '/..' . '/qcloud_sts/qcloud-sts-sdk/src/Scope.php', + 'QCloud\\COSSTS\\Sts' => __DIR__ . '/..' . '/qcloud_sts/qcloud-sts-sdk/src/Sts.php', + 'Qcloud\\Cos\\BucketStyleListener' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/BucketStyleListener.php', + 'Qcloud\\Cos\\Client' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Client.php', + 'Qcloud\\Cos\\Command' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Command.php', + 'Qcloud\\Cos\\Copy' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Copy.php', + 'Qcloud\\Cos\\ExceptionListener' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/ExceptionListener.php', + 'Qcloud\\Cos\\ExceptionParser' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/ExceptionParser.php', + 'Qcloud\\Cos\\Exception\\BucketAlreadyExistsException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/BucketAlreadyExistsException.php', + 'Qcloud\\Cos\\Exception\\BucketNotEmptyException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/BucketNotEmptyException.php', + 'Qcloud\\Cos\\Exception\\CosException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/CosException.php', + 'Qcloud\\Cos\\Exception\\CurlException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/CurlException.php', + 'Qcloud\\Cos\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/InvalidArgumentException.php', + 'Qcloud\\Cos\\Exception\\NoSuchBucketException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/NoSuchBucketException.php', + 'Qcloud\\Cos\\Exception\\NoSuchKeyException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/NoSuchKeyException.php', + 'Qcloud\\Cos\\Exception\\NoSuchUploadException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/NoSuchUploadException.php', + 'Qcloud\\Cos\\Exception\\ServiceResponseException' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Exception/ServiceResponseException.php', + 'Qcloud\\Cos\\Md5Listener' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Md5Listener.php', + 'Qcloud\\Cos\\MultipartUpload' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/MultipartUpload.php', + 'Qcloud\\Cos\\Service' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Service.php', + 'Qcloud\\Cos\\Signature' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Signature.php', + 'Qcloud\\Cos\\SignatureListener' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/SignatureListener.php', + 'Qcloud\\Cos\\Tests\\TestHelper' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/Tests/TestHelper.php', + 'Qcloud\\Cos\\TokenListener' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/TokenListener.php', + 'Qcloud\\Cos\\UploadBodyListener' => __DIR__ . '/..' . '/qcloud/cos-sdk-v5/src/Qcloud/Cos/UploadBodyListener.php', + 'Qiniu\\Auth' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Auth.php', + 'Qiniu\\Cdn\\CdnManager' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Cdn/CdnManager.php', + 'Qiniu\\Config' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Config.php', + 'Qiniu\\Etag' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Etag.php', + 'Qiniu\\Http\\Client' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Http/Client.php', + 'Qiniu\\Http\\Error' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Http/Error.php', + 'Qiniu\\Http\\Request' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Http/Request.php', + 'Qiniu\\Http\\Response' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Http/Response.php', + 'Qiniu\\Processing\\ImageUrlBuilder' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Processing/ImageUrlBuilder.php', + 'Qiniu\\Processing\\Operation' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Processing/Operation.php', + 'Qiniu\\Processing\\PersistentFop' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Processing/PersistentFop.php', + 'Qiniu\\Region' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Region.php', + 'Qiniu\\Rtc\\AppClient' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Rtc/AppClient.php', + 'Qiniu\\Sms\\Sms' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Sms/Sms.php', + 'Qiniu\\Storage\\ArgusManager' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Storage/ArgusManager.php', + 'Qiniu\\Storage\\BucketManager' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Storage/BucketManager.php', + 'Qiniu\\Storage\\FormUploader' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Storage/FormUploader.php', + 'Qiniu\\Storage\\ResumeUploader' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Storage/ResumeUploader.php', + 'Qiniu\\Storage\\UploadManager' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Storage/UploadManager.php', + 'Qiniu\\Zone' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/Zone.php', + 'Songshenzong\\Support\\Arrays' => __DIR__ . '/..' . '/songshenzong/support/src/Arrays.php', + 'Songshenzong\\Support\\BashEcho' => __DIR__ . '/..' . '/songshenzong/support/src/BashEcho.php', + 'Songshenzong\\Support\\Env' => __DIR__ . '/..' . '/songshenzong/support/src/Env.php', + 'Songshenzong\\Support\\OS' => __DIR__ . '/..' . '/songshenzong/support/src/OS.php', + 'Songshenzong\\Support\\Strings' => __DIR__ . '/..' . '/songshenzong/support/src/Strings.php', + 'Songshenzong\\Support\\StringsFacade' => __DIR__ . '/..' . '/songshenzong/support/src/StringsFacade.php', + 'Songshenzong\\Support\\StringsServiceProvider' => __DIR__ . '/..' . '/songshenzong/support/src/StringsServiceProvider.php', + 'Songshenzong\\Support\\Time' => __DIR__ . '/..' . '/songshenzong/support/src/Time.php', + 'Songshenzong\\Support\\Traits\\Str' => __DIR__ . '/..' . '/songshenzong/support/src/Traits/Str.php', + 'Songshenzong\\Support\\Traits\\Uri' => __DIR__ . '/..' . '/songshenzong/support/src/Traits/Uri.php', + 'Spatie\\Macroable\\Macroable' => __DIR__ . '/..' . '/spatie/macroable/src/Macroable.php', + 'Stringy\\StaticStringy' => __DIR__ . '/..' . '/danielstjules/stringy/src/StaticStringy.php', + 'Stringy\\Stringy' => __DIR__ . '/..' . '/danielstjules/stringy/src/Stringy.php', + 'Symfony\\Bridge\\PsrHttpMessage\\Factory\\DiactorosFactory' => __DIR__ . '/..' . '/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php', + 'Symfony\\Bridge\\PsrHttpMessage\\Factory\\HttpFoundationFactory' => __DIR__ . '/..' . '/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php', + 'Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory' => __DIR__ . '/..' . '/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php', + 'Symfony\\Bridge\\PsrHttpMessage\\HttpFoundationFactoryInterface' => __DIR__ . '/..' . '/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php', + 'Symfony\\Bridge\\PsrHttpMessage\\HttpMessageFactoryInterface' => __DIR__ . '/..' . '/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php', + 'Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher' => __DIR__ . '/..' . '/symfony/event-dispatcher/ContainerAwareEventDispatcher.php', + 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher' => __DIR__ . '/..' . '/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php', + 'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcherInterface' => __DIR__ . '/..' . '/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php', + 'Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener' => __DIR__ . '/..' . '/symfony/event-dispatcher/Debug/WrappedListener.php', + 'Symfony\\Component\\EventDispatcher\\DependencyInjection\\RegisterListenersPass' => __DIR__ . '/..' . '/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php', + 'Symfony\\Component\\EventDispatcher\\Event' => __DIR__ . '/..' . '/symfony/event-dispatcher/Event.php', + 'Symfony\\Component\\EventDispatcher\\EventDispatcher' => __DIR__ . '/..' . '/symfony/event-dispatcher/EventDispatcher.php', + 'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => __DIR__ . '/..' . '/symfony/event-dispatcher/EventDispatcherInterface.php', + 'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => __DIR__ . '/..' . '/symfony/event-dispatcher/EventSubscriberInterface.php', + 'Symfony\\Component\\EventDispatcher\\GenericEvent' => __DIR__ . '/..' . '/symfony/event-dispatcher/GenericEvent.php', + 'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => __DIR__ . '/..' . '/symfony/event-dispatcher/ImmutableEventDispatcher.php', + 'Symfony\\Component\\HttpFoundation\\AcceptHeader' => __DIR__ . '/..' . '/symfony/http-foundation/AcceptHeader.php', + 'Symfony\\Component\\HttpFoundation\\AcceptHeaderItem' => __DIR__ . '/..' . '/symfony/http-foundation/AcceptHeaderItem.php', + 'Symfony\\Component\\HttpFoundation\\ApacheRequest' => __DIR__ . '/..' . '/symfony/http-foundation/ApacheRequest.php', + 'Symfony\\Component\\HttpFoundation\\BinaryFileResponse' => __DIR__ . '/..' . '/symfony/http-foundation/BinaryFileResponse.php', + 'Symfony\\Component\\HttpFoundation\\Cookie' => __DIR__ . '/..' . '/symfony/http-foundation/Cookie.php', + 'Symfony\\Component\\HttpFoundation\\Exception\\ConflictingHeadersException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/ConflictingHeadersException.php', + 'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/RequestExceptionInterface.php', + 'Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/SuspiciousOperationException.php', + 'Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher' => __DIR__ . '/..' . '/symfony/http-foundation/ExpressionRequestMatcher.php', + 'Symfony\\Component\\HttpFoundation\\FileBag' => __DIR__ . '/..' . '/symfony/http-foundation/FileBag.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/AccessDeniedException.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/FileException.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileNotFoundException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/FileNotFoundException.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UnexpectedTypeException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/UnexpectedTypeException.php', + 'Symfony\\Component\\HttpFoundation\\File\\Exception\\UploadException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/UploadException.php', + 'Symfony\\Component\\HttpFoundation\\File\\File' => __DIR__ . '/..' . '/symfony/http-foundation/File/File.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\ExtensionGuesser' => __DIR__ . '/..' . '/symfony/http-foundation/File/MimeType/ExtensionGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\ExtensionGuesserInterface' => __DIR__ . '/..' . '/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\FileBinaryMimeTypeGuesser' => __DIR__ . '/..' . '/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\FileinfoMimeTypeGuesser' => __DIR__ . '/..' . '/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\MimeTypeExtensionGuesser' => __DIR__ . '/..' . '/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\MimeTypeGuesser' => __DIR__ . '/..' . '/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php', + 'Symfony\\Component\\HttpFoundation\\File\\MimeType\\MimeTypeGuesserInterface' => __DIR__ . '/..' . '/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php', + 'Symfony\\Component\\HttpFoundation\\File\\Stream' => __DIR__ . '/..' . '/symfony/http-foundation/File/Stream.php', + 'Symfony\\Component\\HttpFoundation\\File\\UploadedFile' => __DIR__ . '/..' . '/symfony/http-foundation/File/UploadedFile.php', + 'Symfony\\Component\\HttpFoundation\\HeaderBag' => __DIR__ . '/..' . '/symfony/http-foundation/HeaderBag.php', + 'Symfony\\Component\\HttpFoundation\\IpUtils' => __DIR__ . '/..' . '/symfony/http-foundation/IpUtils.php', + 'Symfony\\Component\\HttpFoundation\\JsonResponse' => __DIR__ . '/..' . '/symfony/http-foundation/JsonResponse.php', + 'Symfony\\Component\\HttpFoundation\\ParameterBag' => __DIR__ . '/..' . '/symfony/http-foundation/ParameterBag.php', + 'Symfony\\Component\\HttpFoundation\\RedirectResponse' => __DIR__ . '/..' . '/symfony/http-foundation/RedirectResponse.php', + 'Symfony\\Component\\HttpFoundation\\Request' => __DIR__ . '/..' . '/symfony/http-foundation/Request.php', + 'Symfony\\Component\\HttpFoundation\\RequestMatcher' => __DIR__ . '/..' . '/symfony/http-foundation/RequestMatcher.php', + 'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface' => __DIR__ . '/..' . '/symfony/http-foundation/RequestMatcherInterface.php', + 'Symfony\\Component\\HttpFoundation\\RequestStack' => __DIR__ . '/..' . '/symfony/http-foundation/RequestStack.php', + 'Symfony\\Component\\HttpFoundation\\Response' => __DIR__ . '/..' . '/symfony/http-foundation/Response.php', + 'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag' => __DIR__ . '/..' . '/symfony/http-foundation/ResponseHeaderBag.php', + 'Symfony\\Component\\HttpFoundation\\ServerBag' => __DIR__ . '/..' . '/symfony/http-foundation/ServerBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Attribute/AttributeBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\AutoExpireFlashBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Flash/FlashBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Flash/FlashBagInterface.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Session' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Session.php', + 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionBagInterface.php', + 'Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionBagProxy.php', + 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/SessionInterface.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcacheSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\WriteCheckSessionHandler' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/MetadataBag.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockArraySessionStorage' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/NativeSessionStorage.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\NativeProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php', + 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => __DIR__ . '/..' . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php', + 'Symfony\\Component\\HttpFoundation\\StreamedResponse' => __DIR__ . '/..' . '/symfony/http-foundation/StreamedResponse.php', + 'Symfony\\Component\\Process\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/process/Exception/ExceptionInterface.php', + 'Symfony\\Component\\Process\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/symfony/process/Exception/InvalidArgumentException.php', + 'Symfony\\Component\\Process\\Exception\\LogicException' => __DIR__ . '/..' . '/symfony/process/Exception/LogicException.php', + 'Symfony\\Component\\Process\\Exception\\ProcessFailedException' => __DIR__ . '/..' . '/symfony/process/Exception/ProcessFailedException.php', + 'Symfony\\Component\\Process\\Exception\\ProcessSignaledException' => __DIR__ . '/..' . '/symfony/process/Exception/ProcessSignaledException.php', + 'Symfony\\Component\\Process\\Exception\\ProcessTimedOutException' => __DIR__ . '/..' . '/symfony/process/Exception/ProcessTimedOutException.php', + 'Symfony\\Component\\Process\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/process/Exception/RuntimeException.php', + 'Symfony\\Component\\Process\\ExecutableFinder' => __DIR__ . '/..' . '/symfony/process/ExecutableFinder.php', + 'Symfony\\Component\\Process\\InputStream' => __DIR__ . '/..' . '/symfony/process/InputStream.php', + 'Symfony\\Component\\Process\\PhpExecutableFinder' => __DIR__ . '/..' . '/symfony/process/PhpExecutableFinder.php', + 'Symfony\\Component\\Process\\PhpProcess' => __DIR__ . '/..' . '/symfony/process/PhpProcess.php', + 'Symfony\\Component\\Process\\Pipes\\AbstractPipes' => __DIR__ . '/..' . '/symfony/process/Pipes/AbstractPipes.php', + 'Symfony\\Component\\Process\\Pipes\\PipesInterface' => __DIR__ . '/..' . '/symfony/process/Pipes/PipesInterface.php', + 'Symfony\\Component\\Process\\Pipes\\UnixPipes' => __DIR__ . '/..' . '/symfony/process/Pipes/UnixPipes.php', + 'Symfony\\Component\\Process\\Pipes\\WindowsPipes' => __DIR__ . '/..' . '/symfony/process/Pipes/WindowsPipes.php', + 'Symfony\\Component\\Process\\Process' => __DIR__ . '/..' . '/symfony/process/Process.php', + 'Symfony\\Component\\Process\\ProcessUtils' => __DIR__ . '/..' . '/symfony/process/ProcessUtils.php', + 'Symfony\\Component\\Translation\\Catalogue\\AbstractOperation' => __DIR__ . '/..' . '/symfony/translation/Catalogue/AbstractOperation.php', + 'Symfony\\Component\\Translation\\Catalogue\\MergeOperation' => __DIR__ . '/..' . '/symfony/translation/Catalogue/MergeOperation.php', + 'Symfony\\Component\\Translation\\Catalogue\\OperationInterface' => __DIR__ . '/..' . '/symfony/translation/Catalogue/OperationInterface.php', + 'Symfony\\Component\\Translation\\Catalogue\\TargetOperation' => __DIR__ . '/..' . '/symfony/translation/Catalogue/TargetOperation.php', + 'Symfony\\Component\\Translation\\Command\\XliffLintCommand' => __DIR__ . '/..' . '/symfony/translation/Command/XliffLintCommand.php', + 'Symfony\\Component\\Translation\\DataCollectorTranslator' => __DIR__ . '/..' . '/symfony/translation/DataCollectorTranslator.php', + 'Symfony\\Component\\Translation\\DataCollector\\TranslationDataCollector' => __DIR__ . '/..' . '/symfony/translation/DataCollector/TranslationDataCollector.php', + 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslationDumperPass.php', + 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php', + 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslatorPass.php', + 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslatorPathsPass.php', + 'Symfony\\Component\\Translation\\Dumper\\CsvFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/CsvFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\DumperInterface' => __DIR__ . '/..' . '/symfony/translation/Dumper/DumperInterface.php', + 'Symfony\\Component\\Translation\\Dumper\\FileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/FileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\IcuResFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/IcuResFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\IniFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/IniFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\JsonFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/JsonFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\MoFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/MoFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\PhpFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/PhpFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\PoFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/PoFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\QtFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/QtFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\XliffFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/XliffFileDumper.php', + 'Symfony\\Component\\Translation\\Dumper\\YamlFileDumper' => __DIR__ . '/..' . '/symfony/translation/Dumper/YamlFileDumper.php', + 'Symfony\\Component\\Translation\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/translation/Exception/ExceptionInterface.php', + 'Symfony\\Component\\Translation\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/symfony/translation/Exception/InvalidArgumentException.php', + 'Symfony\\Component\\Translation\\Exception\\InvalidResourceException' => __DIR__ . '/..' . '/symfony/translation/Exception/InvalidResourceException.php', + 'Symfony\\Component\\Translation\\Exception\\LogicException' => __DIR__ . '/..' . '/symfony/translation/Exception/LogicException.php', + 'Symfony\\Component\\Translation\\Exception\\NotFoundResourceException' => __DIR__ . '/..' . '/symfony/translation/Exception/NotFoundResourceException.php', + 'Symfony\\Component\\Translation\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/translation/Exception/RuntimeException.php', + 'Symfony\\Component\\Translation\\Extractor\\AbstractFileExtractor' => __DIR__ . '/..' . '/symfony/translation/Extractor/AbstractFileExtractor.php', + 'Symfony\\Component\\Translation\\Extractor\\ChainExtractor' => __DIR__ . '/..' . '/symfony/translation/Extractor/ChainExtractor.php', + 'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => __DIR__ . '/..' . '/symfony/translation/Extractor/ExtractorInterface.php', + 'Symfony\\Component\\Translation\\Extractor\\PhpExtractor' => __DIR__ . '/..' . '/symfony/translation/Extractor/PhpExtractor.php', + 'Symfony\\Component\\Translation\\Extractor\\PhpStringTokenParser' => __DIR__ . '/..' . '/symfony/translation/Extractor/PhpStringTokenParser.php', + 'Symfony\\Component\\Translation\\Formatter\\ChoiceMessageFormatterInterface' => __DIR__ . '/..' . '/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php', + 'Symfony\\Component\\Translation\\Formatter\\IntlFormatter' => __DIR__ . '/..' . '/symfony/translation/Formatter/IntlFormatter.php', + 'Symfony\\Component\\Translation\\Formatter\\IntlFormatterInterface' => __DIR__ . '/..' . '/symfony/translation/Formatter/IntlFormatterInterface.php', + 'Symfony\\Component\\Translation\\Formatter\\MessageFormatter' => __DIR__ . '/..' . '/symfony/translation/Formatter/MessageFormatter.php', + 'Symfony\\Component\\Translation\\Formatter\\MessageFormatterInterface' => __DIR__ . '/..' . '/symfony/translation/Formatter/MessageFormatterInterface.php', + 'Symfony\\Component\\Translation\\IdentityTranslator' => __DIR__ . '/..' . '/symfony/translation/IdentityTranslator.php', + 'Symfony\\Component\\Translation\\Interval' => __DIR__ . '/..' . '/symfony/translation/Interval.php', + 'Symfony\\Component\\Translation\\Loader\\ArrayLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/ArrayLoader.php', + 'Symfony\\Component\\Translation\\Loader\\CsvFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/CsvFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\FileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/FileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\IcuDatFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/IcuDatFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\IcuResFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/IcuResFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\IniFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/IniFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\JsonFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/JsonFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\LoaderInterface' => __DIR__ . '/..' . '/symfony/translation/Loader/LoaderInterface.php', + 'Symfony\\Component\\Translation\\Loader\\MoFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/MoFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\PhpFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/PhpFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\PoFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/PoFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\QtFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/QtFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\XliffFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/XliffFileLoader.php', + 'Symfony\\Component\\Translation\\Loader\\YamlFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/YamlFileLoader.php', + 'Symfony\\Component\\Translation\\LoggingTranslator' => __DIR__ . '/..' . '/symfony/translation/LoggingTranslator.php', + 'Symfony\\Component\\Translation\\MessageCatalogue' => __DIR__ . '/..' . '/symfony/translation/MessageCatalogue.php', + 'Symfony\\Component\\Translation\\MessageCatalogueInterface' => __DIR__ . '/..' . '/symfony/translation/MessageCatalogueInterface.php', + 'Symfony\\Component\\Translation\\MessageSelector' => __DIR__ . '/..' . '/symfony/translation/MessageSelector.php', + 'Symfony\\Component\\Translation\\MetadataAwareInterface' => __DIR__ . '/..' . '/symfony/translation/MetadataAwareInterface.php', + 'Symfony\\Component\\Translation\\PluralizationRules' => __DIR__ . '/..' . '/symfony/translation/PluralizationRules.php', + 'Symfony\\Component\\Translation\\Reader\\TranslationReader' => __DIR__ . '/..' . '/symfony/translation/Reader/TranslationReader.php', + 'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => __DIR__ . '/..' . '/symfony/translation/Reader/TranslationReaderInterface.php', + 'Symfony\\Component\\Translation\\Translator' => __DIR__ . '/..' . '/symfony/translation/Translator.php', + 'Symfony\\Component\\Translation\\TranslatorBagInterface' => __DIR__ . '/..' . '/symfony/translation/TranslatorBagInterface.php', + 'Symfony\\Component\\Translation\\TranslatorInterface' => __DIR__ . '/..' . '/symfony/translation/TranslatorInterface.php', + 'Symfony\\Component\\Translation\\Util\\ArrayConverter' => __DIR__ . '/..' . '/symfony/translation/Util/ArrayConverter.php', + 'Symfony\\Component\\Translation\\Util\\XliffUtils' => __DIR__ . '/..' . '/symfony/translation/Util/XliffUtils.php', + 'Symfony\\Component\\Translation\\Writer\\TranslationWriter' => __DIR__ . '/..' . '/symfony/translation/Writer/TranslationWriter.php', + 'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => __DIR__ . '/..' . '/symfony/translation/Writer/TranslationWriterInterface.php', + 'Symfony\\Component\\VarDumper\\Caster\\AmqpCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/AmqpCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ArgsStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ArgsStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\Caster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/Caster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ClassStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ClassStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\ConstStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ConstStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\CutArrayStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/CutArrayStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\CutStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/CutStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\DOMCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DOMCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\DateCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DateCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\DoctrineCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DoctrineCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\DsCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DsCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\DsPairStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/DsPairStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\EnumStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/EnumStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ExceptionCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\FrameStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/FrameStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\GmpCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/GmpCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\IntlCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/IntlCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\LinkStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/LinkStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\MemcachedCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/MemcachedCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\PdoCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/PdoCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\PgSqlCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/PgSqlCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ProxyManagerCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ProxyManagerCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\RedisCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/RedisCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ReflectionCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\ResourceCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/ResourceCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\SplCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/SplCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\StubCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/StubCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\SymfonyCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/SymfonyCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\TraceStub' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/TraceStub.php', + 'Symfony\\Component\\VarDumper\\Caster\\XmlReaderCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/XmlReaderCaster.php', + 'Symfony\\Component\\VarDumper\\Caster\\XmlResourceCaster' => __DIR__ . '/..' . '/symfony/var-dumper/Caster/XmlResourceCaster.php', + 'Symfony\\Component\\VarDumper\\Cloner\\AbstractCloner' => __DIR__ . '/..' . '/symfony/var-dumper/Cloner/AbstractCloner.php', + 'Symfony\\Component\\VarDumper\\Cloner\\ClonerInterface' => __DIR__ . '/..' . '/symfony/var-dumper/Cloner/ClonerInterface.php', + 'Symfony\\Component\\VarDumper\\Cloner\\Cursor' => __DIR__ . '/..' . '/symfony/var-dumper/Cloner/Cursor.php', + 'Symfony\\Component\\VarDumper\\Cloner\\Data' => __DIR__ . '/..' . '/symfony/var-dumper/Cloner/Data.php', + 'Symfony\\Component\\VarDumper\\Cloner\\DumperInterface' => __DIR__ . '/..' . '/symfony/var-dumper/Cloner/DumperInterface.php', + 'Symfony\\Component\\VarDumper\\Cloner\\Stub' => __DIR__ . '/..' . '/symfony/var-dumper/Cloner/Stub.php', + 'Symfony\\Component\\VarDumper\\Cloner\\VarCloner' => __DIR__ . '/..' . '/symfony/var-dumper/Cloner/VarCloner.php', + 'Symfony\\Component\\VarDumper\\Command\\Descriptor\\CliDescriptor' => __DIR__ . '/..' . '/symfony/var-dumper/Command/Descriptor/CliDescriptor.php', + 'Symfony\\Component\\VarDumper\\Command\\Descriptor\\DumpDescriptorInterface' => __DIR__ . '/..' . '/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php', + 'Symfony\\Component\\VarDumper\\Command\\Descriptor\\HtmlDescriptor' => __DIR__ . '/..' . '/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php', + 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand' => __DIR__ . '/..' . '/symfony/var-dumper/Command/ServerDumpCommand.php', + 'Symfony\\Component\\VarDumper\\Dumper\\AbstractDumper' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/AbstractDumper.php', + 'Symfony\\Component\\VarDumper\\Dumper\\CliDumper' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/CliDumper.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\CliContextProvider' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\ContextProviderInterface' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\RequestContextProvider' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\SourceContextProvider' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php', + 'Symfony\\Component\\VarDumper\\Dumper\\DataDumperInterface' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/DataDumperInterface.php', + 'Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/HtmlDumper.php', + 'Symfony\\Component\\VarDumper\\Dumper\\ServerDumper' => __DIR__ . '/..' . '/symfony/var-dumper/Dumper/ServerDumper.php', + 'Symfony\\Component\\VarDumper\\Exception\\ThrowingCasterException' => __DIR__ . '/..' . '/symfony/var-dumper/Exception/ThrowingCasterException.php', + 'Symfony\\Component\\VarDumper\\Server\\Connection' => __DIR__ . '/..' . '/symfony/var-dumper/Server/Connection.php', + 'Symfony\\Component\\VarDumper\\Server\\DumpServer' => __DIR__ . '/..' . '/symfony/var-dumper/Server/DumpServer.php', + 'Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait' => __DIR__ . '/..' . '/symfony/var-dumper/Test/VarDumperTestTrait.php', + 'Symfony\\Component\\VarDumper\\VarDumper' => __DIR__ . '/..' . '/symfony/var-dumper/VarDumper.php', + 'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => __DIR__ . '/..' . '/symfony/translation-contracts/LocaleAwareInterface.php', + 'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => __DIR__ . '/..' . '/symfony/translation-contracts/Test/TranslatorTest.php', + 'Symfony\\Contracts\\Translation\\TranslatorInterface' => __DIR__ . '/..' . '/symfony/translation-contracts/TranslatorInterface.php', + 'Symfony\\Contracts\\Translation\\TranslatorTrait' => __DIR__ . '/..' . '/symfony/translation-contracts/TranslatorTrait.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Idn' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Idn.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Info' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Info.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\DisallowedRanges' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\Regex' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', + 'Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Normalizer.php', + 'Symfony\\Polyfill\\Mbstring\\Mbstring' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/Mbstring.php', + 'Volc\\Base\\Model\\SignParam' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Base/Model/SignParam.php', + 'Volc\\Base\\Model\\SignResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Base/Model/SignResult.php', + 'Volc\\Base\\SignatureTrait' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Base/SignatureTrait.php', + 'Volc\\Base\\SignatureV4' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Base/SignatureV4.php', + 'Volc\\Base\\Singleton' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Base/Singleton.php', + 'Volc\\Base\\V4Curl' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Base/V4Curl.php', + 'Volc\\Service\\AdBlocker' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/AdBlocker.php', + 'Volc\\Service\\Base\\Models\\Base\\ResponseError' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Base/Models/Base/ResponseError.php', + 'Volc\\Service\\Base\\Models\\Base\\ResponseMetadata' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Base/Models/Base/ResponseMetadata.php', + 'Volc\\Service\\Base\\Models\\GPBMetadata\\Base' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Base/Models/GPBMetadata/Base.php', + 'Volc\\Service\\Billing' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Billing.php', + 'Volc\\Service\\BusinessSecurity' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/BusinessSecurity.php', + 'Volc\\Service\\Cdn' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Cdn.php', + 'Volc\\Service\\GameProduct' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/GameProduct.php', + 'Volc\\Service\\Iam' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Iam.php', + 'Volc\\Service\\ImageX' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/ImageX.php', + 'Volc\\Service\\Imp\\Imp' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Imp.php', + 'Volc\\Service\\Imp\\ImpOption' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/ImpOption.php', + 'Volc\\Service\\Imp\\ImpUtils' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/ImpUtils.php', + 'Volc\\Service\\Imp\\Models\\Business\\InputPath' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Business/InputPath.php', + 'Volc\\Service\\Imp\\Models\\Business\\JobExecution' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Business/JobExecution.php', + 'Volc\\Service\\Imp\\Models\\Business\\JobOutput' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Business/JobOutput.php', + 'Volc\\Service\\Imp\\Models\\GPBMetadata\\ImpCommon' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/GPBMetadata/ImpCommon.php', + 'Volc\\Service\\Imp\\Models\\GPBMetadata\\RequestImp' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/GPBMetadata/RequestImp.php', + 'Volc\\Service\\Imp\\Models\\GPBMetadata\\ResponseImp' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/GPBMetadata/ResponseImp.php', + 'Volc\\Service\\Imp\\Models\\Request\\ImpKillJobRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Request/ImpKillJobRequest.php', + 'Volc\\Service\\Imp\\Models\\Request\\ImpRetrieveJobRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Request/ImpRetrieveJobRequest.php', + 'Volc\\Service\\Imp\\Models\\Request\\ImpSubmitJobRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Request/ImpSubmitJobRequest.php', + 'Volc\\Service\\Imp\\Models\\Response\\ImpKillJobResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Response/ImpKillJobResponse.php', + 'Volc\\Service\\Imp\\Models\\Response\\ImpRetrieveJobResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Response/ImpRetrieveJobResponse.php', + 'Volc\\Service\\Imp\\Models\\Response\\ImpSubmitJobResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Imp/Models/Response/ImpSubmitJobResponse.php', + 'Volc\\Service\\Live' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live.php', + 'Volc\\Service\\Live\\Live' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Live.php', + 'Volc\\Service\\Live\\LiveOption' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/LiveOption.php', + 'Volc\\Service\\Live\\LiveUtils' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/LiveUtils.php', + 'Volc\\Service\\Live\\Models\\Business\\AddrScoreInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/AddrScoreInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\CDNSnapshotHistory' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/CDNSnapshotHistory.php', + 'Volc\\Service\\Live\\Models\\Business\\CDNSnapshotHistoryInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/CDNSnapshotHistoryInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\ClosedStream' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ClosedStream.php', + 'Volc\\Service\\Live\\Models\\Business\\ClosedStreamInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ClosedStreamInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\CreatePullToPushTaskResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/CreatePullToPushTaskResult.php', + 'Volc\\Service\\Live\\Models\\Business\\DenyConfigDetail' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/DenyConfigDetail.php', + 'Volc\\Service\\Live\\Models\\Business\\DescribeDenyConfigResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/DescribeDenyConfigResult.php', + 'Volc\\Service\\Live\\Models\\Business\\DomainList' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/DomainList.php', + 'Volc\\Service\\Live\\Models\\Business\\DomainListInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/DomainListInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\ForbiddenStreamInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ForbiddenStreamInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\ForbiddenStreamInfoList' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ForbiddenStreamInfoList.php', + 'Volc\\Service\\Live\\Models\\Business\\GeneratePlayURLResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/GeneratePlayURLResult.php', + 'Volc\\Service\\Live\\Models\\Business\\GeneratePushURLResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/GeneratePushURLResult.php', + 'Volc\\Service\\Live\\Models\\Business\\ListPullToPushTaskResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ListPullToPushTaskResult.php', + 'Volc\\Service\\Live\\Models\\Business\\LiveStreamInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/LiveStreamInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\Pagination' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/Pagination.php', + 'Volc\\Service\\Live\\Models\\Business\\PlayURL' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/PlayURL.php', + 'Volc\\Service\\Live\\Models\\Business\\PushURLItem' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/PushURLItem.php', + 'Volc\\Service\\Live\\Models\\Business\\RecordHistoryInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RecordHistoryInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\RecordTaskFile' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RecordTaskFile.php', + 'Volc\\Service\\Live\\Models\\Business\\RelaySourceConfig' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RelaySourceConfig.php', + 'Volc\\Service\\Live\\Models\\Business\\RelaySourceConfigList' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RelaySourceConfigList.php', + 'Volc\\Service\\Live\\Models\\Business\\RelaySourceGroupItemV2' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/RelaySourceGroupItemV2.php', + 'Volc\\Service\\Live\\Models\\Business\\ScoreInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/ScoreInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\StreamInfoList' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/StreamInfoList.php', + 'Volc\\Service\\Live\\Models\\Business\\StreamStateInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/StreamStateInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\TaskInfoItem' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/TaskInfoItem.php', + 'Volc\\Service\\Live\\Models\\Business\\VQScoreID' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VQScoreID.php', + 'Volc\\Service\\Live\\Models\\Business\\VQScoreInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VQScoreInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\VQScoreTaskInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VQScoreTaskInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\VQScoreTaskListInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VQScoreTaskListInfo.php', + 'Volc\\Service\\Live\\Models\\Business\\VhostWithDenyConfig' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Business/VhostWithDenyConfig.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\Addr' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/Addr.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\DenyConfig' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/DenyConfig.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\Domain' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/Domain.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\PullToPush' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/PullToPush.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\RecordManage' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/RecordManage.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\RelaySource' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/RelaySource.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\RequestLive' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/RequestLive.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\ResponseLive' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/ResponseLive.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\SnapshotManage' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/SnapshotManage.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\StreamManage' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/StreamManage.php', + 'Volc\\Service\\Live\\Models\\GPBMetadata\\VQScore' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/GPBMetadata/VQScore.php', + 'Volc\\Service\\Live\\Models\\Request\\CreateDomainRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/CreateDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\CreatePullToPushTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/CreatePullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\CreateVQScoreTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/CreateVQScoreTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DeleteDenyConfigRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DeleteDenyConfigRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DeleteDomainRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DeleteDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DeletePullToPushTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DeletePullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DeleteRelaySourceRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DeleteRelaySourceRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeCDNSnapshotHistoryRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeCDNSnapshotHistoryRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeClosedStreamInfoByPageRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeClosedStreamInfoByPageRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeDenyConfigRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeDenyConfigRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeDomainRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeForbiddenStreamInfoByPageRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeForbiddenStreamInfoByPageRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeLiveStreamInfoByPageRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeLiveStreamInfoByPageRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeLiveStreamStateRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeLiveStreamStateRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeRecordTaskFileHistoryRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeRecordTaskFileHistoryRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeRelaySourceRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeRelaySourceRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DescribeVQScoreTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DescribeVQScoreTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\DisableDomainRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/DisableDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\EnableDomainRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/EnableDomainRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ForbidStreamRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ForbidStreamRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\GeneratePlayURLRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/GeneratePlayURLRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\GeneratePushURLRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/GeneratePushURLRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\KillStreamRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/KillStreamRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ListDomainDetailRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ListDomainDetailRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ListPullToPushTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ListPullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ListVQScoreTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ListVQScoreTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ManagerPullPushDomainBindRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ManagerPullPushDomainBindRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\RestartPullToPushTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/RestartPullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\ResumeStreamRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/ResumeStreamRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\StopPullToPushTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/StopPullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\UpdateDenyConfigRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/UpdateDenyConfigRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\UpdatePullToPushTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/UpdatePullToPushTaskRequest.php', + 'Volc\\Service\\Live\\Models\\Request\\UpdateRelaySourceRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Request/UpdateRelaySourceRequest.php', + 'Volc\\Service\\Live\\Models\\Response\\CreateDomainResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/CreateDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\CreatePullToPushTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/CreatePullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\CreateVQScoreTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/CreateVQScoreTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DeleteDenyConfigResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DeleteDenyConfigResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DeleteDomainResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DeleteDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DeletePullToPushTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DeletePullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DeleteRelaySourceResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DeleteRelaySourceResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeCDNSnapshotHistoryResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeCDNSnapshotHistoryResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeClosedStreamInfoByPageResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeClosedStreamInfoByPageResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeDenyConfigResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeDenyConfigResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeDomainResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeForbiddenStreamInfoByPageResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeForbiddenStreamInfoByPageResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeLiveStreamInfoByPageResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeLiveStreamInfoByPageResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeLiveStreamStateResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeLiveStreamStateResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeRecordTaskFileHistoryResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeRecordTaskFileHistoryResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeRelaySourceResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeRelaySourceResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DescribeVQScoreTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DescribeVQScoreTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\DisableDomainResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/DisableDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\EnableDomainResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/EnableDomainResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ForbidStreamResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ForbidStreamResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\GeneratePlayURLResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/GeneratePlayURLResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\GeneratePushURLResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/GeneratePushURLResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\KillStreamResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/KillStreamResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ListDomainDetailResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ListDomainDetailResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ListPullToPushTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ListPullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ListVQScoreTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ListVQScoreTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ManagerPullPushDomainBindResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ManagerPullPushDomainBindResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\RestartPullToPushTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/RestartPullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\ResumeStreamResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/ResumeStreamResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\StopPullToPushTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/StopPullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\UpdateDenyConfigResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/UpdateDenyConfigResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\UpdatePullToPushTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/UpdatePullToPushTaskResponse.php', + 'Volc\\Service\\Live\\Models\\Response\\UpdateRelaySourceResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Live/Models/Response/UpdateRelaySourceResponse.php', + 'Volc\\Service\\Notify' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Notify.php', + 'Volc\\Service\\Rtc' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Rtc.php', + 'Volc\\Service\\SecretNumber' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/SecretNumber.php', + 'Volc\\Service\\Sms' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Sms.php', + 'Volc\\Service\\Sts' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Sts.php', + 'Volc\\Service\\VEdit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/VEdit.php', + 'Volc\\Service\\Visual' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Visual.php', + 'Volc\\Service\\Vod\\Models\\Business\\CategoryTagInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/CategoryTagInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\Clip' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/Clip.php', + 'Volc\\Service\\Vod\\Models\\Business\\DeLogoInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/DeLogoInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\ExecutionStage' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/ExecutionStage.php', + 'Volc\\Service\\Vod\\Models\\Business\\GetDirectEditProgress' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/GetDirectEditProgress.php', + 'Volc\\Service\\Vod\\Models\\Business\\GetDirectEditResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/GetDirectEditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\Inspection' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/Inspection.php', + 'Volc\\Service\\Vod\\Models\\Business\\LogoOverride' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/LogoOverride.php', + 'Volc\\Service\\Vod\\Models\\Business\\OverrideParams' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/OverrideParams.php', + 'Volc\\Service\\Vod\\Models\\Business\\Quality' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/Quality.php', + 'Volc\\Service\\Vod\\Models\\Business\\SnapshotOverride' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/SnapshotOverride.php', + 'Volc\\Service\\Vod\\Models\\Business\\StageDetail' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/StageDetail.php', + 'Volc\\Service\\Vod\\Models\\Business\\StageStatus' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/StageStatus.php', + 'Volc\\Service\\Vod\\Models\\Business\\SubmitDirectEditTaskAsyncResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/SubmitDirectEditTaskAsyncResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\TranscodeAudioOverride' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/TranscodeAudioOverride.php', + 'Volc\\Service\\Vod\\Models\\Business\\TranscodeResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/TranscodeResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\TranscodeVideoOverride' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/TranscodeVideoOverride.php', + 'Volc\\Service\\Vod\\Models\\Business\\ValuePair' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/ValuePair.php', + 'Volc\\Service\\Vod\\Models\\Business\\VisualQuality' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VisualQuality.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAEDEventItemForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAEDEventItemForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAEDInfoForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAEDInfoForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAEDTimeRangeForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAEDTimeRangeForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodASRInfoForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodASRInfoForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodASRLanguageDetailForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodASRLanguageDetailForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodASRUtteranceForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodASRUtteranceForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodASRUtteranceWordForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodASRUtteranceWordForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAdaptiveInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAdaptiveInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAllPlayInfoModel' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAllPlayInfoModel.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAllPlayInfoResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAllPlayInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodApplyUploadInfoData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodApplyUploadInfoData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodApplyUploadInfoResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodApplyUploadInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAudioInfoForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAudioInfoForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodAudioStreamMeta' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodAudioStreamMeta.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodBandwidthData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodBandwidthData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodBetterFrameDataForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodBetterFrameDataForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCallbackAuthType' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCallbackAuthType.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnAccessLogElement' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnAccessLogElement.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnAccessLogInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnAccessLogInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnIpInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnIpInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnStatisticsCommonResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnStatisticsCommonResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnStatisticsData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnStatisticsData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnTaskResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnTaskResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCdnTopAccessUrlElement' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCdnTopAccessUrlElement.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodClassification' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodClassification.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommitData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommitData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommitUploadInfoData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommitUploadInfoData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommitUploadInfoResponseData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommitUploadInfoResponseData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommitUploadInfoResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommitUploadInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCommonConfigInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCommonConfigInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodContentInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodContentInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCreateCdnTaskResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCreateCdnTaskResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodCreateVideoClassificationData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodCreateVideoClassificationData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDeleteMediaData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDeleteMediaData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDeleteTranscodesData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDeleteTranscodesData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDescribeIpInfoResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDescribeIpInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDescribeVodDomainBandwidthDataResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDescribeVodDomainBandwidthDataResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDescribeVodDomainTrafficDataResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDescribeVodDomainTrafficDataResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDescribeVodSpaceStorageDataResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDescribeVodSpaceStorageDataResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainCertificateInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainCertificateInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainConfigInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainConfigInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainInstanceInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainInstanceInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainInstanceInfos' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainInstanceInfos.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodDomainoInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodDomainoInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodFileSubtitleInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodFileSubtitleInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodFrameDataForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodFrameDataForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodFrameExtractingOptionForAudit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodFrameExtractingOptionForAudit.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetAppInfoResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetAppInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetAudioEventDetectionForAuditResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetAudioEventDetectionForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetAudioInfoForAuditResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetAudioInfoForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetAutomaticSpeechRecognitionForAuditResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetAutomaticSpeechRecognitionForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetBetterFramesForAuditResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetBetterFramesForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetFramesForAuditResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetFramesForAuditResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetHlsDecryptionKeyResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetHlsDecryptionKeyResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetMediaInfosData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetMediaInfosData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetMediaListData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetMediaListData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetOriginalPlayInfoResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetOriginalPlayInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetPlayInfoWithLiveTimeShiftSceneResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetPlayInfoWithLiveTimeShiftSceneResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetPrivateDrmPlayAuthResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetPrivateDrmPlayAuthResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetRecPosterData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetRecPosterData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetSmartStrategyLitePlayInfoResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetSmartStrategyLitePlayInfoResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetSubtitleInfoListData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetSubtitleInfoListData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodGetWorkflowExecutionDetailResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodGetWorkflowExecutionDetailResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodHeaderPair' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodHeaderPair.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodListCdnAccessLogResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodListCdnAccessLogResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodListCdnTopAccessUrlResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodListCdnTopAccessUrlResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodListWorkflowExecutionResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodListWorkflowExecutionResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodMediaBasicInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodMediaBasicInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodMediaInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodMediaInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPlayInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPlayInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPlayInfoModel' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPlayInfoModel.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPlayInfoModelVersion' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPlayInfoModelVersion.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPlayInfoWithLiveTimeShiftScene' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPlayInfoWithLiveTimeShiftScene.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPoint' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPoint.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodPrivateDrmPlayAuthInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodPrivateDrmPlayAuthInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodQueryData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodQueryData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodQueryUploadResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodQueryUploadResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSamplePosterSnapshot' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSamplePosterSnapshot.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSmartStrategyDataStoreStatus' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSmartStrategyDataStoreStatus.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSmartStrategyResponseStreamType' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSmartStrategyResponseStreamType.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSnapshot' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSnapshot.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSnapshotData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSnapshotData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSourceInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSourceInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSpaceInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSpaceInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSpaceUploadConfigKey' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSpaceUploadConfigKey.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSpriteSnapshot' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSpriteSnapshot.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodStartWorkflowResult' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodStartWorkflowResult.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodStorageData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodStorageData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodStoreInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodStoreInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodStoreUriGroup' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodStoreUriGroup.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodSubtitleInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodSubtitleInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodThumbInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodThumbInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodTrafficData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodTrafficData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodTranscodeInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodTranscodeInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodURLSet' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodURLSet.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodUpdateSubtitleStatusData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodUpdateSubtitleStatusData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodUploadAddress' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodUploadAddress.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodUrlResponseData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodUrlResponseData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodUrlUploadURLSet' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodUrlUploadURLSet.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodVideoClassificationsData' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodVideoClassificationsData.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodVideoStreamMeta' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodVideoStreamMeta.php', + 'Volc\\Service\\Vod\\Models\\Business\\VodVolumeInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VodVolumeInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\VolumeInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/VolumeInfo.php', + 'Volc\\Service\\Vod\\Models\\Business\\WorkflowExecution' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/WorkflowExecution.php', + 'Volc\\Service\\Vod\\Models\\Business\\WorkflowParams' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Business/WorkflowParams.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\RequestVod' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/RequestVod.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\ResponseVod' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/ResponseVod.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodAppsManage' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodAppsManage.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodCallback' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodCallback.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodCdn' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodCdn.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodCommon' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodCommon.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodEdit' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodEdit.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodMedia' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodMedia.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodPlay' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodPlay.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodSmartStrategy' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodSmartStrategy.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodSpace' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodSpace.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodUpload' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodUpload.php', + 'Volc\\Service\\Vod\\Models\\GPBMetadata\\VodWorkflow' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/GPBMetadata/VodWorkflow.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodAddCallbackSubscriptionRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodAddCallbackSubscriptionRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodApplyUploadInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodApplyUploadInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCommitUploadInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCommitUploadInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCreateCdnPreloadTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCreateCdnPreloadTaskRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCreateCdnRefreshTaskRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCreateCdnRefreshTaskRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCreateSpaceRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCreateSpaceRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodCreateVideoClassificationRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodCreateVideoClassificationRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDeleteMediaRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDeleteMediaRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDeleteTranscodesRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDeleteTranscodesRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDeleteVideoClassificationRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDeleteVideoClassificationRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDescribeIPInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDescribeIPInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDescribeVodDomainBandwidthDataRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDescribeVodDomainBandwidthDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDescribeVodDomainTrafficDataRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDescribeVodDomainTrafficDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodDescribeVodSpaceStorageDataRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodDescribeVodSpaceStorageDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAllPlayInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAllPlayInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAppInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAppInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAudioEventDetectionForAuditRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAudioEventDetectionForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAudioInfoForAuditRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAudioInfoForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAuditFramesForAuditRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAuditFramesForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetAutomaticSpeechRecognitionForAuditRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetAutomaticSpeechRecognitionForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetBetterFramesForAuditRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetBetterFramesForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetDirectEditProgressRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetDirectEditProgressRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetDirectEditResultRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetDirectEditResultRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetHlsDecryptionKeyRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetHlsDecryptionKeyRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetMLFramesForAuditRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetMLFramesForAuditRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetMediaInfosRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetMediaInfosRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetMediaListRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetMediaListRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetPlayInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetPlayInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetPlayInfoWithLiveTimeShiftSceneRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetPlayInfoWithLiveTimeShiftSceneRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetPrivateDrmPlayAuthRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetPrivateDrmPlayAuthRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetRecommendedPosterRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetRecommendedPosterRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetSmartStrategyLitePlayInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetSmartStrategyLitePlayInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetSpaceDetailRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetSpaceDetailRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetSubtitleInfoListRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetSubtitleInfoListRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetWorkflowExecutionDetailRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetWorkflowExecutionDetailRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodGetWorkflowExecutionStatusRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodGetWorkflowExecutionStatusRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnAccessLogRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnAccessLogRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnPvDataRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnPvDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnStatusDataRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnStatusDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnTasksRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnTasksRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnTopAccessUrlRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnTopAccessUrlRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListCdnUsageDataRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListCdnUsageDataRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListDomainRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListDomainRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListSnapshotsRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListSnapshotsRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListSpaceRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListSpaceRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListVideoClassificationsRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListVideoClassificationsRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodListWorkflowExecutionRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodListWorkflowExecutionRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodQueryUploadTaskInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodQueryUploadTaskInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodRetrieveTranscodeResultRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodRetrieveTranscodeResultRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodSetCallbackEventRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodSetCallbackEventRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodStartWorkflowRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodStartWorkflowRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodSubmitDirectEditTaskAsyncRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodSubmitDirectEditTaskAsyncRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateMediaInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateMediaInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateMediaPublishStatusRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateMediaPublishStatusRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateSpaceRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateSpaceRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateSpaceUploadConfigRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateSpaceUploadConfigRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateSubtitleInfoRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateSubtitleInfoRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateSubtitleStatusRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateSubtitleStatusRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUpdateVideoClassificationRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUpdateVideoClassificationRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUploadMaterialRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUploadMaterialRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUploadMediaRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUploadMediaRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUrlUploadJsonRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUrlUploadJsonRequest.php', + 'Volc\\Service\\Vod\\Models\\Request\\VodUrlUploadRequest' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Request/VodUrlUploadRequest.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodAddCallbackSubscriptionResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodAddCallbackSubscriptionResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodApplyUploadInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodApplyUploadInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCdnStatisticsCommonResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCdnStatisticsCommonResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCommitUploadInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCommitUploadInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCreateCdnPreloadTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCreateCdnPreloadTaskResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCreateCdnRefreshTaskResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCreateCdnRefreshTaskResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCreateSpaceResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCreateSpaceResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodCreateVideoClassificationResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodCreateVideoClassificationResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDeleteMediaResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDeleteMediaResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDeleteTranscodesResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDeleteTranscodesResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDeleteVideoClassificationResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDeleteVideoClassificationResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDescribeIPInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDescribeIPInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDescribeVodDomainBandwidthDataResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDescribeVodDomainBandwidthDataResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDescribeVodDomainTrafficDataResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDescribeVodDomainTrafficDataResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodDescribeVodSpaceStorageDataResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodDescribeVodSpaceStorageDataResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAllPlayInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAllPlayInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAppInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAppInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAudioEventDetectionForAuditResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAudioEventDetectionForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAudioInfoForAuditResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAudioInfoForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAuditFramesForAuditResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAuditFramesForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetAutomaticSpeechRecognitionForAuditResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetAutomaticSpeechRecognitionForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetBetterFramesForAuditResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetBetterFramesForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetDirectEditProgressResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetDirectEditProgressResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetDirectEditResultResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetDirectEditResultResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetHlsDecryptionKeyResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetHlsDecryptionKeyResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetMLFramesForAuditResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetMLFramesForAuditResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetMediaInfosResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetMediaInfosResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetMediaListResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetMediaListResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetOriginalPlayInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetOriginalPlayInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetPlayInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetPlayInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetPlayInfoWithLiveTimeShiftSceneResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetPlayInfoWithLiveTimeShiftSceneResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetPrivateDrmPlayAuthResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetPrivateDrmPlayAuthResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetRecommendedPosterResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetRecommendedPosterResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetSmartStrategyLitePlayInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetSmartStrategyLitePlayInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetSpaceDetailResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetSpaceDetailResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetSubtitleInfoListResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetSubtitleInfoListResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetWorkflowExecutionDetailResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetWorkflowExecutionDetailResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodGetWorkflowExecutionStatusResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodGetWorkflowExecutionStatusResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListCdnAccessLogResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListCdnAccessLogResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListCdnTasksResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListCdnTasksResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListCdnTopAccessUrlResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListCdnTopAccessUrlResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListDomainResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListDomainResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListSnapshotsResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListSnapshotsResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListSpaceResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListSpaceResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListVideoClassificationsResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListVideoClassificationsResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodListWorkflowExecutionResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodListWorkflowExecutionResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodQueryUploadTaskInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodQueryUploadTaskInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodRetrieveTranscodeResultResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodRetrieveTranscodeResultResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodSetCallbackEventResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodSetCallbackEventResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodStartWorkflowResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodStartWorkflowResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodSubmitDirectEditTaskAsyncResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodSubmitDirectEditTaskAsyncResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateMediaInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateMediaInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateMediaPublishStatusResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateMediaPublishStatusResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateSpaceResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateSpaceResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateSpaceUploadConfigResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateSpaceUploadConfigResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateSubtitleInfoResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateSubtitleInfoResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateSubtitleStatusResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateSubtitleStatusResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUpdateVideoClassificationResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUpdateVideoClassificationResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUploadMediaResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUploadMediaResponse.php', + 'Volc\\Service\\Vod\\Models\\Response\\VodUrlUploadResponse' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Models/Response/VodUrlUploadResponse.php', + 'Volc\\Service\\Vod\\Upload\\FunctionInner' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/FunctionInner.php', + 'Volc\\Service\\Vod\\Upload\\Functions' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/Functions.php', + 'Volc\\Service\\Vod\\Upload\\OptionInfo' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/OptionInfo.php', + 'Volc\\Service\\Vod\\Upload\\SnapshotTimeInput' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/SnapshotTimeInput.php', + 'Volc\\Service\\Vod\\Upload\\VodUpload' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/VodUpload.php', + 'Volc\\Service\\Vod\\Upload\\WorkflowInput' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Upload/WorkflowInput.php', + 'Volc\\Service\\Vod\\Vod' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/Vod.php', + 'Volc\\Service\\Vod\\VodOption' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/VodOption.php', + 'Volc\\Service\\Vod\\VodUtils' => __DIR__ . '/..' . '/volcengine/volc-sdk-php/src/Service/Vod/VodUtils.php', + 'Workerman\\Autoloader' => __DIR__ . '/..' . '/workerman/workerman/Autoloader.php', + 'Workerman\\Connection\\AsyncTcpConnection' => __DIR__ . '/..' . '/workerman/workerman/Connection/AsyncTcpConnection.php', + 'Workerman\\Connection\\AsyncUdpConnection' => __DIR__ . '/..' . '/workerman/workerman/Connection/AsyncUdpConnection.php', + 'Workerman\\Connection\\ConnectionInterface' => __DIR__ . '/..' . '/workerman/workerman/Connection/ConnectionInterface.php', + 'Workerman\\Connection\\TcpConnection' => __DIR__ . '/..' . '/workerman/workerman/Connection/TcpConnection.php', + 'Workerman\\Connection\\UdpConnection' => __DIR__ . '/..' . '/workerman/workerman/Connection/UdpConnection.php', + 'Workerman\\Crontab\\Crontab' => __DIR__ . '/..' . '/workerman/crontab/src/Crontab.php', + 'Workerman\\Crontab\\Parser' => __DIR__ . '/..' . '/workerman/crontab/src/Parser.php', + 'Workerman\\Events\\Ev' => __DIR__ . '/..' . '/workerman/workerman/Events/Ev.php', + 'Workerman\\Events\\Event' => __DIR__ . '/..' . '/workerman/workerman/Events/Event.php', + 'Workerman\\Events\\EventInterface' => __DIR__ . '/..' . '/workerman/workerman/Events/EventInterface.php', + 'Workerman\\Events\\Libevent' => __DIR__ . '/..' . '/workerman/workerman/Events/Libevent.php', + 'Workerman\\Events\\React\\Base' => __DIR__ . '/..' . '/workerman/workerman/Events/React/Base.php', + 'Workerman\\Events\\React\\ExtEventLoop' => __DIR__ . '/..' . '/workerman/workerman/Events/React/ExtEventLoop.php', + 'Workerman\\Events\\React\\ExtLibEventLoop' => __DIR__ . '/..' . '/workerman/workerman/Events/React/ExtLibEventLoop.php', + 'Workerman\\Events\\React\\StreamSelectLoop' => __DIR__ . '/..' . '/workerman/workerman/Events/React/StreamSelectLoop.php', + 'Workerman\\Events\\Select' => __DIR__ . '/..' . '/workerman/workerman/Events/Select.php', + 'Workerman\\Events\\Swoole' => __DIR__ . '/..' . '/workerman/workerman/Events/Swoole.php', + 'Workerman\\Lib\\Timer' => __DIR__ . '/..' . '/workerman/workerman/Lib/Timer.php', + 'Workerman\\Protocols\\Frame' => __DIR__ . '/..' . '/workerman/workerman/Protocols/Frame.php', + 'Workerman\\Protocols\\Http' => __DIR__ . '/..' . '/workerman/workerman/Protocols/Http.php', + 'Workerman\\Protocols\\ProtocolInterface' => __DIR__ . '/..' . '/workerman/workerman/Protocols/ProtocolInterface.php', + 'Workerman\\Protocols\\Text' => __DIR__ . '/..' . '/workerman/workerman/Protocols/Text.php', + 'Workerman\\Protocols\\Websocket' => __DIR__ . '/..' . '/workerman/workerman/Protocols/Websocket.php', + 'Workerman\\Protocols\\Ws' => __DIR__ . '/..' . '/workerman/workerman/Protocols/Ws.php', + 'Workerman\\WebServer' => __DIR__ . '/..' . '/workerman/workerman/WebServer.php', + 'Workerman\\Worker' => __DIR__ . '/..' . '/workerman/workerman/Worker.php', + 'ZipStream\\Bigint' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Bigint.php', + 'ZipStream\\DeflateStream' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/DeflateStream.php', + 'ZipStream\\Exception' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Exception.php', + 'ZipStream\\Exception\\EncodingException' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Exception/EncodingException.php', + 'ZipStream\\Exception\\FileNotFoundException' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Exception/FileNotFoundException.php', + 'ZipStream\\Exception\\FileNotReadableException' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Exception/FileNotReadableException.php', + 'ZipStream\\Exception\\IncompatibleOptionsException' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Exception/IncompatibleOptionsException.php', + 'ZipStream\\Exception\\OverflowException' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Exception/OverflowException.php', + 'ZipStream\\Exception\\StreamNotReadableException' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Exception/StreamNotReadableException.php', + 'ZipStream\\File' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/File.php', + 'ZipStream\\Option\\Archive' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Option/Archive.php', + 'ZipStream\\Option\\File' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Option/File.php', + 'ZipStream\\Option\\Method' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Option/Method.php', + 'ZipStream\\Option\\Version' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Option/Version.php', + 'ZipStream\\Stream' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/Stream.php', + 'ZipStream\\ZipStream' => __DIR__ . '/..' . '/maennchen/zipstream-php/src/ZipStream.php', + 'app\\AppService' => __DIR__ . '/../..' . '/app/AppService.php', + 'app\\ExceptionHandle' => __DIR__ . '/../..' . '/app/ExceptionHandle.php', + 'app\\Request' => __DIR__ . '/../..' . '/app/Request.php', + 'app\\adminapi\\AdminApiExceptionHandle' => __DIR__ . '/../..' . '/app/adminapi/AdminApiExceptionHandle.php', + 'app\\adminapi\\controller\\AuthController' => __DIR__ . '/../..' . '/app/adminapi/controller/AuthController.php', + 'app\\adminapi\\controller\\Common' => __DIR__ . '/../..' . '/app/adminapi/controller/Common.php', + 'app\\adminapi\\controller\\Login' => __DIR__ . '/../..' . '/app/adminapi/controller/Login.php', + 'app\\adminapi\\controller\\PublicController' => __DIR__ . '/../..' . '/app/adminapi/controller/PublicController.php', + 'app\\adminapi\\controller\\Test' => __DIR__ . '/../..' . '/app/adminapi/controller/Test.php', + 'app\\adminapi\\controller\\UpgradeController' => __DIR__ . '/../..' . '/app/adminapi/controller/UpgradeController.php', + 'app\\adminapi\\controller\\v1\\agent\\AgentLevel' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/agent/AgentLevel.php', + 'app\\adminapi\\controller\\v1\\agent\\AgentLevelTask' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/agent/AgentLevelTask.php', + 'app\\adminapi\\controller\\v1\\agent\\AgentManage' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/agent/AgentManage.php', + 'app\\adminapi\\controller\\v1\\agent\\Division' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/agent/Division.php', + 'app\\adminapi\\controller\\v1\\application\\routine\\RoutineScheme' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/application/routine/RoutineScheme.php', + 'app\\adminapi\\controller\\v1\\application\\routine\\RoutineTemplate' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/application/routine/RoutineTemplate.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\Menus' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/application/wechat/Menus.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\Reply' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/application/wechat/Reply.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\WechatNewsCategory' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/application/wechat/WechatNewsCategory.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\WechatQrcode' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/application/wechat/WechatQrcode.php', + 'app\\adminapi\\controller\\v1\\application\\wechat\\WechatTemplate' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/application/wechat/WechatTemplate.php', + 'app\\adminapi\\controller\\v1\\cms\\Article' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/cms/Article.php', + 'app\\adminapi\\controller\\v1\\cms\\ArticleCategory' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/cms/ArticleCategory.php', + 'app\\adminapi\\controller\\v1\\diy\\Diy' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/diy/Diy.php', + 'app\\adminapi\\controller\\v1\\diy\\PageLink' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/diy/PageLink.php', + 'app\\adminapi\\controller\\v1\\export\\ExportExcel' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/export/ExportExcel.php', + 'app\\adminapi\\controller\\v1\\file\\SystemAttachment' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/file/SystemAttachment.php', + 'app\\adminapi\\controller\\v1\\file\\SystemAttachmentCategory' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/file/SystemAttachmentCategory.php', + 'app\\adminapi\\controller\\v1\\finance\\Finance' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/finance/Finance.php', + 'app\\adminapi\\controller\\v1\\finance\\UserBalance' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/finance/UserBalance.php', + 'app\\adminapi\\controller\\v1\\finance\\UserExtract' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/finance/UserExtract.php', + 'app\\adminapi\\controller\\v1\\finance\\UserRecharge' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/finance/UserRecharge.php', + 'app\\adminapi\\controller\\v1\\freight\\Express' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/freight/Express.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreService' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/kefu/StoreService.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreServiceAutoReply' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/kefu/StoreServiceAutoReply.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreServiceFeedback' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/kefu/StoreServiceFeedback.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreServiceSpeechcraft' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/kefu/StoreServiceSpeechcraft.php', + 'app\\adminapi\\controller\\v1\\kefu\\StoreServiceSpeechcraftCate' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/kefu/StoreServiceSpeechcraftCate.php', + 'app\\adminapi\\controller\\v1\\marketing\\SignRewards' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/SignRewards.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreAdvance' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/StoreAdvance.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreBargain' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/StoreBargain.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreCombination' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/StoreCombination.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreCouponIssue' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/StoreCouponIssue.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreCouponUser' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/StoreCouponUser.php', + 'app\\adminapi\\controller\\v1\\marketing\\StoreSeckill' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/StoreSeckill.php', + 'app\\adminapi\\controller\\v1\\marketing\\UserPoint' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/UserPoint.php', + 'app\\adminapi\\controller\\v1\\marketing\\integral\\StoreIntegral' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/integral/StoreIntegral.php', + 'app\\adminapi\\controller\\v1\\marketing\\integral\\StoreIntegralOrder' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/integral/StoreIntegralOrder.php', + 'app\\adminapi\\controller\\v1\\marketing\\integral\\StorePointRecord' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/integral/StorePointRecord.php', + 'app\\adminapi\\controller\\v1\\marketing\\live\\LiveAnchor' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/live/LiveAnchor.php', + 'app\\adminapi\\controller\\v1\\marketing\\live\\LiveGoods' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/live/LiveGoods.php', + 'app\\adminapi\\controller\\v1\\marketing\\live\\LiveRoom' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/live/LiveRoom.php', + 'app\\adminapi\\controller\\v1\\marketing\\lottery\\LuckLottery' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/lottery/LuckLottery.php', + 'app\\adminapi\\controller\\v1\\marketing\\lottery\\LuckLotteryRecord' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/marketing/lottery/LuckLotteryRecord.php', + 'app\\adminapi\\controller\\v1\\merchant\\SystemStore' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/merchant/SystemStore.php', + 'app\\adminapi\\controller\\v1\\merchant\\SystemStoreStaff' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/merchant/SystemStoreStaff.php', + 'app\\adminapi\\controller\\v1\\merchant\\SystemVerifyOrder' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/merchant/SystemVerifyOrder.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsAdmin' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/notification/sms/SmsAdmin.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsConfig' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/notification/sms/SmsConfig.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsPay' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/notification/sms/SmsPay.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsPublicTemp' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/notification/sms/SmsPublicTemp.php', + 'app\\adminapi\\controller\\v1\\notification\\sms\\SmsTemplateApply' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/notification/sms/SmsTemplateApply.php', + 'app\\adminapi\\controller\\v1\\order\\DeliveryService' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/order/DeliveryService.php', + 'app\\adminapi\\controller\\v1\\order\\OtherOrder' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/order/OtherOrder.php', + 'app\\adminapi\\controller\\v1\\order\\RefundOrder' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/order/RefundOrder.php', + 'app\\adminapi\\controller\\v1\\order\\StoreOrder' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/order/StoreOrder.php', + 'app\\adminapi\\controller\\v1\\order\\StoreOrderInvoice' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/order/StoreOrderInvoice.php', + 'app\\adminapi\\controller\\v1\\product\\CopyTaobao' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/product/CopyTaobao.php', + 'app\\adminapi\\controller\\v1\\product\\StoreCategory' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/product/StoreCategory.php', + 'app\\adminapi\\controller\\v1\\product\\StoreProduct' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/product/StoreProduct.php', + 'app\\adminapi\\controller\\v1\\product\\StoreProductReply' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/product/StoreProductReply.php', + 'app\\adminapi\\controller\\v1\\product\\StoreProductRule' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/product/StoreProductRule.php', + 'app\\adminapi\\controller\\v1\\serve\\Export' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/serve/Export.php', + 'app\\adminapi\\controller\\v1\\serve\\Login' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/serve/Login.php', + 'app\\adminapi\\controller\\v1\\serve\\Serve' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/serve/Serve.php', + 'app\\adminapi\\controller\\v1\\serve\\Sms' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/serve/Sms.php', + 'app\\adminapi\\controller\\v1\\setting\\LangCode' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/LangCode.php', + 'app\\adminapi\\controller\\v1\\setting\\LangCountry' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/LangCountry.php', + 'app\\adminapi\\controller\\v1\\setting\\LangType' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/LangType.php', + 'app\\adminapi\\controller\\v1\\setting\\ShippingTemplates' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/ShippingTemplates.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemAdmin' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemAdmin.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemAgreement' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemAgreement.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemCity' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemCity.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemConfig' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemConfig.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemConfigTab' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemConfigTab.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemCrud' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemCrud.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemGroup' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemGroup.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemGroupData' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemGroupData.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemMenus' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemMenus.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemNotification' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemNotification.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemOutAccount' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemOutAccount.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemRole' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemRole.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemRoute' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemRoute.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemRouteCate' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemRouteCate.php', + 'app\\adminapi\\controller\\v1\\setting\\SystemStorage' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/setting/SystemStorage.php', + 'app\\adminapi\\controller\\v1\\statistic\\FlowStatistic' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/statistic/FlowStatistic.php', + 'app\\adminapi\\controller\\v1\\system\\AppVersion' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/AppVersion.php', + 'app\\adminapi\\controller\\v1\\system\\Clear' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/Clear.php', + 'app\\adminapi\\controller\\v1\\system\\SystemClearData' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/SystemClearData.php', + 'app\\adminapi\\controller\\v1\\system\\SystemCrontab' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/SystemCrontab.php', + 'app\\adminapi\\controller\\v1\\system\\SystemDatabackup' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/SystemDatabackup.php', + 'app\\adminapi\\controller\\v1\\system\\SystemEvent' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/SystemEvent.php', + 'app\\adminapi\\controller\\v1\\system\\SystemFile' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/SystemFile.php', + 'app\\adminapi\\controller\\v1\\system\\SystemLog' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/SystemLog.php', + 'app\\adminapi\\controller\\v1\\system\\SystemUpgradeClient' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/system/SystemUpgradeClient.php', + 'app\\adminapi\\controller\\v1\\user\\User' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/user/User.php', + 'app\\adminapi\\controller\\v1\\user\\UserCancel' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/user/UserCancel.php', + 'app\\adminapi\\controller\\v1\\user\\UserGroup' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/user/UserGroup.php', + 'app\\adminapi\\controller\\v1\\user\\UserLabel' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/user/UserLabel.php', + 'app\\adminapi\\controller\\v1\\user\\UserLabelCate' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/user/UserLabelCate.php', + 'app\\adminapi\\controller\\v1\\user\\UserLevel' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/user/UserLevel.php', + 'app\\adminapi\\controller\\v1\\user\\member\\MemberCard' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/user/member/MemberCard.php', + 'app\\adminapi\\controller\\v1\\user\\member\\MemberCardBatch' => __DIR__ . '/../..' . '/app/adminapi/controller/v1/user/member/MemberCardBatch.php', + 'app\\adminapi\\middleware\\AdminAuthTokenMiddleware' => __DIR__ . '/../..' . '/app/adminapi/middleware/AdminAuthTokenMiddleware.php', + 'app\\adminapi\\middleware\\AdminCheckRoleMiddleware' => __DIR__ . '/../..' . '/app/adminapi/middleware/AdminCheckRoleMiddleware.php', + 'app\\adminapi\\middleware\\AdminEditorTokenMiddleware' => __DIR__ . '/../..' . '/app/adminapi/middleware/AdminEditorTokenMiddleware.php', + 'app\\adminapi\\middleware\\AdminLogMiddleware' => __DIR__ . '/../..' . '/app/adminapi/middleware/AdminLogMiddleware.php', + 'app\\adminapi\\validate\\marketing\\LiveAnchorValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/marketing/LiveAnchorValidate.php', + 'app\\adminapi\\validate\\marketing\\LiveGoodsValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/marketing/LiveGoodsValidate.php', + 'app\\adminapi\\validate\\marketing\\LiveRoomValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/marketing/LiveRoomValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreBargainValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/marketing/StoreBargainValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreCombinationValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/marketing/StoreCombinationValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreCouponValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/marketing/StoreCouponValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreIntegralValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/marketing/StoreIntegralValidate.php', + 'app\\adminapi\\validate\\marketing\\StoreSeckillValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/marketing/StoreSeckillValidate.php', + 'app\\adminapi\\validate\\merchant\\SystemStoreValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/merchant/SystemStoreValidate.php', + 'app\\adminapi\\validate\\notification\\SmsConfigValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/notification/SmsConfigValidate.php', + 'app\\adminapi\\validate\\order\\StoreOrderValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/order/StoreOrderValidate.php', + 'app\\adminapi\\validate\\product\\StoreProductReplyValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/product/StoreProductReplyValidate.php', + 'app\\adminapi\\validate\\serve\\ExpressValidata' => __DIR__ . '/../..' . '/app/adminapi/validate/serve/ExpressValidata.php', + 'app\\adminapi\\validate\\serve\\MealValidata' => __DIR__ . '/../..' . '/app/adminapi/validate/serve/MealValidata.php', + 'app\\adminapi\\validate\\serve\\ServeValidata' => __DIR__ . '/../..' . '/app/adminapi/validate/serve/ServeValidata.php', + 'app\\adminapi\\validate\\service\\StoreServiceSpeechcraftValidata' => __DIR__ . '/../..' . '/app/adminapi/validate/service/StoreServiceSpeechcraftValidata.php', + 'app\\adminapi\\validate\\setting\\ShippingTemplatesValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/setting/ShippingTemplatesValidate.php', + 'app\\adminapi\\validate\\setting\\SystemAdminValidata' => __DIR__ . '/../..' . '/app/adminapi/validate/setting/SystemAdminValidata.php', + 'app\\adminapi\\validate\\setting\\SystemCityValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/setting/SystemCityValidate.php', + 'app\\adminapi\\validate\\setting\\SystemConfigValidata' => __DIR__ . '/../..' . '/app/adminapi/validate/setting/SystemConfigValidata.php', + 'app\\adminapi\\validate\\setting\\SystemMenusValidate' => __DIR__ . '/../..' . '/app/adminapi/validate/setting/SystemMenusValidate.php', + 'app\\adminapi\\validate\\user\\UserLabeCateValidata' => __DIR__ . '/../..' . '/app/adminapi/validate/user/UserLabeCateValidata.php', + 'app\\adminapi\\validate\\user\\UserValidata' => __DIR__ . '/../..' . '/app/adminapi/validate/user/UserValidata.php', + 'app\\api\\ApiExceptionHandle' => __DIR__ . '/../..' . '/app/api/ApiExceptionHandle.php', + 'app\\api\\controller\\pc\\CartController' => __DIR__ . '/../..' . '/app/api/controller/pc/CartController.php', + 'app\\api\\controller\\pc\\HomeController' => __DIR__ . '/../..' . '/app/api/controller/pc/HomeController.php', + 'app\\api\\controller\\pc\\LoginController' => __DIR__ . '/../..' . '/app/api/controller/pc/LoginController.php', + 'app\\api\\controller\\pc\\OrderController' => __DIR__ . '/../..' . '/app/api/controller/pc/OrderController.php', + 'app\\api\\controller\\pc\\ProductController' => __DIR__ . '/../..' . '/app/api/controller/pc/ProductController.php', + 'app\\api\\controller\\pc\\PublicController' => __DIR__ . '/../..' . '/app/api/controller/pc/PublicController.php', + 'app\\api\\controller\\pc\\UserController' => __DIR__ . '/../..' . '/app/api/controller/pc/UserController.php', + 'app\\api\\controller\\v1\\CrontabController' => __DIR__ . '/../..' . '/app/api/controller/v1/CrontabController.php', + 'app\\api\\controller\\v1\\LoginController' => __DIR__ . '/../..' . '/app/api/controller/v1/LoginController.php', + 'app\\api\\controller\\v1\\PayController' => __DIR__ . '/../..' . '/app/api/controller/v1/PayController.php', + 'app\\api\\controller\\v1\\PublicController' => __DIR__ . '/../..' . '/app/api/controller/v1/PublicController.php', + 'app\\api\\controller\\v1\\activity\\StoreAdvanceController' => __DIR__ . '/../..' . '/app/api/controller/v1/activity/StoreAdvanceController.php', + 'app\\api\\controller\\v1\\activity\\StoreBargainController' => __DIR__ . '/../..' . '/app/api/controller/v1/activity/StoreBargainController.php', + 'app\\api\\controller\\v1\\activity\\StoreCombinationController' => __DIR__ . '/../..' . '/app/api/controller/v1/activity/StoreCombinationController.php', + 'app\\api\\controller\\v1\\activity\\StoreIntegralController' => __DIR__ . '/../..' . '/app/api/controller/v1/activity/StoreIntegralController.php', + 'app\\api\\controller\\v1\\activity\\StoreSeckillController' => __DIR__ . '/../..' . '/app/api/controller/v1/activity/StoreSeckillController.php', + 'app\\api\\controller\\v1\\admin\\StoreOrderController' => __DIR__ . '/../..' . '/app/api/controller/v1/admin/StoreOrderController.php', + 'app\\api\\controller\\v1\\order\\OtherOrderController' => __DIR__ . '/../..' . '/app/api/controller/v1/order/OtherOrderController.php', + 'app\\api\\controller\\v1\\order\\StoreIntegralOrderController' => __DIR__ . '/../..' . '/app/api/controller/v1/order/StoreIntegralOrderController.php', + 'app\\api\\controller\\v1\\order\\StoreOrderController' => __DIR__ . '/../..' . '/app/api/controller/v1/order/StoreOrderController.php', + 'app\\api\\controller\\v1\\order\\StoreOrderRefundController' => __DIR__ . '/../..' . '/app/api/controller/v1/order/StoreOrderRefundController.php', + 'app\\api\\controller\\v1\\publics\\ArticleCategoryController' => __DIR__ . '/../..' . '/app/api/controller/v1/publics/ArticleCategoryController.php', + 'app\\api\\controller\\v1\\publics\\ArticleController' => __DIR__ . '/../..' . '/app/api/controller/v1/publics/ArticleController.php', + 'app\\api\\controller\\v1\\store\\CategoryController' => __DIR__ . '/../..' . '/app/api/controller/v1/store/CategoryController.php', + 'app\\api\\controller\\v1\\store\\StoreCartController' => __DIR__ . '/../..' . '/app/api/controller/v1/store/StoreCartController.php', + 'app\\api\\controller\\v1\\store\\StoreCouponsController' => __DIR__ . '/../..' . '/app/api/controller/v1/store/StoreCouponsController.php', + 'app\\api\\controller\\v1\\store\\StoreProductController' => __DIR__ . '/../..' . '/app/api/controller/v1/store/StoreProductController.php', + 'app\\api\\controller\\v1\\user\\DivisionController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/DivisionController.php', + 'app\\api\\controller\\v1\\user\\MemberCardController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/MemberCardController.php', + 'app\\api\\controller\\v1\\user\\MessageSystemController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/MessageSystemController.php', + 'app\\api\\controller\\v1\\user\\StoreService' => __DIR__ . '/../..' . '/app/api/controller/v1/user/StoreService.php', + 'app\\api\\controller\\v1\\user\\UserAddressController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserAddressController.php', + 'app\\api\\controller\\v1\\user\\UserBillController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserBillController.php', + 'app\\api\\controller\\v1\\user\\UserBrokerageController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserBrokerageController.php', + 'app\\api\\controller\\v1\\user\\UserCollectController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserCollectController.php', + 'app\\api\\controller\\v1\\user\\UserController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserController.php', + 'app\\api\\controller\\v1\\user\\UserExtractController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserExtractController.php', + 'app\\api\\controller\\v1\\user\\UserLevelController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserLevelController.php', + 'app\\api\\controller\\v1\\user\\UserRechargeController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserRechargeController.php', + 'app\\api\\controller\\v1\\user\\UserSignController' => __DIR__ . '/../..' . '/app/api/controller/v1/user/UserSignController.php', + 'app\\api\\controller\\v1\\wechat\\AuthController' => __DIR__ . '/../..' . '/app/api/controller/v1/wechat/AuthController.php', + 'app\\api\\controller\\v1\\wechat\\WechatController' => __DIR__ . '/../..' . '/app/api/controller/v1/wechat/WechatController.php', + 'app\\api\\controller\\v2\\PublicController' => __DIR__ . '/../..' . '/app/api/controller/v2/PublicController.php', + 'app\\api\\controller\\v2\\activity\\LuckLotteryController' => __DIR__ . '/../..' . '/app/api/controller/v2/activity/LuckLotteryController.php', + 'app\\api\\controller\\v2\\agent\\AgentLevel' => __DIR__ . '/../..' . '/app/api/controller/v2/agent/AgentLevel.php', + 'app\\api\\controller\\v2\\order\\StoreOrderInvoiceController' => __DIR__ . '/../..' . '/app/api/controller/v2/order/StoreOrderInvoiceController.php', + 'app\\api\\controller\\v2\\store\\StoreCartController' => __DIR__ . '/../..' . '/app/api/controller/v2/store/StoreCartController.php', + 'app\\api\\controller\\v2\\store\\StoreCouponsController' => __DIR__ . '/../..' . '/app/api/controller/v2/store/StoreCouponsController.php', + 'app\\api\\controller\\v2\\store\\StoreProductController' => __DIR__ . '/../..' . '/app/api/controller/v2/store/StoreProductController.php', + 'app\\api\\controller\\v2\\user\\StoreService' => __DIR__ . '/../..' . '/app/api/controller/v2/user/StoreService.php', + 'app\\api\\controller\\v2\\user\\UserInvoiceController' => __DIR__ . '/../..' . '/app/api/controller/v2/user/UserInvoiceController.php', + 'app\\api\\controller\\v2\\user\\UserSearchController' => __DIR__ . '/../..' . '/app/api/controller/v2/user/UserSearchController.php', + 'app\\api\\controller\\v2\\wechat\\AuthController' => __DIR__ . '/../..' . '/app/api/controller/v2/wechat/AuthController.php', + 'app\\api\\controller\\v2\\wechat\\WechatController' => __DIR__ . '/../..' . '/app/api/controller/v2/wechat/WechatController.php', + 'app\\api\\middleware\\AuthTokenMiddleware' => __DIR__ . '/../..' . '/app/api/middleware/AuthTokenMiddleware.php', + 'app\\api\\middleware\\BlockerMiddleware' => __DIR__ . '/../..' . '/app/api/middleware/BlockerMiddleware.php', + 'app\\api\\middleware\\CustomerMiddleware' => __DIR__ . '/../..' . '/app/api/middleware/CustomerMiddleware.php', + 'app\\api\\middleware\\StationOpenMiddleware' => __DIR__ . '/../..' . '/app/api/middleware/StationOpenMiddleware.php', + 'app\\api\\validate\\user\\AddressValidate' => __DIR__ . '/../..' . '/app/api/validate/user/AddressValidate.php', + 'app\\api\\validate\\user\\RegisterValidates' => __DIR__ . '/../..' . '/app/api/validate/user/RegisterValidates.php', + 'app\\api\\validate\\user\\StoreServiceFeedbackValidate' => __DIR__ . '/../..' . '/app/api/validate/user/StoreServiceFeedbackValidate.php', + 'app\\dao\\BaseDao' => __DIR__ . '/../..' . '/app/dao/BaseDao.php', + 'app\\dao\\activity\\advance\\StoreAdvanceDao' => __DIR__ . '/../..' . '/app/dao/activity/advance/StoreAdvanceDao.php', + 'app\\dao\\activity\\bargain\\StoreBargainDao' => __DIR__ . '/../..' . '/app/dao/activity/bargain/StoreBargainDao.php', + 'app\\dao\\activity\\bargain\\StoreBargainUserDao' => __DIR__ . '/../..' . '/app/dao/activity/bargain/StoreBargainUserDao.php', + 'app\\dao\\activity\\bargain\\StoreBargainUserHelpDao' => __DIR__ . '/../..' . '/app/dao/activity/bargain/StoreBargainUserHelpDao.php', + 'app\\dao\\activity\\combination\\StoreCombinationDao' => __DIR__ . '/../..' . '/app/dao/activity/combination/StoreCombinationDao.php', + 'app\\dao\\activity\\combination\\StorePinkDao' => __DIR__ . '/../..' . '/app/dao/activity/combination/StorePinkDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponDao' => __DIR__ . '/../..' . '/app/dao/activity/coupon/StoreCouponDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponIssueDao' => __DIR__ . '/../..' . '/app/dao/activity/coupon/StoreCouponIssueDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponIssueUserDao' => __DIR__ . '/../..' . '/app/dao/activity/coupon/StoreCouponIssueUserDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponProductDao' => __DIR__ . '/../..' . '/app/dao/activity/coupon/StoreCouponProductDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponUserCouponDao' => __DIR__ . '/../..' . '/app/dao/activity/coupon/StoreCouponUserCouponDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponUserDao' => __DIR__ . '/../..' . '/app/dao/activity/coupon/StoreCouponUserDao.php', + 'app\\dao\\activity\\coupon\\StoreCouponUserUserDao' => __DIR__ . '/../..' . '/app/dao/activity/coupon/StoreCouponUserUserDao.php', + 'app\\dao\\activity\\integral\\StoreIntegralDao' => __DIR__ . '/../..' . '/app/dao/activity/integral/StoreIntegralDao.php', + 'app\\dao\\activity\\integral\\StoreIntegralOrderDao' => __DIR__ . '/../..' . '/app/dao/activity/integral/StoreIntegralOrderDao.php', + 'app\\dao\\activity\\integral\\StoreIntegralOrderStatusDao' => __DIR__ . '/../..' . '/app/dao/activity/integral/StoreIntegralOrderStatusDao.php', + 'app\\dao\\activity\\live\\LiveAnchorDao' => __DIR__ . '/../..' . '/app/dao/activity/live/LiveAnchorDao.php', + 'app\\dao\\activity\\live\\LiveGoodsDao' => __DIR__ . '/../..' . '/app/dao/activity/live/LiveGoodsDao.php', + 'app\\dao\\activity\\live\\LiveRoomDao' => __DIR__ . '/../..' . '/app/dao/activity/live/LiveRoomDao.php', + 'app\\dao\\activity\\live\\LiveRoomGoodsDao' => __DIR__ . '/../..' . '/app/dao/activity/live/LiveRoomGoodsDao.php', + 'app\\dao\\activity\\lottery\\LuckLotteryDao' => __DIR__ . '/../..' . '/app/dao/activity/lottery/LuckLotteryDao.php', + 'app\\dao\\activity\\lottery\\LuckLotteryRecordDao' => __DIR__ . '/../..' . '/app/dao/activity/lottery/LuckLotteryRecordDao.php', + 'app\\dao\\activity\\lottery\\LuckPrizeDao' => __DIR__ . '/../..' . '/app/dao/activity/lottery/LuckPrizeDao.php', + 'app\\dao\\activity\\seckill\\StoreSeckillDao' => __DIR__ . '/../..' . '/app/dao/activity/seckill/StoreSeckillDao.php', + 'app\\dao\\agent\\AgentLevelDao' => __DIR__ . '/../..' . '/app/dao/agent/AgentLevelDao.php', + 'app\\dao\\agent\\AgentLevelTaskDao' => __DIR__ . '/../..' . '/app/dao/agent/AgentLevelTaskDao.php', + 'app\\dao\\agent\\AgentLevelTaskRecordDao' => __DIR__ . '/../..' . '/app/dao/agent/AgentLevelTaskRecordDao.php', + 'app\\dao\\agent\\DivisionAgentApplyDao' => __DIR__ . '/../..' . '/app/dao/agent/DivisionAgentApplyDao.php', + 'app\\dao\\article\\ArticleCategoryDao' => __DIR__ . '/../..' . '/app/dao/article/ArticleCategoryDao.php', + 'app\\dao\\article\\ArticleContentDao' => __DIR__ . '/../..' . '/app/dao/article/ArticleContentDao.php', + 'app\\dao\\article\\ArticleDao' => __DIR__ . '/../..' . '/app/dao/article/ArticleDao.php', + 'app\\dao\\diy\\DiyDao' => __DIR__ . '/../..' . '/app/dao/diy/DiyDao.php', + 'app\\dao\\diy\\PageCategoryDao' => __DIR__ . '/../..' . '/app/dao/diy/PageCategoryDao.php', + 'app\\dao\\diy\\PageLinkDao' => __DIR__ . '/../..' . '/app/dao/diy/PageLinkDao.php', + 'app\\dao\\order\\DeliveryServiceDao' => __DIR__ . '/../..' . '/app/dao/order/DeliveryServiceDao.php', + 'app\\dao\\order\\OtherOrderDao' => __DIR__ . '/../..' . '/app/dao/order/OtherOrderDao.php', + 'app\\dao\\order\\OtherOrderStatusDao' => __DIR__ . '/../..' . '/app/dao/order/OtherOrderStatusDao.php', + 'app\\dao\\order\\StoreCartDao' => __DIR__ . '/../..' . '/app/dao/order/StoreCartDao.php', + 'app\\dao\\order\\StoreOrderCartInfoDao' => __DIR__ . '/../..' . '/app/dao/order/StoreOrderCartInfoDao.php', + 'app\\dao\\order\\StoreOrderDao' => __DIR__ . '/../..' . '/app/dao/order/StoreOrderDao.php', + 'app\\dao\\order\\StoreOrderEconomizeDao' => __DIR__ . '/../..' . '/app/dao/order/StoreOrderEconomizeDao.php', + 'app\\dao\\order\\StoreOrderInvoiceDao' => __DIR__ . '/../..' . '/app/dao/order/StoreOrderInvoiceDao.php', + 'app\\dao\\order\\StoreOrderRefundDao' => __DIR__ . '/../..' . '/app/dao/order/StoreOrderRefundDao.php', + 'app\\dao\\order\\StoreOrderStatusDao' => __DIR__ . '/../..' . '/app/dao/order/StoreOrderStatusDao.php', + 'app\\dao\\order\\StoreOrderStoreOrderCartInfoDao' => __DIR__ . '/../..' . '/app/dao/order/StoreOrderStoreOrderCartInfoDao.php', + 'app\\dao\\order\\StoreOrderStoreOrderStatusDao' => __DIR__ . '/../..' . '/app/dao/order/StoreOrderStoreOrderStatusDao.php', + 'app\\dao\\other\\AgreementDao' => __DIR__ . '/../..' . '/app/dao/other/AgreementDao.php', + 'app\\dao\\other\\AuxiliaryDao' => __DIR__ . '/../..' . '/app/dao/other/AuxiliaryDao.php', + 'app\\dao\\other\\CacheDao' => __DIR__ . '/../..' . '/app/dao/other/CacheDao.php', + 'app\\dao\\other\\CategoryDao' => __DIR__ . '/../..' . '/app/dao/other/CategoryDao.php', + 'app\\dao\\other\\QrcodeDao' => __DIR__ . '/../..' . '/app/dao/other/QrcodeDao.php', + 'app\\dao\\other\\TemplateMessageDao' => __DIR__ . '/../..' . '/app/dao/other/TemplateMessageDao.php', + 'app\\dao\\out\\OutAccountDao' => __DIR__ . '/../..' . '/app/dao/out/OutAccountDao.php', + 'app\\dao\\out\\OutInterfaceDao' => __DIR__ . '/../..' . '/app/dao/out/OutInterfaceDao.php', + 'app\\dao\\product\\product\\StoreCategoryDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreCategoryDao.php', + 'app\\dao\\product\\product\\StoreDescriptionDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreDescriptionDao.php', + 'app\\dao\\product\\product\\StoreProductCateDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreProductCateDao.php', + 'app\\dao\\product\\product\\StoreProductCouponDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreProductCouponDao.php', + 'app\\dao\\product\\product\\StoreProductDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreProductDao.php', + 'app\\dao\\product\\product\\StoreProductLogDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreProductLogDao.php', + 'app\\dao\\product\\product\\StoreProductRelationDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreProductRelationDao.php', + 'app\\dao\\product\\product\\StoreProductReplyDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreProductReplyDao.php', + 'app\\dao\\product\\product\\StoreProductReplyStoreProductDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreProductReplyStoreProductDao.php', + 'app\\dao\\product\\product\\StoreProductVisitDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreProductVisitDao.php', + 'app\\dao\\product\\product\\StoreVisitDao' => __DIR__ . '/../..' . '/app/dao/product/product/StoreVisitDao.php', + 'app\\dao\\product\\sku\\StoreProductAttrDao' => __DIR__ . '/../..' . '/app/dao/product/sku/StoreProductAttrDao.php', + 'app\\dao\\product\\sku\\StoreProductAttrResultDao' => __DIR__ . '/../..' . '/app/dao/product/sku/StoreProductAttrResultDao.php', + 'app\\dao\\product\\sku\\StoreProductAttrValueDao' => __DIR__ . '/../..' . '/app/dao/product/sku/StoreProductAttrValueDao.php', + 'app\\dao\\product\\sku\\StoreProductRuleDao' => __DIR__ . '/../..' . '/app/dao/product/sku/StoreProductRuleDao.php', + 'app\\dao\\product\\sku\\StoreProductVirtualDao' => __DIR__ . '/../..' . '/app/dao/product/sku/StoreProductVirtualDao.php', + 'app\\dao\\service\\StoreServiceAuxiliaryDao' => __DIR__ . '/../..' . '/app/dao/service/StoreServiceAuxiliaryDao.php', + 'app\\dao\\service\\StoreServiceDao' => __DIR__ . '/../..' . '/app/dao/service/StoreServiceDao.php', + 'app\\dao\\service\\StoreServiceFeedbackDao' => __DIR__ . '/../..' . '/app/dao/service/StoreServiceFeedbackDao.php', + 'app\\dao\\service\\StoreServiceLogDao' => __DIR__ . '/../..' . '/app/dao/service/StoreServiceLogDao.php', + 'app\\dao\\service\\StoreServiceRecordDao' => __DIR__ . '/../..' . '/app/dao/service/StoreServiceRecordDao.php', + 'app\\dao\\service\\StoreServiceSpeechcraftDao' => __DIR__ . '/../..' . '/app/dao/service/StoreServiceSpeechcraftDao.php', + 'app\\dao\\shipping\\ExpressDao' => __DIR__ . '/../..' . '/app/dao/shipping/ExpressDao.php', + 'app\\dao\\shipping\\ShippingTemplatesDao' => __DIR__ . '/../..' . '/app/dao/shipping/ShippingTemplatesDao.php', + 'app\\dao\\shipping\\ShippingTemplatesFreeCityDao' => __DIR__ . '/../..' . '/app/dao/shipping/ShippingTemplatesFreeCityDao.php', + 'app\\dao\\shipping\\ShippingTemplatesFreeDao' => __DIR__ . '/../..' . '/app/dao/shipping/ShippingTemplatesFreeDao.php', + 'app\\dao\\shipping\\ShippingTemplatesNoDeliveryCityDao' => __DIR__ . '/../..' . '/app/dao/shipping/ShippingTemplatesNoDeliveryCityDao.php', + 'app\\dao\\shipping\\ShippingTemplatesNoDeliveryDao' => __DIR__ . '/../..' . '/app/dao/shipping/ShippingTemplatesNoDeliveryDao.php', + 'app\\dao\\shipping\\ShippingTemplatesRegionCityDao' => __DIR__ . '/../..' . '/app/dao/shipping/ShippingTemplatesRegionCityDao.php', + 'app\\dao\\shipping\\ShippingTemplatesRegionDao' => __DIR__ . '/../..' . '/app/dao/shipping/ShippingTemplatesRegionDao.php', + 'app\\dao\\shipping\\SystemCityDao' => __DIR__ . '/../..' . '/app/dao/shipping/SystemCityDao.php', + 'app\\dao\\sms\\SmsAdminDao' => __DIR__ . '/../..' . '/app/dao/sms/SmsAdminDao.php', + 'app\\dao\\sms\\SmsRecordDao' => __DIR__ . '/../..' . '/app/dao/sms/SmsRecordDao.php', + 'app\\dao\\system\\AppVersionDao' => __DIR__ . '/../..' . '/app/dao/system/AppVersionDao.php', + 'app\\dao\\system\\MessageSystemDao' => __DIR__ . '/../..' . '/app/dao/system/MessageSystemDao.php', + 'app\\dao\\system\\SystemCrudDao' => __DIR__ . '/../..' . '/app/dao/system/SystemCrudDao.php', + 'app\\dao\\system\\SystemCrudDataDao' => __DIR__ . '/../..' . '/app/dao/system/SystemCrudDataDao.php', + 'app\\dao\\system\\SystemCrudListDao' => __DIR__ . '/../..' . '/app/dao/system/SystemCrudListDao.php', + 'app\\dao\\system\\SystemEventDao' => __DIR__ . '/../..' . '/app/dao/system/SystemEventDao.php', + 'app\\dao\\system\\SystemEventDataDao' => __DIR__ . '/../..' . '/app/dao/system/SystemEventDataDao.php', + 'app\\dao\\system\\SystemMenusDao' => __DIR__ . '/../..' . '/app/dao/system/SystemMenusDao.php', + 'app\\dao\\system\\SystemNotificationDao' => __DIR__ . '/../..' . '/app/dao/system/SystemNotificationDao.php', + 'app\\dao\\system\\SystemRouteCateDao' => __DIR__ . '/../..' . '/app/dao/system/SystemRouteCateDao.php', + 'app\\dao\\system\\SystemRouteDao' => __DIR__ . '/../..' . '/app/dao/system/SystemRouteDao.php', + 'app\\dao\\system\\SystemSignRewardDao' => __DIR__ . '/../..' . '/app/dao/system/SystemSignRewardDao.php', + 'app\\dao\\system\\SystemUserLevelDao' => __DIR__ . '/../..' . '/app/dao/system/SystemUserLevelDao.php', + 'app\\dao\\system\\admin\\AdminAuthDao' => __DIR__ . '/../..' . '/app/dao/system/admin/AdminAuthDao.php', + 'app\\dao\\system\\admin\\SystemAdminDao' => __DIR__ . '/../..' . '/app/dao/system/admin/SystemAdminDao.php', + 'app\\dao\\system\\admin\\SystemRoleDao' => __DIR__ . '/../..' . '/app/dao/system/admin/SystemRoleDao.php', + 'app\\dao\\system\\attachment\\SystemAttachmentCategoryDao' => __DIR__ . '/../..' . '/app/dao/system/attachment/SystemAttachmentCategoryDao.php', + 'app\\dao\\system\\attachment\\SystemAttachmentDao' => __DIR__ . '/../..' . '/app/dao/system/attachment/SystemAttachmentDao.php', + 'app\\dao\\system\\config\\SystemConfigDao' => __DIR__ . '/../..' . '/app/dao/system/config/SystemConfigDao.php', + 'app\\dao\\system\\config\\SystemConfigTabDao' => __DIR__ . '/../..' . '/app/dao/system/config/SystemConfigTabDao.php', + 'app\\dao\\system\\config\\SystemGroupDao' => __DIR__ . '/../..' . '/app/dao/system/config/SystemGroupDao.php', + 'app\\dao\\system\\config\\SystemGroupDataDao' => __DIR__ . '/../..' . '/app/dao/system/config/SystemGroupDataDao.php', + 'app\\dao\\system\\config\\SystemStorageDao' => __DIR__ . '/../..' . '/app/dao/system/config/SystemStorageDao.php', + 'app\\dao\\system\\crontab\\SystemCrontabDao' => __DIR__ . '/../..' . '/app/dao/system/crontab/SystemCrontabDao.php', + 'app\\dao\\system\\lang\\LangCodeDao' => __DIR__ . '/../..' . '/app/dao/system/lang/LangCodeDao.php', + 'app\\dao\\system\\lang\\LangCountryDao' => __DIR__ . '/../..' . '/app/dao/system/lang/LangCountryDao.php', + 'app\\dao\\system\\lang\\LangTypeDao' => __DIR__ . '/../..' . '/app/dao/system/lang/LangTypeDao.php', + 'app\\dao\\system\\log\\SystemFileDao' => __DIR__ . '/../..' . '/app/dao/system/log/SystemFileDao.php', + 'app\\dao\\system\\log\\SystemFileInfoDao' => __DIR__ . '/../..' . '/app/dao/system/log/SystemFileInfoDao.php', + 'app\\dao\\system\\log\\SystemLogDao' => __DIR__ . '/../..' . '/app/dao/system/log/SystemLogDao.php', + 'app\\dao\\system\\statistics\\CapitalFlowDao' => __DIR__ . '/../..' . '/app/dao/system/statistics/CapitalFlowDao.php', + 'app\\dao\\system\\store\\SystemStoreDao' => __DIR__ . '/../..' . '/app/dao/system/store/SystemStoreDao.php', + 'app\\dao\\system\\store\\SystemStoreStaffDao' => __DIR__ . '/../..' . '/app/dao/system/store/SystemStoreStaffDao.php', + 'app\\dao\\system\\upgrade\\UpgradeLogDao' => __DIR__ . '/../..' . '/app/dao/system/upgrade/UpgradeLogDao.php', + 'app\\dao\\user\\MemberCardBatchDao' => __DIR__ . '/../..' . '/app/dao/user/MemberCardBatchDao.php', + 'app\\dao\\user\\MemberCardDao' => __DIR__ . '/../..' . '/app/dao/user/MemberCardDao.php', + 'app\\dao\\user\\MemberRightDao' => __DIR__ . '/../..' . '/app/dao/user/MemberRightDao.php', + 'app\\dao\\user\\MemberShipDao' => __DIR__ . '/../..' . '/app/dao/user/MemberShipDao.php', + 'app\\dao\\user\\UserAddressDao' => __DIR__ . '/../..' . '/app/dao/user/UserAddressDao.php', + 'app\\dao\\user\\UserAuthDao' => __DIR__ . '/../..' . '/app/dao/user/UserAuthDao.php', + 'app\\dao\\user\\UserBillDao' => __DIR__ . '/../..' . '/app/dao/user/UserBillDao.php', + 'app\\dao\\user\\UserBillStoreOrderDao' => __DIR__ . '/../..' . '/app/dao/user/UserBillStoreOrderDao.php', + 'app\\dao\\user\\UserBrokerageDao' => __DIR__ . '/../..' . '/app/dao/user/UserBrokerageDao.php', + 'app\\dao\\user\\UserBrokerageFrozenDao' => __DIR__ . '/../..' . '/app/dao/user/UserBrokerageFrozenDao.php', + 'app\\dao\\user\\UserCancelDao' => __DIR__ . '/../..' . '/app/dao/user/UserCancelDao.php', + 'app\\dao\\user\\UserDao' => __DIR__ . '/../..' . '/app/dao/user/UserDao.php', + 'app\\dao\\user\\UserExtractDao' => __DIR__ . '/../..' . '/app/dao/user/UserExtractDao.php', + 'app\\dao\\user\\UserFriendsDao' => __DIR__ . '/../..' . '/app/dao/user/UserFriendsDao.php', + 'app\\dao\\user\\UserGroupDao' => __DIR__ . '/../..' . '/app/dao/user/UserGroupDao.php', + 'app\\dao\\user\\UserInvoiceDao' => __DIR__ . '/../..' . '/app/dao/user/UserInvoiceDao.php', + 'app\\dao\\user\\UserLabelCateDao' => __DIR__ . '/../..' . '/app/dao/user/UserLabelCateDao.php', + 'app\\dao\\user\\UserLabelDao' => __DIR__ . '/../..' . '/app/dao/user/UserLabelDao.php', + 'app\\dao\\user\\UserLabelRelationDao' => __DIR__ . '/../..' . '/app/dao/user/UserLabelRelationDao.php', + 'app\\dao\\user\\UserLevelDao' => __DIR__ . '/../..' . '/app/dao/user/UserLevelDao.php', + 'app\\dao\\user\\UserMoneyDao' => __DIR__ . '/../..' . '/app/dao/user/UserMoneyDao.php', + 'app\\dao\\user\\UserRechargeDao' => __DIR__ . '/../..' . '/app/dao/user/UserRechargeDao.php', + 'app\\dao\\user\\UserSearchDao' => __DIR__ . '/../..' . '/app/dao/user/UserSearchDao.php', + 'app\\dao\\user\\UserSignDao' => __DIR__ . '/../..' . '/app/dao/user/UserSignDao.php', + 'app\\dao\\user\\UserSpreadDao' => __DIR__ . '/../..' . '/app/dao/user/UserSpreadDao.php', + 'app\\dao\\user\\UserStoreOrderDao' => __DIR__ . '/../..' . '/app/dao/user/UserStoreOrderDao.php', + 'app\\dao\\user\\UserUserBillDao' => __DIR__ . '/../..' . '/app/dao/user/UserUserBillDao.php', + 'app\\dao\\user\\UserUserBrokerageDao' => __DIR__ . '/../..' . '/app/dao/user/UserUserBrokerageDao.php', + 'app\\dao\\user\\UserVisitDao' => __DIR__ . '/../..' . '/app/dao/user/UserVisitDao.php', + 'app\\dao\\user\\UserWechatUserDao' => __DIR__ . '/../..' . '/app/dao/user/UserWechatUserDao.php', + 'app\\dao\\wechat\\RoutineSchemeDao' => __DIR__ . '/../..' . '/app/dao/wechat/RoutineSchemeDao.php', + 'app\\dao\\wechat\\WechatKeyDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatKeyDao.php', + 'app\\dao\\wechat\\WechatMediaDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatMediaDao.php', + 'app\\dao\\wechat\\WechatMenuDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatMenuDao.php', + 'app\\dao\\wechat\\WechatMessageDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatMessageDao.php', + 'app\\dao\\wechat\\WechatNewsCategoryDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatNewsCategoryDao.php', + 'app\\dao\\wechat\\WechatQrcodeCateDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatQrcodeCateDao.php', + 'app\\dao\\wechat\\WechatQrcodeDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatQrcodeDao.php', + 'app\\dao\\wechat\\WechatQrcodeRecordDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatQrcodeRecordDao.php', + 'app\\dao\\wechat\\WechatReplyDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatReplyDao.php', + 'app\\dao\\wechat\\WechatReplyKeyDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatReplyKeyDao.php', + 'app\\dao\\wechat\\WechatUserDao' => __DIR__ . '/../..' . '/app/dao/wechat/WechatUserDao.php', + 'app\\http\\middleware\\AllowOriginMiddleware' => __DIR__ . '/../..' . '/app/http/middleware/AllowOriginMiddleware.php', + 'app\\http\\middleware\\BaseMiddleware' => __DIR__ . '/../..' . '/app/http/middleware/BaseMiddleware.php', + 'app\\jobs\\AgentJob' => __DIR__ . '/../..' . '/app/jobs/AgentJob.php', + 'app\\jobs\\AutoCommentJob' => __DIR__ . '/../..' . '/app/jobs/AutoCommentJob.php', + 'app\\jobs\\CheckQueueJob' => __DIR__ . '/../..' . '/app/jobs/CheckQueueJob.php', + 'app\\jobs\\LiveJob' => __DIR__ . '/../..' . '/app/jobs/LiveJob.php', + 'app\\jobs\\MiniOrderJob' => __DIR__ . '/../..' . '/app/jobs/MiniOrderJob.php', + 'app\\jobs\\OrderCreateAfterJob' => __DIR__ . '/../..' . '/app/jobs/OrderCreateAfterJob.php', + 'app\\jobs\\OrderExpressJob' => __DIR__ . '/../..' . '/app/jobs/OrderExpressJob.php', + 'app\\jobs\\OrderInvoiceJob' => __DIR__ . '/../..' . '/app/jobs/OrderInvoiceJob.php', + 'app\\jobs\\OrderJob' => __DIR__ . '/../..' . '/app/jobs/OrderJob.php', + 'app\\jobs\\OtherOrderJob' => __DIR__ . '/../..' . '/app/jobs/OtherOrderJob.php', + 'app\\jobs\\OutPushJob' => __DIR__ . '/../..' . '/app/jobs/OutPushJob.php', + 'app\\jobs\\PinkJob' => __DIR__ . '/../..' . '/app/jobs/PinkJob.php', + 'app\\jobs\\PosterJob' => __DIR__ . '/../..' . '/app/jobs/PosterJob.php', + 'app\\jobs\\ProductCopyJob' => __DIR__ . '/../..' . '/app/jobs/ProductCopyJob.php', + 'app\\jobs\\ProductLogJob' => __DIR__ . '/../..' . '/app/jobs/ProductLogJob.php', + 'app\\jobs\\ProductStockJob' => __DIR__ . '/../..' . '/app/jobs/ProductStockJob.php', + 'app\\jobs\\RefundOrderJob' => __DIR__ . '/../..' . '/app/jobs/RefundOrderJob.php', + 'app\\jobs\\TakeOrderJob' => __DIR__ . '/../..' . '/app/jobs/TakeOrderJob.php', + 'app\\jobs\\TaskJob' => __DIR__ . '/../..' . '/app/jobs/TaskJob.php', + 'app\\jobs\\TemplateJob' => __DIR__ . '/../..' . '/app/jobs/TemplateJob.php', + 'app\\jobs\\TranslateJob' => __DIR__ . '/../..' . '/app/jobs/TranslateJob.php', + 'app\\jobs\\UnpaidOrderCancelJob' => __DIR__ . '/../..' . '/app/jobs/UnpaidOrderCancelJob.php', + 'app\\jobs\\UnpaidOrderSend' => __DIR__ . '/../..' . '/app/jobs/UnpaidOrderSend.php', + 'app\\jobs\\UpgradeJob' => __DIR__ . '/../..' . '/app/jobs/UpgradeJob.php', + 'app\\jobs\\UserJob' => __DIR__ . '/../..' . '/app/jobs/UserJob.php', + 'app\\jobs\\notice\\EnterpriseWechatJob' => __DIR__ . '/../..' . '/app/jobs/notice/EnterpriseWechatJob.php', + 'app\\jobs\\notice\\PrintJob' => __DIR__ . '/../..' . '/app/jobs/notice/PrintJob.php', + 'app\\jobs\\notice\\SmsJob' => __DIR__ . '/../..' . '/app/jobs/notice/SmsJob.php', + 'app\\jobs\\notice\\SyncMessageJob' => __DIR__ . '/../..' . '/app/jobs/notice/SyncMessageJob.php', + 'app\\kefuapi\\KefuApiExceptionHandle' => __DIR__ . '/../..' . '/app/kefuapi/KefuApiExceptionHandle.php', + 'app\\kefuapi\\controller\\AuthController' => __DIR__ . '/../..' . '/app/kefuapi/controller/AuthController.php', + 'app\\kefuapi\\controller\\Common' => __DIR__ . '/../..' . '/app/kefuapi/controller/Common.php', + 'app\\kefuapi\\controller\\Login' => __DIR__ . '/../..' . '/app/kefuapi/controller/Login.php', + 'app\\kefuapi\\controller\\Order' => __DIR__ . '/../..' . '/app/kefuapi/controller/Order.php', + 'app\\kefuapi\\controller\\Product' => __DIR__ . '/../..' . '/app/kefuapi/controller/Product.php', + 'app\\kefuapi\\controller\\Service' => __DIR__ . '/../..' . '/app/kefuapi/controller/Service.php', + 'app\\kefuapi\\controller\\User' => __DIR__ . '/../..' . '/app/kefuapi/controller/User.php', + 'app\\kefuapi\\middleware\\KefuAuthTokenMiddleware' => __DIR__ . '/../..' . '/app/kefuapi/middleware/KefuAuthTokenMiddleware.php', + 'app\\kefuapi\\validate\\LoginValidate' => __DIR__ . '/../..' . '/app/kefuapi/validate/LoginValidate.php', + 'app\\kefuapi\\validate\\SpeechcraftValidate' => __DIR__ . '/../..' . '/app/kefuapi/validate/SpeechcraftValidate.php', + 'app\\listener\\CustomEventListener' => __DIR__ . '/../..' . '/app/listener/CustomEventListener.php', + 'app\\listener\\admin\\AdminLoginListener' => __DIR__ . '/../..' . '/app/listener/admin/AdminLoginListener.php', + 'app\\listener\\http\\HttpEndListener' => __DIR__ . '/../..' . '/app/listener/http/HttpEndListener.php', + 'app\\listener\\notice\\CustomNoticeListener' => __DIR__ . '/../..' . '/app/listener/notice/CustomNoticeListener.php', + 'app\\listener\\notice\\NoticeListener' => __DIR__ . '/../..' . '/app/listener/notice/NoticeListener.php', + 'app\\listener\\order\\OrderCreateAfterListener' => __DIR__ . '/../..' . '/app/listener/order/OrderCreateAfterListener.php', + 'app\\listener\\order\\OrderDeliveryListener' => __DIR__ . '/../..' . '/app/listener/order/OrderDeliveryListener.php', + 'app\\listener\\order\\OrderPaySuccessListener' => __DIR__ . '/../..' . '/app/listener/order/OrderPaySuccessListener.php', + 'app\\listener\\order\\OrderRefundCancelAfterListener' => __DIR__ . '/../..' . '/app/listener/order/OrderRefundCancelAfterListener.php', + 'app\\listener\\order\\OrderRefundCreateAfterListener' => __DIR__ . '/../..' . '/app/listener/order/OrderRefundCreateAfterListener.php', + 'app\\listener\\order\\OrderShippingListener' => __DIR__ . '/../..' . '/app/listener/order/OrderShippingListener.php', + 'app\\listener\\order\\OrderTakeListener' => __DIR__ . '/../..' . '/app/listener/order/OrderTakeListener.php', + 'app\\listener\\out\\OutPushListener' => __DIR__ . '/../..' . '/app/listener/out/OutPushListener.php', + 'app\\listener\\pay\\NotifyListener' => __DIR__ . '/../..' . '/app/listener/pay/NotifyListener.php', + 'app\\listener\\queue\\QueueStartListener' => __DIR__ . '/../..' . '/app/listener/queue/QueueStartListener.php', + 'app\\listener\\user\\LoginListener' => __DIR__ . '/../..' . '/app/listener/user/LoginListener.php', + 'app\\listener\\user\\RegisterListener' => __DIR__ . '/../..' . '/app/listener/user/RegisterListener.php', + 'app\\listener\\user\\UserLevelListener' => __DIR__ . '/../..' . '/app/listener/user/UserLevelListener.php', + 'app\\listener\\user\\UserVisitListener' => __DIR__ . '/../..' . '/app/listener/user/UserVisitListener.php', + 'app\\listener\\wechat\\AuthListener' => __DIR__ . '/../..' . '/app/listener/wechat/AuthListener.php', + 'app\\model\\activity\\advance\\StoreAdvance' => __DIR__ . '/../..' . '/app/model/activity/advance/StoreAdvance.php', + 'app\\model\\activity\\bargain\\StoreBargain' => __DIR__ . '/../..' . '/app/model/activity/bargain/StoreBargain.php', + 'app\\model\\activity\\bargain\\StoreBargainUser' => __DIR__ . '/../..' . '/app/model/activity/bargain/StoreBargainUser.php', + 'app\\model\\activity\\bargain\\StoreBargainUserHelp' => __DIR__ . '/../..' . '/app/model/activity/bargain/StoreBargainUserHelp.php', + 'app\\model\\activity\\combination\\StoreCombination' => __DIR__ . '/../..' . '/app/model/activity/combination/StoreCombination.php', + 'app\\model\\activity\\combination\\StorePink' => __DIR__ . '/../..' . '/app/model/activity/combination/StorePink.php', + 'app\\model\\activity\\coupon\\StoreCoupon' => __DIR__ . '/../..' . '/app/model/activity/coupon/StoreCoupon.php', + 'app\\model\\activity\\coupon\\StoreCouponIssue' => __DIR__ . '/../..' . '/app/model/activity/coupon/StoreCouponIssue.php', + 'app\\model\\activity\\coupon\\StoreCouponIssueUser' => __DIR__ . '/../..' . '/app/model/activity/coupon/StoreCouponIssueUser.php', + 'app\\model\\activity\\coupon\\StoreCouponProduct' => __DIR__ . '/../..' . '/app/model/activity/coupon/StoreCouponProduct.php', + 'app\\model\\activity\\coupon\\StoreCouponUser' => __DIR__ . '/../..' . '/app/model/activity/coupon/StoreCouponUser.php', + 'app\\model\\activity\\integral\\StoreIntegral' => __DIR__ . '/../..' . '/app/model/activity/integral/StoreIntegral.php', + 'app\\model\\activity\\integral\\StoreIntegralOrder' => __DIR__ . '/../..' . '/app/model/activity/integral/StoreIntegralOrder.php', + 'app\\model\\activity\\integral\\StoreIntegralOrderStatus' => __DIR__ . '/../..' . '/app/model/activity/integral/StoreIntegralOrderStatus.php', + 'app\\model\\activity\\live\\LiveAnchor' => __DIR__ . '/../..' . '/app/model/activity/live/LiveAnchor.php', + 'app\\model\\activity\\live\\LiveGoods' => __DIR__ . '/../..' . '/app/model/activity/live/LiveGoods.php', + 'app\\model\\activity\\live\\LiveRoom' => __DIR__ . '/../..' . '/app/model/activity/live/LiveRoom.php', + 'app\\model\\activity\\live\\LiveRoomGoods' => __DIR__ . '/../..' . '/app/model/activity/live/LiveRoomGoods.php', + 'app\\model\\activity\\lottery\\LuckLottery' => __DIR__ . '/../..' . '/app/model/activity/lottery/LuckLottery.php', + 'app\\model\\activity\\lottery\\LuckLotteryRecord' => __DIR__ . '/../..' . '/app/model/activity/lottery/LuckLotteryRecord.php', + 'app\\model\\activity\\lottery\\LuckPrize' => __DIR__ . '/../..' . '/app/model/activity/lottery/LuckPrize.php', + 'app\\model\\activity\\seckill\\StoreSeckill' => __DIR__ . '/../..' . '/app/model/activity/seckill/StoreSeckill.php', + 'app\\model\\agent\\AgentLevel' => __DIR__ . '/../..' . '/app/model/agent/AgentLevel.php', + 'app\\model\\agent\\AgentLevelTask' => __DIR__ . '/../..' . '/app/model/agent/AgentLevelTask.php', + 'app\\model\\agent\\AgentLevelTaskRecord' => __DIR__ . '/../..' . '/app/model/agent/AgentLevelTaskRecord.php', + 'app\\model\\agent\\DivisionAgentApply' => __DIR__ . '/../..' . '/app/model/agent/DivisionAgentApply.php', + 'app\\model\\article\\Article' => __DIR__ . '/../..' . '/app/model/article/Article.php', + 'app\\model\\article\\ArticleCategory' => __DIR__ . '/../..' . '/app/model/article/ArticleCategory.php', + 'app\\model\\article\\ArticleContent' => __DIR__ . '/../..' . '/app/model/article/ArticleContent.php', + 'app\\model\\diy\\Diy' => __DIR__ . '/../..' . '/app/model/diy/Diy.php', + 'app\\model\\diy\\PageCategory' => __DIR__ . '/../..' . '/app/model/diy/PageCategory.php', + 'app\\model\\diy\\PageLink' => __DIR__ . '/../..' . '/app/model/diy/PageLink.php', + 'app\\model\\order\\DeliveryService' => __DIR__ . '/../..' . '/app/model/order/DeliveryService.php', + 'app\\model\\order\\OtherOrder' => __DIR__ . '/../..' . '/app/model/order/OtherOrder.php', + 'app\\model\\order\\OtherOrderStatus' => __DIR__ . '/../..' . '/app/model/order/OtherOrderStatus.php', + 'app\\model\\order\\StoreCart' => __DIR__ . '/../..' . '/app/model/order/StoreCart.php', + 'app\\model\\order\\StoreOrder' => __DIR__ . '/../..' . '/app/model/order/StoreOrder.php', + 'app\\model\\order\\StoreOrderCartInfo' => __DIR__ . '/../..' . '/app/model/order/StoreOrderCartInfo.php', + 'app\\model\\order\\StoreOrderEconomize' => __DIR__ . '/../..' . '/app/model/order/StoreOrderEconomize.php', + 'app\\model\\order\\StoreOrderInvoice' => __DIR__ . '/../..' . '/app/model/order/StoreOrderInvoice.php', + 'app\\model\\order\\StoreOrderRefund' => __DIR__ . '/../..' . '/app/model/order/StoreOrderRefund.php', + 'app\\model\\order\\StoreOrderStatus' => __DIR__ . '/../..' . '/app/model/order/StoreOrderStatus.php', + 'app\\model\\order\\StorePink' => __DIR__ . '/../..' . '/app/model/order/StorePink.php', + 'app\\model\\other\\Agreement' => __DIR__ . '/../..' . '/app/model/other/Agreement.php', + 'app\\model\\other\\Auxiliary' => __DIR__ . '/../..' . '/app/model/other/Auxiliary.php', + 'app\\model\\other\\Cache' => __DIR__ . '/../..' . '/app/model/other/Cache.php', + 'app\\model\\other\\Category' => __DIR__ . '/../..' . '/app/model/other/Category.php', + 'app\\model\\other\\Express' => __DIR__ . '/../..' . '/app/model/other/Express.php', + 'app\\model\\other\\Qrcode' => __DIR__ . '/../..' . '/app/model/other/Qrcode.php', + 'app\\model\\other\\TemplateMessage' => __DIR__ . '/../..' . '/app/model/other/TemplateMessage.php', + 'app\\model\\out\\OutAccount' => __DIR__ . '/../..' . '/app/model/out/OutAccount.php', + 'app\\model\\out\\OutInterface' => __DIR__ . '/../..' . '/app/model/out/OutInterface.php', + 'app\\model\\product\\product\\StoreCategory' => __DIR__ . '/../..' . '/app/model/product/product/StoreCategory.php', + 'app\\model\\product\\product\\StoreDescription' => __DIR__ . '/../..' . '/app/model/product/product/StoreDescription.php', + 'app\\model\\product\\product\\StoreProduct' => __DIR__ . '/../..' . '/app/model/product/product/StoreProduct.php', + 'app\\model\\product\\product\\StoreProductCate' => __DIR__ . '/../..' . '/app/model/product/product/StoreProductCate.php', + 'app\\model\\product\\product\\StoreProductCoupon' => __DIR__ . '/../..' . '/app/model/product/product/StoreProductCoupon.php', + 'app\\model\\product\\product\\StoreProductLog' => __DIR__ . '/../..' . '/app/model/product/product/StoreProductLog.php', + 'app\\model\\product\\product\\StoreProductRelation' => __DIR__ . '/../..' . '/app/model/product/product/StoreProductRelation.php', + 'app\\model\\product\\product\\StoreProductReply' => __DIR__ . '/../..' . '/app/model/product/product/StoreProductReply.php', + 'app\\model\\product\\product\\StoreVisit' => __DIR__ . '/../..' . '/app/model/product/product/StoreVisit.php', + 'app\\model\\product\\sku\\StoreProductAttr' => __DIR__ . '/../..' . '/app/model/product/sku/StoreProductAttr.php', + 'app\\model\\product\\sku\\StoreProductAttrResult' => __DIR__ . '/../..' . '/app/model/product/sku/StoreProductAttrResult.php', + 'app\\model\\product\\sku\\StoreProductAttrValue' => __DIR__ . '/../..' . '/app/model/product/sku/StoreProductAttrValue.php', + 'app\\model\\product\\sku\\StoreProductRule' => __DIR__ . '/../..' . '/app/model/product/sku/StoreProductRule.php', + 'app\\model\\product\\sku\\StoreProductVirtual' => __DIR__ . '/../..' . '/app/model/product/sku/StoreProductVirtual.php', + 'app\\model\\service\\StoreService' => __DIR__ . '/../..' . '/app/model/service/StoreService.php', + 'app\\model\\service\\StoreServiceFeedback' => __DIR__ . '/../..' . '/app/model/service/StoreServiceFeedback.php', + 'app\\model\\service\\StoreServiceLog' => __DIR__ . '/../..' . '/app/model/service/StoreServiceLog.php', + 'app\\model\\service\\StoreServiceRecord' => __DIR__ . '/../..' . '/app/model/service/StoreServiceRecord.php', + 'app\\model\\service\\StoreServiceSpeechcraft' => __DIR__ . '/../..' . '/app/model/service/StoreServiceSpeechcraft.php', + 'app\\model\\shipping\\ShippingTemplates' => __DIR__ . '/../..' . '/app/model/shipping/ShippingTemplates.php', + 'app\\model\\shipping\\ShippingTemplatesFree' => __DIR__ . '/../..' . '/app/model/shipping/ShippingTemplatesFree.php', + 'app\\model\\shipping\\ShippingTemplatesNoDelivery' => __DIR__ . '/../..' . '/app/model/shipping/ShippingTemplatesNoDelivery.php', + 'app\\model\\shipping\\ShippingTemplatesRegion' => __DIR__ . '/../..' . '/app/model/shipping/ShippingTemplatesRegion.php', + 'app\\model\\shipping\\SystemCity' => __DIR__ . '/../..' . '/app/model/shipping/SystemCity.php', + 'app\\model\\sms\\SmsRecord' => __DIR__ . '/../..' . '/app/model/sms/SmsRecord.php', + 'app\\model\\system\\AppVersion' => __DIR__ . '/../..' . '/app/model/system/AppVersion.php', + 'app\\model\\system\\MessageSystem' => __DIR__ . '/../..' . '/app/model/system/MessageSystem.php', + 'app\\model\\system\\SystemCrud' => __DIR__ . '/../..' . '/app/model/system/SystemCrud.php', + 'app\\model\\system\\SystemCrudData' => __DIR__ . '/../..' . '/app/model/system/SystemCrudData.php', + 'app\\model\\system\\SystemCrudList' => __DIR__ . '/../..' . '/app/model/system/SystemCrudList.php', + 'app\\model\\system\\SystemEvent' => __DIR__ . '/../..' . '/app/model/system/SystemEvent.php', + 'app\\model\\system\\SystemEventData' => __DIR__ . '/../..' . '/app/model/system/SystemEventData.php', + 'app\\model\\system\\SystemMenus' => __DIR__ . '/../..' . '/app/model/system/SystemMenus.php', + 'app\\model\\system\\SystemNotification' => __DIR__ . '/../..' . '/app/model/system/SystemNotification.php', + 'app\\model\\system\\SystemRoute' => __DIR__ . '/../..' . '/app/model/system/SystemRoute.php', + 'app\\model\\system\\SystemRouteCate' => __DIR__ . '/../..' . '/app/model/system/SystemRouteCate.php', + 'app\\model\\system\\SystemSignReward' => __DIR__ . '/../..' . '/app/model/system/SystemSignReward.php', + 'app\\model\\system\\SystemUserLevel' => __DIR__ . '/../..' . '/app/model/system/SystemUserLevel.php', + 'app\\model\\system\\SystemUserTask' => __DIR__ . '/../..' . '/app/model/system/SystemUserTask.php', + 'app\\model\\system\\admin\\SystemAdmin' => __DIR__ . '/../..' . '/app/model/system/admin/SystemAdmin.php', + 'app\\model\\system\\admin\\SystemRole' => __DIR__ . '/../..' . '/app/model/system/admin/SystemRole.php', + 'app\\model\\system\\attachment\\SystemAttachment' => __DIR__ . '/../..' . '/app/model/system/attachment/SystemAttachment.php', + 'app\\model\\system\\attachment\\SystemAttachmentCategory' => __DIR__ . '/../..' . '/app/model/system/attachment/SystemAttachmentCategory.php', + 'app\\model\\system\\config\\SystemConfig' => __DIR__ . '/../..' . '/app/model/system/config/SystemConfig.php', + 'app\\model\\system\\config\\SystemConfigTab' => __DIR__ . '/../..' . '/app/model/system/config/SystemConfigTab.php', + 'app\\model\\system\\config\\SystemGroup' => __DIR__ . '/../..' . '/app/model/system/config/SystemGroup.php', + 'app\\model\\system\\config\\SystemGroupData' => __DIR__ . '/../..' . '/app/model/system/config/SystemGroupData.php', + 'app\\model\\system\\config\\SystemStorage' => __DIR__ . '/../..' . '/app/model/system/config/SystemStorage.php', + 'app\\model\\system\\crontab\\SystemCrontab' => __DIR__ . '/../..' . '/app/model/system/crontab/SystemCrontab.php', + 'app\\model\\system\\lang\\LangCode' => __DIR__ . '/../..' . '/app/model/system/lang/LangCode.php', + 'app\\model\\system\\lang\\LangCountry' => __DIR__ . '/../..' . '/app/model/system/lang/LangCountry.php', + 'app\\model\\system\\lang\\LangType' => __DIR__ . '/../..' . '/app/model/system/lang/LangType.php', + 'app\\model\\system\\log\\SystemFile' => __DIR__ . '/../..' . '/app/model/system/log/SystemFile.php', + 'app\\model\\system\\log\\SystemFileInfo' => __DIR__ . '/../..' . '/app/model/system/log/SystemFileInfo.php', + 'app\\model\\system\\log\\SystemLog' => __DIR__ . '/../..' . '/app/model/system/log/SystemLog.php', + 'app\\model\\system\\statistics\\CapitalFlow' => __DIR__ . '/../..' . '/app/model/system/statistics/CapitalFlow.php', + 'app\\model\\system\\store\\SystemStore' => __DIR__ . '/../..' . '/app/model/system/store/SystemStore.php', + 'app\\model\\system\\store\\SystemStoreStaff' => __DIR__ . '/../..' . '/app/model/system/store/SystemStoreStaff.php', + 'app\\model\\system\\upgrade\\UpgradeLog' => __DIR__ . '/../..' . '/app/model/system/upgrade/UpgradeLog.php', + 'app\\model\\user\\MemberCard' => __DIR__ . '/../..' . '/app/model/user/MemberCard.php', + 'app\\model\\user\\MemberCardBatch' => __DIR__ . '/../..' . '/app/model/user/MemberCardBatch.php', + 'app\\model\\user\\MemberRight' => __DIR__ . '/../..' . '/app/model/user/MemberRight.php', + 'app\\model\\user\\MemberShip' => __DIR__ . '/../..' . '/app/model/user/MemberShip.php', + 'app\\model\\user\\User' => __DIR__ . '/../..' . '/app/model/user/User.php', + 'app\\model\\user\\UserAddress' => __DIR__ . '/../..' . '/app/model/user/UserAddress.php', + 'app\\model\\user\\UserBill' => __DIR__ . '/../..' . '/app/model/user/UserBill.php', + 'app\\model\\user\\UserBrokerage' => __DIR__ . '/../..' . '/app/model/user/UserBrokerage.php', + 'app\\model\\user\\UserBrokerageFrozen' => __DIR__ . '/../..' . '/app/model/user/UserBrokerageFrozen.php', + 'app\\model\\user\\UserCancel' => __DIR__ . '/../..' . '/app/model/user/UserCancel.php', + 'app\\model\\user\\UserExtract' => __DIR__ . '/../..' . '/app/model/user/UserExtract.php', + 'app\\model\\user\\UserFriends' => __DIR__ . '/../..' . '/app/model/user/UserFriends.php', + 'app\\model\\user\\UserGroup' => __DIR__ . '/../..' . '/app/model/user/UserGroup.php', + 'app\\model\\user\\UserInvoice' => __DIR__ . '/../..' . '/app/model/user/UserInvoice.php', + 'app\\model\\user\\UserLabel' => __DIR__ . '/../..' . '/app/model/user/UserLabel.php', + 'app\\model\\user\\UserLabelCate' => __DIR__ . '/../..' . '/app/model/user/UserLabelCate.php', + 'app\\model\\user\\UserLabelRelation' => __DIR__ . '/../..' . '/app/model/user/UserLabelRelation.php', + 'app\\model\\user\\UserLevel' => __DIR__ . '/../..' . '/app/model/user/UserLevel.php', + 'app\\model\\user\\UserMoney' => __DIR__ . '/../..' . '/app/model/user/UserMoney.php', + 'app\\model\\user\\UserRecharge' => __DIR__ . '/../..' . '/app/model/user/UserRecharge.php', + 'app\\model\\user\\UserSearch' => __DIR__ . '/../..' . '/app/model/user/UserSearch.php', + 'app\\model\\user\\UserSign' => __DIR__ . '/../..' . '/app/model/user/UserSign.php', + 'app\\model\\user\\UserSpread' => __DIR__ . '/../..' . '/app/model/user/UserSpread.php', + 'app\\model\\user\\UserVisit' => __DIR__ . '/../..' . '/app/model/user/UserVisit.php', + 'app\\model\\wechat\\RoutineScheme' => __DIR__ . '/../..' . '/app/model/wechat/RoutineScheme.php', + 'app\\model\\wechat\\WechatKey' => __DIR__ . '/../..' . '/app/model/wechat/WechatKey.php', + 'app\\model\\wechat\\WechatMedia' => __DIR__ . '/../..' . '/app/model/wechat/WechatMedia.php', + 'app\\model\\wechat\\WechatMessage' => __DIR__ . '/../..' . '/app/model/wechat/WechatMessage.php', + 'app\\model\\wechat\\WechatNewsCategory' => __DIR__ . '/../..' . '/app/model/wechat/WechatNewsCategory.php', + 'app\\model\\wechat\\WechatQrcode' => __DIR__ . '/../..' . '/app/model/wechat/WechatQrcode.php', + 'app\\model\\wechat\\WechatQrcodeCate' => __DIR__ . '/../..' . '/app/model/wechat/WechatQrcodeCate.php', + 'app\\model\\wechat\\WechatQrcodeRecord' => __DIR__ . '/../..' . '/app/model/wechat/WechatQrcodeRecord.php', + 'app\\model\\wechat\\WechatReply' => __DIR__ . '/../..' . '/app/model/wechat/WechatReply.php', + 'app\\model\\wechat\\WechatUser' => __DIR__ . '/../..' . '/app/model/wechat/WechatUser.php', + 'app\\outapi\\OutApiExceptionHandle' => __DIR__ . '/../..' . '/app/outapi/OutApiExceptionHandle.php', + 'app\\outapi\\controller\\AuthController' => __DIR__ . '/../..' . '/app/outapi/controller/AuthController.php', + 'app\\outapi\\controller\\Login' => __DIR__ . '/../..' . '/app/outapi/controller/Login.php', + 'app\\outapi\\controller\\RefundOrder' => __DIR__ . '/../..' . '/app/outapi/controller/RefundOrder.php', + 'app\\outapi\\controller\\StoreCategory' => __DIR__ . '/../..' . '/app/outapi/controller/StoreCategory.php', + 'app\\outapi\\controller\\StoreCoupon' => __DIR__ . '/../..' . '/app/outapi/controller/StoreCoupon.php', + 'app\\outapi\\controller\\StoreOrder' => __DIR__ . '/../..' . '/app/outapi/controller/StoreOrder.php', + 'app\\outapi\\controller\\StoreProduct' => __DIR__ . '/../..' . '/app/outapi/controller/StoreProduct.php', + 'app\\outapi\\controller\\User' => __DIR__ . '/../..' . '/app/outapi/controller/User.php', + 'app\\outapi\\controller\\UserLevel' => __DIR__ . '/../..' . '/app/outapi/controller/UserLevel.php', + 'app\\outapi\\middleware\\AuthTokenMiddleware' => __DIR__ . '/../..' . '/app/outapi/middleware/AuthTokenMiddleware.php', + 'app\\outapi\\validate\\LoginValidate' => __DIR__ . '/../..' . '/app/outapi/validate/LoginValidate.php', + 'app\\outapi\\validate\\StoreCategoryValidate' => __DIR__ . '/../..' . '/app/outapi/validate/StoreCategoryValidate.php', + 'app\\outapi\\validate\\StoreOutAccountValidate' => __DIR__ . '/../..' . '/app/outapi/validate/StoreOutAccountValidate.php', + 'app\\services\\BaseServices' => __DIR__ . '/../..' . '/app/services/BaseServices.php', + 'app\\services\\activity\\advance\\StoreAdvanceServices' => __DIR__ . '/../..' . '/app/services/activity/advance/StoreAdvanceServices.php', + 'app\\services\\activity\\bargain\\StoreBargainServices' => __DIR__ . '/../..' . '/app/services/activity/bargain/StoreBargainServices.php', + 'app\\services\\activity\\bargain\\StoreBargainUserHelpServices' => __DIR__ . '/../..' . '/app/services/activity/bargain/StoreBargainUserHelpServices.php', + 'app\\services\\activity\\bargain\\StoreBargainUserServices' => __DIR__ . '/../..' . '/app/services/activity/bargain/StoreBargainUserServices.php', + 'app\\services\\activity\\combination\\StoreCombinationServices' => __DIR__ . '/../..' . '/app/services/activity/combination/StoreCombinationServices.php', + 'app\\services\\activity\\combination\\StorePinkServices' => __DIR__ . '/../..' . '/app/services/activity/combination/StorePinkServices.php', + 'app\\services\\activity\\coupon\\StoreCouponIssueServices' => __DIR__ . '/../..' . '/app/services/activity/coupon/StoreCouponIssueServices.php', + 'app\\services\\activity\\coupon\\StoreCouponIssueUserServices' => __DIR__ . '/../..' . '/app/services/activity/coupon/StoreCouponIssueUserServices.php', + 'app\\services\\activity\\coupon\\StoreCouponProductServices' => __DIR__ . '/../..' . '/app/services/activity/coupon/StoreCouponProductServices.php', + 'app\\services\\activity\\coupon\\StoreCouponService' => __DIR__ . '/../..' . '/app/services/activity/coupon/StoreCouponService.php', + 'app\\services\\activity\\coupon\\StoreCouponUserCouponServices' => __DIR__ . '/../..' . '/app/services/activity/coupon/StoreCouponUserCouponServices.php', + 'app\\services\\activity\\coupon\\StoreCouponUserServices' => __DIR__ . '/../..' . '/app/services/activity/coupon/StoreCouponUserServices.php', + 'app\\services\\activity\\coupon\\StoreCouponUserUserServices' => __DIR__ . '/../..' . '/app/services/activity/coupon/StoreCouponUserUserServices.php', + 'app\\services\\activity\\integral\\StoreIntegralOrderServices' => __DIR__ . '/../..' . '/app/services/activity/integral/StoreIntegralOrderServices.php', + 'app\\services\\activity\\integral\\StoreIntegralOrderStatusServices' => __DIR__ . '/../..' . '/app/services/activity/integral/StoreIntegralOrderStatusServices.php', + 'app\\services\\activity\\integral\\StoreIntegralServices' => __DIR__ . '/../..' . '/app/services/activity/integral/StoreIntegralServices.php', + 'app\\services\\activity\\integral\\StorePointRecordServices' => __DIR__ . '/../..' . '/app/services/activity/integral/StorePointRecordServices.php', + 'app\\services\\activity\\live\\LiveAnchorServices' => __DIR__ . '/../..' . '/app/services/activity/live/LiveAnchorServices.php', + 'app\\services\\activity\\live\\LiveGoodsServices' => __DIR__ . '/../..' . '/app/services/activity/live/LiveGoodsServices.php', + 'app\\services\\activity\\live\\LiveRoomGoodsServices' => __DIR__ . '/../..' . '/app/services/activity/live/LiveRoomGoodsServices.php', + 'app\\services\\activity\\live\\LiveRoomServices' => __DIR__ . '/../..' . '/app/services/activity/live/LiveRoomServices.php', + 'app\\services\\activity\\lottery\\LuckLotteryRecordServices' => __DIR__ . '/../..' . '/app/services/activity/lottery/LuckLotteryRecordServices.php', + 'app\\services\\activity\\lottery\\LuckLotteryServices' => __DIR__ . '/../..' . '/app/services/activity/lottery/LuckLotteryServices.php', + 'app\\services\\activity\\lottery\\LuckPrizeServices' => __DIR__ . '/../..' . '/app/services/activity/lottery/LuckPrizeServices.php', + 'app\\services\\activity\\seckill\\StoreSeckillServices' => __DIR__ . '/../..' . '/app/services/activity/seckill/StoreSeckillServices.php', + 'app\\services\\agent\\AgentLevelServices' => __DIR__ . '/../..' . '/app/services/agent/AgentLevelServices.php', + 'app\\services\\agent\\AgentLevelTaskRecordServices' => __DIR__ . '/../..' . '/app/services/agent/AgentLevelTaskRecordServices.php', + 'app\\services\\agent\\AgentLevelTaskServices' => __DIR__ . '/../..' . '/app/services/agent/AgentLevelTaskServices.php', + 'app\\services\\agent\\AgentManageServices' => __DIR__ . '/../..' . '/app/services/agent/AgentManageServices.php', + 'app\\services\\agent\\DivisionAgentApplyServices' => __DIR__ . '/../..' . '/app/services/agent/DivisionAgentApplyServices.php', + 'app\\services\\agent\\DivisionServices' => __DIR__ . '/../..' . '/app/services/agent/DivisionServices.php', + 'app\\services\\article\\ArticleCategoryServices' => __DIR__ . '/../..' . '/app/services/article/ArticleCategoryServices.php', + 'app\\services\\article\\ArticleContentServices' => __DIR__ . '/../..' . '/app/services/article/ArticleContentServices.php', + 'app\\services\\article\\ArticleServices' => __DIR__ . '/../..' . '/app/services/article/ArticleServices.php', + 'app\\services\\diy\\DiyServices' => __DIR__ . '/../..' . '/app/services/diy/DiyServices.php', + 'app\\services\\diy\\PageCategoryServices' => __DIR__ . '/../..' . '/app/services/diy/PageCategoryServices.php', + 'app\\services\\diy\\PageLinkServices' => __DIR__ . '/../..' . '/app/services/diy/PageLinkServices.php', + 'app\\services\\kefu\\KefuServices' => __DIR__ . '/../..' . '/app/services/kefu/KefuServices.php', + 'app\\services\\kefu\\LoginServices' => __DIR__ . '/../..' . '/app/services/kefu/LoginServices.php', + 'app\\services\\kefu\\ProductServices' => __DIR__ . '/../..' . '/app/services/kefu/ProductServices.php', + 'app\\services\\kefu\\UserServices' => __DIR__ . '/../..' . '/app/services/kefu/UserServices.php', + 'app\\services\\kefu\\service\\StoreServiceAuxiliaryServices' => __DIR__ . '/../..' . '/app/services/kefu/service/StoreServiceAuxiliaryServices.php', + 'app\\services\\kefu\\service\\StoreServiceFeedbackServices' => __DIR__ . '/../..' . '/app/services/kefu/service/StoreServiceFeedbackServices.php', + 'app\\services\\kefu\\service\\StoreServiceLogServices' => __DIR__ . '/../..' . '/app/services/kefu/service/StoreServiceLogServices.php', + 'app\\services\\kefu\\service\\StoreServiceRecordServices' => __DIR__ . '/../..' . '/app/services/kefu/service/StoreServiceRecordServices.php', + 'app\\services\\kefu\\service\\StoreServiceServices' => __DIR__ . '/../..' . '/app/services/kefu/service/StoreServiceServices.php', + 'app\\services\\kefu\\service\\StoreServiceSpeechcraftCateServices' => __DIR__ . '/../..' . '/app/services/kefu/service/StoreServiceSpeechcraftCateServices.php', + 'app\\services\\kefu\\service\\StoreServiceSpeechcraftServices' => __DIR__ . '/../..' . '/app/services/kefu/service/StoreServiceSpeechcraftServices.php', + 'app\\services\\message\\MessageSystemServices' => __DIR__ . '/../..' . '/app/services/message/MessageSystemServices.php', + 'app\\services\\message\\NoticeService' => __DIR__ . '/../..' . '/app/services/message/NoticeService.php', + 'app\\services\\message\\SystemNotificationServices' => __DIR__ . '/../..' . '/app/services/message/SystemNotificationServices.php', + 'app\\services\\message\\TemplateMessageServices' => __DIR__ . '/../..' . '/app/services/message/TemplateMessageServices.php', + 'app\\services\\message\\notice\\EnterpriseWechatService' => __DIR__ . '/../..' . '/app/services/message/notice/EnterpriseWechatService.php', + 'app\\services\\message\\notice\\RoutineTemplateListService' => __DIR__ . '/../..' . '/app/services/message/notice/RoutineTemplateListService.php', + 'app\\services\\message\\notice\\SmsService' => __DIR__ . '/../..' . '/app/services/message/notice/SmsService.php', + 'app\\services\\message\\notice\\SystemMsgService' => __DIR__ . '/../..' . '/app/services/message/notice/SystemMsgService.php', + 'app\\services\\message\\notice\\WechatTemplateListService' => __DIR__ . '/../..' . '/app/services/message/notice/WechatTemplateListService.php', + 'app\\services\\message\\wechat\\MessageServices' => __DIR__ . '/../..' . '/app/services/message/wechat/MessageServices.php', + 'app\\services\\order\\DeliveryServiceServices' => __DIR__ . '/../..' . '/app/services/order/DeliveryServiceServices.php', + 'app\\services\\order\\OtherOrderServices' => __DIR__ . '/../..' . '/app/services/order/OtherOrderServices.php', + 'app\\services\\order\\OtherOrderStatusServices' => __DIR__ . '/../..' . '/app/services/order/OtherOrderStatusServices.php', + 'app\\services\\order\\OutStoreOrderRefundServices' => __DIR__ . '/../..' . '/app/services/order/OutStoreOrderRefundServices.php', + 'app\\services\\order\\OutStoreOrderServices' => __DIR__ . '/../..' . '/app/services/order/OutStoreOrderServices.php', + 'app\\services\\order\\StoreCartServices' => __DIR__ . '/../..' . '/app/services/order/StoreCartServices.php', + 'app\\services\\order\\StoreOrderCartInfoServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderCartInfoServices.php', + 'app\\services\\order\\StoreOrderComputedServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderComputedServices.php', + 'app\\services\\order\\StoreOrderCreateServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderCreateServices.php', + 'app\\services\\order\\StoreOrderDeliveryServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderDeliveryServices.php', + 'app\\services\\order\\StoreOrderEconomizeServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderEconomizeServices.php', + 'app\\services\\order\\StoreOrderInvoiceServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderInvoiceServices.php', + 'app\\services\\order\\StoreOrderRefundServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderRefundServices.php', + 'app\\services\\order\\StoreOrderServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderServices.php', + 'app\\services\\order\\StoreOrderSplitServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderSplitServices.php', + 'app\\services\\order\\StoreOrderStatusServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderStatusServices.php', + 'app\\services\\order\\StoreOrderStoreOrderCartInfoServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderStoreOrderCartInfoServices.php', + 'app\\services\\order\\StoreOrderStoreOrderStatusServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderStoreOrderStatusServices.php', + 'app\\services\\order\\StoreOrderSuccessServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderSuccessServices.php', + 'app\\services\\order\\StoreOrderTakeServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderTakeServices.php', + 'app\\services\\order\\StoreOrderWapServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderWapServices.php', + 'app\\services\\order\\StoreOrderWriteOffServices' => __DIR__ . '/../..' . '/app/services/order/StoreOrderWriteOffServices.php', + 'app\\services\\other\\AgreementServices' => __DIR__ . '/../..' . '/app/services/other/AgreementServices.php', + 'app\\services\\other\\CacheServices' => __DIR__ . '/../..' . '/app/services/other/CacheServices.php', + 'app\\services\\other\\CategoryServices' => __DIR__ . '/../..' . '/app/services/other/CategoryServices.php', + 'app\\services\\other\\PosterServices' => __DIR__ . '/../..' . '/app/services/other/PosterServices.php', + 'app\\services\\other\\QrcodeServices' => __DIR__ . '/../..' . '/app/services/other/QrcodeServices.php', + 'app\\services\\other\\UploadService' => __DIR__ . '/../..' . '/app/services/other/UploadService.php', + 'app\\services\\other\\export\\ExportServices' => __DIR__ . '/../..' . '/app/services/other/export/ExportServices.php', + 'app\\services\\out\\OutAccountServices' => __DIR__ . '/../..' . '/app/services/out/OutAccountServices.php', + 'app\\services\\out\\OutInterfaceServices' => __DIR__ . '/../..' . '/app/services/out/OutInterfaceServices.php', + 'app\\services\\pay\\OrderOfflineServices' => __DIR__ . '/../..' . '/app/services/pay/OrderOfflineServices.php', + 'app\\services\\pay\\OrderPayServices' => __DIR__ . '/../..' . '/app/services/pay/OrderPayServices.php', + 'app\\services\\pay\\PayNotifyServices' => __DIR__ . '/../..' . '/app/services/pay/PayNotifyServices.php', + 'app\\services\\pay\\PayServices' => __DIR__ . '/../..' . '/app/services/pay/PayServices.php', + 'app\\services\\pay\\RechargeServices' => __DIR__ . '/../..' . '/app/services/pay/RechargeServices.php', + 'app\\services\\pay\\YuePayServices' => __DIR__ . '/../..' . '/app/services/pay/YuePayServices.php', + 'app\\services\\pc\\CartServices' => __DIR__ . '/../..' . '/app/services/pc/CartServices.php', + 'app\\services\\pc\\HomeServices' => __DIR__ . '/../..' . '/app/services/pc/HomeServices.php', + 'app\\services\\pc\\LoginServices' => __DIR__ . '/../..' . '/app/services/pc/LoginServices.php', + 'app\\services\\pc\\OrderServices' => __DIR__ . '/../..' . '/app/services/pc/OrderServices.php', + 'app\\services\\pc\\ProductServices' => __DIR__ . '/../..' . '/app/services/pc/ProductServices.php', + 'app\\services\\pc\\PublicServices' => __DIR__ . '/../..' . '/app/services/pc/PublicServices.php', + 'app\\services\\pc\\UserServices' => __DIR__ . '/../..' . '/app/services/pc/UserServices.php', + 'app\\services\\product\\product\\CopyTaobaoServices' => __DIR__ . '/../..' . '/app/services/product/product/CopyTaobaoServices.php', + 'app\\services\\product\\product\\OutStoreProductServices' => __DIR__ . '/../..' . '/app/services/product/product/OutStoreProductServices.php', + 'app\\services\\product\\product\\StoreCategoryServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreCategoryServices.php', + 'app\\services\\product\\product\\StoreDescriptionServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreDescriptionServices.php', + 'app\\services\\product\\product\\StoreProductCateServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreProductCateServices.php', + 'app\\services\\product\\product\\StoreProductCouponServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreProductCouponServices.php', + 'app\\services\\product\\product\\StoreProductLogServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreProductLogServices.php', + 'app\\services\\product\\product\\StoreProductRelationServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreProductRelationServices.php', + 'app\\services\\product\\product\\StoreProductReplyServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreProductReplyServices.php', + 'app\\services\\product\\product\\StoreProductReplyStoreProductServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreProductReplyStoreProductServices.php', + 'app\\services\\product\\product\\StoreProductServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreProductServices.php', + 'app\\services\\product\\product\\StoreProductVisitServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreProductVisitServices.php', + 'app\\services\\product\\product\\StoreVisitServices' => __DIR__ . '/../..' . '/app/services/product/product/StoreVisitServices.php', + 'app\\services\\product\\sku\\StoreProductAttrResultServices' => __DIR__ . '/../..' . '/app/services/product/sku/StoreProductAttrResultServices.php', + 'app\\services\\product\\sku\\StoreProductAttrServices' => __DIR__ . '/../..' . '/app/services/product/sku/StoreProductAttrServices.php', + 'app\\services\\product\\sku\\StoreProductAttrValueServices' => __DIR__ . '/../..' . '/app/services/product/sku/StoreProductAttrValueServices.php', + 'app\\services\\product\\sku\\StoreProductRuleServices' => __DIR__ . '/../..' . '/app/services/product/sku/StoreProductRuleServices.php', + 'app\\services\\product\\sku\\StoreProductVirtualServices' => __DIR__ . '/../..' . '/app/services/product/sku/StoreProductVirtualServices.php', + 'app\\services\\serve\\ServeServices' => __DIR__ . '/../..' . '/app/services/serve/ServeServices.php', + 'app\\services\\shipping\\ExpressServices' => __DIR__ . '/../..' . '/app/services/shipping/ExpressServices.php', + 'app\\services\\shipping\\ShippingTemplatesFreeCityServices' => __DIR__ . '/../..' . '/app/services/shipping/ShippingTemplatesFreeCityServices.php', + 'app\\services\\shipping\\ShippingTemplatesFreeServices' => __DIR__ . '/../..' . '/app/services/shipping/ShippingTemplatesFreeServices.php', + 'app\\services\\shipping\\ShippingTemplatesNoDeliveryCityServices' => __DIR__ . '/../..' . '/app/services/shipping/ShippingTemplatesNoDeliveryCityServices.php', + 'app\\services\\shipping\\ShippingTemplatesNoDeliveryServices' => __DIR__ . '/../..' . '/app/services/shipping/ShippingTemplatesNoDeliveryServices.php', + 'app\\services\\shipping\\ShippingTemplatesRegionCityServices' => __DIR__ . '/../..' . '/app/services/shipping/ShippingTemplatesRegionCityServices.php', + 'app\\services\\shipping\\ShippingTemplatesRegionServices' => __DIR__ . '/../..' . '/app/services/shipping/ShippingTemplatesRegionServices.php', + 'app\\services\\shipping\\ShippingTemplatesServices' => __DIR__ . '/../..' . '/app/services/shipping/ShippingTemplatesServices.php', + 'app\\services\\shipping\\SystemCityServices' => __DIR__ . '/../..' . '/app/services/shipping/SystemCityServices.php', + 'app\\services\\statistic\\CapitalFlowServices' => __DIR__ . '/../..' . '/app/services/statistic/CapitalFlowServices.php', + 'app\\services\\statistic\\OrderStatisticServices' => __DIR__ . '/../..' . '/app/services/statistic/OrderStatisticServices.php', + 'app\\services\\statistic\\ProductStatisticServices' => __DIR__ . '/../..' . '/app/services/statistic/ProductStatisticServices.php', + 'app\\services\\statistic\\TradeStatisticServices' => __DIR__ . '/../..' . '/app/services/statistic/TradeStatisticServices.php', + 'app\\services\\statistic\\UserStatisticServices' => __DIR__ . '/../..' . '/app/services/statistic/UserStatisticServices.php', + 'app\\services\\system\\AppVersionServices' => __DIR__ . '/../..' . '/app/services/system/AppVersionServices.php', + 'app\\services\\system\\SystemAuthServices' => __DIR__ . '/../..' . '/app/services/system/SystemAuthServices.php', + 'app\\services\\system\\SystemClearServices' => __DIR__ . '/../..' . '/app/services/system/SystemClearServices.php', + 'app\\services\\system\\SystemCrudDataService' => __DIR__ . '/../..' . '/app/services/system/SystemCrudDataService.php', + 'app\\services\\system\\SystemCrudListServices' => __DIR__ . '/../..' . '/app/services/system/SystemCrudListServices.php', + 'app\\services\\system\\SystemCrudServices' => __DIR__ . '/../..' . '/app/services/system/SystemCrudServices.php', + 'app\\services\\system\\SystemDatabackupServices' => __DIR__ . '/../..' . '/app/services/system/SystemDatabackupServices.php', + 'app\\services\\system\\SystemEventDataServices' => __DIR__ . '/../..' . '/app/services/system/SystemEventDataServices.php', + 'app\\services\\system\\SystemEventServices' => __DIR__ . '/../..' . '/app/services/system/SystemEventServices.php', + 'app\\services\\system\\SystemMenusServices' => __DIR__ . '/../..' . '/app/services/system/SystemMenusServices.php', + 'app\\services\\system\\SystemRouteCateServices' => __DIR__ . '/../..' . '/app/services/system/SystemRouteCateServices.php', + 'app\\services\\system\\SystemRouteServices' => __DIR__ . '/../..' . '/app/services/system/SystemRouteServices.php', + 'app\\services\\system\\SystemSignRewardServices' => __DIR__ . '/../..' . '/app/services/system/SystemSignRewardServices.php', + 'app\\services\\system\\SystemUserLevelServices' => __DIR__ . '/../..' . '/app/services/system/SystemUserLevelServices.php', + 'app\\services\\system\\UpgradeServices' => __DIR__ . '/../..' . '/app/services/system/UpgradeServices.php', + 'app\\services\\system\\admin\\AdminAuthServices' => __DIR__ . '/../..' . '/app/services/system/admin/AdminAuthServices.php', + 'app\\services\\system\\admin\\SystemAdminServices' => __DIR__ . '/../..' . '/app/services/system/admin/SystemAdminServices.php', + 'app\\services\\system\\admin\\SystemRoleServices' => __DIR__ . '/../..' . '/app/services/system/admin/SystemRoleServices.php', + 'app\\services\\system\\attachment\\SystemAttachmentCategoryServices' => __DIR__ . '/../..' . '/app/services/system/attachment/SystemAttachmentCategoryServices.php', + 'app\\services\\system\\attachment\\SystemAttachmentServices' => __DIR__ . '/../..' . '/app/services/system/attachment/SystemAttachmentServices.php', + 'app\\services\\system\\config\\SystemConfigServices' => __DIR__ . '/../..' . '/app/services/system/config/SystemConfigServices.php', + 'app\\services\\system\\config\\SystemConfigTabServices' => __DIR__ . '/../..' . '/app/services/system/config/SystemConfigTabServices.php', + 'app\\services\\system\\config\\SystemGroupDataServices' => __DIR__ . '/../..' . '/app/services/system/config/SystemGroupDataServices.php', + 'app\\services\\system\\config\\SystemGroupServices' => __DIR__ . '/../..' . '/app/services/system/config/SystemGroupServices.php', + 'app\\services\\system\\config\\SystemStorageServices' => __DIR__ . '/../..' . '/app/services/system/config/SystemStorageServices.php', + 'app\\services\\system\\crontab\\CrontabRunServices' => __DIR__ . '/../..' . '/app/services/system/crontab/CrontabRunServices.php', + 'app\\services\\system\\crontab\\SystemCrontabServices' => __DIR__ . '/../..' . '/app/services/system/crontab/SystemCrontabServices.php', + 'app\\services\\system\\lang\\LangCodeServices' => __DIR__ . '/../..' . '/app/services/system/lang/LangCodeServices.php', + 'app\\services\\system\\lang\\LangCountryServices' => __DIR__ . '/../..' . '/app/services/system/lang/LangCountryServices.php', + 'app\\services\\system\\lang\\LangTypeServices' => __DIR__ . '/../..' . '/app/services/system/lang/LangTypeServices.php', + 'app\\services\\system\\log\\ClearServices' => __DIR__ . '/../..' . '/app/services/system/log/ClearServices.php', + 'app\\services\\system\\log\\SystemFileInfoServices' => __DIR__ . '/../..' . '/app/services/system/log/SystemFileInfoServices.php', + 'app\\services\\system\\log\\SystemFileServices' => __DIR__ . '/../..' . '/app/services/system/log/SystemFileServices.php', + 'app\\services\\system\\log\\SystemLogServices' => __DIR__ . '/../..' . '/app/services/system/log/SystemLogServices.php', + 'app\\services\\system\\store\\SystemStoreServices' => __DIR__ . '/../..' . '/app/services/system/store/SystemStoreServices.php', + 'app\\services\\system\\store\\SystemStoreStaffServices' => __DIR__ . '/../..' . '/app/services/system/store/SystemStoreStaffServices.php', + 'app\\services\\user\\LoginServices' => __DIR__ . '/../..' . '/app/services/user/LoginServices.php', + 'app\\services\\user\\OutUserLevelServices' => __DIR__ . '/../..' . '/app/services/user/OutUserLevelServices.php', + 'app\\services\\user\\OutUserServices' => __DIR__ . '/../..' . '/app/services/user/OutUserServices.php', + 'app\\services\\user\\UserAddressServices' => __DIR__ . '/../..' . '/app/services/user/UserAddressServices.php', + 'app\\services\\user\\UserAuthServices' => __DIR__ . '/../..' . '/app/services/user/UserAuthServices.php', + 'app\\services\\user\\UserBillServices' => __DIR__ . '/../..' . '/app/services/user/UserBillServices.php', + 'app\\services\\user\\UserBillStoreOrderServices' => __DIR__ . '/../..' . '/app/services/user/UserBillStoreOrderServices.php', + 'app\\services\\user\\UserBrokerageFrozenServices' => __DIR__ . '/../..' . '/app/services/user/UserBrokerageFrozenServices.php', + 'app\\services\\user\\UserBrokerageServices' => __DIR__ . '/../..' . '/app/services/user/UserBrokerageServices.php', + 'app\\services\\user\\UserCancelServices' => __DIR__ . '/../..' . '/app/services/user/UserCancelServices.php', + 'app\\services\\user\\UserExtractServices' => __DIR__ . '/../..' . '/app/services/user/UserExtractServices.php', + 'app\\services\\user\\UserFriendsServices' => __DIR__ . '/../..' . '/app/services/user/UserFriendsServices.php', + 'app\\services\\user\\UserGroupServices' => __DIR__ . '/../..' . '/app/services/user/UserGroupServices.php', + 'app\\services\\user\\UserInvoiceServices' => __DIR__ . '/../..' . '/app/services/user/UserInvoiceServices.php', + 'app\\services\\user\\UserLabelCateServices' => __DIR__ . '/../..' . '/app/services/user/UserLabelCateServices.php', + 'app\\services\\user\\UserLabelRelationServices' => __DIR__ . '/../..' . '/app/services/user/UserLabelRelationServices.php', + 'app\\services\\user\\UserLabelServices' => __DIR__ . '/../..' . '/app/services/user/UserLabelServices.php', + 'app\\services\\user\\UserLevelServices' => __DIR__ . '/../..' . '/app/services/user/UserLevelServices.php', + 'app\\services\\user\\UserMoneyServices' => __DIR__ . '/../..' . '/app/services/user/UserMoneyServices.php', + 'app\\services\\user\\UserRechargeServices' => __DIR__ . '/../..' . '/app/services/user/UserRechargeServices.php', + 'app\\services\\user\\UserSearchServices' => __DIR__ . '/../..' . '/app/services/user/UserSearchServices.php', + 'app\\services\\user\\UserServices' => __DIR__ . '/../..' . '/app/services/user/UserServices.php', + 'app\\services\\user\\UserSignServices' => __DIR__ . '/../..' . '/app/services/user/UserSignServices.php', + 'app\\services\\user\\UserSpreadServices' => __DIR__ . '/../..' . '/app/services/user/UserSpreadServices.php', + 'app\\services\\user\\UserStoreOrderServices' => __DIR__ . '/../..' . '/app/services/user/UserStoreOrderServices.php', + 'app\\services\\user\\UserUserBillServices' => __DIR__ . '/../..' . '/app/services/user/UserUserBillServices.php', + 'app\\services\\user\\UserUserBrokerageServices' => __DIR__ . '/../..' . '/app/services/user/UserUserBrokerageServices.php', + 'app\\services\\user\\UserVisitServices' => __DIR__ . '/../..' . '/app/services/user/UserVisitServices.php', + 'app\\services\\user\\UserWechatuserServices' => __DIR__ . '/../..' . '/app/services/user/UserWechatuserServices.php', + 'app\\services\\user\\member\\MemberCardBatchServices' => __DIR__ . '/../..' . '/app/services/user/member/MemberCardBatchServices.php', + 'app\\services\\user\\member\\MemberCardServices' => __DIR__ . '/../..' . '/app/services/user/member/MemberCardServices.php', + 'app\\services\\user\\member\\MemberRightServices' => __DIR__ . '/../..' . '/app/services/user/member/MemberRightServices.php', + 'app\\services\\user\\member\\MemberShipServices' => __DIR__ . '/../..' . '/app/services/user/member/MemberShipServices.php', + 'app\\services\\wechat\\RoutineSchemeServices' => __DIR__ . '/../..' . '/app/services/wechat/RoutineSchemeServices.php', + 'app\\services\\wechat\\RoutineServices' => __DIR__ . '/../..' . '/app/services/wechat/RoutineServices.php', + 'app\\services\\wechat\\WechatKeyServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatKeyServices.php', + 'app\\services\\wechat\\WechatMediaServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatMediaServices.php', + 'app\\services\\wechat\\WechatMenuServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatMenuServices.php', + 'app\\services\\wechat\\WechatMessageServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatMessageServices.php', + 'app\\services\\wechat\\WechatNewsCategoryServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatNewsCategoryServices.php', + 'app\\services\\wechat\\WechatQrcodeCateServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatQrcodeCateServices.php', + 'app\\services\\wechat\\WechatQrcodeRecordServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatQrcodeRecordServices.php', + 'app\\services\\wechat\\WechatQrcodeServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatQrcodeServices.php', + 'app\\services\\wechat\\WechatReplyKeyServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatReplyKeyServices.php', + 'app\\services\\wechat\\WechatReplyServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatReplyServices.php', + 'app\\services\\wechat\\WechatServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatServices.php', + 'app\\services\\wechat\\WechatUserServices' => __DIR__ . '/../..' . '/app/services/wechat/WechatUserServices.php', + 'app\\services\\yihaotong\\SmsAdminServices' => __DIR__ . '/../..' . '/app/services/yihaotong/SmsAdminServices.php', + 'app\\services\\yihaotong\\SmsRecordServices' => __DIR__ . '/../..' . '/app/services/yihaotong/SmsRecordServices.php', + 'app\\services\\yihaotong\\SmsTemplateApplyServices' => __DIR__ . '/../..' . '/app/services/yihaotong/SmsTemplateApplyServices.php', + 'crmeb\\basic\\BaseController' => __DIR__ . '/../..' . '/crmeb/basic/BaseController.php', + 'crmeb\\basic\\BaseJobs' => __DIR__ . '/../..' . '/crmeb/basic/BaseJobs.php', + 'crmeb\\basic\\BaseManager' => __DIR__ . '/../..' . '/crmeb/basic/BaseManager.php', + 'crmeb\\basic\\BaseModel' => __DIR__ . '/../..' . '/crmeb/basic/BaseModel.php', + 'crmeb\\basic\\BaseStorage' => __DIR__ . '/../..' . '/crmeb/basic/BaseStorage.php', + 'crmeb\\command\\Npm' => __DIR__ . '/../..' . '/crmeb/command/Npm.php', + 'crmeb\\command\\Timer' => __DIR__ . '/../..' . '/crmeb/command/Timer.php', + 'crmeb\\command\\Util' => __DIR__ . '/../..' . '/crmeb/command/Util.php', + 'crmeb\\command\\Workerman' => __DIR__ . '/../..' . '/crmeb/command/Workerman.php', + 'crmeb\\exceptions\\AdminException' => __DIR__ . '/../..' . '/crmeb/exceptions/AdminException.php', + 'crmeb\\exceptions\\ApiException' => __DIR__ . '/../..' . '/crmeb/exceptions/ApiException.php', + 'crmeb\\exceptions\\ApiStatusException' => __DIR__ . '/../..' . '/crmeb/exceptions/ApiStatusException.php', + 'crmeb\\exceptions\\AuthException' => __DIR__ . '/../..' . '/crmeb/exceptions/AuthException.php', + 'crmeb\\exceptions\\CrudException' => __DIR__ . '/../..' . '/crmeb/exceptions/CrudException.php', + 'crmeb\\exceptions\\PayException' => __DIR__ . '/../..' . '/crmeb/exceptions/PayException.php', + 'crmeb\\exceptions\\UploadException' => __DIR__ . '/../..' . '/crmeb/exceptions/UploadException.php', + 'crmeb\\interfaces\\JobInterface' => __DIR__ . '/../..' . '/crmeb/interfaces/JobInterface.php', + 'crmeb\\interfaces\\ListenerInterface' => __DIR__ . '/../..' . '/crmeb/interfaces/ListenerInterface.php', + 'crmeb\\interfaces\\MiddlewareInterface' => __DIR__ . '/../..' . '/crmeb/interfaces/MiddlewareInterface.php', + 'crmeb\\interfaces\\ProviderInterface' => __DIR__ . '/../..' . '/crmeb/interfaces/ProviderInterface.php', + 'crmeb\\services\\AccessTokenServeService' => __DIR__ . '/../..' . '/crmeb/services/AccessTokenServeService.php', + 'crmeb\\services\\AliPayService' => __DIR__ . '/../..' . '/crmeb/services/AliPayService.php', + 'crmeb\\services\\CacheService' => __DIR__ . '/../..' . '/crmeb/services/CacheService.php', + 'crmeb\\services\\FileService' => __DIR__ . '/../..' . '/crmeb/services/FileService.php', + 'crmeb\\services\\FormBuilder' => __DIR__ . '/../..' . '/crmeb/services/FormBuilder.php', + 'crmeb\\services\\GroupDataService' => __DIR__ . '/../..' . '/crmeb/services/GroupDataService.php', + 'crmeb\\services\\HttpService' => __DIR__ . '/../..' . '/crmeb/services/HttpService.php', + 'crmeb\\services\\LockService' => __DIR__ . '/../..' . '/crmeb/services/LockService.php', + 'crmeb\\services\\MysqlBackupService' => __DIR__ . '/../..' . '/crmeb/services/MysqlBackupService.php', + 'crmeb\\services\\SpreadsheetExcelService' => __DIR__ . '/../..' . '/crmeb/services/SpreadsheetExcelService.php', + 'crmeb\\services\\SystemConfigService' => __DIR__ . '/../..' . '/crmeb/services/SystemConfigService.php', + 'crmeb\\services\\UpgradeService' => __DIR__ . '/../..' . '/crmeb/services/UpgradeService.php', + 'crmeb\\services\\app\\MiniProgramService' => __DIR__ . '/../..' . '/crmeb/services/app/MiniProgramService.php', + 'crmeb\\services\\app\\WechatOpenService' => __DIR__ . '/../..' . '/crmeb/services/app/WechatOpenService.php', + 'crmeb\\services\\app\\WechatService' => __DIR__ . '/../..' . '/crmeb/services/app/WechatService.php', + 'crmeb\\services\\copyproduct\\BaseCopyProduct' => __DIR__ . '/../..' . '/crmeb/services/copyproduct/BaseCopyProduct.php', + 'crmeb\\services\\copyproduct\\CopyProduct' => __DIR__ . '/../..' . '/crmeb/services/copyproduct/CopyProduct.php', + 'crmeb\\services\\copyproduct\\storage\\Copy' => __DIR__ . '/../..' . '/crmeb/services/copyproduct/storage/Copy.php', + 'crmeb\\services\\copyproduct\\storage\\Copy99api' => __DIR__ . '/../..' . '/crmeb/services/copyproduct/storage/Copy99api.php', + 'crmeb\\services\\crud\\Controller' => __DIR__ . '/../..' . '/crmeb/services/crud/Controller.php', + 'crmeb\\services\\crud\\Dao' => __DIR__ . '/../..' . '/crmeb/services/crud/Dao.php', + 'crmeb\\services\\crud\\Make' => __DIR__ . '/../..' . '/crmeb/services/crud/Make.php', + 'crmeb\\services\\crud\\Model' => __DIR__ . '/../..' . '/crmeb/services/crud/Model.php', + 'crmeb\\services\\crud\\Route' => __DIR__ . '/../..' . '/crmeb/services/crud/Route.php', + 'crmeb\\services\\crud\\Service' => __DIR__ . '/../..' . '/crmeb/services/crud/Service.php', + 'crmeb\\services\\crud\\Validate' => __DIR__ . '/../..' . '/crmeb/services/crud/Validate.php', + 'crmeb\\services\\crud\\ViewApi' => __DIR__ . '/../..' . '/crmeb/services/crud/ViewApi.php', + 'crmeb\\services\\crud\\ViewPages' => __DIR__ . '/../..' . '/crmeb/services/crud/ViewPages.php', + 'crmeb\\services\\crud\\ViewRouter' => __DIR__ . '/../..' . '/crmeb/services/crud/ViewRouter.php', + 'crmeb\\services\\crud\\enum\\ActionEnum' => __DIR__ . '/../..' . '/crmeb/services/crud/enum/ActionEnum.php', + 'crmeb\\services\\crud\\enum\\FormTypeEnum' => __DIR__ . '/../..' . '/crmeb/services/crud/enum/FormTypeEnum.php', + 'crmeb\\services\\crud\\enum\\SearchEnum' => __DIR__ . '/../..' . '/crmeb/services/crud/enum/SearchEnum.php', + 'crmeb\\services\\crud\\enum\\ServiceActionEnum' => __DIR__ . '/../..' . '/crmeb/services/crud/enum/ServiceActionEnum.php', + 'crmeb\\services\\easywechat\\Application' => __DIR__ . '/../..' . '/crmeb/services/easywechat/Application.php', + 'crmeb\\services\\easywechat\\miniPayment\\ServiceProvider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/miniPayment/ServiceProvider.php', + 'crmeb\\services\\easywechat\\miniPayment\\WeChatClient' => __DIR__ . '/../..' . '/crmeb/services/easywechat/miniPayment/WeChatClient.php', + 'crmeb\\services\\easywechat\\miniScheme\\ProgramProvider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/miniScheme/ProgramProvider.php', + 'crmeb\\services\\easywechat\\miniScheme\\ProgramScheme' => __DIR__ . '/../..' . '/crmeb/services/easywechat/miniScheme/ProgramScheme.php', + 'crmeb\\services\\easywechat\\oauth2\\wechat\\WechatOauth' => __DIR__ . '/../..' . '/crmeb/services/easywechat/oauth2/wechat/WechatOauth.php', + 'crmeb\\services\\easywechat\\oauth2\\wechat\\WechatOauth2Provider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/oauth2/wechat/WechatOauth2Provider.php', + 'crmeb\\services\\easywechat\\open3rd\\AccessToken' => __DIR__ . '/../..' . '/crmeb/services/easywechat/open3rd/AccessToken.php', + 'crmeb\\services\\easywechat\\open3rd\\ProgramOpen3rd' => __DIR__ . '/../..' . '/crmeb/services/easywechat/open3rd/ProgramOpen3rd.php', + 'crmeb\\services\\easywechat\\open3rd\\ProgramProvider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/open3rd/ProgramProvider.php', + 'crmeb\\services\\easywechat\\orderShipping\\BaseOrder' => __DIR__ . '/../..' . '/crmeb/services/easywechat/orderShipping/BaseOrder.php', + 'crmeb\\services\\easywechat\\orderShipping\\MiniOrderService' => __DIR__ . '/../..' . '/crmeb/services/easywechat/orderShipping/MiniOrderService.php', + 'crmeb\\services\\easywechat\\orderShipping\\OrderClient' => __DIR__ . '/../..' . '/crmeb/services/easywechat/orderShipping/OrderClient.php', + 'crmeb\\services\\easywechat\\orderShipping\\ServiceProvider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/orderShipping/ServiceProvider.php', + 'crmeb\\services\\easywechat\\orderShipping\\Utility' => __DIR__ . '/../..' . '/crmeb/services/easywechat/orderShipping/Utility.php', + 'crmeb\\services\\easywechat\\subscribe\\ProgramProvider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/subscribe/ProgramProvider.php', + 'crmeb\\services\\easywechat\\subscribe\\ProgramSubscribe' => __DIR__ . '/../..' . '/crmeb/services/easywechat/subscribe/ProgramSubscribe.php', + 'crmeb\\services\\easywechat\\v3pay\\BaseClient' => __DIR__ . '/../..' . '/crmeb/services/easywechat/v3pay/BaseClient.php', + 'crmeb\\services\\easywechat\\v3pay\\Certficates' => __DIR__ . '/../..' . '/crmeb/services/easywechat/v3pay/Certficates.php', + 'crmeb\\services\\easywechat\\v3pay\\PayClient' => __DIR__ . '/../..' . '/crmeb/services/easywechat/v3pay/PayClient.php', + 'crmeb\\services\\easywechat\\v3pay\\ServiceProvider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/v3pay/ServiceProvider.php', + 'crmeb\\services\\easywechat\\wechatTemplate\\ProgramProvider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/wechatTemplate/ProgramProvider.php', + 'crmeb\\services\\easywechat\\wechatTemplate\\ProgramTemplate' => __DIR__ . '/../..' . '/crmeb/services/easywechat/wechatTemplate/ProgramTemplate.php', + 'crmeb\\services\\easywechat\\wechatlive\\ProgramProvider' => __DIR__ . '/../..' . '/crmeb/services/easywechat/wechatlive/ProgramProvider.php', + 'crmeb\\services\\easywechat\\wechatlive\\ProgramWechatLive' => __DIR__ . '/../..' . '/crmeb/services/easywechat/wechatlive/ProgramWechatLive.php', + 'crmeb\\services\\express\\BaseExpress' => __DIR__ . '/../..' . '/crmeb/services/express/BaseExpress.php', + 'crmeb\\services\\express\\Express' => __DIR__ . '/../..' . '/crmeb/services/express/Express.php', + 'crmeb\\services\\express\\storage\\AliyunExpress' => __DIR__ . '/../..' . '/crmeb/services/express/storage/AliyunExpress.php', + 'crmeb\\services\\express\\storage\\Express' => __DIR__ . '/../..' . '/crmeb/services/express/storage/Express.php', + 'crmeb\\services\\invoice\\BaseInvoice' => __DIR__ . '/../..' . '/crmeb/services/invoice/BaseInvoice.php', + 'crmeb\\services\\invoice\\Invoice' => __DIR__ . '/../..' . '/crmeb/services/invoice/Invoice.php', + 'crmeb\\services\\invoice\\storage\\Yihaotong' => __DIR__ . '/../..' . '/crmeb/services/invoice/storage/Yihaotong.php', + 'crmeb\\services\\oauth\\OAuth' => __DIR__ . '/../..' . '/crmeb/services/oauth/OAuth.php', + 'crmeb\\services\\oauth\\OAuthException' => __DIR__ . '/../..' . '/crmeb/services/oauth/OAuthException.php', + 'crmeb\\services\\oauth\\OAuthInterface' => __DIR__ . '/../..' . '/crmeb/services/oauth/OAuthInterface.php', + 'crmeb\\services\\oauth\\storage\\MiniProgram' => __DIR__ . '/../..' . '/crmeb/services/oauth/storage/MiniProgram.php', + 'crmeb\\services\\oauth\\storage\\TouTiao' => __DIR__ . '/../..' . '/crmeb/services/oauth/storage/TouTiao.php', + 'crmeb\\services\\oauth\\storage\\Wechat' => __DIR__ . '/../..' . '/crmeb/services/oauth/storage/Wechat.php', + 'crmeb\\services\\pay\\BasePay' => __DIR__ . '/../..' . '/crmeb/services/pay/BasePay.php', + 'crmeb\\services\\pay\\Pay' => __DIR__ . '/../..' . '/crmeb/services/pay/Pay.php', + 'crmeb\\services\\pay\\PayInterface' => __DIR__ . '/../..' . '/crmeb/services/pay/PayInterface.php', + 'crmeb\\services\\pay\\extend\\allinpay\\AllinPay' => __DIR__ . '/../..' . '/crmeb/services/pay/extend/allinpay/AllinPay.php', + 'crmeb\\services\\pay\\extend\\allinpay\\Client' => __DIR__ . '/../..' . '/crmeb/services/pay/extend/allinpay/Client.php', + 'crmeb\\services\\pay\\storage\\AliPay' => __DIR__ . '/../..' . '/crmeb/services/pay/storage/AliPay.php', + 'crmeb\\services\\pay\\storage\\AllinPay' => __DIR__ . '/../..' . '/crmeb/services/pay/storage/AllinPay.php', + 'crmeb\\services\\pay\\storage\\V3WechatPay' => __DIR__ . '/../..' . '/crmeb/services/pay/storage/V3WechatPay.php', + 'crmeb\\services\\pay\\storage\\WechatPay' => __DIR__ . '/../..' . '/crmeb/services/pay/storage/WechatPay.php', + 'crmeb\\services\\printer\\AccessToken' => __DIR__ . '/../..' . '/crmeb/services/printer/AccessToken.php', + 'crmeb\\services\\printer\\BasePrinter' => __DIR__ . '/../..' . '/crmeb/services/printer/BasePrinter.php', + 'crmeb\\services\\printer\\Printer' => __DIR__ . '/../..' . '/crmeb/services/printer/Printer.php', + 'crmeb\\services\\printer\\storage\\FeiEYun' => __DIR__ . '/../..' . '/crmeb/services/printer/storage/FeiEYun.php', + 'crmeb\\services\\printer\\storage\\YiLianYun' => __DIR__ . '/../..' . '/crmeb/services/printer/storage/YiLianYun.php', + 'crmeb\\services\\serve\\Serve' => __DIR__ . '/../..' . '/crmeb/services/serve/Serve.php', + 'crmeb\\services\\serve\\storage\\Crmeb' => __DIR__ . '/../..' . '/crmeb/services/serve/storage/Crmeb.php', + 'crmeb\\services\\sms\\BaseSms' => __DIR__ . '/../..' . '/crmeb/services/sms/BaseSms.php', + 'crmeb\\services\\sms\\Sms' => __DIR__ . '/../..' . '/crmeb/services/sms/Sms.php', + 'crmeb\\services\\sms\\storage\\Aliyun' => __DIR__ . '/../..' . '/crmeb/services/sms/storage/Aliyun.php', + 'crmeb\\services\\sms\\storage\\Chuanglan' => __DIR__ . '/../..' . '/crmeb/services/sms/storage/Chuanglan.php', + 'crmeb\\services\\sms\\storage\\Tencent' => __DIR__ . '/../..' . '/crmeb/services/sms/storage/Tencent.php', + 'crmeb\\services\\sms\\storage\\Yihaotong' => __DIR__ . '/../..' . '/crmeb/services/sms/storage/Yihaotong.php', + 'crmeb\\services\\template\\BaseMessage' => __DIR__ . '/../..' . '/crmeb/services/template/BaseMessage.php', + 'crmeb\\services\\template\\Template' => __DIR__ . '/../..' . '/crmeb/services/template/Template.php', + 'crmeb\\services\\template\\storage\\Baidu' => __DIR__ . '/../..' . '/crmeb/services/template/storage/Baidu.php', + 'crmeb\\services\\template\\storage\\Subscribe' => __DIR__ . '/../..' . '/crmeb/services/template/storage/Subscribe.php', + 'crmeb\\services\\template\\storage\\Wechat' => __DIR__ . '/../..' . '/crmeb/services/template/storage/Wechat.php', + 'crmeb\\services\\upload\\BaseClient' => __DIR__ . '/../..' . '/crmeb/services/upload/BaseClient.php', + 'crmeb\\services\\upload\\BaseUpload' => __DIR__ . '/../..' . '/crmeb/services/upload/BaseUpload.php', + 'crmeb\\services\\upload\\Upload' => __DIR__ . '/../..' . '/crmeb/services/upload/Upload.php', + 'crmeb\\services\\upload\\XML' => __DIR__ . '/../..' . '/crmeb/services/upload/XML.php', + 'crmeb\\services\\upload\\extend\\cos\\Client' => __DIR__ . '/../..' . '/crmeb/services/upload/extend/cos/Client.php', + 'crmeb\\services\\upload\\extend\\cos\\Scope' => __DIR__ . '/../..' . '/crmeb/services/upload/extend/cos/Scope.php', + 'crmeb\\services\\upload\\extend\\cos\\Signature' => __DIR__ . '/../..' . '/crmeb/services/upload/extend/cos/Signature.php', + 'crmeb\\services\\upload\\extend\\cos\\Sts' => __DIR__ . '/../..' . '/crmeb/services/upload/extend/cos/Sts.php', + 'crmeb\\services\\upload\\extend\\jdoss\\Client' => __DIR__ . '/../..' . '/crmeb/services/upload/extend/jdoss/Client.php', + 'crmeb\\services\\upload\\extend\\obs\\Client' => __DIR__ . '/../..' . '/crmeb/services/upload/extend/obs/Client.php', + 'crmeb\\services\\upload\\storage\\Cos' => __DIR__ . '/../..' . '/crmeb/services/upload/storage/Cos.php', + 'crmeb\\services\\upload\\storage\\Jdoss' => __DIR__ . '/../..' . '/crmeb/services/upload/storage/Jdoss.php', + 'crmeb\\services\\upload\\storage\\Local' => __DIR__ . '/../..' . '/crmeb/services/upload/storage/Local.php', + 'crmeb\\services\\upload\\storage\\Obs' => __DIR__ . '/../..' . '/crmeb/services/upload/storage/Obs.php', + 'crmeb\\services\\upload\\storage\\Oss' => __DIR__ . '/../..' . '/crmeb/services/upload/storage/Oss.php', + 'crmeb\\services\\upload\\storage\\Qiniu' => __DIR__ . '/../..' . '/crmeb/services/upload/storage/Qiniu.php', + 'crmeb\\services\\upload\\storage\\Tyoss' => __DIR__ . '/../..' . '/crmeb/services/upload/storage/Tyoss.php', + 'crmeb\\services\\workerman\\ChannelService' => __DIR__ . '/../..' . '/crmeb/services/workerman/ChannelService.php', + 'crmeb\\services\\workerman\\Response' => __DIR__ . '/../..' . '/crmeb/services/workerman/Response.php', + 'crmeb\\services\\workerman\\WorkermanHandle' => __DIR__ . '/../..' . '/crmeb/services/workerman/WorkermanHandle.php', + 'crmeb\\services\\workerman\\WorkermanService' => __DIR__ . '/../..' . '/crmeb/services/workerman/WorkermanService.php', + 'crmeb\\services\\workerman\\chat\\ChatHandle' => __DIR__ . '/../..' . '/crmeb/services/workerman/chat/ChatHandle.php', + 'crmeb\\services\\workerman\\chat\\ChatService' => __DIR__ . '/../..' . '/crmeb/services/workerman/chat/ChatService.php', + 'crmeb\\traits\\JwtAuthModelTrait' => __DIR__ . '/../..' . '/crmeb/traits/JwtAuthModelTrait.php', + 'crmeb\\traits\\ModelTrait' => __DIR__ . '/../..' . '/crmeb/traits/ModelTrait.php', + 'crmeb\\traits\\QueueTrait' => __DIR__ . '/../..' . '/crmeb/traits/QueueTrait.php', + 'crmeb\\utils\\Arr' => __DIR__ . '/../..' . '/crmeb/utils/Arr.php', + 'crmeb\\utils\\Canvas' => __DIR__ . '/../..' . '/crmeb/utils/Canvas.php', + 'crmeb\\utils\\Captcha' => __DIR__ . '/../..' . '/crmeb/utils/Captcha.php', + 'crmeb\\utils\\DownloadImage' => __DIR__ . '/../..' . '/crmeb/utils/DownloadImage.php', + 'crmeb\\utils\\Hook' => __DIR__ . '/../..' . '/crmeb/utils/Hook.php', + 'crmeb\\utils\\Json' => __DIR__ . '/../..' . '/crmeb/utils/Json.php', + 'crmeb\\utils\\JwtAuth' => __DIR__ . '/../..' . '/crmeb/utils/JwtAuth.php', + 'crmeb\\utils\\Queue' => __DIR__ . '/../..' . '/crmeb/utils/Queue.php', + 'crmeb\\utils\\Rsa' => __DIR__ . '/../..' . '/crmeb/utils/Rsa.php', + 'crmeb\\utils\\Str' => __DIR__ . '/../..' . '/crmeb/utils/Str.php', + 'crmeb\\utils\\Terminal' => __DIR__ . '/../..' . '/crmeb/utils/Terminal.php', + 'crmeb\\utils\\Translate' => __DIR__ . '/../..' . '/crmeb/utils/Translate.php', + 'crmeb\\utils\\fileVerification' => __DIR__ . '/../..' . '/crmeb/utils/fileVerification.php', + 'dh2y\\qrcode\\QRcode' => __DIR__ . '/..' . '/dh2y/think-qrcode/src/QRcode.php', + 'think\\App' => __DIR__ . '/..' . '/topthink/framework/src/think/App.php', + 'think\\Cache' => __DIR__ . '/..' . '/topthink/framework/src/think/Cache.php', + 'think\\Collection' => __DIR__ . '/..' . '/topthink/think-helper/src/Collection.php', + 'think\\Config' => __DIR__ . '/..' . '/topthink/framework/src/think/Config.php', + 'think\\Console' => __DIR__ . '/..' . '/topthink/framework/src/think/Console.php', + 'think\\Container' => __DIR__ . '/..' . '/topthink/framework/src/think/Container.php', + 'think\\Cookie' => __DIR__ . '/..' . '/topthink/framework/src/think/Cookie.php', + 'think\\Db' => __DIR__ . '/..' . '/topthink/framework/src/think/Db.php', + 'think\\DbManager' => __DIR__ . '/..' . '/topthink/think-orm/src/DbManager.php', + 'think\\Env' => __DIR__ . '/..' . '/topthink/framework/src/think/Env.php', + 'think\\Event' => __DIR__ . '/..' . '/topthink/framework/src/think/Event.php', + 'think\\Exception' => __DIR__ . '/..' . '/topthink/framework/src/think/Exception.php', + 'think\\Facade' => __DIR__ . '/..' . '/topthink/framework/src/think/Facade.php', + 'think\\Factory' => __DIR__ . '/..' . '/topthink/think-factory/src/Factory.php', + 'think\\File' => __DIR__ . '/..' . '/topthink/framework/src/think/File.php', + 'think\\Filesystem' => __DIR__ . '/..' . '/topthink/think-filesystem/src/Filesystem.php', + 'think\\Http' => __DIR__ . '/..' . '/topthink/framework/src/think/Http.php', + 'think\\Image' => __DIR__ . '/..' . '/topthink/think-image/src/Image.php', + 'think\\Lang' => __DIR__ . '/..' . '/topthink/framework/src/think/Lang.php', + 'think\\Log' => __DIR__ . '/..' . '/topthink/framework/src/think/Log.php', + 'think\\Manager' => __DIR__ . '/..' . '/topthink/framework/src/think/Manager.php', + 'think\\Middleware' => __DIR__ . '/..' . '/topthink/framework/src/think/Middleware.php', + 'think\\Model' => __DIR__ . '/..' . '/topthink/think-orm/src/Model.php', + 'think\\Paginator' => __DIR__ . '/..' . '/topthink/think-orm/src/Paginator.php', + 'think\\Pipeline' => __DIR__ . '/..' . '/topthink/framework/src/think/Pipeline.php', + 'think\\Queue' => __DIR__ . '/..' . '/topthink/think-queue/src/Queue.php', + 'think\\Request' => __DIR__ . '/..' . '/topthink/framework/src/think/Request.php', + 'think\\Response' => __DIR__ . '/..' . '/topthink/framework/src/think/Response.php', + 'think\\Route' => __DIR__ . '/..' . '/topthink/framework/src/think/Route.php', + 'think\\Service' => __DIR__ . '/..' . '/topthink/framework/src/think/Service.php', + 'think\\Session' => __DIR__ . '/..' . '/topthink/framework/src/think/Session.php', + 'think\\Template' => __DIR__ . '/..' . '/topthink/think-template/src/Template.php', + 'think\\Validate' => __DIR__ . '/..' . '/topthink/framework/src/think/Validate.php', + 'think\\View' => __DIR__ . '/..' . '/topthink/framework/src/think/View.php', + 'think\\app\\MultiApp' => __DIR__ . '/..' . '/topthink/think-multi-app/src/MultiApp.php', + 'think\\app\\Service' => __DIR__ . '/..' . '/topthink/think-multi-app/src/Service.php', + 'think\\app\\Url' => __DIR__ . '/..' . '/topthink/think-multi-app/src/Url.php', + 'think\\app\\command\\Build' => __DIR__ . '/..' . '/topthink/think-multi-app/src/command/Build.php', + 'think\\app\\command\\Clear' => __DIR__ . '/..' . '/topthink/think-multi-app/src/command/Clear.php', + 'think\\cache\\Driver' => __DIR__ . '/..' . '/topthink/framework/src/think/cache/Driver.php', + 'think\\cache\\TagSet' => __DIR__ . '/..' . '/topthink/framework/src/think/cache/TagSet.php', + 'think\\cache\\driver\\File' => __DIR__ . '/..' . '/topthink/framework/src/think/cache/driver/File.php', + 'think\\cache\\driver\\Memcache' => __DIR__ . '/..' . '/topthink/framework/src/think/cache/driver/Memcache.php', + 'think\\cache\\driver\\Memcached' => __DIR__ . '/..' . '/topthink/framework/src/think/cache/driver/Memcached.php', + 'think\\cache\\driver\\Redis' => __DIR__ . '/..' . '/topthink/framework/src/think/cache/driver/Redis.php', + 'think\\cache\\driver\\Wincache' => __DIR__ . '/..' . '/topthink/framework/src/think/cache/driver/Wincache.php', + 'think\\captcha\\Captcha' => __DIR__ . '/..' . '/topthink/think-captcha/src/Captcha.php', + 'think\\captcha\\CaptchaController' => __DIR__ . '/..' . '/topthink/think-captcha/src/CaptchaController.php', + 'think\\captcha\\CaptchaService' => __DIR__ . '/..' . '/topthink/think-captcha/src/CaptchaService.php', + 'think\\captcha\\facade\\Captcha' => __DIR__ . '/..' . '/topthink/think-captcha/src/facade/Captcha.php', + 'think\\console\\Command' => __DIR__ . '/..' . '/topthink/framework/src/think/console/Command.php', + 'think\\console\\Input' => __DIR__ . '/..' . '/topthink/framework/src/think/console/Input.php', + 'think\\console\\Output' => __DIR__ . '/..' . '/topthink/framework/src/think/console/Output.php', + 'think\\console\\Table' => __DIR__ . '/..' . '/topthink/framework/src/think/console/Table.php', + 'think\\console\\command\\Clear' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/Clear.php', + 'think\\console\\command\\Help' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/Help.php', + 'think\\console\\command\\Lists' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/Lists.php', + 'think\\console\\command\\Make' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/Make.php', + 'think\\console\\command\\RouteList' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/RouteList.php', + 'think\\console\\command\\RunServer' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/RunServer.php', + 'think\\console\\command\\ServiceDiscover' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/ServiceDiscover.php', + 'think\\console\\command\\VendorPublish' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/VendorPublish.php', + 'think\\console\\command\\Version' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/Version.php', + 'think\\console\\command\\make\\Command' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Command.php', + 'think\\console\\command\\make\\Controller' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Controller.php', + 'think\\console\\command\\make\\Event' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Event.php', + 'think\\console\\command\\make\\Listener' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Listener.php', + 'think\\console\\command\\make\\Middleware' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Middleware.php', + 'think\\console\\command\\make\\Model' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Model.php', + 'think\\console\\command\\make\\Service' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Service.php', + 'think\\console\\command\\make\\Subscribe' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Subscribe.php', + 'think\\console\\command\\make\\Validate' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/make/Validate.php', + 'think\\console\\command\\optimize\\Route' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/optimize/Route.php', + 'think\\console\\command\\optimize\\Schema' => __DIR__ . '/..' . '/topthink/framework/src/think/console/command/optimize/Schema.php', + 'think\\console\\input\\Argument' => __DIR__ . '/..' . '/topthink/framework/src/think/console/input/Argument.php', + 'think\\console\\input\\Definition' => __DIR__ . '/..' . '/topthink/framework/src/think/console/input/Definition.php', + 'think\\console\\input\\Option' => __DIR__ . '/..' . '/topthink/framework/src/think/console/input/Option.php', + 'think\\console\\output\\Ask' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/Ask.php', + 'think\\console\\output\\Descriptor' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/Descriptor.php', + 'think\\console\\output\\Formatter' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/Formatter.php', + 'think\\console\\output\\Question' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/Question.php', + 'think\\console\\output\\descriptor\\Console' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/descriptor/Console.php', + 'think\\console\\output\\driver\\Buffer' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/driver/Buffer.php', + 'think\\console\\output\\driver\\Console' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/driver/Console.php', + 'think\\console\\output\\driver\\Nothing' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/driver/Nothing.php', + 'think\\console\\output\\formatter\\Stack' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/formatter/Stack.php', + 'think\\console\\output\\formatter\\Style' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/formatter/Style.php', + 'think\\console\\output\\question\\Choice' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/question/Choice.php', + 'think\\console\\output\\question\\Confirmation' => __DIR__ . '/..' . '/topthink/framework/src/think/console/output/question/Confirmation.php', + 'think\\contract\\Arrayable' => __DIR__ . '/..' . '/topthink/think-helper/src/contract/Arrayable.php', + 'think\\contract\\CacheHandlerInterface' => __DIR__ . '/..' . '/topthink/framework/src/think/contract/CacheHandlerInterface.php', + 'think\\contract\\Jsonable' => __DIR__ . '/..' . '/topthink/think-helper/src/contract/Jsonable.php', + 'think\\contract\\LogHandlerInterface' => __DIR__ . '/..' . '/topthink/framework/src/think/contract/LogHandlerInterface.php', + 'think\\contract\\ModelRelationInterface' => __DIR__ . '/..' . '/topthink/framework/src/think/contract/ModelRelationInterface.php', + 'think\\contract\\SessionHandlerInterface' => __DIR__ . '/..' . '/topthink/framework/src/think/contract/SessionHandlerInterface.php', + 'think\\contract\\TemplateHandlerInterface' => __DIR__ . '/..' . '/topthink/framework/src/think/contract/TemplateHandlerInterface.php', + 'think\\db\\BaseQuery' => __DIR__ . '/..' . '/topthink/think-orm/src/db/BaseQuery.php', + 'think\\db\\Builder' => __DIR__ . '/..' . '/topthink/think-orm/src/db/Builder.php', + 'think\\db\\CacheItem' => __DIR__ . '/..' . '/topthink/think-orm/src/db/CacheItem.php', + 'think\\db\\Connection' => __DIR__ . '/..' . '/topthink/think-orm/src/db/Connection.php', + 'think\\db\\ConnectionInterface' => __DIR__ . '/..' . '/topthink/think-orm/src/db/ConnectionInterface.php', + 'think\\db\\Fetch' => __DIR__ . '/..' . '/topthink/think-orm/src/db/Fetch.php', + 'think\\db\\Mongo' => __DIR__ . '/..' . '/topthink/think-orm/src/db/Mongo.php', + 'think\\db\\PDOConnection' => __DIR__ . '/..' . '/topthink/think-orm/src/db/PDOConnection.php', + 'think\\db\\Query' => __DIR__ . '/..' . '/topthink/think-orm/src/db/Query.php', + 'think\\db\\Raw' => __DIR__ . '/..' . '/topthink/think-orm/src/db/Raw.php', + 'think\\db\\Where' => __DIR__ . '/..' . '/topthink/think-orm/src/db/Where.php', + 'think\\db\\builder\\Mongo' => __DIR__ . '/..' . '/topthink/think-orm/src/db/builder/Mongo.php', + 'think\\db\\builder\\Mysql' => __DIR__ . '/..' . '/topthink/think-orm/src/db/builder/Mysql.php', + 'think\\db\\builder\\Oracle' => __DIR__ . '/..' . '/topthink/think-orm/src/db/builder/Oracle.php', + 'think\\db\\builder\\Pgsql' => __DIR__ . '/..' . '/topthink/think-orm/src/db/builder/Pgsql.php', + 'think\\db\\builder\\Sqlite' => __DIR__ . '/..' . '/topthink/think-orm/src/db/builder/Sqlite.php', + 'think\\db\\builder\\Sqlsrv' => __DIR__ . '/..' . '/topthink/think-orm/src/db/builder/Sqlsrv.php', + 'think\\db\\concern\\AggregateQuery' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/AggregateQuery.php', + 'think\\db\\concern\\JoinAndViewQuery' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/JoinAndViewQuery.php', + 'think\\db\\concern\\ModelRelationQuery' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/ModelRelationQuery.php', + 'think\\db\\concern\\ParamsBind' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/ParamsBind.php', + 'think\\db\\concern\\ResultOperation' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/ResultOperation.php', + 'think\\db\\concern\\TableFieldInfo' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/TableFieldInfo.php', + 'think\\db\\concern\\TimeFieldQuery' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/TimeFieldQuery.php', + 'think\\db\\concern\\Transaction' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/Transaction.php', + 'think\\db\\concern\\WhereQuery' => __DIR__ . '/..' . '/topthink/think-orm/src/db/concern/WhereQuery.php', + 'think\\db\\connector\\Mongo' => __DIR__ . '/..' . '/topthink/think-orm/src/db/connector/Mongo.php', + 'think\\db\\connector\\Mysql' => __DIR__ . '/..' . '/topthink/think-orm/src/db/connector/Mysql.php', + 'think\\db\\connector\\Oracle' => __DIR__ . '/..' . '/topthink/think-orm/src/db/connector/Oracle.php', + 'think\\db\\connector\\Pgsql' => __DIR__ . '/..' . '/topthink/think-orm/src/db/connector/Pgsql.php', + 'think\\db\\connector\\Sqlite' => __DIR__ . '/..' . '/topthink/think-orm/src/db/connector/Sqlite.php', + 'think\\db\\connector\\Sqlsrv' => __DIR__ . '/..' . '/topthink/think-orm/src/db/connector/Sqlsrv.php', + 'think\\db\\exception\\BindParamException' => __DIR__ . '/..' . '/topthink/think-orm/src/db/exception/BindParamException.php', + 'think\\db\\exception\\DataNotFoundException' => __DIR__ . '/..' . '/topthink/think-orm/src/db/exception/DataNotFoundException.php', + 'think\\db\\exception\\DbException' => __DIR__ . '/..' . '/topthink/think-orm/src/db/exception/DbException.php', + 'think\\db\\exception\\InvalidArgumentException' => __DIR__ . '/..' . '/topthink/think-orm/src/db/exception/InvalidArgumentException.php', + 'think\\db\\exception\\ModelEventException' => __DIR__ . '/..' . '/topthink/think-orm/src/db/exception/ModelEventException.php', + 'think\\db\\exception\\ModelNotFoundException' => __DIR__ . '/..' . '/topthink/think-orm/src/db/exception/ModelNotFoundException.php', + 'think\\db\\exception\\PDOException' => __DIR__ . '/..' . '/topthink/think-orm/src/db/exception/PDOException.php', + 'think\\event\\AppInit' => __DIR__ . '/..' . '/topthink/framework/src/think/event/AppInit.php', + 'think\\event\\HttpEnd' => __DIR__ . '/..' . '/topthink/framework/src/think/event/HttpEnd.php', + 'think\\event\\HttpRun' => __DIR__ . '/..' . '/topthink/framework/src/think/event/HttpRun.php', + 'think\\event\\LogRecord' => __DIR__ . '/..' . '/topthink/framework/src/think/event/LogRecord.php', + 'think\\event\\LogWrite' => __DIR__ . '/..' . '/topthink/framework/src/think/event/LogWrite.php', + 'think\\event\\RouteLoaded' => __DIR__ . '/..' . '/topthink/framework/src/think/event/RouteLoaded.php', + 'think\\exception\\ClassNotFoundException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/ClassNotFoundException.php', + 'think\\exception\\ErrorException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/ErrorException.php', + 'think\\exception\\FileException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/FileException.php', + 'think\\exception\\FuncNotFoundException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/FuncNotFoundException.php', + 'think\\exception\\Handle' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/Handle.php', + 'think\\exception\\HttpException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/HttpException.php', + 'think\\exception\\HttpResponseException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/HttpResponseException.php', + 'think\\exception\\InvalidArgumentException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/InvalidArgumentException.php', + 'think\\exception\\RouteNotFoundException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/RouteNotFoundException.php', + 'think\\exception\\ValidateException' => __DIR__ . '/..' . '/topthink/framework/src/think/exception/ValidateException.php', + 'think\\facade\\App' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/App.php', + 'think\\facade\\Cache' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Cache.php', + 'think\\facade\\Config' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Config.php', + 'think\\facade\\Console' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Console.php', + 'think\\facade\\Cookie' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Cookie.php', + 'think\\facade\\Db' => __DIR__ . '/..' . '/topthink/think-orm/src/facade/Db.php', + 'think\\facade\\Env' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Env.php', + 'think\\facade\\Event' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Event.php', + 'think\\facade\\Filesystem' => __DIR__ . '/..' . '/topthink/think-filesystem/src/facade/Filesystem.php', + 'think\\facade\\Lang' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Lang.php', + 'think\\facade\\Log' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Log.php', + 'think\\facade\\Middleware' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Middleware.php', + 'think\\facade\\Queue' => __DIR__ . '/..' . '/topthink/think-queue/src/facade/Queue.php', + 'think\\facade\\Request' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Request.php', + 'think\\facade\\Route' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Route.php', + 'think\\facade\\Session' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Session.php', + 'think\\facade\\Template' => __DIR__ . '/..' . '/topthink/think-template/src/facade/Template.php', + 'think\\facade\\Validate' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/Validate.php', + 'think\\facade\\View' => __DIR__ . '/..' . '/topthink/framework/src/think/facade/View.php', + 'think\\file\\UploadedFile' => __DIR__ . '/..' . '/topthink/framework/src/think/file/UploadedFile.php', + 'think\\filesystem\\Driver' => __DIR__ . '/..' . '/topthink/think-filesystem/src/filesystem/Driver.php', + 'think\\filesystem\\driver\\Local' => __DIR__ . '/..' . '/topthink/think-filesystem/src/filesystem/driver/Local.php', + 'think\\helper\\Arr' => __DIR__ . '/..' . '/topthink/think-helper/src/helper/Arr.php', + 'think\\helper\\Str' => __DIR__ . '/..' . '/topthink/think-helper/src/helper/Str.php', + 'think\\image\\Exception' => __DIR__ . '/..' . '/topthink/think-image/src/image/Exception.php', + 'think\\image\\gif\\Decoder' => __DIR__ . '/..' . '/topthink/think-image/src/image/gif/Decoder.php', + 'think\\image\\gif\\Encoder' => __DIR__ . '/..' . '/topthink/think-image/src/image/gif/Encoder.php', + 'think\\image\\gif\\Gif' => __DIR__ . '/..' . '/topthink/think-image/src/image/gif/Gif.php', + 'think\\initializer\\BootService' => __DIR__ . '/..' . '/topthink/framework/src/think/initializer/BootService.php', + 'think\\initializer\\Error' => __DIR__ . '/..' . '/topthink/framework/src/think/initializer/Error.php', + 'think\\initializer\\RegisterService' => __DIR__ . '/..' . '/topthink/framework/src/think/initializer/RegisterService.php', + 'think\\log\\Channel' => __DIR__ . '/..' . '/topthink/framework/src/think/log/Channel.php', + 'think\\log\\ChannelSet' => __DIR__ . '/..' . '/topthink/framework/src/think/log/ChannelSet.php', + 'think\\log\\driver\\File' => __DIR__ . '/..' . '/topthink/framework/src/think/log/driver/File.php', + 'think\\log\\driver\\Socket' => __DIR__ . '/..' . '/topthink/framework/src/think/log/driver/Socket.php', + 'think\\middleware\\AllowCrossDomain' => __DIR__ . '/..' . '/topthink/framework/src/think/middleware/AllowCrossDomain.php', + 'think\\middleware\\CheckRequestCache' => __DIR__ . '/..' . '/topthink/framework/src/think/middleware/CheckRequestCache.php', + 'think\\middleware\\FormTokenCheck' => __DIR__ . '/..' . '/topthink/framework/src/think/middleware/FormTokenCheck.php', + 'think\\middleware\\LoadLangPack' => __DIR__ . '/..' . '/topthink/framework/src/think/middleware/LoadLangPack.php', + 'think\\middleware\\SessionInit' => __DIR__ . '/..' . '/topthink/framework/src/think/middleware/SessionInit.php', + 'think\\migration\\Command' => __DIR__ . '/..' . '/topthink/think-migration/src/Command.php', + 'think\\migration\\Creator' => __DIR__ . '/..' . '/topthink/think-migration/src/Creator.php', + 'think\\migration\\Factory' => __DIR__ . '/..' . '/topthink/think-migration/src/Factory.php', + 'think\\migration\\FactoryBuilder' => __DIR__ . '/..' . '/topthink/think-migration/src/FactoryBuilder.php', + 'think\\migration\\Migrator' => __DIR__ . '/..' . '/topthink/think-migration/src/Migrator.php', + 'think\\migration\\Seeder' => __DIR__ . '/..' . '/topthink/think-migration/src/Seeder.php', + 'think\\migration\\Service' => __DIR__ . '/..' . '/topthink/think-migration/src/Service.php', + 'think\\migration\\command\\Migrate' => __DIR__ . '/..' . '/topthink/think-migration/src/command/Migrate.php', + 'think\\migration\\command\\Seed' => __DIR__ . '/..' . '/topthink/think-migration/src/command/Seed.php', + 'think\\migration\\command\\factory\\Create' => __DIR__ . '/..' . '/topthink/think-migration/src/command/factory/Create.php', + 'think\\migration\\command\\migrate\\Breakpoint' => __DIR__ . '/..' . '/topthink/think-migration/src/command/migrate/Breakpoint.php', + 'think\\migration\\command\\migrate\\Create' => __DIR__ . '/..' . '/topthink/think-migration/src/command/migrate/Create.php', + 'think\\migration\\command\\migrate\\Rollback' => __DIR__ . '/..' . '/topthink/think-migration/src/command/migrate/Rollback.php', + 'think\\migration\\command\\migrate\\Run' => __DIR__ . '/..' . '/topthink/think-migration/src/command/migrate/Run.php', + 'think\\migration\\command\\migrate\\Status' => __DIR__ . '/..' . '/topthink/think-migration/src/command/migrate/Status.php', + 'think\\migration\\command\\seed\\Create' => __DIR__ . '/..' . '/topthink/think-migration/src/command/seed/Create.php', + 'think\\migration\\command\\seed\\Run' => __DIR__ . '/..' . '/topthink/think-migration/src/command/seed/Run.php', + 'think\\migration\\db\\Column' => __DIR__ . '/..' . '/topthink/think-migration/src/db/Column.php', + 'think\\migration\\db\\Table' => __DIR__ . '/..' . '/topthink/think-migration/src/db/Table.php', + 'think\\model\\Collection' => __DIR__ . '/..' . '/topthink/think-orm/src/model/Collection.php', + 'think\\model\\Pivot' => __DIR__ . '/..' . '/topthink/think-orm/src/model/Pivot.php', + 'think\\model\\Relation' => __DIR__ . '/..' . '/topthink/think-orm/src/model/Relation.php', + 'think\\model\\concern\\Attribute' => __DIR__ . '/..' . '/topthink/think-orm/src/model/concern/Attribute.php', + 'think\\model\\concern\\Conversion' => __DIR__ . '/..' . '/topthink/think-orm/src/model/concern/Conversion.php', + 'think\\model\\concern\\ModelEvent' => __DIR__ . '/..' . '/topthink/think-orm/src/model/concern/ModelEvent.php', + 'think\\model\\concern\\OptimLock' => __DIR__ . '/..' . '/topthink/think-orm/src/model/concern/OptimLock.php', + 'think\\model\\concern\\RelationShip' => __DIR__ . '/..' . '/topthink/think-orm/src/model/concern/RelationShip.php', + 'think\\model\\concern\\SoftDelete' => __DIR__ . '/..' . '/topthink/think-orm/src/model/concern/SoftDelete.php', + 'think\\model\\concern\\TimeStamp' => __DIR__ . '/..' . '/topthink/think-orm/src/model/concern/TimeStamp.php', + 'think\\model\\relation\\BelongsTo' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/BelongsTo.php', + 'think\\model\\relation\\BelongsToMany' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/BelongsToMany.php', + 'think\\model\\relation\\HasMany' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/HasMany.php', + 'think\\model\\relation\\HasManyThrough' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/HasManyThrough.php', + 'think\\model\\relation\\HasOne' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/HasOne.php', + 'think\\model\\relation\\HasOneThrough' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/HasOneThrough.php', + 'think\\model\\relation\\MorphMany' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/MorphMany.php', + 'think\\model\\relation\\MorphOne' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/MorphOne.php', + 'think\\model\\relation\\MorphTo' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/MorphTo.php', + 'think\\model\\relation\\MorphToMany' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/MorphToMany.php', + 'think\\model\\relation\\OneToOne' => __DIR__ . '/..' . '/topthink/think-orm/src/model/relation/OneToOne.php', + 'think\\paginator\\driver\\Bootstrap' => __DIR__ . '/..' . '/topthink/think-orm/src/paginator/driver/Bootstrap.php', + 'think\\queue\\CallQueuedHandler' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/CallQueuedHandler.php', + 'think\\queue\\Connector' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/Connector.php', + 'think\\queue\\FailedJob' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/FailedJob.php', + 'think\\queue\\InteractsWithTime' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/InteractsWithTime.php', + 'think\\queue\\Job' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/Job.php', + 'think\\queue\\Listener' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/Listener.php', + 'think\\queue\\Queueable' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/Queueable.php', + 'think\\queue\\Service' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/Service.php', + 'think\\queue\\ShouldQueue' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/ShouldQueue.php', + 'think\\queue\\Worker' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/Worker.php', + 'think\\queue\\command\\FailedTable' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/FailedTable.php', + 'think\\queue\\command\\FlushFailed' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/FlushFailed.php', + 'think\\queue\\command\\ForgetFailed' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/ForgetFailed.php', + 'think\\queue\\command\\ListFailed' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/ListFailed.php', + 'think\\queue\\command\\Listen' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/Listen.php', + 'think\\queue\\command\\Restart' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/Restart.php', + 'think\\queue\\command\\Retry' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/Retry.php', + 'think\\queue\\command\\Table' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/Table.php', + 'think\\queue\\command\\Work' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/command/Work.php', + 'think\\queue\\connector\\Database' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/connector/Database.php', + 'think\\queue\\connector\\Redis' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/connector/Redis.php', + 'think\\queue\\connector\\Sync' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/connector/Sync.php', + 'think\\queue\\event\\JobExceptionOccurred' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/event/JobExceptionOccurred.php', + 'think\\queue\\event\\JobFailed' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/event/JobFailed.php', + 'think\\queue\\event\\JobProcessed' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/event/JobProcessed.php', + 'think\\queue\\event\\JobProcessing' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/event/JobProcessing.php', + 'think\\queue\\event\\WorkerStopping' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/event/WorkerStopping.php', + 'think\\queue\\exception\\MaxAttemptsExceededException' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/exception/MaxAttemptsExceededException.php', + 'think\\queue\\failed\\Database' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/failed/Database.php', + 'think\\queue\\failed\\None' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/failed/None.php', + 'think\\queue\\job\\Database' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/job/Database.php', + 'think\\queue\\job\\Redis' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/job/Redis.php', + 'think\\queue\\job\\Sync' => __DIR__ . '/..' . '/topthink/think-queue/src/queue/job/Sync.php', + 'think\\response\\File' => __DIR__ . '/..' . '/topthink/framework/src/think/response/File.php', + 'think\\response\\Html' => __DIR__ . '/..' . '/topthink/framework/src/think/response/Html.php', + 'think\\response\\Json' => __DIR__ . '/..' . '/topthink/framework/src/think/response/Json.php', + 'think\\response\\Jsonp' => __DIR__ . '/..' . '/topthink/framework/src/think/response/Jsonp.php', + 'think\\response\\Redirect' => __DIR__ . '/..' . '/topthink/framework/src/think/response/Redirect.php', + 'think\\response\\View' => __DIR__ . '/..' . '/topthink/framework/src/think/response/View.php', + 'think\\response\\Xml' => __DIR__ . '/..' . '/topthink/framework/src/think/response/Xml.php', + 'think\\route\\Dispatch' => __DIR__ . '/..' . '/topthink/framework/src/think/route/Dispatch.php', + 'think\\route\\Domain' => __DIR__ . '/..' . '/topthink/framework/src/think/route/Domain.php', + 'think\\route\\Resource' => __DIR__ . '/..' . '/topthink/framework/src/think/route/Resource.php', + 'think\\route\\Rule' => __DIR__ . '/..' . '/topthink/framework/src/think/route/Rule.php', + 'think\\route\\RuleGroup' => __DIR__ . '/..' . '/topthink/framework/src/think/route/RuleGroup.php', + 'think\\route\\RuleItem' => __DIR__ . '/..' . '/topthink/framework/src/think/route/RuleItem.php', + 'think\\route\\RuleName' => __DIR__ . '/..' . '/topthink/framework/src/think/route/RuleName.php', + 'think\\route\\Url' => __DIR__ . '/..' . '/topthink/framework/src/think/route/Url.php', + 'think\\route\\dispatch\\Callback' => __DIR__ . '/..' . '/topthink/framework/src/think/route/dispatch/Callback.php', + 'think\\route\\dispatch\\Controller' => __DIR__ . '/..' . '/topthink/framework/src/think/route/dispatch/Controller.php', + 'think\\route\\dispatch\\Url' => __DIR__ . '/..' . '/topthink/framework/src/think/route/dispatch/Url.php', + 'think\\service\\ModelService' => __DIR__ . '/..' . '/topthink/framework/src/think/service/ModelService.php', + 'think\\service\\PaginatorService' => __DIR__ . '/..' . '/topthink/framework/src/think/service/PaginatorService.php', + 'think\\service\\ValidateService' => __DIR__ . '/..' . '/topthink/framework/src/think/service/ValidateService.php', + 'think\\session\\Store' => __DIR__ . '/..' . '/topthink/framework/src/think/session/Store.php', + 'think\\session\\driver\\Cache' => __DIR__ . '/..' . '/topthink/framework/src/think/session/driver/Cache.php', + 'think\\session\\driver\\File' => __DIR__ . '/..' . '/topthink/framework/src/think/session/driver/File.php', + 'think\\template\\TagLib' => __DIR__ . '/..' . '/topthink/think-template/src/template/TagLib.php', + 'think\\template\\driver\\File' => __DIR__ . '/..' . '/topthink/think-template/src/template/driver/File.php', + 'think\\template\\exception\\TemplateNotFoundException' => __DIR__ . '/..' . '/topthink/think-template/src/template/exception/TemplateNotFoundException.php', + 'think\\template\\taglib\\Cx' => __DIR__ . '/..' . '/topthink/think-template/src/template/taglib/Cx.php', + 'think\\validate\\ValidateRule' => __DIR__ . '/..' . '/topthink/framework/src/think/validate/ValidateRule.php', + 'think\\view\\driver\\Php' => __DIR__ . '/..' . '/topthink/framework/src/think/view/driver/Php.php', + 'think\\view\\driver\\Think' => __DIR__ . '/..' . '/topthink/think-view/src/Think.php', + 'xin\\container\\AssocContainer' => __DIR__ . '/..' . '/xin/container/src/AssocContainer.php', + 'xin\\container\\Container' => __DIR__ . '/..' . '/xin/container/src/Container.php', + 'xin\\container\\ContainerException' => __DIR__ . '/..' . '/xin/container/src/ContainerException.php', + 'xin\\container\\NotFoundException' => __DIR__ . '/..' . '/xin/container/src/NotFoundException.php', + 'xin\\container\\ProviderContainer' => __DIR__ . '/..' . '/xin/container/src/ProviderContainer.php', + 'xin\\container\\ProviderInterface' => __DIR__ . '/..' . '/xin/container/src/ProviderInterface.php', + 'xin\\container\\traits\\AssocContainer' => __DIR__ . '/..' . '/xin/container/src/traits/AssocContainer.php', + 'xin\\container\\traits\\ProviderContainer' => __DIR__ . '/..' . '/xin/container/src/traits/ProviderContainer.php', + 'xin\\helper\\Arr' => __DIR__ . '/..' . '/xin/helper/src/Arr.php', + 'xin\\helper\\File' => __DIR__ . '/..' . '/xin/helper/src/File.php', + 'xin\\helper\\Func' => __DIR__ . '/..' . '/xin/helper/src/Func.php', + 'xin\\helper\\Num' => __DIR__ . '/..' . '/xin/helper/src/Num.php', + 'xin\\helper\\Position' => __DIR__ . '/..' . '/xin/helper/src/Position.php', + 'xin\\helper\\Regex' => __DIR__ . '/..' . '/xin/helper/src/Regex.php', + 'xin\\helper\\Secure' => __DIR__ . '/..' . '/xin/helper/src/Secure.php', + 'xin\\helper\\Server' => __DIR__ . '/..' . '/xin/helper/src/Server.php', + 'xin\\helper\\Str' => __DIR__ . '/..' . '/xin/helper/src/Str.php', + 'xin\\helper\\Time' => __DIR__ . '/..' . '/xin/helper/src/Time.php', + 'xin\\helper\\Version' => __DIR__ . '/..' . '/xin/helper/src/Version.php', ); public static function getInitializer(ClassLoader $loader) diff --git a/crmeb/vendor/composer/installed.json b/crmeb/vendor/composer/installed.json index 9009da740..75b423028 100644 --- a/crmeb/vendor/composer/installed.json +++ b/crmeb/vendor/composer/installed.json @@ -1839,31 +1839,25 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.5.5", - "version_normalized": "6.5.5.0", + "version": "6.5.8", + "version_normalized": "6.5.8.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", + "guzzlehttp/psr7": "^1.9", "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "symfony/polyfill-intl-idn": "^1.17" }, "require-dev": { "ext-curl": "*", @@ -1873,7 +1867,7 @@ "suggest": { "psr/log": "Required for using the Log middleware" }, - "time": "2020-06-16T21:01:06+00:00", + "time": "2022-06-20T22:16:07+00:00", "type": "library", "extra": { "branch-alias": { @@ -1882,22 +1876,52 @@ }, "installation-source": "dist", "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", @@ -1911,88 +1935,122 @@ "rest", "web service" ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], "install-path": "../guzzlehttp/guzzle" }, { "name": "guzzlehttp/promises", - "version": "v1.3.1", - "version_normalized": "1.3.1.0", + "version": "1.5.3", + "version_normalized": "1.5.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, - "time": "2016-12-20T10:07:11+00:00", + "time": "2023-05-21T12:31:43+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, "installation-source": "dist", "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.3" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], "install-path": "../guzzlehttp/promises" }, { "name": "guzzlehttp/psr7", - "version": "1.7.0", - "version_normalized": "1.7.0.0", + "version": "1.9.1", + "version_normalized": "1.9.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "shasum": "" }, "require": { "php": ">=5.4.0", @@ -2009,34 +2067,50 @@ "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, - "time": "2020-09-30T07:37:11+00:00", + "time": "2023-04-17T16:00:37+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, "installation-source": "dist", "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -2051,6 +2125,24 @@ "uri", "url" ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], "install-path": "../guzzlehttp/psr7" }, { @@ -3069,60 +3161,6 @@ ], "install-path": "../overtrue/wechat" }, - { - "name": "paragonie/random_compat", - "version": "v9.99.99", - "version_normalized": "9.99.99.0", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": "^7" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "time": "2018-07-02T15:55:56+00:00", - "type": "library", - "installation-source": "dist", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ], - "install-path": "../paragonie/random_compat" - }, { "name": "phpoffice/phpspreadsheet", "version": "1.13.0", @@ -3400,17 +3438,17 @@ }, { "name": "psr/http-message", - "version": "1.0.1", - "version_normalized": "1.0.1.0", + "version": "1.1", + "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "", "mirrors": [ { @@ -3420,13 +3458,13 @@ ] }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, - "time": "2016-08-06T14:39:51+00:00", + "time": "2023-04-04T09:50:52+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "installation-source": "dist", @@ -3455,6 +3493,9 @@ "request", "response" ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/1.1" + }, "install-path": "../psr/http-message" }, { @@ -3739,17 +3780,17 @@ }, { "name": "ralouphie/getallheaders", - "version": "2.0.5", - "version_normalized": "2.0.5.0", + "version": "3.0.3", + "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" + "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "", "mirrors": [ { @@ -3759,13 +3800,13 @@ ] }, "require": { - "php": ">=5.3" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "~3.7.0", - "satooshi/php-coveralls": ">=1.0" + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" }, - "time": "2016-02-11T07:05:27+00:00", + "time": "2019-03-08T08:55:37+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -3784,6 +3825,10 @@ } ], "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, "install-path": "../ralouphie/getallheaders" }, { @@ -4049,17 +4094,17 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.18.1", - "version_normalized": "1.18.1.0", + "version": "v1.31.0", + "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251" + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", "shasum": "", "mirrors": [ { @@ -4069,20 +4114,15 @@ ] }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php70": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, - "time": "2020-08-04T06:02:08+00:00", + "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4090,12 +4130,12 @@ }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4125,21 +4165,38 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "install-path": "../symfony/polyfill-intl-idn" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.18.1", - "version_normalized": "1.18.1.0", + "version": "v1.31.0", + "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "", "mirrors": [ { @@ -4149,17 +4206,14 @@ ] }, "require": { - "php": ">=5.3.3" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, - "time": "2020-07-14T12:35:20+00:00", + "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4167,12 +4221,12 @@ }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -4201,21 +4255,38 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "install-path": "../symfony/polyfill-intl-normalizer" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.11.0", - "version_normalized": "1.11.0.0", + "version": "v1.31.0", + "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "", "mirrors": [ { @@ -4225,26 +4296,30 @@ ] }, "require": { - "php": ">=5.3.3" + "php": ">=7.2" + }, + "provide": { + "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, - "time": "2019-02-06T07:57:58+00:00", + "time": "2024-09-09T11:45:10+00:00", "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.11-dev" + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4269,21 +4344,38 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "install-path": "../symfony/polyfill-mbstring" }, { "name": "symfony/polyfill-php70", - "version": "v1.11.0", - "version_normalized": "1.11.0.0", + "version": "v1.20.0", + "version_normalized": "1.20.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "bc4858fb611bda58719124ca079baff854149c89" + "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89", - "reference": "bc4858fb611bda58719124ca079baff854149c89", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644", + "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644", "shasum": "", "mirrors": [ { @@ -4293,28 +4385,19 @@ ] }, "require": { - "paragonie/random_compat": "~1.0|~2.0|~9.99", - "php": ">=5.3.3" + "php": ">=7.1" }, - "time": "2019-02-06T07:57:58+00:00", - "type": "library", + "time": "2020-10-23T14:02:19+00:00", + "type": "metapackage", "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + }, "branch-alias": { - "dev-master": "1.11-dev" + "dev-main": "1.20-dev" } }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php70\\": "" - }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -4337,21 +4420,38 @@ "portable", "shim" ], - "install-path": "../symfony/polyfill-php70" + "support": { + "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": null }, { "name": "symfony/polyfill-php72", - "version": "v1.11.0", - "version_normalized": "1.11.0.0", + "version": "v1.31.0", + "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c" + "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c", - "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", + "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce", "shasum": "", "mirrors": [ { @@ -4361,24 +4461,16 @@ ] }, "require": { - "php": ">=5.3.3" + "php": ">=7.2" }, - "time": "2019-02-06T07:57:58+00:00", - "type": "library", + "time": "2024-09-09T11:45:10+00:00", + "type": "metapackage", "extra": { - "branch-alias": { - "dev-master": "1.11-dev" + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -4401,7 +4493,24 @@ "portable", "shim" ], - "install-path": "../symfony/polyfill-php72" + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": null }, { "name": "symfony/process", diff --git a/crmeb/vendor/composer/installed.php b/crmeb/vendor/composer/installed.php index cfaa00800..f16bd13d4 100644 --- a/crmeb/vendor/composer/installed.php +++ b/crmeb/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'topthink/think', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'dae04d81e66724eec953c6c2774249b896a19049', + 'reference' => '6a7a634548ea4fe1777a20f5921950251ba11569', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -413,27 +413,27 @@ ), ), 'guzzlehttp/guzzle' => array( - 'pretty_version' => '6.5.5', - 'version' => '6.5.5.0', - 'reference' => '9d4290de1cfd701f38099ef7e183b64b4b7b0c5e', + 'pretty_version' => '6.5.8', + 'version' => '6.5.8.0', + 'reference' => 'a52f0440530b54fa079ce76e8c5d196a42cad981', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => false, ), 'guzzlehttp/promises' => array( - 'pretty_version' => 'v1.3.1', - 'version' => '1.3.1.0', - 'reference' => 'a59da6cf61d80060647ff4d3eb2c03a2bc694646', + 'pretty_version' => '1.5.3', + 'version' => '1.5.3.0', + 'reference' => '67ab6e18aaa14d753cc148911d273f6e6cb6721e', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => false, ), 'guzzlehttp/psr7' => array( - 'pretty_version' => '1.7.0', - 'version' => '1.7.0.0', - 'reference' => '53330f47520498c0ae1f61f7e2c90f55690c06a3', + 'pretty_version' => '1.9.1', + 'version' => '1.9.1.0', + 'reference' => 'e4490cabc77465aaee90b20cfc9a770f8c04be6b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), @@ -565,15 +565,6 @@ 'aliases' => array(), 'dev_requirement' => false, ), - 'paragonie/random_compat' => array( - 'pretty_version' => 'v9.99.99', - 'version' => '9.99.99.0', - 'reference' => '84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95', - 'type' => 'library', - 'install_path' => __DIR__ . '/../paragonie/random_compat', - 'aliases' => array(), - 'dev_requirement' => false, - ), 'phpoffice/phpspreadsheet' => array( 'pretty_version' => '1.13.0', 'version' => '1.13.0.0', @@ -611,9 +602,9 @@ 'dev_requirement' => false, ), 'psr/http-message' => array( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', + 'pretty_version' => '1.1', + 'version' => '1.1.0.0', + 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), @@ -677,9 +668,9 @@ 'dev_requirement' => false, ), 'ralouphie/getallheaders' => array( - 'pretty_version' => '2.0.5', - 'version' => '2.0.5.0', - 'reference' => '5601c8a83fbba7ef674a7369456d12f1e0d0eafa', + 'pretty_version' => '3.0.3', + 'version' => '3.0.3.0', + 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), @@ -722,47 +713,47 @@ 'dev_requirement' => false, ), 'symfony/polyfill-intl-idn' => array( - 'pretty_version' => 'v1.18.1', - 'version' => '1.18.1.0', - 'reference' => '5dcab1bc7146cf8c1beaa4502a3d9be344334251', + 'pretty_version' => 'v1.31.0', + 'version' => '1.31.0.0', + 'reference' => 'c36586dcf89a12315939e00ec9b4474adcb1d773', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-idn', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-intl-normalizer' => array( - 'pretty_version' => 'v1.18.1', - 'version' => '1.18.1.0', - 'reference' => '37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e', + 'pretty_version' => 'v1.31.0', + 'version' => '1.31.0.0', + 'reference' => '3833d7255cc303546435cb650316bff708a1c75c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-mbstring' => array( - 'pretty_version' => 'v1.11.0', - 'version' => '1.11.0.0', - 'reference' => 'fe5e94c604826c35a32fa832f35bd036b6799609', + 'pretty_version' => 'v1.31.0', + 'version' => '1.31.0.0', + 'reference' => '85181ba99b2345b0ef10ce42ecac37612d9fd341', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-php70' => array( - 'pretty_version' => 'v1.11.0', - 'version' => '1.11.0.0', - 'reference' => 'bc4858fb611bda58719124ca079baff854149c89', - 'type' => 'library', - 'install_path' => __DIR__ . '/../symfony/polyfill-php70', + 'pretty_version' => 'v1.20.0', + 'version' => '1.20.0.0', + 'reference' => '5f03a781d984aae42cebd18e7912fa80f02ee644', + 'type' => 'metapackage', + 'install_path' => null, 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-php72' => array( - 'pretty_version' => 'v1.11.0', - 'version' => '1.11.0.0', - 'reference' => 'ab50dcf166d5f577978419edd37aa2bb8eabce0c', - 'type' => 'library', - 'install_path' => __DIR__ . '/../symfony/polyfill-php72', + 'pretty_version' => 'v1.31.0', + 'version' => '1.31.0.0', + 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', + 'type' => 'metapackage', + 'install_path' => null, 'aliases' => array(), 'dev_requirement' => false, ), @@ -829,7 +820,7 @@ 'topthink/think' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'dae04d81e66724eec953c6c2774249b896a19049', + 'reference' => '6a7a634548ea4fe1777a20f5921950251ba11569', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), diff --git a/crmeb/vendor/guzzlehttp/guzzle/CHANGELOG.md b/crmeb/vendor/guzzlehttp/guzzle/CHANGELOG.md index 464cf1c50..b053017a9 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/CHANGELOG.md +++ b/crmeb/vendor/guzzlehttp/guzzle/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 6.5.8 - 2022-06-20 + +* Fix change in port should be considered a change in origin +* Fix `CURLOPT_HTTPAUTH` option not cleared on change of origin + +## 6.5.7 - 2022-06-09 + +* Fix failure to strip Authorization header on HTTP downgrade +* Fix failure to strip the Cookie header on change in host or HTTP downgrade + +## 6.5.6 - 2022-05-25 + +* Fix cross-domain cookie leakage + ## 6.5.5 - 2020-06-16 * Unpin version constraint for `symfony/polyfill-intl-idn` [#2678](https://github.com/guzzle/guzzle/pull/2678) diff --git a/crmeb/vendor/guzzlehttp/guzzle/LICENSE b/crmeb/vendor/guzzlehttp/guzzle/LICENSE index 50a177b03..fd2375d88 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/LICENSE +++ b/crmeb/vendor/guzzlehttp/guzzle/LICENSE @@ -1,4 +1,12 @@ -Copyright (c) 2011-2018 Michael Dowling, https://github.com/mtdowling +The MIT License (MIT) + +Copyright (c) 2011 Michael Dowling +Copyright (c) 2012 Jeremy Lindblom +Copyright (c) 2014 Graham Campbell +Copyright (c) 2015 Márk Sági-Kazár +Copyright (c) 2015 Tobias Schultze +Copyright (c) 2016 Tobias Nyholm +Copyright (c) 2016 George Mponos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crmeb/vendor/guzzlehttp/guzzle/README.md b/crmeb/vendor/guzzlehttp/guzzle/README.md index 5fdb6c5f4..bc98e1a10 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/README.md +++ b/crmeb/vendor/guzzlehttp/guzzle/README.md @@ -1,8 +1,9 @@ -Guzzle, PHP HTTP client -======================= +![Guzzle](.github/logo.png?raw=true) + +# Guzzle, PHP HTTP client [![Latest Version](https://img.shields.io/github/release/guzzle/guzzle.svg?style=flat-square)](https://github.com/guzzle/guzzle/releases) -[![Build Status](https://img.shields.io/travis/guzzle/guzzle.svg?style=flat-square)](https://travis-ci.org/guzzle/guzzle) +[![Build Status](https://img.shields.io/github/workflow/status/guzzle/guzzle/CI?label=ci%20build&style=flat-square)](https://github.com/guzzle/guzzle/actions?query=workflow%3ACI) [![Total Downloads](https://img.shields.io/packagist/dt/guzzlehttp/guzzle.svg?style=flat-square)](https://packagist.org/packages/guzzlehttp/guzzle) Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and @@ -38,15 +39,18 @@ $promise->wait(); ## Help and docs -- [Documentation](http://guzzlephp.org/) -- [Stack Overflow](http://stackoverflow.com/questions/tagged/guzzle) +We use GitHub issues only to discuss bugs and new features. For support please refer to: + +- [Documentation](https://docs.guzzlephp.org) +- [Stack Overflow](https://stackoverflow.com/questions/tagged/guzzle) +- [#guzzle](https://app.slack.com/client/T0D2S9JCT/CE6UAAKL4) channel on [PHP-HTTP Slack](https://slack.httplug.io/) - [Gitter](https://gitter.im/guzzle/guzzle) ## Installing Guzzle The recommended way to install Guzzle is through -[Composer](http://getcomposer.org). +[Composer](https://getcomposer.org/). ```bash # Install Composer @@ -74,17 +78,20 @@ composer update ## Version Guidance -| Version | Status | Packagist | Namespace | Repo | Docs | PSR-7 | PHP Version | -|---------|------------|---------------------|--------------|---------------------|---------------------|-------|-------------| -| 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-docs] | No | >= 5.3.3 | -| 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A | No | >= 5.4 | -| 5.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-docs] | No | >= 5.4 | -| 6.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-docs] | Yes | >= 5.5 | +| Version | Status | Packagist | Namespace | Repo | Docs | PSR-7 | PHP Version | +|---------|----------------|---------------------|--------------|---------------------|---------------------|-------|--------------| +| 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-docs] | No | >=5.3.3,<7.0 | +| 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A | No | >=5.4,<7.0 | +| 5.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-docs] | No | >=5.4,<7.4 | +| 6.x | Security fixes | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-docs] | Yes | >=5.5,<8.0 | +| 7.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v7][guzzle-7-repo] | [v7][guzzle-7-docs] | Yes | >=7.2.5,<8.2 | [guzzle-3-repo]: https://github.com/guzzle/guzzle3 [guzzle-4-repo]: https://github.com/guzzle/guzzle/tree/4.x [guzzle-5-repo]: https://github.com/guzzle/guzzle/tree/5.3 -[guzzle-6-repo]: https://github.com/guzzle/guzzle -[guzzle-3-docs]: http://guzzle3.readthedocs.org -[guzzle-5-docs]: http://guzzle.readthedocs.org/en/5.3/ -[guzzle-6-docs]: http://guzzle.readthedocs.org/en/latest/ +[guzzle-6-repo]: https://github.com/guzzle/guzzle/tree/6.5 +[guzzle-7-repo]: https://github.com/guzzle/guzzle +[guzzle-3-docs]: https://guzzle3.readthedocs.io/ +[guzzle-5-docs]: https://docs.guzzlephp.org/en/5.3/ +[guzzle-6-docs]: https://docs.guzzlephp.org/en/6.5/ +[guzzle-7-docs]: https://docs.guzzlephp.org/en/latest/ diff --git a/crmeb/vendor/guzzlehttp/guzzle/composer.json b/crmeb/vendor/guzzlehttp/guzzle/composer.json index c01864f01..a57d78f60 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/composer.json +++ b/crmeb/vendor/guzzlehttp/guzzle/composer.json @@ -14,18 +14,48 @@ "homepage": "http://guzzlephp.org/", "license": "MIT", "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "require": { "php": ">=5.5", "ext-json": "*", - "symfony/polyfill-intl-idn": "^1.17.0", + "symfony/polyfill-intl-idn": "^1.17", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1" + "guzzlehttp/psr7": "^1.9" }, "require-dev": { "ext-curl": "*", @@ -36,7 +66,10 @@ "psr/log": "Required for using the Log middleware" }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "bamarni/composer-bin-plugin": true + } }, "extra": { "branch-alias": { diff --git a/crmeb/vendor/guzzlehttp/guzzle/src/Client.php b/crmeb/vendor/guzzlehttp/guzzle/src/Client.php index 137b33dc6..315a022cf 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/src/Client.php +++ b/crmeb/vendor/guzzlehttp/guzzle/src/Client.php @@ -234,7 +234,7 @@ private function configureDefaults(array $config) 'allow_redirects' => RedirectMiddleware::$defaultSettings, 'http_errors' => true, 'decode_content' => true, - 'verify' => false, + 'verify' => true, 'cookies' => false, 'idn_conversion' => true, ]; diff --git a/crmeb/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php b/crmeb/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php index 38f98ad7c..394df3a7c 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php +++ b/crmeb/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php @@ -240,6 +240,11 @@ public function extractCookies( if (0 !== strpos($sc->getPath(), '/')) { $sc->setPath($this->getCookiePathFromRequest($request)); } + if (!$sc->matchesDomain($request->getUri()->getHost())) { + continue; + } + // Note: At this point `$sc->getDomain()` being a public suffix should + // be rejected, but we don't want to pull in the full PSL dependency. $this->setCookie($sc); } } diff --git a/crmeb/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php b/crmeb/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php index 3d776a70b..55f6901a7 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php +++ b/crmeb/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php @@ -333,12 +333,19 @@ public function matchesPath($requestPath) */ public function matchesDomain($domain) { + $cookieDomain = $this->getDomain(); + if (null === $cookieDomain) { + return true; + } + // Remove the leading '.' as per spec in RFC 6265. // http://tools.ietf.org/html/rfc6265#section-5.2.3 - $cookieDomain = ltrim($this->getDomain(), '.'); + $cookieDomain = ltrim(strtolower($cookieDomain), '.'); + + $domain = strtolower($domain); // Domain not set or exact match. - if (!$cookieDomain || !strcasecmp($domain, $cookieDomain)) { + if ('' === $cookieDomain || $domain === $cookieDomain) { return true; } diff --git a/crmeb/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php b/crmeb/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php index e4644b7ac..008a29b8c 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php +++ b/crmeb/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php @@ -94,6 +94,14 @@ public function checkRedirect( $this->guardMax($request, $options); $nextRequest = $this->modifyRequest($request, $options, $response); + // If authorization is handled by curl, unset it if URI is cross-origin. + if (Psr7\UriComparator::isCrossOrigin($request->getUri(), $nextRequest->getUri()) && defined('\CURLOPT_HTTPAUTH')) { + unset( + $options['curl'][\CURLOPT_HTTPAUTH], + $options['curl'][\CURLOPT_USERPWD] + ); + } + if (isset($options['allow_redirects']['on_redirect'])) { call_user_func( $options['allow_redirects']['on_redirect'], @@ -141,7 +149,7 @@ function (ResponseInterface $response) use ($uri, $statusCode) { } /** - * Check for too many redirects + * Check for too many redirects. * * @return void * @@ -190,7 +198,7 @@ public function modifyRequest( $modify['body'] = ''; } - $uri = $this->redirectUri($request, $response, $protocols); + $uri = self::redirectUri($request, $response, $protocols); if (isset($options['idn_conversion']) && ($options['idn_conversion'] !== false)) { $idnOptions = ($options['idn_conversion'] === true) ? IDNA_DEFAULT : $options['idn_conversion']; $uri = Utils::idnUriConvert($uri, $idnOptions); @@ -210,16 +218,17 @@ public function modifyRequest( $modify['remove_headers'][] = 'Referer'; } - // Remove Authorization header if host is different. - if ($request->getUri()->getHost() !== $modify['uri']->getHost()) { + // Remove Authorization and Cookie headers if URI is cross-origin. + if (Psr7\UriComparator::isCrossOrigin($request->getUri(), $modify['uri'])) { $modify['remove_headers'][] = 'Authorization'; + $modify['remove_headers'][] = 'Cookie'; } return Psr7\modify_request($request, $modify); } /** - * Set the appropriate URL on the request based on the location header + * Set the appropriate URL on the request based on the location header. * * @param RequestInterface $request * @param ResponseInterface $response @@ -227,7 +236,7 @@ public function modifyRequest( * * @return UriInterface */ - private function redirectUri( + private static function redirectUri( RequestInterface $request, ResponseInterface $response, array $protocols diff --git a/crmeb/vendor/guzzlehttp/promises/CHANGELOG.md b/crmeb/vendor/guzzlehttp/promises/CHANGELOG.md index 551929f6b..2e1a2f384 100644 --- a/crmeb/vendor/guzzlehttp/promises/CHANGELOG.md +++ b/crmeb/vendor/guzzlehttp/promises/CHANGELOG.md @@ -1,5 +1,56 @@ # CHANGELOG +## 1.5.3 - 2023-05-21 + +### Changed + +- Removed remaining usage of deprecated functions + +## 1.5.2 - 2022-08-07 + +### Changed + +- Officially support PHP 8.2 + +## 1.5.1 - 2021-10-22 + +### Fixed + +- Revert "Call handler when waiting on fulfilled/rejected Promise" +- Fix pool memory leak when empty array of promises provided + +## 1.5.0 - 2021-10-07 + +### Changed + +- Call handler when waiting on fulfilled/rejected Promise +- Officially support PHP 8.1 + +### Fixed + +- Fix manually settle promises generated with `Utils::task` + +## 1.4.1 - 2021-02-18 + +### Fixed + +- Fixed `each_limit` skipping promises and failing + +## 1.4.0 - 2020-09-30 + +### Added + +- Support for PHP 8 +- Optional `$recursive` flag to `all` +- Replaced functions by static methods + +### Fixed + +- Fix empty `each` processing +- Fix promise handling for Iterators of non-unique keys +- Fixed `method_exists` crashes on PHP 8 +- Memory leak on exceptions + ## 1.3.1 - 2016-12-20 diff --git a/crmeb/vendor/guzzlehttp/promises/LICENSE b/crmeb/vendor/guzzlehttp/promises/LICENSE index 67f91a14c..9f0f943be 100644 --- a/crmeb/vendor/guzzlehttp/promises/LICENSE +++ b/crmeb/vendor/guzzlehttp/promises/LICENSE @@ -1,4 +1,9 @@ -Copyright (c) 2015-2016 Michael Dowling, https://github.com/mtdowling +The MIT License (MIT) + +Copyright (c) 2015 Michael Dowling +Copyright (c) 2015 Graham Campbell +Copyright (c) 2017 Tobias Schultze +Copyright (c) 2020 Tobias Nyholm Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crmeb/vendor/guzzlehttp/promises/Makefile b/crmeb/vendor/guzzlehttp/promises/Makefile deleted file mode 100644 index 8d5b3ef95..000000000 --- a/crmeb/vendor/guzzlehttp/promises/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -all: clean test - -test: - vendor/bin/phpunit - -coverage: - vendor/bin/phpunit --coverage-html=artifacts/coverage - -view-coverage: - open artifacts/coverage/index.html - -clean: - rm -rf artifacts/* diff --git a/crmeb/vendor/guzzlehttp/promises/README.md b/crmeb/vendor/guzzlehttp/promises/README.md index 7b607e28b..1ea667ab9 100644 --- a/crmeb/vendor/guzzlehttp/promises/README.md +++ b/crmeb/vendor/guzzlehttp/promises/README.md @@ -17,7 +17,7 @@ for a general introduction to promises. - [Implementation notes](#implementation-notes) -# Features +## Features - [Promises/A+](https://promisesaplus.com/) implementation. - Promise resolution and chaining is handled iteratively, allowing for @@ -26,18 +26,17 @@ for a general introduction to promises. - Promises can be cancelled. - Works with any object that has a `then` function. - C# style async/await coroutine promises using - `GuzzleHttp\Promise\coroutine()`. + `GuzzleHttp\Promise\Coroutine::of()`. -# Quick start +## Quick Start A *promise* represents the eventual result of an asynchronous operation. The primary way of interacting with a promise is through its `then` method, which registers callbacks to receive either a promise's eventual value or the reason why the promise cannot be fulfilled. - -## Callbacks +### Callbacks Callbacks are registered with the `then` method by providing an optional `$onFulfilled` followed by an optional `$onRejected` function. @@ -60,12 +59,11 @@ $promise->then( ``` *Resolving* a promise means that you either fulfill a promise with a *value* or -reject a promise with a *reason*. Resolving a promises triggers callbacks -registered with the promises's `then` method. These callbacks are triggered +reject a promise with a *reason*. Resolving a promise triggers callbacks +registered with the promise's `then` method. These callbacks are triggered only once and in the order in which they were added. - -## Resolving a promise +### Resolving a Promise Promises are fulfilled using the `resolve($value)` method. Resolving a promise with any value other than a `GuzzleHttp\Promise\RejectedPromise` will trigger @@ -88,12 +86,11 @@ $promise }); // Resolving the promise triggers the $onFulfilled callbacks and outputs -// "Hello, reader". +// "Hello, reader." $promise->resolve('reader.'); ``` - -## Promise forwarding +### Promise Forwarding Promises can be chained one after the other. Each then in the chain is a new promise. The return value of a promise is what's forwarded to the next @@ -123,7 +120,7 @@ $promise->resolve('A'); $nextPromise->resolve('B'); ``` -## Promise rejection +### Promise Rejection When a promise is rejected, the `$onRejected` callbacks are invoked with the rejection reason. @@ -140,7 +137,7 @@ $promise->reject('Error!'); // Outputs "Error!" ``` -## Rejection forwarding +### Rejection Forwarding If an exception is thrown in an `$onRejected` callback, subsequent `$onRejected` callbacks are invoked with the thrown exception as the reason. @@ -150,7 +147,7 @@ use GuzzleHttp\Promise\Promise; $promise = new Promise(); $promise->then(null, function ($reason) { - throw new \Exception($reason); + throw new Exception($reason); })->then(null, function ($reason) { assert($reason->getMessage() === 'Error!'); }); @@ -182,7 +179,6 @@ invoked using the value returned from the `$onRejected` callback. ```php use GuzzleHttp\Promise\Promise; -use GuzzleHttp\Promise\RejectedPromise; $promise = new Promise(); $promise @@ -196,7 +192,8 @@ $promise $promise->reject('Error!'); ``` -# Synchronous wait + +## Synchronous Wait You can synchronously force promises to complete using a promise's `wait` method. When creating a promise, you can provide a wait function that is used @@ -220,7 +217,7 @@ the promise is rejected with the exception and the exception is thrown. ```php $promise = new Promise(function () use (&$promise) { - throw new \Exception('foo'); + throw new Exception('foo'); }); $promise->wait(); // throws the exception. @@ -248,8 +245,7 @@ $promise->wait(); > PHP Fatal error: Uncaught exception 'GuzzleHttp\Promise\RejectionException' with message 'The promise was rejected with value: foo' - -## Unwrapping a promise +### Unwrapping a Promise When synchronously waiting on a promise, you are joining the state of the promise into the current state of execution (i.e., return the value of the @@ -276,7 +272,7 @@ wait function will be the value delivered to promise B. **Note**: when you do not unwrap the promise, no value is returned. -# Cancellation +## Cancellation You can cancel a promise that has not yet been fulfilled using the `cancel()` method of a promise. When creating a promise you can provide an optional @@ -284,10 +280,9 @@ cancel function that when invoked cancels the action of computing a resolution of the promise. -# API +## API - -## Promise +### Promise When creating a promise object, you can provide an optional `$waitFn` and `$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is @@ -350,7 +345,7 @@ A promise has the following methods: Rejects the promise with the given `$reason`. -## FulfilledPromise +### FulfilledPromise A fulfilled promise can be created to represent a promise that has been fulfilled. @@ -367,7 +362,7 @@ $promise->then(function ($value) { ``` -## RejectedPromise +### RejectedPromise A rejected promise can be created to represent a promise that has been rejected. @@ -384,7 +379,7 @@ $promise->then(null, function ($reason) { ``` -# Promise interop +## Promise Interoperability This library works with foreign promises that have a `then` method. This means you can use Guzzle promises with [React promises](https://github.com/reactphp/promise) @@ -397,7 +392,7 @@ $deferred = new React\Promise\Deferred(); $reactPromise = $deferred->promise(); // Create a Guzzle promise that is fulfilled with a React promise. -$guzzlePromise = new \GuzzleHttp\Promise\Promise(); +$guzzlePromise = new GuzzleHttp\Promise\Promise(); $guzzlePromise->then(function ($value) use ($reactPromise) { // Do something something with the value... // Return the React promise @@ -410,7 +405,7 @@ a foreign promise. You will need to wrap a third-party promise with a Guzzle promise in order to utilize wait and cancel functions with foreign promises. -## Event Loop Integration +### Event Loop Integration In order to keep the stack size constant, Guzzle promises are resolved asynchronously using a task queue. When waiting on promises synchronously, the @@ -424,7 +419,7 @@ instance. ```php // Get the global task queue -$queue = \GuzzleHttp\Promise\queue(); +$queue = GuzzleHttp\Promise\Utils::queue(); $queue->run(); ``` @@ -438,10 +433,9 @@ $loop->addPeriodicTimer(0, [$queue, 'run']); *TODO*: Perhaps adding a `futureTick()` on each tick would be faster? -# Implementation notes - +## Implementation Notes -## Promise resolution and chaining is handled iteratively +### Promise Resolution and Chaining is Handled Iteratively By shuffling pending handlers from one owner to another, promises are resolved iteratively, allowing for "infinite" then chaining. @@ -477,8 +471,7 @@ all of its pending handlers to the new promise. When the new promise is eventually resolved, all of the pending handlers are delivered the forwarded value. - -## A promise is the deferred. +### A Promise is the Deferred Some promise libraries implement promises using a deferred object to represent a computation and a promise object to represent the delivery of the result of @@ -502,3 +495,52 @@ $promise->then(function ($value) { echo $value; }); $promise->resolve('foo'); // prints "foo" ``` + + +## Upgrading from Function API + +A static API was first introduced in 1.4.0, in order to mitigate problems with +functions conflicting between global and local copies of the package. The +function API will be removed in 2.0.0. A migration table has been provided here +for your convenience: + +| Original Function | Replacement Method | +|----------------|----------------| +| `queue` | `Utils::queue` | +| `task` | `Utils::task` | +| `promise_for` | `Create::promiseFor` | +| `rejection_for` | `Create::rejectionFor` | +| `exception_for` | `Create::exceptionFor` | +| `iter_for` | `Create::iterFor` | +| `inspect` | `Utils::inspect` | +| `inspect_all` | `Utils::inspectAll` | +| `unwrap` | `Utils::unwrap` | +| `all` | `Utils::all` | +| `some` | `Utils::some` | +| `any` | `Utils::any` | +| `settle` | `Utils::settle` | +| `each` | `Each::of` | +| `each_limit` | `Each::ofLimit` | +| `each_limit_all` | `Each::ofLimitAll` | +| `!is_fulfilled` | `Is::pending` | +| `is_fulfilled` | `Is::fulfilled` | +| `is_rejected` | `Is::rejected` | +| `is_settled` | `Is::settled` | +| `coroutine` | `Coroutine::of` | + + +## Security + +If you discover a security vulnerability within this package, please send an email to security@tidelift.com. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see [Security Policy](https://github.com/guzzle/promises/security/policy) for more information. + + +## License + +Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more information. + + +## For Enterprise + +Available as part of the Tidelift Subscription + +The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-guzzlehttp-promises?utm_source=packagist-guzzlehttp-promises&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) diff --git a/crmeb/vendor/guzzlehttp/promises/composer.json b/crmeb/vendor/guzzlehttp/promises/composer.json index ec41a61e6..966e3e3a8 100644 --- a/crmeb/vendor/guzzlehttp/promises/composer.json +++ b/crmeb/vendor/guzzlehttp/promises/composer.json @@ -4,17 +4,32 @@ "keywords": ["promise"], "license": "MIT", "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "require": { - "php": ">=5.5.0" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "autoload": { "psr-4": { @@ -22,13 +37,17 @@ }, "files": ["src/functions_include.php"] }, + "autoload-dev": { + "psr-4": { + "GuzzleHttp\\Promise\\Tests\\": "tests/" + } + }, "scripts": { - "test": "vendor/bin/phpunit", - "test-ci": "vendor/bin/phpunit --coverage-text" + "test": "vendor/bin/simple-phpunit", + "test-ci": "vendor/bin/simple-phpunit --coverage-text" }, - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } + "config": { + "preferred-install": "dist", + "sort-packages": true } } diff --git a/crmeb/vendor/guzzlehttp/promises/src/AggregateException.php b/crmeb/vendor/guzzlehttp/promises/src/AggregateException.php index 6a5690c37..d2b5712b9 100644 --- a/crmeb/vendor/guzzlehttp/promises/src/AggregateException.php +++ b/crmeb/vendor/guzzlehttp/promises/src/AggregateException.php @@ -1,4 +1,5 @@ currentPromise->wait(); } }); - $this->nextCoroutine($this->generator->current()); + try { + $this->nextCoroutine($this->generator->current()); + } catch (\Exception $exception) { + $this->result->reject($exception); + } catch (Throwable $throwable) { + $this->result->reject($throwable); + } + } + + /** + * Create a new coroutine. + * + * @return self + */ + public static function of(callable $generatorFn) + { + return new self($generatorFn); } public function then( @@ -108,7 +126,7 @@ public function cancel() private function nextCoroutine($yielded) { - $this->currentPromise = promise_for($yielded) + $this->currentPromise = Create::promiseFor($yielded) ->then([$this, '_handleSuccess'], [$this, '_handleFailure']); } @@ -139,7 +157,7 @@ public function _handleFailure($reason) { unset($this->currentPromise); try { - $nextYield = $this->generator->throw(exception_for($reason)); + $nextYield = $this->generator->throw(Create::exceptionFor($reason)); // The throw was caught, so keep iterating on the coroutine $this->nextCoroutine($nextYield); } catch (Exception $exception) { diff --git a/crmeb/vendor/guzzlehttp/promises/src/Create.php b/crmeb/vendor/guzzlehttp/promises/src/Create.php new file mode 100644 index 000000000..8d038e9c1 --- /dev/null +++ b/crmeb/vendor/guzzlehttp/promises/src/Create.php @@ -0,0 +1,84 @@ +then([$promise, 'resolve'], [$promise, 'reject']); + return $promise; + } + + return new FulfilledPromise($value); + } + + /** + * Creates a rejected promise for a reason if the reason is not a promise. + * If the provided reason is a promise, then it is returned as-is. + * + * @param mixed $reason Promise or reason. + * + * @return PromiseInterface + */ + public static function rejectionFor($reason) + { + if ($reason instanceof PromiseInterface) { + return $reason; + } + + return new RejectedPromise($reason); + } + + /** + * Create an exception for a rejected promise value. + * + * @param mixed $reason + * + * @return \Exception|\Throwable + */ + public static function exceptionFor($reason) + { + if ($reason instanceof \Exception || $reason instanceof \Throwable) { + return $reason; + } + + return new RejectionException($reason); + } + + /** + * Returns an iterator for the given value. + * + * @param mixed $value + * + * @return \Iterator + */ + public static function iterFor($value) + { + if ($value instanceof \Iterator) { + return $value; + } + + if (is_array($value)) { + return new \ArrayIterator($value); + } + + return new \ArrayIterator([$value]); + } +} diff --git a/crmeb/vendor/guzzlehttp/promises/src/Each.php b/crmeb/vendor/guzzlehttp/promises/src/Each.php new file mode 100644 index 000000000..ff8efd734 --- /dev/null +++ b/crmeb/vendor/guzzlehttp/promises/src/Each.php @@ -0,0 +1,90 @@ + $onFulfilled, + 'rejected' => $onRejected + ]))->promise(); + } + + /** + * Like of, but only allows a certain number of outstanding promises at any + * given time. + * + * $concurrency may be an integer or a function that accepts the number of + * pending promises and returns a numeric concurrency limit value to allow + * for dynamic a concurrency size. + * + * @param mixed $iterable + * @param int|callable $concurrency + * @param callable $onFulfilled + * @param callable $onRejected + * + * @return PromiseInterface + */ + public static function ofLimit( + $iterable, + $concurrency, + callable $onFulfilled = null, + callable $onRejected = null + ) { + return (new EachPromise($iterable, [ + 'fulfilled' => $onFulfilled, + 'rejected' => $onRejected, + 'concurrency' => $concurrency + ]))->promise(); + } + + /** + * Like limit, but ensures that no promise in the given $iterable argument + * is rejected. If any promise is rejected, then the aggregate promise is + * rejected with the encountered rejection. + * + * @param mixed $iterable + * @param int|callable $concurrency + * @param callable $onFulfilled + * + * @return PromiseInterface + */ + public static function ofLimitAll( + $iterable, + $concurrency, + callable $onFulfilled = null + ) { + return self::ofLimit( + $iterable, + $concurrency, + $onFulfilled, + function ($reason, $idx, PromiseInterface $aggregate) { + $aggregate->reject($reason); + } + ); + } +} diff --git a/crmeb/vendor/guzzlehttp/promises/src/EachPromise.php b/crmeb/vendor/guzzlehttp/promises/src/EachPromise.php index d0ddf603f..280d79950 100644 --- a/crmeb/vendor/guzzlehttp/promises/src/EachPromise.php +++ b/crmeb/vendor/guzzlehttp/promises/src/EachPromise.php @@ -1,4 +1,5 @@ iterable = iter_for($iterable); + $this->iterable = Create::iterFor($iterable); if (isset($config['concurrency'])) { $this->concurrency = $config['concurrency']; @@ -65,6 +68,7 @@ public function __construct($iterable, array $config = []) } } + /** @psalm-suppress InvalidNullableReturnType */ public function promise() { if ($this->aggregate) { @@ -73,6 +77,7 @@ public function promise() try { $this->createPromise(); + /** @psalm-assert Promise $this->aggregate */ $this->iterable->rewind(); $this->refillPending(); } catch (\Throwable $e) { @@ -81,6 +86,10 @@ public function promise() $this->aggregate->reject($e); } + /** + * @psalm-suppress NullableReturnStatement + * @phpstan-ignore-next-line + */ return $this->aggregate; } @@ -88,18 +97,16 @@ private function createPromise() { $this->mutex = false; $this->aggregate = new Promise(function () { - reset($this->pending); - if (empty($this->pending) && !$this->iterable->valid()) { - $this->aggregate->resolve(null); + if ($this->checkIfFinished()) { return; } - + reset($this->pending); // Consume a potentially fluctuating list of promises while // ensuring that indexes are maintained (precluding array_shift). while ($promise = current($this->pending)) { next($this->pending); $promise->wait(); - if ($this->aggregate->getState() !== PromiseInterface::PENDING) { + if (Is::settled($this->aggregate)) { return; } } @@ -109,6 +116,7 @@ private function createPromise() $clearFn = function () { $this->iterable = $this->concurrency = $this->pending = null; $this->onFulfilled = $this->onRejected = null; + $this->nextPendingIndex = 0; }; $this->aggregate->then($clearFn, $clearFn); @@ -148,22 +156,32 @@ private function addPending() return false; } - $promise = promise_for($this->iterable->current()); - $idx = $this->iterable->key(); + $promise = Create::promiseFor($this->iterable->current()); + $key = $this->iterable->key(); + + // Iterable keys may not be unique, so we use a counter to + // guarantee uniqueness + $idx = $this->nextPendingIndex++; $this->pending[$idx] = $promise->then( - function ($value) use ($idx) { + function ($value) use ($idx, $key) { if ($this->onFulfilled) { call_user_func( - $this->onFulfilled, $value, $idx, $this->aggregate + $this->onFulfilled, + $value, + $key, + $this->aggregate ); } $this->step($idx); }, - function ($reason) use ($idx) { + function ($reason) use ($idx, $key) { if ($this->onRejected) { call_user_func( - $this->onRejected, $reason, $idx, $this->aggregate + $this->onRejected, + $reason, + $key, + $this->aggregate ); } $this->step($idx); @@ -201,7 +219,7 @@ private function advanceIterator() private function step($idx) { // If the promise was already resolved, then ignore this step. - if ($this->aggregate->getState() !== PromiseInterface::PENDING) { + if (Is::settled($this->aggregate)) { return; } diff --git a/crmeb/vendor/guzzlehttp/promises/src/FulfilledPromise.php b/crmeb/vendor/guzzlehttp/promises/src/FulfilledPromise.php index dbbeeb9f7..98f72a62a 100644 --- a/crmeb/vendor/guzzlehttp/promises/src/FulfilledPromise.php +++ b/crmeb/vendor/guzzlehttp/promises/src/FulfilledPromise.php @@ -1,4 +1,5 @@ value = $value; @@ -30,11 +32,11 @@ public function then( return $this; } - $queue = queue(); + $queue = Utils::queue(); $p = new Promise([$queue, 'run']); $value = $this->value; $queue->add(static function () use ($p, $value, $onFulfilled) { - if ($p->getState() === self::PENDING) { + if (Is::pending($p)) { try { $p->resolve($onFulfilled($value)); } catch (\Throwable $e) { diff --git a/crmeb/vendor/guzzlehttp/promises/src/Is.php b/crmeb/vendor/guzzlehttp/promises/src/Is.php new file mode 100644 index 000000000..c3ed8d014 --- /dev/null +++ b/crmeb/vendor/guzzlehttp/promises/src/Is.php @@ -0,0 +1,46 @@ +getState() === PromiseInterface::PENDING; + } + + /** + * Returns true if a promise is fulfilled or rejected. + * + * @return bool + */ + public static function settled(PromiseInterface $promise) + { + return $promise->getState() !== PromiseInterface::PENDING; + } + + /** + * Returns true if a promise is fulfilled. + * + * @return bool + */ + public static function fulfilled(PromiseInterface $promise) + { + return $promise->getState() === PromiseInterface::FULFILLED; + } + + /** + * Returns true if a promise is rejected. + * + * @return bool + */ + public static function rejected(PromiseInterface $promise) + { + return $promise->getState() === PromiseInterface::REJECTED; + } +} diff --git a/crmeb/vendor/guzzlehttp/promises/src/Promise.php b/crmeb/vendor/guzzlehttp/promises/src/Promise.php index 844ada073..75939057b 100644 --- a/crmeb/vendor/guzzlehttp/promises/src/Promise.php +++ b/crmeb/vendor/guzzlehttp/promises/src/Promise.php @@ -1,4 +1,5 @@ state === self::FULFILLED) { - return $onFulfilled - ? promise_for($this->result)->then($onFulfilled) - : promise_for($this->result); + $promise = Create::promiseFor($this->result); + return $onFulfilled ? $promise->then($onFulfilled) : $promise; } // It's either cancelled or rejected, so return a rejected promise // and immediately invoke any callbacks. - $rejection = rejection_for($this->result); + $rejection = Create::rejectionFor($this->result); return $onRejected ? $rejection->then(null, $onRejected) : $rejection; } @@ -61,19 +61,15 @@ public function wait($unwrap = true) { $this->waitIfPending(); - $inner = $this->result instanceof PromiseInterface - ? $this->result->wait($unwrap) - : $this->result; - + if ($this->result instanceof PromiseInterface) { + return $this->result->wait($unwrap); + } if ($unwrap) { - if ($this->result instanceof PromiseInterface - || $this->state === self::FULFILLED - ) { - return $inner; - } else { - // It's rejected so "unwrap" and throw an exception. - throw exception_for($inner); + if ($this->state === self::FULFILLED) { + return $this->result; } + // It's rejected so "unwrap" and throw an exception. + throw Create::exceptionFor($this->result); } } @@ -103,6 +99,7 @@ public function cancel() } // Reject the promise only if it wasn't rejected in a then callback. + /** @psalm-suppress RedundantCondition */ if ($this->state === self::PENDING) { $this->reject(new CancellationException('Promise has been cancelled')); } @@ -148,17 +145,15 @@ private function settle($state, $value) // If the value was not a settled promise or a thenable, then resolve // it in the task queue using the correct ID. - if (!method_exists($value, 'then')) { + if (!is_object($value) || !method_exists($value, 'then')) { $id = $state === self::FULFILLED ? 1 : 2; // It's a success, so resolve the handlers in the queue. - queue()->add(static function () use ($id, $value, $handlers) { + Utils::queue()->add(static function () use ($id, $value, $handlers) { foreach ($handlers as $handler) { self::callHandler($id, $value, $handler); } }); - } elseif ($value instanceof Promise - && $value->getState() === self::PENDING - ) { + } elseif ($value instanceof Promise && Is::pending($value)) { // We can just merge our handlers onto the next promise. $value->handlers = array_merge($value->handlers, $handlers); } else { @@ -184,8 +179,6 @@ static function ($reason) use ($handlers) { * @param int $index 1 (resolve) or 2 (reject). * @param mixed $value Value to pass to the callback. * @param array $handler Array of handler data (promise and callbacks). - * - * @return array Returns the next group to resolve. */ private static function callHandler($index, $value, array $handler) { @@ -194,13 +187,21 @@ private static function callHandler($index, $value, array $handler) // The promise may have been cancelled or resolved before placing // this thunk in the queue. - if ($promise->getState() !== self::PENDING) { + if (Is::settled($promise)) { return; } try { if (isset($handler[$index])) { - $promise->resolve($handler[$index]($value)); + /* + * If $f throws an exception, then $handler will be in the exception + * stack trace. Since $handler contains a reference to the callable + * itself we get a circular reference. We clear the $handler + * here to avoid that memory leak. + */ + $f = $handler[$index]; + unset($handler); + $promise->resolve($f($value)); } elseif ($index === 1) { // Forward resolution values as-is. $promise->resolve($value); @@ -224,15 +225,16 @@ private function waitIfPending() } elseif ($this->waitList) { $this->invokeWaitList(); } else { - // If there's not wait function, then reject the promise. + // If there's no wait function, then reject the promise. $this->reject('Cannot wait on a promise that has ' . 'no internal wait function. You must provide a wait ' . 'function when constructing the promise to be able to ' . 'wait on a promise.'); } - queue()->run(); + Utils::queue()->run(); + /** @psalm-suppress RedundantCondition */ if ($this->state === self::PENDING) { $this->reject('Invoking the wait callback did not resolve the promise'); } @@ -263,17 +265,13 @@ private function invokeWaitList() $this->waitList = null; foreach ($waitList as $result) { - while (true) { + do { $result->waitIfPending(); + $result = $result->result; + } while ($result instanceof Promise); - if ($result->result instanceof Promise) { - $result = $result->result; - } else { - if ($result->result instanceof PromiseInterface) { - $result->result->wait(false); - } - break; - } + if ($result instanceof PromiseInterface) { + $result->wait(false); } } } diff --git a/crmeb/vendor/guzzlehttp/promises/src/PromiseInterface.php b/crmeb/vendor/guzzlehttp/promises/src/PromiseInterface.php index 8f5f4b99b..e59833143 100644 --- a/crmeb/vendor/guzzlehttp/promises/src/PromiseInterface.php +++ b/crmeb/vendor/guzzlehttp/promises/src/PromiseInterface.php @@ -1,4 +1,5 @@ reason = $reason; @@ -30,11 +32,11 @@ public function then( return $this; } - $queue = queue(); + $queue = Utils::queue(); $reason = $this->reason; $p = new Promise([$queue, 'run']); $queue->add(static function () use ($p, $reason, $onRejected) { - if ($p->getState() === self::PENDING) { + if (Is::pending($p)) { try { // Return a resolved promise if onRejected does not throw. $p->resolve($onRejected($reason)); @@ -59,8 +61,10 @@ public function otherwise(callable $onRejected) public function wait($unwrap = true, $defaultDelivery = null) { if ($unwrap) { - throw exception_for($this->reason); + throw Create::exceptionFor($this->reason); } + + return null; } public function getState() diff --git a/crmeb/vendor/guzzlehttp/promises/src/RejectionException.php b/crmeb/vendor/guzzlehttp/promises/src/RejectionException.php index 07c1136da..e2f137707 100644 --- a/crmeb/vendor/guzzlehttp/promises/src/RejectionException.php +++ b/crmeb/vendor/guzzlehttp/promises/src/RejectionException.php @@ -1,4 +1,5 @@ run(); + * GuzzleHttp\Promise\Utils::queue()->run(); */ class TaskQueue implements TaskQueueInterface { @@ -42,8 +43,8 @@ public function add(callable $task) public function run() { - /** @var callable $task */ while ($task = array_shift($this->queue)) { + /** @var callable $task */ $task(); } } diff --git a/crmeb/vendor/guzzlehttp/promises/src/TaskQueueInterface.php b/crmeb/vendor/guzzlehttp/promises/src/TaskQueueInterface.php index ac8306e19..723d4d54e 100644 --- a/crmeb/vendor/guzzlehttp/promises/src/TaskQueueInterface.php +++ b/crmeb/vendor/guzzlehttp/promises/src/TaskQueueInterface.php @@ -1,4 +1,5 @@ + * while ($eventLoop->isRunning()) { + * GuzzleHttp\Promise\Utils::queue()->run(); + * } + * + * + * @param TaskQueueInterface $assign Optionally specify a new queue instance. + * + * @return TaskQueueInterface + */ + public static function queue(TaskQueueInterface $assign = null) + { + static $queue; + + if ($assign) { + $queue = $assign; + } elseif (!$queue) { + $queue = new TaskQueue(); + } + + return $queue; + } + + /** + * Adds a function to run in the task queue when it is next `run()` and + * returns a promise that is fulfilled or rejected with the result. + * + * @param callable $task Task function to run. + * + * @return PromiseInterface + */ + public static function task(callable $task) + { + $queue = self::queue(); + $promise = new Promise([$queue, 'run']); + $queue->add(function () use ($task, $promise) { + try { + if (Is::pending($promise)) { + $promise->resolve($task()); + } + } catch (\Throwable $e) { + $promise->reject($e); + } catch (\Exception $e) { + $promise->reject($e); + } + }); + + return $promise; + } + + /** + * Synchronously waits on a promise to resolve and returns an inspection + * state array. + * + * Returns a state associative array containing a "state" key mapping to a + * valid promise state. If the state of the promise is "fulfilled", the + * array will contain a "value" key mapping to the fulfilled value of the + * promise. If the promise is rejected, the array will contain a "reason" + * key mapping to the rejection reason of the promise. + * + * @param PromiseInterface $promise Promise or value. + * + * @return array + */ + public static function inspect(PromiseInterface $promise) + { + try { + return [ + 'state' => PromiseInterface::FULFILLED, + 'value' => $promise->wait() + ]; + } catch (RejectionException $e) { + return ['state' => PromiseInterface::REJECTED, 'reason' => $e->getReason()]; + } catch (\Throwable $e) { + return ['state' => PromiseInterface::REJECTED, 'reason' => $e]; + } catch (\Exception $e) { + return ['state' => PromiseInterface::REJECTED, 'reason' => $e]; + } + } + + /** + * Waits on all of the provided promises, but does not unwrap rejected + * promises as thrown exception. + * + * Returns an array of inspection state arrays. + * + * @see inspect for the inspection state array format. + * + * @param PromiseInterface[] $promises Traversable of promises to wait upon. + * + * @return array + */ + public static function inspectAll($promises) + { + $results = []; + foreach ($promises as $key => $promise) { + $results[$key] = self::inspect($promise); + } + + return $results; + } + + /** + * Waits on all of the provided promises and returns the fulfilled values. + * + * Returns an array that contains the value of each promise (in the same + * order the promises were provided). An exception is thrown if any of the + * promises are rejected. + * + * @param iterable $promises Iterable of PromiseInterface objects to wait on. + * + * @return array + * + * @throws \Exception on error + * @throws \Throwable on error in PHP >=7 + */ + public static function unwrap($promises) + { + $results = []; + foreach ($promises as $key => $promise) { + $results[$key] = $promise->wait(); + } + + return $results; + } + + /** + * Given an array of promises, return a promise that is fulfilled when all + * the items in the array are fulfilled. + * + * The promise's fulfillment value is an array with fulfillment values at + * respective positions to the original array. If any promise in the array + * rejects, the returned promise is rejected with the rejection reason. + * + * @param mixed $promises Promises or values. + * @param bool $recursive If true, resolves new promises that might have been added to the stack during its own resolution. + * + * @return PromiseInterface + */ + public static function all($promises, $recursive = false) + { + $results = []; + $promise = Each::of( + $promises, + function ($value, $idx) use (&$results) { + $results[$idx] = $value; + }, + function ($reason, $idx, Promise $aggregate) { + $aggregate->reject($reason); + } + )->then(function () use (&$results) { + ksort($results); + return $results; + }); + + if (true === $recursive) { + $promise = $promise->then(function ($results) use ($recursive, &$promises) { + foreach ($promises as $promise) { + if (Is::pending($promise)) { + return self::all($promises, $recursive); + } + } + return $results; + }); + } + + return $promise; + } + + /** + * Initiate a competitive race between multiple promises or values (values + * will become immediately fulfilled promises). + * + * When count amount of promises have been fulfilled, the returned promise + * is fulfilled with an array that contains the fulfillment values of the + * winners in order of resolution. + * + * This promise is rejected with a {@see AggregateException} if the number + * of fulfilled promises is less than the desired $count. + * + * @param int $count Total number of promises. + * @param mixed $promises Promises or values. + * + * @return PromiseInterface + */ + public static function some($count, $promises) + { + $results = []; + $rejections = []; + + return Each::of( + $promises, + function ($value, $idx, PromiseInterface $p) use (&$results, $count) { + if (Is::settled($p)) { + return; + } + $results[$idx] = $value; + if (count($results) >= $count) { + $p->resolve(null); + } + }, + function ($reason) use (&$rejections) { + $rejections[] = $reason; + } + )->then( + function () use (&$results, &$rejections, $count) { + if (count($results) !== $count) { + throw new AggregateException( + 'Not enough promises to fulfill count', + $rejections + ); + } + ksort($results); + return array_values($results); + } + ); + } + + /** + * Like some(), with 1 as count. However, if the promise fulfills, the + * fulfillment value is not an array of 1 but the value directly. + * + * @param mixed $promises Promises or values. + * + * @return PromiseInterface + */ + public static function any($promises) + { + return self::some(1, $promises)->then(function ($values) { + return $values[0]; + }); + } + + /** + * Returns a promise that is fulfilled when all of the provided promises have + * been fulfilled or rejected. + * + * The returned promise is fulfilled with an array of inspection state arrays. + * + * @see inspect for the inspection state array format. + * + * @param mixed $promises Promises or values. + * + * @return PromiseInterface + */ + public static function settle($promises) + { + $results = []; + + return Each::of( + $promises, + function ($value, $idx) use (&$results) { + $results[$idx] = ['state' => PromiseInterface::FULFILLED, 'value' => $value]; + }, + function ($reason, $idx) use (&$results) { + $results[$idx] = ['state' => PromiseInterface::REJECTED, 'reason' => $reason]; + } + )->then(function () use (&$results) { + ksort($results); + return $results; + }); + } +} diff --git a/crmeb/vendor/guzzlehttp/promises/src/functions.php b/crmeb/vendor/guzzlehttp/promises/src/functions.php index 4e27709af..c03d39d02 100644 --- a/crmeb/vendor/guzzlehttp/promises/src/functions.php +++ b/crmeb/vendor/guzzlehttp/promises/src/functions.php @@ -1,4 +1,5 @@ add(function () use ($task, $promise) { - try { - $promise->resolve($task()); - } catch (\Throwable $e) { - $promise->reject($e); - } catch (\Exception $e) { - $promise->reject($e); - } - }); - - return $promise; + return Utils::task($task); } /** @@ -62,23 +47,12 @@ function task(callable $task) * @param mixed $value Promise or value. * * @return PromiseInterface + * + * @deprecated promise_for will be removed in guzzlehttp/promises:2.0. Use Create::promiseFor instead. */ function promise_for($value) { - if ($value instanceof PromiseInterface) { - return $value; - } - - // Return a Guzzle promise that shadows the given promise. - if (method_exists($value, 'then')) { - $wfn = method_exists($value, 'wait') ? [$value, 'wait'] : null; - $cfn = method_exists($value, 'cancel') ? [$value, 'cancel'] : null; - $promise = new Promise($wfn, $cfn); - $value->then([$promise, 'resolve'], [$promise, 'reject']); - return $promise; - } - - return new FulfilledPromise($value); + return Create::promiseFor($value); } /** @@ -88,14 +62,12 @@ function promise_for($value) * @param mixed $reason Promise or reason. * * @return PromiseInterface + * + * @deprecated rejection_for will be removed in guzzlehttp/promises:2.0. Use Create::rejectionFor instead. */ function rejection_for($reason) { - if ($reason instanceof PromiseInterface) { - return $reason; - } - - return new RejectedPromise($reason); + return Create::rejectionFor($reason); } /** @@ -104,12 +76,12 @@ function rejection_for($reason) * @param mixed $reason * * @return \Exception|\Throwable + * + * @deprecated exception_for will be removed in guzzlehttp/promises:2.0. Use Create::exceptionFor instead. */ function exception_for($reason) { - return $reason instanceof \Exception || $reason instanceof \Throwable - ? $reason - : new RejectionException($reason); + return Create::exceptionFor($reason); } /** @@ -118,16 +90,12 @@ function exception_for($reason) * @param mixed $value * * @return \Iterator + * + * @deprecated iter_for will be removed in guzzlehttp/promises:2.0. Use Create::iterFor instead. */ function iter_for($value) { - if ($value instanceof \Iterator) { - return $value; - } elseif (is_array($value)) { - return new \ArrayIterator($value); - } else { - return new \ArrayIterator([$value]); - } + return Create::iterFor($value); } /** @@ -143,21 +111,12 @@ function iter_for($value) * @param PromiseInterface $promise Promise or value. * * @return array + * + * @deprecated inspect will be removed in guzzlehttp/promises:2.0. Use Utils::inspect instead. */ function inspect(PromiseInterface $promise) { - try { - return [ - 'state' => PromiseInterface::FULFILLED, - 'value' => $promise->wait() - ]; - } catch (RejectionException $e) { - return ['state' => PromiseInterface::REJECTED, 'reason' => $e->getReason()]; - } catch (\Throwable $e) { - return ['state' => PromiseInterface::REJECTED, 'reason' => $e]; - } catch (\Exception $e) { - return ['state' => PromiseInterface::REJECTED, 'reason' => $e]; - } + return Utils::inspect($promise); } /** @@ -166,19 +125,17 @@ function inspect(PromiseInterface $promise) * * Returns an array of inspection state arrays. * + * @see inspect for the inspection state array format. + * * @param PromiseInterface[] $promises Traversable of promises to wait upon. * * @return array - * @see GuzzleHttp\Promise\inspect for the inspection state array format. + * + * @deprecated inspect will be removed in guzzlehttp/promises:2.0. Use Utils::inspectAll instead. */ function inspect_all($promises) { - $results = []; - foreach ($promises as $key => $promise) { - $results[$key] = inspect($promise); - } - - return $results; + return Utils::inspectAll($promises); } /** @@ -188,20 +145,18 @@ function inspect_all($promises) * the promises were provided). An exception is thrown if any of the promises * are rejected. * - * @param mixed $promises Iterable of PromiseInterface objects to wait on. + * @param iterable $promises Iterable of PromiseInterface objects to wait on. * * @return array + * * @throws \Exception on error * @throws \Throwable on error in PHP >=7 + * + * @deprecated unwrap will be removed in guzzlehttp/promises:2.0. Use Utils::unwrap instead. */ function unwrap($promises) { - $results = []; - foreach ($promises as $key => $promise) { - $results[$key] = $promise->wait(); - } - - return $results; + return Utils::unwrap($promises); } /** @@ -212,25 +167,16 @@ function unwrap($promises) * respective positions to the original array. If any promise in the array * rejects, the returned promise is rejected with the rejection reason. * - * @param mixed $promises Promises or values. + * @param mixed $promises Promises or values. + * @param bool $recursive If true, resolves new promises that might have been added to the stack during its own resolution. * * @return PromiseInterface + * + * @deprecated all will be removed in guzzlehttp/promises:2.0. Use Utils::all instead. */ -function all($promises) +function all($promises, $recursive = false) { - $results = []; - return each( - $promises, - function ($value, $idx) use (&$results) { - $results[$idx] = $value; - }, - function ($reason, $idx, Promise $aggregate) { - $aggregate->reject($reason); - } - )->then(function () use (&$results) { - ksort($results); - return $results; - }); + return Utils::all($promises, $recursive); } /** @@ -241,45 +187,19 @@ function ($reason, $idx, Promise $aggregate) { * fulfilled with an array that contains the fulfillment values of the winners * in order of resolution. * - * This prommise is rejected with a {@see GuzzleHttp\Promise\AggregateException} - * if the number of fulfilled promises is less than the desired $count. + * This promise is rejected with a {@see AggregateException} if the number of + * fulfilled promises is less than the desired $count. * * @param int $count Total number of promises. * @param mixed $promises Promises or values. * * @return PromiseInterface + * + * @deprecated some will be removed in guzzlehttp/promises:2.0. Use Utils::some instead. */ function some($count, $promises) { - $results = []; - $rejections = []; - - return each( - $promises, - function ($value, $idx, PromiseInterface $p) use (&$results, $count) { - if ($p->getState() !== PromiseInterface::PENDING) { - return; - } - $results[$idx] = $value; - if (count($results) >= $count) { - $p->resolve(null); - } - }, - function ($reason) use (&$rejections) { - $rejections[] = $reason; - } - )->then( - function () use (&$results, &$rejections, $count) { - if (count($results) !== $count) { - throw new AggregateException( - 'Not enough promises to fulfill count', - $rejections - ); - } - ksort($results); - return array_values($results); - } - ); + return Utils::some($count, $promises); } /** @@ -289,10 +209,12 @@ function () use (&$results, &$rejections, $count) { * @param mixed $promises Promises or values. * * @return PromiseInterface + * + * @deprecated any will be removed in guzzlehttp/promises:2.0. Use Utils::any instead. */ function any($promises) { - return some(1, $promises)->then(function ($values) { return $values[0]; }); + return Utils::any($promises); } /** @@ -301,27 +223,17 @@ function any($promises) * * The returned promise is fulfilled with an array of inspection state arrays. * + * @see inspect for the inspection state array format. + * * @param mixed $promises Promises or values. * * @return PromiseInterface - * @see GuzzleHttp\Promise\inspect for the inspection state array format. + * + * @deprecated settle will be removed in guzzlehttp/promises:2.0. Use Utils::settle instead. */ function settle($promises) { - $results = []; - - return each( - $promises, - function ($value, $idx) use (&$results) { - $results[$idx] = ['state' => PromiseInterface::FULFILLED, 'value' => $value]; - }, - function ($reason, $idx) use (&$results) { - $results[$idx] = ['state' => PromiseInterface::REJECTED, 'reason' => $reason]; - } - )->then(function () use (&$results) { - ksort($results); - return $results; - }); + return Utils::settle($promises); } /** @@ -329,29 +241,28 @@ function ($reason, $idx) use (&$results) { * fulfilled with a null value when the iterator has been consumed or the * aggregate promise has been fulfilled or rejected. * - * $onFulfilled is a function that accepts the fulfilled value, iterator - * index, and the aggregate promise. The callback can invoke any necessary side - * effects and choose to resolve or reject the aggregate promise if needed. + * $onFulfilled is a function that accepts the fulfilled value, iterator index, + * and the aggregate promise. The callback can invoke any necessary side + * effects and choose to resolve or reject the aggregate if needed. * - * $onRejected is a function that accepts the rejection reason, iterator - * index, and the aggregate promise. The callback can invoke any necessary side - * effects and choose to resolve or reject the aggregate promise if needed. + * $onRejected is a function that accepts the rejection reason, iterator index, + * and the aggregate promise. The callback can invoke any necessary side + * effects and choose to resolve or reject the aggregate if needed. * * @param mixed $iterable Iterator or array to iterate over. * @param callable $onFulfilled * @param callable $onRejected * * @return PromiseInterface + * + * @deprecated each will be removed in guzzlehttp/promises:2.0. Use Each::of instead. */ function each( $iterable, callable $onFulfilled = null, callable $onRejected = null ) { - return (new EachPromise($iterable, [ - 'fulfilled' => $onFulfilled, - 'rejected' => $onRejected - ]))->promise(); + return Each::of($iterable, $onFulfilled, $onRejected); } /** @@ -368,6 +279,8 @@ function each( * @param callable $onRejected * * @return PromiseInterface + * + * @deprecated each_limit will be removed in guzzlehttp/promises:2.0. Use Each::ofLimit instead. */ function each_limit( $iterable, @@ -375,11 +288,7 @@ function each_limit( callable $onFulfilled = null, callable $onRejected = null ) { - return (new EachPromise($iterable, [ - 'fulfilled' => $onFulfilled, - 'rejected' => $onRejected, - 'concurrency' => $concurrency - ]))->promise(); + return Each::ofLimit($iterable, $concurrency, $onFulfilled, $onRejected); } /** @@ -392,66 +301,63 @@ function each_limit( * @param callable $onFulfilled * * @return PromiseInterface + * + * @deprecated each_limit_all will be removed in guzzlehttp/promises:2.0. Use Each::ofLimitAll instead. */ function each_limit_all( $iterable, $concurrency, callable $onFulfilled = null ) { - return each_limit( - $iterable, - $concurrency, - $onFulfilled, - function ($reason, $idx, PromiseInterface $aggregate) { - $aggregate->reject($reason); - } - ); + return Each::ofLimitAll($iterable, $concurrency, $onFulfilled); } /** * Returns true if a promise is fulfilled. * - * @param PromiseInterface $promise - * * @return bool + * + * @deprecated is_fulfilled will be removed in guzzlehttp/promises:2.0. Use Is::fulfilled instead. */ function is_fulfilled(PromiseInterface $promise) { - return $promise->getState() === PromiseInterface::FULFILLED; + return Is::fulfilled($promise); } /** * Returns true if a promise is rejected. * - * @param PromiseInterface $promise - * * @return bool + * + * @deprecated is_rejected will be removed in guzzlehttp/promises:2.0. Use Is::rejected instead. */ function is_rejected(PromiseInterface $promise) { - return $promise->getState() === PromiseInterface::REJECTED; + return Is::rejected($promise); } /** * Returns true if a promise is fulfilled or rejected. * - * @param PromiseInterface $promise - * * @return bool + * + * @deprecated is_settled will be removed in guzzlehttp/promises:2.0. Use Is::settled instead. */ function is_settled(PromiseInterface $promise) { - return $promise->getState() !== PromiseInterface::PENDING; + return Is::settled($promise); } /** - * @see Coroutine + * Create a new coroutine. * - * @param callable $generatorFn + * @see Coroutine * * @return PromiseInterface + * + * @deprecated coroutine will be removed in guzzlehttp/promises:2.0. Use Coroutine::of instead. */ function coroutine(callable $generatorFn) { - return new Coroutine($generatorFn); + return Coroutine::of($generatorFn); } diff --git a/crmeb/vendor/guzzlehttp/psr7/.editorconfig b/crmeb/vendor/guzzlehttp/psr7/.editorconfig deleted file mode 100644 index 677e36e29..000000000 --- a/crmeb/vendor/guzzlehttp/psr7/.editorconfig +++ /dev/null @@ -1,9 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -indent_size = 4 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true diff --git a/crmeb/vendor/guzzlehttp/psr7/.github/FUNDING.yml b/crmeb/vendor/guzzlehttp/psr7/.github/FUNDING.yml new file mode 100644 index 000000000..7d222c582 --- /dev/null +++ b/crmeb/vendor/guzzlehttp/psr7/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: [Nyholm, GrahamCampbell] +tidelift: "packagist/guzzlehttp/psr7" diff --git a/crmeb/vendor/guzzlehttp/psr7/.github/stale.yml b/crmeb/vendor/guzzlehttp/psr7/.github/stale.yml new file mode 100644 index 000000000..53faa71bd --- /dev/null +++ b/crmeb/vendor/guzzlehttp/psr7/.github/stale.yml @@ -0,0 +1,14 @@ +daysUntilStale: 120 +daysUntilClose: 14 +exemptLabels: + - lifecycle/keep-open + - lifecycle/ready-for-merge +# Label to use when marking an issue as stale +staleLabel: lifecycle/stale +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed after 2 weeks if no further activity occurs. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false diff --git a/crmeb/vendor/guzzlehttp/psr7/.github/workflows/ci.yml b/crmeb/vendor/guzzlehttp/psr7/.github/workflows/ci.yml new file mode 100644 index 000000000..0850470e0 --- /dev/null +++ b/crmeb/vendor/guzzlehttp/psr7/.github/workflows/ci.yml @@ -0,0 +1,30 @@ +name: CI + +on: + pull_request: + +jobs: + build: + name: Build + runs-on: ubuntu-22.04 + strategy: + max-parallel: 10 + matrix: + php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] + + steps: + - name: Set up PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php }} + coverage: 'none' + extensions: mbstring + + - name: Checkout code + uses: actions/checkout@v3 + + - name: Install dependencies + run: composer update --no-interaction --no-progress + + - name: Run tests + run: make test diff --git a/crmeb/vendor/guzzlehttp/psr7/.github/workflows/integration.yml b/crmeb/vendor/guzzlehttp/psr7/.github/workflows/integration.yml new file mode 100644 index 000000000..a55a256ed --- /dev/null +++ b/crmeb/vendor/guzzlehttp/psr7/.github/workflows/integration.yml @@ -0,0 +1,36 @@ +name: Integration + +on: + pull_request: + +jobs: + build: + name: Test + runs-on: ubuntu-22.04 + strategy: + max-parallel: 10 + matrix: + php: ['7.2', '7.3', '7.4', '8.0', '8.1'] + + steps: + - name: Set up PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php }} + coverage: none + + - name: Checkout code + uses: actions/checkout@v3 + + - name: Download dependencies + uses: ramsey/composer-install@v1 + with: + composer-options: --no-interaction --optimize-autoloader + + - name: Start server + run: php -S 127.0.0.1:10002 tests/Integration/server.php & + + - name: Run tests + env: + TEST_SERVER: 127.0.0.1:10002 + run: ./vendor/bin/phpunit --testsuite Integration diff --git a/crmeb/vendor/guzzlehttp/psr7/.github/workflows/static.yml b/crmeb/vendor/guzzlehttp/psr7/.github/workflows/static.yml new file mode 100644 index 000000000..f00351b68 --- /dev/null +++ b/crmeb/vendor/guzzlehttp/psr7/.github/workflows/static.yml @@ -0,0 +1,29 @@ +name: Static analysis + +on: + pull_request: + +jobs: + php-cs-fixer: + name: PHP-CS-Fixer + runs-on: ubuntu-22.04 + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: '7.4' + coverage: none + extensions: mbstring + + - name: Download dependencies + run: composer update --no-interaction --no-progress + + - name: Download PHP CS Fixer + run: composer require "friendsofphp/php-cs-fixer:2.18.4" + + - name: Execute PHP CS Fixer + run: vendor/bin/php-cs-fixer fix --diff-format udiff --dry-run diff --git a/crmeb/vendor/guzzlehttp/psr7/.php_cs.dist b/crmeb/vendor/guzzlehttp/psr7/.php_cs.dist new file mode 100644 index 000000000..e4f0bd535 --- /dev/null +++ b/crmeb/vendor/guzzlehttp/psr7/.php_cs.dist @@ -0,0 +1,56 @@ +setRiskyAllowed(true) + ->setRules([ + '@PSR2' => true, + 'array_syntax' => ['syntax' => 'short'], + 'concat_space' => ['spacing' => 'one'], + 'declare_strict_types' => false, + 'final_static_access' => true, + 'fully_qualified_strict_types' => true, + 'header_comment' => false, + 'is_null' => ['use_yoda_style' => true], + 'list_syntax' => ['syntax' => 'long'], + 'lowercase_cast' => true, + 'magic_method_casing' => true, + 'modernize_types_casting' => true, + 'multiline_comment_opening_closing' => true, + 'no_alias_functions' => true, + 'no_alternative_syntax' => true, + 'no_blank_lines_after_phpdoc' => true, + 'no_empty_comment' => true, + 'no_empty_phpdoc' => true, + 'no_empty_statement' => true, + 'no_extra_blank_lines' => true, + 'no_leading_import_slash' => true, + 'no_trailing_comma_in_singleline_array' => true, + 'no_unset_cast' => true, + 'no_unused_imports' => true, + 'no_whitespace_in_blank_line' => true, + 'ordered_imports' => true, + 'php_unit_ordered_covers' => true, + 'php_unit_test_annotation' => ['style' => 'prefix'], + 'php_unit_test_case_static_method_calls' => ['call_type' => 'self'], + 'phpdoc_align' => ['align' => 'vertical'], + 'phpdoc_no_useless_inheritdoc' => true, + 'phpdoc_scalar' => true, + 'phpdoc_separation' => true, + 'phpdoc_single_line_var_spacing' => true, + 'phpdoc_trim' => true, + 'phpdoc_trim_consecutive_blank_line_separation' => true, + 'phpdoc_types' => true, + 'phpdoc_types_order' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'], + 'phpdoc_var_without_name' => true, + 'single_trait_insert_per_statement' => true, + 'standardize_not_equals' => true, + ]) + ->setFinder( + PhpCsFixer\Finder::create() + ->in(__DIR__.'/src') + ->in(__DIR__.'/tests') + ->name('*.php') + ) +; + +return $config; diff --git a/crmeb/vendor/guzzlehttp/psr7/CHANGELOG.md b/crmeb/vendor/guzzlehttp/psr7/CHANGELOG.md index b441d3666..9b2b65cdb 100644 --- a/crmeb/vendor/guzzlehttp/psr7/CHANGELOG.md +++ b/crmeb/vendor/guzzlehttp/psr7/CHANGELOG.md @@ -3,13 +3,68 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## Unreleased -## [1.7.0] - 2020-09-30 +## 1.9.1 - 2023-04-17 + +### Fixed + +- Fixed header validation issue + +## 1.9.0 - 2022-06-20 + +### Added + +- Added `UriComparator::isCrossOrigin` method + +## 1.8.5 - 2022-03-20 + +### Fixed + +- Correct header value validation + +## 1.8.4 - 2022-03-20 + +### Fixed + +- Validate header values properly + +## 1.8.3 - 2021-10-05 + +### Fixed + +- Return `null` in caching stream size if remote size is `null` + +## 1.8.2 - 2021-04-26 + +### Fixed + +- Handle possibly unset `url` in `stream_get_meta_data` + +## 1.8.1 - 2021-03-21 + +### Fixed + +- Issue parsing IPv6 URLs +- Issue modifying ServerRequest lost all its attributes + +## 1.8.0 - 2021-03-21 + +### Added + +- Locale independent URL parsing +- Most classes got a `@final` annotation to prepare for 2.0 + +### Fixed + +- Issue when creating stream from `php://input` and curl-ext is not installed +- Broken `Utils::tryFopen()` on PHP 8 + +## 1.7.0 - 2020-09-30 ### Added @@ -253,7 +308,6 @@ Currently unsupported: -[Unreleased]: https://github.com/guzzle/psr7/compare/1.6.0...HEAD [1.6.0]: https://github.com/guzzle/psr7/compare/1.5.2...1.6.0 [1.5.2]: https://github.com/guzzle/psr7/compare/1.5.1...1.5.2 [1.5.1]: https://github.com/guzzle/psr7/compare/1.5.0...1.5.1 diff --git a/crmeb/vendor/guzzlehttp/psr7/LICENSE b/crmeb/vendor/guzzlehttp/psr7/LICENSE index 581d95f92..51c7ec81c 100644 --- a/crmeb/vendor/guzzlehttp/psr7/LICENSE +++ b/crmeb/vendor/guzzlehttp/psr7/LICENSE @@ -1,4 +1,11 @@ -Copyright (c) 2015 Michael Dowling, https://github.com/mtdowling +The MIT License (MIT) + +Copyright (c) 2015 Michael Dowling +Copyright (c) 2015 Márk Sági-Kazár +Copyright (c) 2015 Graham Campbell +Copyright (c) 2016 Tobias Schultze +Copyright (c) 2016 George Mponos +Copyright (c) 2018 Tobias Nyholm Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crmeb/vendor/guzzlehttp/psr7/README.md b/crmeb/vendor/guzzlehttp/psr7/README.md index acfabfdcb..64776cb66 100644 --- a/crmeb/vendor/guzzlehttp/psr7/README.md +++ b/crmeb/vendor/guzzlehttp/psr7/README.md @@ -1,6 +1,6 @@ # PSR-7 Message Implementation -This repository contains a full [PSR-7](http://www.php-fig.org/psr/psr-7/) +This repository contains a full [PSR-7](https://www.php-fig.org/psr/psr-7/) message implementation, several stream decorators, and some helpful functionality like query string parsing. @@ -659,7 +659,7 @@ manually but instead is used indirectly via `Psr\Http\Message\UriInterface::__to `public static function fromParts(array $parts): UriInterface` -Creates a URI from a hash of [`parse_url`](http://php.net/manual/en/function.parse-url.php) components. +Creates a URI from a hash of [`parse_url`](https://www.php.net/manual/en/function.parse-url.php) components. ### `GuzzleHttp\Psr7\Uri::withQueryValue` @@ -684,6 +684,16 @@ associative array of key => value. Creates a new URI with a specific query string value removed. Any existing query string values that exactly match the provided key are removed. +## Cross-Origin Detection + +`GuzzleHttp\Psr7\UriComparator` provides methods to determine if a modified URL should be considered cross-origin. + +### `GuzzleHttp\Psr7\UriComparator::isCrossOrigin` + +`public static function isCrossOrigin(UriInterface $original, UriInterface $modified): bool` + +Determines if a modified URL should be considered cross-origin with respect to an original URL. + ## Reference Resolution `GuzzleHttp\Psr7\UriResolver` provides methods to resolve a URI reference in the context of a base URI according @@ -807,3 +817,28 @@ Whether two URIs can be considered equivalent. Both URIs are normalized automati `$normalizations` bitmask. The method also accepts relative URI references and returns true when they are equivalent. This of course assumes they will be resolved against the same base URI. If this is not the case, determination of equivalence or difference of relative references does not mean anything. + + +## Version Guidance + +| Version | Status | PHP Version | +|---------|----------------|------------------| +| 1.x | Security fixes | >=5.4,<8.1 | +| 2.x | Latest | ^7.2.5 \|\| ^8.0 | + + +## Security + +If you discover a security vulnerability within this package, please send an email to security@tidelift.com. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see [Security Policy](https://github.com/guzzle/psr7/security/policy) for more information. + + +## License + +Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more information. + + +## For Enterprise + +Available as part of the Tidelift Subscription + +The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-guzzlehttp-psr7?utm_source=packagist-guzzlehttp-psr7&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) diff --git a/crmeb/vendor/guzzlehttp/psr7/composer.json b/crmeb/vendor/guzzlehttp/psr7/composer.json index 58dcb07e4..2607f22d4 100644 --- a/crmeb/vendor/guzzlehttp/psr7/composer.json +++ b/crmeb/vendor/guzzlehttp/psr7/composer.json @@ -1,17 +1,37 @@ { "name": "guzzlehttp/psr7", - "type": "library", "description": "PSR-7 message implementation that also provides common utility methods", "keywords": ["request", "response", "message", "stream", "http", "uri", "url", "psr-7"], "license": "MIT", "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -41,9 +61,11 @@ "GuzzleHttp\\Tests\\Psr7\\": "tests/" } }, - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" + "config": { + "preferred-install": "dist", + "sort-packages": true, + "allow-plugins": { + "bamarni/composer-bin-plugin": true } } } diff --git a/crmeb/vendor/guzzlehttp/psr7/src/AppendStream.php b/crmeb/vendor/guzzlehttp/psr7/src/AppendStream.php index 86e7a23ba..fa9153d78 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/AppendStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/AppendStream.php @@ -8,6 +8,8 @@ * Reads from multiple streams, one after the other. * * This is a read-only stream decorator. + * + * @final */ class AppendStream implements StreamInterface { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/BufferStream.php b/crmeb/vendor/guzzlehttp/psr7/src/BufferStream.php index 627e4a5f1..783859c19 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/BufferStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/BufferStream.php @@ -11,6 +11,8 @@ * This stream returns a "hwm" metadata value that tells upstream consumers * what the configured high water mark of the stream is, or the maximum * preferred size of the buffer. + * + * @final */ class BufferStream implements StreamInterface { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/CachingStream.php b/crmeb/vendor/guzzlehttp/psr7/src/CachingStream.php index 244d2a063..febade9f4 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/CachingStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/CachingStream.php @@ -7,6 +7,8 @@ /** * Stream decorator that can cache previously read bytes from a sequentially * read stream. + * + * @final */ class CachingStream implements StreamInterface { @@ -21,7 +23,7 @@ class CachingStream implements StreamInterface /** * We will treat the buffer object as the body of the stream * - * @param StreamInterface $stream Stream to cache + * @param StreamInterface $stream Stream to cache. The cursor is assumed to be at the beginning of the stream. * @param StreamInterface $target Optionally specify where data is cached */ public function __construct( @@ -29,12 +31,18 @@ public function __construct( StreamInterface $target = null ) { $this->remoteStream = $stream; - $this->stream = $target ?: new Stream(fopen('php://temp', 'r+')); + $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+')); } public function getSize() { - return max($this->stream->getSize(), $this->remoteStream->getSize()); + $remoteSize = $this->remoteStream->getSize(); + + if (null === $remoteSize) { + return null; + } + + return max($this->stream->getSize(), $remoteSize); } public function rewind() diff --git a/crmeb/vendor/guzzlehttp/psr7/src/DroppingStream.php b/crmeb/vendor/guzzlehttp/psr7/src/DroppingStream.php index e125642d3..9f7420c40 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/DroppingStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/DroppingStream.php @@ -7,6 +7,8 @@ /** * Stream decorator that begins dropping data once the size of the underlying * stream becomes too full. + * + * @final */ class DroppingStream implements StreamInterface { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/FnStream.php b/crmeb/vendor/guzzlehttp/psr7/src/FnStream.php index 407577a37..76a8cc7ba 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/FnStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/FnStream.php @@ -9,6 +9,8 @@ * * Allows for easy testing and extension of a provided stream without needing * to create a concrete class for a simple extension point. + * + * @final */ class FnStream implements StreamInterface { @@ -56,6 +58,7 @@ public function __destruct() /** * An unserialize would allow the __destruct to run when the unserialized value goes out of scope. + * * @throws \LogicException */ public function __wakeup() diff --git a/crmeb/vendor/guzzlehttp/psr7/src/InflateStream.php b/crmeb/vendor/guzzlehttp/psr7/src/InflateStream.php index c98b96f25..0cbd2cce2 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/InflateStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/InflateStream.php @@ -14,6 +14,8 @@ * * @link http://tools.ietf.org/html/rfc1952 * @link http://php.net/manual/en/filters.compression.php + * + * @final */ class InflateStream implements StreamInterface { @@ -34,6 +36,7 @@ public function __construct(StreamInterface $stream) /** * @param StreamInterface $stream * @param $header + * * @return int */ private function getLengthOfPossibleFilenameHeader(StreamInterface $stream, $header) diff --git a/crmeb/vendor/guzzlehttp/psr7/src/LazyOpenStream.php b/crmeb/vendor/guzzlehttp/psr7/src/LazyOpenStream.php index 13c7af5c8..911e127d3 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/LazyOpenStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/LazyOpenStream.php @@ -7,6 +7,8 @@ /** * Lazily reads or writes to a file that is opened only after an IO operation * take place on the stream. + * + * @final */ class LazyOpenStream implements StreamInterface { @@ -15,7 +17,7 @@ class LazyOpenStream implements StreamInterface /** @var string File to open */ private $filename; - /** @var string $mode */ + /** @var string */ private $mode; /** diff --git a/crmeb/vendor/guzzlehttp/psr7/src/LimitStream.php b/crmeb/vendor/guzzlehttp/psr7/src/LimitStream.php index bef9161ea..1173ec40d 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/LimitStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/LimitStream.php @@ -4,9 +4,10 @@ use Psr\Http\Message\StreamInterface; - /** - * Decorator used to return only a subset of a stream + * Decorator used to return only a subset of a stream. + * + * @final */ class LimitStream implements StreamInterface { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/MessageTrait.php b/crmeb/vendor/guzzlehttp/psr7/src/MessageTrait.php index 99203bb43..0bbd63e0d 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/MessageTrait.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/MessageTrait.php @@ -157,17 +157,22 @@ private function setHeaders(array $headers) } } + /** + * @param mixed $value + * + * @return string[] + */ private function normalizeHeaderValue($value) { if (!is_array($value)) { - return $this->trimHeaderValues([$value]); + return $this->trimAndValidateHeaderValues([$value]); } if (count($value) === 0) { throw new \InvalidArgumentException('Header value can not be an empty array.'); } - return $this->trimHeaderValues($value); + return $this->trimAndValidateHeaderValues($value); } /** @@ -178,13 +183,13 @@ private function normalizeHeaderValue($value) * header-field = field-name ":" OWS field-value OWS * OWS = *( SP / HTAB ) * - * @param string[] $values Header values + * @param mixed[] $values Header values * * @return string[] Trimmed header values * * @see https://tools.ietf.org/html/rfc7230#section-3.2.4 */ - private function trimHeaderValues(array $values) + private function trimAndValidateHeaderValues(array $values) { return array_map(function ($value) { if (!is_scalar($value) && null !== $value) { @@ -194,10 +199,20 @@ private function trimHeaderValues(array $values) )); } - return trim((string) $value, " \t"); + $trimmed = trim((string) $value, " \t"); + $this->assertValue($trimmed); + + return $trimmed; }, array_values($values)); } + /** + * @see https://tools.ietf.org/html/rfc7230#section-3.2 + * + * @param mixed $header + * + * @return void + */ private function assertHeader($header) { if (!is_string($header)) { @@ -210,5 +225,45 @@ private function assertHeader($header) if ($header === '') { throw new \InvalidArgumentException('Header name can not be empty.'); } + + if (! preg_match('/^[a-zA-Z0-9\'`#$%&*+.^_|~!-]+$/D', $header)) { + throw new \InvalidArgumentException( + sprintf('"%s" is not valid header name.', $header) + ); + } + } + + /** + * @param string $value + * + * @return void + * + * @see https://tools.ietf.org/html/rfc7230#section-3.2 + * + * field-value = *( field-content / obs-fold ) + * field-content = field-vchar [ 1*( SP / HTAB ) field-vchar ] + * field-vchar = VCHAR / obs-text + * VCHAR = %x21-7E + * obs-text = %x80-FF + * obs-fold = CRLF 1*( SP / HTAB ) + */ + private function assertValue($value) + { + // The regular expression intentionally does not support the obs-fold production, because as + // per RFC 7230#3.2.4: + // + // A sender MUST NOT generate a message that includes + // line folding (i.e., that has any field-value that contains a match to + // the obs-fold rule) unless the message is intended for packaging + // within the message/http media type. + // + // Clients must not send a request with line folding and a server sending folded headers is + // likely very rare. Line folding is a fairly obscure feature of HTTP/1.1 and thus not accepting + // folding is not likely to break any legitimate use case. + if (! preg_match('/^[\x20\x09\x21-\x7E\x80-\xFF]*$/D', $value)) { + throw new \InvalidArgumentException( + sprintf('"%s" is not valid header value.', $value) + ); + } } } diff --git a/crmeb/vendor/guzzlehttp/psr7/src/MultipartStream.php b/crmeb/vendor/guzzlehttp/psr7/src/MultipartStream.php index 0cbfea35d..5a6079a89 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/MultipartStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/MultipartStream.php @@ -7,6 +7,8 @@ /** * Stream that when read returns bytes for a streaming multipart or * multipart/form-data stream. + * + * @final */ class MultipartStream implements StreamInterface { @@ -115,9 +117,11 @@ private function createElement($name, StreamInterface $stream, $filename, array $disposition = $this->getHeader($headers, 'content-disposition'); if (!$disposition) { $headers['Content-Disposition'] = ($filename === '0' || $filename) - ? sprintf('form-data; name="%s"; filename="%s"', + ? sprintf( + 'form-data; name="%s"; filename="%s"', $name, - basename($filename)) + basename($filename) + ) : "form-data; name=\"{$name}\""; } diff --git a/crmeb/vendor/guzzlehttp/psr7/src/NoSeekStream.php b/crmeb/vendor/guzzlehttp/psr7/src/NoSeekStream.php index 4b04b4c0a..d66bdde46 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/NoSeekStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/NoSeekStream.php @@ -5,7 +5,9 @@ use Psr\Http\Message\StreamInterface; /** - * Stream decorator that prevents a stream from being seeked + * Stream decorator that prevents a stream from being seeked. + * + * @final */ class NoSeekStream implements StreamInterface { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/PumpStream.php b/crmeb/vendor/guzzlehttp/psr7/src/PumpStream.php index fbd8726b4..44c7b582c 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/PumpStream.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/PumpStream.php @@ -13,6 +13,8 @@ * returned by the provided callable is buffered internally until drained using * the read() function of the PumpStream. The provided callable MUST return * false when there is no more data to read. + * + * @final */ class PumpStream implements StreamInterface { @@ -32,14 +34,14 @@ class PumpStream implements StreamInterface private $buffer; /** - * @param callable $source Source of the stream data. The callable MAY - * accept an integer argument used to control the - * amount of data to return. The callable MUST - * return a string when called, or false on error - * or EOF. - * @param array $options Stream options: - * - metadata: Hash of metadata to use with stream. - * - size: Size of the stream, if known. + * @param callable $source Source of the stream data. The callable MAY + * accept an integer argument used to control the + * amount of data to return. The callable MUST + * return a string when called, or false on error + * or EOF. + * @param array $options Stream options: + * - metadata: Hash of metadata to use with stream. + * - size: Size of the stream, if known. */ public function __construct(callable $source, array $options = []) { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/Query.php b/crmeb/vendor/guzzlehttp/psr7/src/Query.php index 99e093050..5a7cc0359 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/Query.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/Query.php @@ -34,7 +34,9 @@ public static function parse($str, $urlEncoding = true) } elseif ($urlEncoding === PHP_QUERY_RFC1738) { $decoder = 'urldecode'; } else { - $decoder = function ($str) { return $str; }; + $decoder = function ($str) { + return $str; + }; } foreach (explode('&', $str) as $kvp) { @@ -65,6 +67,7 @@ public static function parse($str, $urlEncoding = true) * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986 * to encode using RFC3986, or PHP_QUERY_RFC1738 * to encode using RFC1738. + * * @return string */ public static function build(array $params, $encoding = PHP_QUERY_RFC3986) @@ -74,7 +77,9 @@ public static function build(array $params, $encoding = PHP_QUERY_RFC3986) } if ($encoding === false) { - $encoder = function ($str) { return $str; }; + $encoder = function ($str) { + return $str; + }; } elseif ($encoding === PHP_QUERY_RFC3986) { $encoder = 'rawurlencode'; } elseif ($encoding === PHP_QUERY_RFC1738) { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/Request.php b/crmeb/vendor/guzzlehttp/psr7/src/Request.php index 89fbb1e62..c1cdaebff 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/Request.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/Request.php @@ -17,7 +17,7 @@ class Request implements RequestInterface /** @var string */ private $method; - /** @var null|string */ + /** @var string|null */ private $requestTarget; /** @var UriInterface */ @@ -27,7 +27,7 @@ class Request implements RequestInterface * @param string $method HTTP method * @param string|UriInterface $uri URI * @param array $headers Request headers - * @param string|null|resource|StreamInterface $body Request body + * @param string|resource|StreamInterface|null $body Request body * @param string $version Protocol version */ public function __construct( diff --git a/crmeb/vendor/guzzlehttp/psr7/src/Response.php b/crmeb/vendor/guzzlehttp/psr7/src/Response.php index 36b85fb78..8c01a0f5a 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/Response.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/Response.php @@ -83,7 +83,7 @@ class Response implements ResponseInterface /** * @param int $status Status code * @param array $headers Response headers - * @param string|null|resource|StreamInterface $body Response body + * @param string|resource|StreamInterface|null $body Response body * @param string $version Protocol version * @param string|null $reason Reason phrase (when empty a default will be used based on the status code) */ diff --git a/crmeb/vendor/guzzlehttp/psr7/src/Rfc7230.php b/crmeb/vendor/guzzlehttp/psr7/src/Rfc7230.php index 505e4742b..51b571f24 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/Rfc7230.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/Rfc7230.php @@ -11,6 +11,7 @@ final class Rfc7230 * Note: header delimiter (\r\n) is modified to \r?\n to accept line feed only delimiters for BC reasons. * * @link https://github.com/amphp/http/blob/v1.0.1/src/Rfc7230.php#L12-L15 + * * @license https://github.com/amphp/http/blob/v1.0.1/LICENSE */ const HEADER_REGEX = "(^([^()<>@,;:\\\"/[\]?={}\x01-\x20\x7F]++):[ \t]*+((?:[ \t]*+[\x21-\x7E\x80-\xFF]++)*+)[ \t]*+\r?\n)m"; diff --git a/crmeb/vendor/guzzlehttp/psr7/src/ServerRequest.php b/crmeb/vendor/guzzlehttp/psr7/src/ServerRequest.php index 72c5566cf..e6d26f5ff 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/ServerRequest.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/ServerRequest.php @@ -4,9 +4,9 @@ use InvalidArgumentException; use Psr\Http\Message\ServerRequestInterface; -use Psr\Http\Message\UriInterface; use Psr\Http\Message\StreamInterface; use Psr\Http\Message\UploadedFileInterface; +use Psr\Http\Message\UriInterface; /** * Server-side HTTP request @@ -35,7 +35,7 @@ class ServerRequest extends Request implements ServerRequestInterface private $cookieParams = []; /** - * @var null|array|object + * @var array|object|null */ private $parsedBody; @@ -58,7 +58,7 @@ class ServerRequest extends Request implements ServerRequestInterface * @param string $method HTTP method * @param string|UriInterface $uri URI * @param array $headers Request headers - * @param string|null|resource|StreamInterface $body Request body + * @param string|resource|StreamInterface|null $body Request body * @param string $version Protocol version * @param array $serverParams Typically the $_SERVER superglobal */ @@ -111,6 +111,7 @@ public static function normalizeFiles(array $files) * delegate to normalizeNestedFileSpec() and return that return value. * * @param array $value $_FILES struct + * * @return array|UploadedFileInterface */ private static function createUploadedFileFromSpec(array $value) @@ -135,6 +136,7 @@ private static function createUploadedFileFromSpec(array $value) * UploadedFileInterface instances. * * @param array $files + * * @return UploadedFileInterface[] */ private static function normalizeNestedFileSpec(array $files = []) @@ -184,7 +186,7 @@ public static function fromGlobals() private static function extractHostAndPortFromAuthority($authority) { - $uri = 'http://'.$authority; + $uri = 'http://' . $authority; $parts = parse_url($uri); if (false === $parts) { return [null, null]; @@ -245,7 +247,6 @@ public static function getUriFromGlobals() return $uri; } - /** * {@inheritdoc} */ diff --git a/crmeb/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php b/crmeb/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php index 093023b1c..5025dd67b 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php @@ -6,6 +6,7 @@ /** * Stream decorator trait + * * @property StreamInterface stream */ trait StreamDecoratorTrait diff --git a/crmeb/vendor/guzzlehttp/psr7/src/StreamWrapper.php b/crmeb/vendor/guzzlehttp/psr7/src/StreamWrapper.php index eac653539..fc7cb969b 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/StreamWrapper.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/StreamWrapper.php @@ -6,6 +6,8 @@ /** * Converts Guzzle streams into PHP stream resources. + * + * @final */ class StreamWrapper { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/UploadedFile.php b/crmeb/vendor/guzzlehttp/psr7/src/UploadedFile.php index a0ea59e09..bf342c4de 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/UploadedFile.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/UploadedFile.php @@ -39,7 +39,7 @@ class UploadedFile implements UploadedFileInterface private $error; /** - * @var null|string + * @var string|null */ private $file; @@ -60,10 +60,10 @@ class UploadedFile implements UploadedFileInterface /** * @param StreamInterface|string|resource $streamOrFile - * @param int $size - * @param int $errorStatus - * @param string|null $clientFilename - * @param string|null $clientMediaType + * @param int $size + * @param int $errorStatus + * @param string|null $clientFilename + * @param string|null $clientMediaType */ public function __construct( $streamOrFile, @@ -144,7 +144,8 @@ private function setSize($size) /** * @param mixed $param - * @return boolean + * + * @return bool */ private function isStringOrNull($param) { @@ -153,7 +154,8 @@ private function isStringOrNull($param) /** * @param mixed $param - * @return boolean + * + * @return bool */ private function isStringNotEmpty($param) { @@ -195,7 +197,7 @@ private function setClientMediaType($clientMediaType) /** * Return true if there is no upload error * - * @return boolean + * @return bool */ private function isOk() { @@ -203,7 +205,7 @@ private function isOk() } /** - * @return boolean + * @return bool */ public function isMoved() { @@ -248,10 +250,10 @@ public function getStream() * * @param string $targetPath Path to which to move the uploaded file. * - * @throws RuntimeException if the upload was not successful. + * @throws RuntimeException if the upload was not successful. * @throws InvalidArgumentException if the $path specified is invalid. - * @throws RuntimeException on any error during the move operation, or on - * the second or subsequent call to the method. + * @throws RuntimeException on any error during the move operation, or on + * the second or subsequent call to the method. */ public function moveTo($targetPath) { @@ -297,6 +299,7 @@ public function getSize() * {@inheritdoc} * * @see http://php.net/manual/en/features.file-upload.errors.php + * * @return int One of PHP's UPLOAD_ERR_XXX constants. */ public function getError() @@ -308,7 +311,7 @@ public function getError() * {@inheritdoc} * * @return string|null The filename sent by the client or null if none - * was provided. + * was provided. */ public function getClientFilename() { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/Uri.php b/crmeb/vendor/guzzlehttp/psr7/src/Uri.php index a0d73917e..0f9f020d3 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/Uri.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/Uri.php @@ -67,7 +67,7 @@ public function __construct($uri = '') { // weak type check to also accept null until we can add scalar type hints if ($uri != '') { - $parts = parse_url($uri); + $parts = self::parse($uri); if ($parts === false) { throw new \InvalidArgumentException("Unable to parse URI: $uri"); } @@ -75,6 +75,49 @@ public function __construct($uri = '') } } + /** + * UTF-8 aware \parse_url() replacement. + * + * The internal function produces broken output for non ASCII domain names + * (IDN) when used with locales other than "C". + * + * On the other hand, cURL understands IDN correctly only when UTF-8 locale + * is configured ("C.UTF-8", "en_US.UTF-8", etc.). + * + * @see https://bugs.php.net/bug.php?id=52923 + * @see https://www.php.net/manual/en/function.parse-url.php#114817 + * @see https://curl.haxx.se/libcurl/c/CURLOPT_URL.html#ENCODING + * + * @param string $url + * + * @return array|false + */ + private static function parse($url) + { + // If IPv6 + $prefix = ''; + if (preg_match('%^(.*://\[[0-9:a-f]+\])(.*?)$%', $url, $matches)) { + $prefix = $matches[1]; + $url = $matches[2]; + } + + $encodedUrl = preg_replace_callback( + '%[^:/@?&=#]+%usD', + static function ($matches) { + return urlencode($matches[0]); + }, + $url + ); + + $result = parse_url($prefix . $encodedUrl); + + if ($result === false) { + return false; + } + + return array_map('urldecode', $result); + } + public function __toString() { return self::composeComponents( @@ -167,6 +210,7 @@ public static function isDefaultPort(UriInterface $uri) * @param UriInterface $uri * * @return bool + * * @see Uri::isNetworkPathReference * @see Uri::isAbsolutePathReference * @see Uri::isRelativePathReference @@ -185,6 +229,7 @@ public static function isAbsolute(UriInterface $uri) * @param UriInterface $uri * * @return bool + * * @link https://tools.ietf.org/html/rfc3986#section-4.2 */ public static function isNetworkPathReference(UriInterface $uri) @@ -200,6 +245,7 @@ public static function isNetworkPathReference(UriInterface $uri) * @param UriInterface $uri * * @return bool + * * @link https://tools.ietf.org/html/rfc3986#section-4.2 */ public static function isAbsolutePathReference(UriInterface $uri) @@ -218,6 +264,7 @@ public static function isAbsolutePathReference(UriInterface $uri) * @param UriInterface $uri * * @return bool + * * @link https://tools.ietf.org/html/rfc3986#section-4.2 */ public static function isRelativePathReference(UriInterface $uri) @@ -238,6 +285,7 @@ public static function isRelativePathReference(UriInterface $uri) * @param UriInterface|null $base An optional base URI to compare against * * @return bool + * * @link https://tools.ietf.org/html/rfc3986#section-4.4 */ public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null) @@ -358,6 +406,7 @@ public static function withQueryValues(UriInterface $uri, array $keyValueArray) * @param array $parts * * @return UriInterface + * * @link http://php.net/manual/en/function.parse-url.php * * @throws \InvalidArgumentException If the components do not form a valid URI. @@ -576,7 +625,7 @@ private function filterScheme($scheme) throw new \InvalidArgumentException('Scheme must be a string'); } - return strtolower($scheme); + return \strtr($scheme, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); } /** @@ -612,7 +661,7 @@ private function filterHost($host) throw new \InvalidArgumentException('Host must be a string'); } - return strtolower($host); + return \strtr($host, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); } /** @@ -641,7 +690,7 @@ private function filterPort($port) /** * @param UriInterface $uri * @param array $keys - * + * * @return array */ private static function getFilteredQueryString(UriInterface $uri, array $keys) @@ -662,7 +711,7 @@ private static function getFilteredQueryString(UriInterface $uri, array $keys) /** * @param string $key * @param string|null $value - * + * * @return string */ private static function generateQueryString($key, $value) @@ -754,7 +803,7 @@ private function validateState() 'by adding a leading slash to the path is deprecated since version 1.4 and will throw an exception instead.', E_USER_DEPRECATED ); - $this->path = '/'. $this->path; + $this->path = '/' . $this->path; //throw new \InvalidArgumentException('The path of a URI with an authority must start with a slash "/" or be empty'); } } diff --git a/crmeb/vendor/guzzlehttp/psr7/src/UriComparator.php b/crmeb/vendor/guzzlehttp/psr7/src/UriComparator.php new file mode 100644 index 000000000..ccf51ffb8 --- /dev/null +++ b/crmeb/vendor/guzzlehttp/psr7/src/UriComparator.php @@ -0,0 +1,55 @@ +getHost(), $modified->getHost()) !== 0) { + return true; + } + + if ($original->getScheme() !== $modified->getScheme()) { + return true; + } + + if (self::computePort($original) !== self::computePort($modified)) { + return true; + } + + return false; + } + + /** + * @return int + */ + private static function computePort(UriInterface $uri) + { + $port = $uri->getPort(); + + if (null !== $port) { + return $port; + } + + return 'https' === $uri->getScheme() ? 443 : 80; + } + + private function __construct() + { + // cannot be instantiated + } +} diff --git a/crmeb/vendor/guzzlehttp/psr7/src/UriNormalizer.php b/crmeb/vendor/guzzlehttp/psr7/src/UriNormalizer.php index 2b9174a5e..81419ead4 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/UriNormalizer.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/UriNormalizer.php @@ -115,6 +115,7 @@ final class UriNormalizer * @param int $flags A bitmask of normalizations to apply, see constants * * @return UriInterface The normalized URI + * * @link https://tools.ietf.org/html/rfc3986#section-6.2 */ public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS) @@ -171,6 +172,7 @@ public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NO * @param int $normalizations A bitmask of normalizations to apply, see constants * * @return bool + * * @link https://tools.ietf.org/html/rfc3986#section-6.1 */ public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS) diff --git a/crmeb/vendor/guzzlehttp/psr7/src/UriResolver.php b/crmeb/vendor/guzzlehttp/psr7/src/UriResolver.php index 26cecd53a..a3cb15d57 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/UriResolver.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/UriResolver.php @@ -19,6 +19,7 @@ final class UriResolver * @param string $path * * @return string + * * @link http://tools.ietf.org/html/rfc3986#section-5.2.4 */ public static function removeDotSegments($path) @@ -58,6 +59,7 @@ public static function removeDotSegments($path) * @param UriInterface $rel Relative URI * * @return UriInterface + * * @link http://tools.ietf.org/html/rfc3986#section-5.2 */ public static function resolve(UriInterface $base, UriInterface $rel) diff --git a/crmeb/vendor/guzzlehttp/psr7/src/Utils.php b/crmeb/vendor/guzzlehttp/psr7/src/Utils.php index 86960dde2..6b6c8cced 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/Utils.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/Utils.php @@ -75,6 +75,7 @@ public static function copyToStream(StreamInterface $source, StreamInterface $de * @param StreamInterface $stream Stream to read * @param int $maxLen Maximum number of bytes to read. Pass -1 * to read the entire stream. + * * @return string * * @throws \RuntimeException on error. @@ -181,7 +182,7 @@ public static function modifyRequest(RequestInterface $request, array $changes) $standardPorts = ['http' => 80, 'https' => 443]; $scheme = $changes['uri']->getScheme(); if (isset($standardPorts[$scheme]) && $port != $standardPorts[$scheme]) { - $changes['set_headers']['Host'] .= ':'.$port; + $changes['set_headers']['Host'] .= ':' . $port; } } } @@ -202,7 +203,7 @@ public static function modifyRequest(RequestInterface $request, array $changes) } if ($request instanceof ServerRequestInterface) { - return (new ServerRequest( + $new = (new ServerRequest( isset($changes['method']) ? $changes['method'] : $request->getMethod(), $uri, $headers, @@ -216,6 +217,12 @@ public static function modifyRequest(RequestInterface $request, array $changes) ->withQueryParams($request->getQueryParams()) ->withCookieParams($request->getCookieParams()) ->withUploadedFiles($request->getUploadedFiles()); + + foreach ($request->getAttributes() as $key => $value) { + $new = $new->withAttribute($key, $value); + } + + return $new; } return new Request( @@ -286,7 +293,7 @@ public static function readLine(StreamInterface $stream, $maxLength = null) * number of requested bytes are available. Any additional bytes will be * buffered and used in subsequent reads. * - * @param resource|string|null|int|float|bool|StreamInterface|callable|\Iterator $resource Entity body data + * @param resource|string|int|float|bool|StreamInterface|callable|\Iterator|null $resource Entity body data * @param array $options Additional options * * @return StreamInterface @@ -296,7 +303,7 @@ public static function readLine(StreamInterface $stream, $maxLength = null) public static function streamFor($resource = '', array $options = []) { if (is_scalar($resource)) { - $stream = fopen('php://temp', 'r+'); + $stream = self::tryFopen('php://temp', 'r+'); if ($resource !== '') { fwrite($stream, $resource); fseek($stream, 0); @@ -306,6 +313,17 @@ public static function streamFor($resource = '', array $options = []) switch (gettype($resource)) { case 'resource': + /* + * The 'php://input' is a special stream with quirks and inconsistencies. + * We avoid using that stream by reading it into php://temp + */ + $metaData = \stream_get_meta_data($resource); + if (isset($metaData['uri']) && $metaData['uri'] === 'php://input') { + $stream = self::tryFopen('php://temp', 'w+'); + fwrite($stream, stream_get_contents($resource)); + fseek($stream, 0); + $resource = $stream; + } return new Stream($resource, $options); case 'object': if ($resource instanceof StreamInterface) { @@ -324,7 +342,7 @@ public static function streamFor($resource = '', array $options = []) } break; case 'NULL': - return new Stream(fopen('php://temp', 'r+'), $options); + return new Stream(self::tryFopen('php://temp', 'r+'), $options); } if (is_callable($resource)) { @@ -352,14 +370,26 @@ public static function tryFopen($filename, $mode) $ex = null; set_error_handler(function () use ($filename, $mode, &$ex) { $ex = new \RuntimeException(sprintf( - 'Unable to open %s using mode %s: %s', + 'Unable to open "%s" using mode "%s": %s', $filename, $mode, func_get_args()[1] )); + + return true; }); - $handle = fopen($filename, $mode); + try { + $handle = fopen($filename, $mode); + } catch (\Throwable $e) { + $ex = new \RuntimeException(sprintf( + 'Unable to open "%s" using mode "%s": %s', + $filename, + $mode, + $e->getMessage() + ), 0, $e); + } + restore_error_handler(); if ($ex) { diff --git a/crmeb/vendor/guzzlehttp/psr7/src/functions.php b/crmeb/vendor/guzzlehttp/psr7/src/functions.php index e4cc13619..b0901fadd 100644 --- a/crmeb/vendor/guzzlehttp/psr7/src/functions.php +++ b/crmeb/vendor/guzzlehttp/psr7/src/functions.php @@ -70,7 +70,7 @@ function uri_for($uri) * number of requested bytes are available. Any additional bytes will be * buffered and used in subsequent reads. * - * @param resource|string|null|int|float|bool|StreamInterface|callable|\Iterator $resource Entity body data + * @param resource|string|int|float|bool|StreamInterface|callable|\Iterator|null $resource Entity body data * @param array $options Additional options * * @return StreamInterface @@ -187,6 +187,7 @@ function try_fopen($filename, $mode) * @param StreamInterface $stream Stream to read * @param int $maxLen Maximum number of bytes to read. Pass -1 * to read the entire stream. + * * @return string * * @throws \RuntimeException on error. @@ -311,6 +312,7 @@ function parse_query($str, $urlEncoding = true) * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986 * to encode using RFC3986, or PHP_QUERY_RFC1738 * to encode using RFC1738. + * * @return string * * @deprecated build_query will be removed in guzzlehttp/psr7:2.0. Use Query::build instead. @@ -361,6 +363,7 @@ function mimetype_from_extension($extension) * @return array * * @internal + * * @deprecated _parse_message will be removed in guzzlehttp/psr7:2.0. Use Message::parseMessage instead. */ function _parse_message($message) @@ -377,6 +380,7 @@ function _parse_message($message) * @return string * * @internal + * * @deprecated _parse_request_uri will be removed in guzzlehttp/psr7:2.0. Use Message::parseRequestUri instead. */ function _parse_request_uri($path, array $headers) @@ -409,6 +413,7 @@ function get_message_body_summary(MessageInterface $message, $truncateAt = 120) * @return array * * @internal + * * @deprecated _caseless_remove will be removed in guzzlehttp/psr7:2.0. Use Utils::caselessRemove instead. */ function _caseless_remove($keys, array $data) diff --git a/crmeb/vendor/paragonie/random_compat/LICENSE b/crmeb/vendor/paragonie/random_compat/LICENSE deleted file mode 100644 index 45c7017df..000000000 --- a/crmeb/vendor/paragonie/random_compat/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Paragon Initiative Enterprises - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/crmeb/vendor/paragonie/random_compat/build-phar.sh b/crmeb/vendor/paragonie/random_compat/build-phar.sh deleted file mode 100755 index b4a5ba31c..000000000 --- a/crmeb/vendor/paragonie/random_compat/build-phar.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) ) - -php -dphar.readonly=0 "$basedir/other/build_phar.php" $* \ No newline at end of file diff --git a/crmeb/vendor/paragonie/random_compat/composer.json b/crmeb/vendor/paragonie/random_compat/composer.json deleted file mode 100644 index 1fa8de9f1..000000000 --- a/crmeb/vendor/paragonie/random_compat/composer.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "paragonie/random_compat", - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "random", - "polyfill", - "pseudorandom" - ], - "license": "MIT", - "type": "library", - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "support": { - "issues": "https://github.com/paragonie/random_compat/issues", - "email": "info@paragonie.com", - "source": "https://github.com/paragonie/random_compat" - }, - "require": { - "php": "^7" - }, - "require-dev": { - "vimeo/psalm": "^1", - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - } -} diff --git a/crmeb/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey b/crmeb/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey deleted file mode 100644 index eb50ebfcd..000000000 --- a/crmeb/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey +++ /dev/null @@ -1,5 +0,0 @@ ------BEGIN PUBLIC KEY----- -MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEEd+wCqJDrx5B4OldM0dQE0ZMX+lx1ZWm -pui0SUqD4G29L3NGsz9UhJ/0HjBdbnkhIK5xviT0X5vtjacF6ajgcCArbTB+ds+p -+h7Q084NuSuIpNb6YPfoUFgC/CL9kAoc ------END PUBLIC KEY----- diff --git a/crmeb/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc b/crmeb/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc deleted file mode 100644 index 6a1d7f300..000000000 --- a/crmeb/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (MingW32) - -iQEcBAABAgAGBQJWtW1hAAoJEGuXocKCZATaJf0H+wbZGgskK1dcRTsuVJl9IWip -QwGw/qIKI280SD6/ckoUMxKDCJiFuPR14zmqnS36k7N5UNPnpdTJTS8T11jttSpg -1LCmgpbEIpgaTah+cELDqFCav99fS+bEiAL5lWDAHBTE/XPjGVCqeehyPYref4IW -NDBIEsvnHPHPLsn6X5jq4+Yj5oUixgxaMPiR+bcO4Sh+RzOVB6i2D0upWfRXBFXA -NNnsg9/zjvoC7ZW73y9uSH+dPJTt/Vgfeiv52/v41XliyzbUyLalf02GNPY+9goV -JHG1ulEEBJOCiUD9cE1PUIJwHA/HqyhHIvV350YoEFiHl8iSwm7SiZu5kPjaq74= -=B6+8 ------END PGP SIGNATURE----- diff --git a/crmeb/vendor/paragonie/random_compat/lib/random.php b/crmeb/vendor/paragonie/random_compat/lib/random.php deleted file mode 100644 index c7731a56f..000000000 --- a/crmeb/vendor/paragonie/random_compat/lib/random.php +++ /dev/null @@ -1,32 +0,0 @@ -buildFromDirectory(dirname(__DIR__).'/lib'); -rename( - dirname(__DIR__).'/lib/index.php', - dirname(__DIR__).'/lib/random.php' -); - -/** - * If we pass an (optional) path to a private key as a second argument, we will - * sign the Phar with OpenSSL. - * - * If you leave this out, it will produce an unsigned .phar! - */ -if ($argc > 1) { - if (!@is_readable($argv[1])) { - echo 'Could not read the private key file:', $argv[1], "\n"; - exit(255); - } - $pkeyFile = file_get_contents($argv[1]); - - $private = openssl_get_privatekey($pkeyFile); - if ($private !== false) { - $pkey = ''; - openssl_pkey_export($private, $pkey); - $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey); - - /** - * Save the corresponding public key to the file - */ - if (!@is_readable($dist.'/random_compat.phar.pubkey')) { - $details = openssl_pkey_get_details($private); - file_put_contents( - $dist.'/random_compat.phar.pubkey', - $details['key'] - ); - } - } else { - echo 'An error occurred reading the private key from OpenSSL.', "\n"; - exit(255); - } -} diff --git a/crmeb/vendor/paragonie/random_compat/psalm-autoload.php b/crmeb/vendor/paragonie/random_compat/psalm-autoload.php deleted file mode 100644 index d71d1b818..000000000 --- a/crmeb/vendor/paragonie/random_compat/psalm-autoload.php +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/crmeb/vendor/psr/http-message/README.md b/crmeb/vendor/psr/http-message/README.md index 28185338f..2668be6c3 100644 --- a/crmeb/vendor/psr/http-message/README.md +++ b/crmeb/vendor/psr/http-message/README.md @@ -10,4 +10,7 @@ interface that describes a HTTP message. See the specification for more details. Usage ----- -We'll certainly need some stuff in here. \ No newline at end of file +Before reading the usage guide we recommend reading the PSR-7 interfaces method list: + +* [`PSR-7 Interfaces Method List`](docs/PSR7-Interfaces.md) +* [`PSR-7 Usage Guide`](docs/PSR7-Usage.md) \ No newline at end of file diff --git a/crmeb/vendor/psr/http-message/composer.json b/crmeb/vendor/psr/http-message/composer.json index b0d2937a0..56e8c0a6d 100644 --- a/crmeb/vendor/psr/http-message/composer.json +++ b/crmeb/vendor/psr/http-message/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "autoload": { "psr-4": { @@ -20,7 +20,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } } } diff --git a/crmeb/vendor/psr/http-message/docs/PSR7-Interfaces.md b/crmeb/vendor/psr/http-message/docs/PSR7-Interfaces.md new file mode 100644 index 000000000..3a7e7dda6 --- /dev/null +++ b/crmeb/vendor/psr/http-message/docs/PSR7-Interfaces.md @@ -0,0 +1,130 @@ +# Interfaces + +The purpose of this list is to help in finding the methods when working with PSR-7. This can be considered as a cheatsheet for PSR-7 interfaces. + +The interfaces defined in PSR-7 are the following: + +| Class Name | Description | +|---|---| +| [Psr\Http\Message\MessageInterface](http://www.php-fig.org/psr/psr-7/#psrhttpmessagemessageinterface) | Representation of a HTTP message | +| [Psr\Http\Message\RequestInterface](http://www.php-fig.org/psr/psr-7/#psrhttpmessagerequestinterface) | Representation of an outgoing, client-side request. | +| [Psr\Http\Message\ServerRequestInterface](http://www.php-fig.org/psr/psr-7/#psrhttpmessageserverrequestinterface) | Representation of an incoming, server-side HTTP request. | +| [Psr\Http\Message\ResponseInterface](http://www.php-fig.org/psr/psr-7/#psrhttpmessageresponseinterface) | Representation of an outgoing, server-side response. | +| [Psr\Http\Message\StreamInterface](http://www.php-fig.org/psr/psr-7/#psrhttpmessagestreaminterface) | Describes a data stream | +| [Psr\Http\Message\UriInterface](http://www.php-fig.org/psr/psr-7/#psrhttpmessageuriinterface) | Value object representing a URI. | +| [Psr\Http\Message\UploadedFileInterface](http://www.php-fig.org/psr/psr-7/#psrhttpmessageuploadedfileinterface) | Value object representing a file uploaded through an HTTP request. | + +## `Psr\Http\Message\MessageInterface` Methods + +| Method Name | Description | Notes | +|------------------------------------| ----------- | ----- | +| `getProtocolVersion()` | Retrieve HTTP protocol version | 1.0 or 1.1 | +| `withProtocolVersion($version)` | Returns new message instance with given HTTP protocol version | | +| `getHeaders()` | Retrieve all HTTP Headers | [Request Header List](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Request_fields), [Response Header List](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Response_fields) | +| `hasHeader($name)` | Checks if HTTP Header with given name exists | | +| `getHeader($name)` | Retrieves a array with the values for a single header | | +| `getHeaderLine($name)` | Retrieves a comma-separated string of the values for a single header | | +| `withHeader($name, $value)` | Returns new message instance with given HTTP Header | if the header existed in the original instance, replaces the header value from the original message with the value provided when creating the new instance. | +| `withAddedHeader($name, $value)` | Returns new message instance with appended value to given header | If header already exists value will be appended, if not a new header will be created | +| `withoutHeader($name)` | Removes HTTP Header with given name| | +| `getBody()` | Retrieves the HTTP Message Body | Returns object implementing `StreamInterface`| +| `withBody(StreamInterface $body)` | Returns new message instance with given HTTP Message Body | | + + +## `Psr\Http\Message\RequestInterface` Methods + +Same methods as `Psr\Http\Message\MessageInterface` + the following methods: + +| Method Name | Description | Notes | +|------------------------------------| ----------- | ----- | +| `getRequestTarget()` | Retrieves the message's request target | origin-form, absolute-form, authority-form, asterisk-form ([RFC7230](https://www.rfc-editor.org/rfc/rfc7230.txt)) | +| `withRequestTarget($requestTarget)` | Return a new message instance with the specific request-target | | +| `getMethod()` | Retrieves the HTTP method of the request. | GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE (defined in [RFC7231](https://tools.ietf.org/html/rfc7231)), PATCH (defined in [RFC5789](https://tools.ietf.org/html/rfc5789)) | +| `withMethod($method)` | Returns a new message instance with the provided HTTP method | | +| `getUri()` | Retrieves the URI instance | | +| `withUri(UriInterface $uri, $preserveHost = false)` | Returns a new message instance with the provided URI | | + + +## `Psr\Http\Message\ServerRequestInterface` Methods + +Same methods as `Psr\Http\Message\RequestInterface` + the following methods: + +| Method Name | Description | Notes | +|------------------------------------| ----------- | ----- | +| `getServerParams() ` | Retrieve server parameters | Typically derived from `$_SERVER` | +| `getCookieParams()` | Retrieves cookies sent by the client to the server. | Typically derived from `$_COOKIES` | +| `withCookieParams(array $cookies)` | Returns a new request instance with the specified cookies | | +| `withQueryParams(array $query)` | Returns a new request instance with the specified query string arguments | | +| `getUploadedFiles()` | Retrieve normalized file upload data | | +| `withUploadedFiles(array $uploadedFiles)` | Returns a new request instance with the specified uploaded files | | +| `getParsedBody()` | Retrieve any parameters provided in the request body | | +| `withParsedBody($data)` | Returns a new request instance with the specified body parameters | | +| `getAttributes()` | Retrieve attributes derived from the request | | +| `getAttribute($name, $default = null)` | Retrieve a single derived request attribute | | +| `withAttribute($name, $value)` | Returns a new request instance with the specified derived request attribute | | +| `withoutAttribute($name)` | Returns a new request instance that without the specified derived request attribute | | + +## `Psr\Http\Message\ResponseInterface` Methods: + +Same methods as `Psr\Http\Message\MessageInterface` + the following methods: + +| Method Name | Description | Notes | +|------------------------------------| ----------- | ----- | +| `getStatusCode()` | Gets the response status code. | | +| `withStatus($code, $reasonPhrase = '')` | Returns a new response instance with the specified status code and, optionally, reason phrase. | | +| `getReasonPhrase()` | Gets the response reason phrase associated with the status code. | | + +## `Psr\Http\Message\StreamInterface` Methods + +| Method Name | Description | Notes | +|------------------------------------| ----------- | ----- | +| `__toString()` | Reads all data from the stream into a string, from the beginning to end. | | +| `close()` | Closes the stream and any underlying resources. | | +| `detach()` | Separates any underlying resources from the stream. | | +| `getSize()` | Get the size of the stream if known. | | +| `eof()` | Returns true if the stream is at the end of the stream.| | +| `isSeekable()` | Returns whether or not the stream is seekable. | | +| `seek($offset, $whence = SEEK_SET)` | Seek to a position in the stream. | | +| `rewind()` | Seek to the beginning of the stream. | | +| `isWritable()` | Returns whether or not the stream is writable. | | +| `write($string)` | Write data to the stream. | | +| `isReadable()` | Returns whether or not the stream is readable. | | +| `read($length)` | Read data from the stream. | | +| `getContents()` | Returns the remaining contents in a string | | +| `getMetadata($key = null)()` | Get stream metadata as an associative array or retrieve a specific key. | | + +## `Psr\Http\Message\UriInterface` Methods + +| Method Name | Description | Notes | +|------------------------------------| ----------- | ----- | +| `getScheme()` | Retrieve the scheme component of the URI. | | +| `getAuthority()` | Retrieve the authority component of the URI. | | +| `getUserInfo()` | Retrieve the user information component of the URI. | | +| `getHost()` | Retrieve the host component of the URI. | | +| `getPort()` | Retrieve the port component of the URI. | | +| `getPath()` | Retrieve the path component of the URI. | | +| `getQuery()` | Retrieve the query string of the URI. | | +| `getFragment()` | Retrieve the fragment component of the URI. | | +| `withScheme($scheme)` | Return an instance with the specified scheme. | | +| `withUserInfo($user, $password = null)` | Return an instance with the specified user information. | | +| `withHost($host)` | Return an instance with the specified host. | | +| `withPort($port)` | Return an instance with the specified port. | | +| `withPath($path)` | Return an instance with the specified path. | | +| `withQuery($query)` | Return an instance with the specified query string. | | +| `withFragment($fragment)` | Return an instance with the specified URI fragment. | | +| `__toString()` | Return the string representation as a URI reference. | | + +## `Psr\Http\Message\UploadedFileInterface` Methods + +| Method Name | Description | Notes | +|------------------------------------| ----------- | ----- | +| `getStream()` | Retrieve a stream representing the uploaded file. | | +| `moveTo($targetPath)` | Move the uploaded file to a new location. | | +| `getSize()` | Retrieve the file size. | | +| `getError()` | Retrieve the error associated with the uploaded file. | | +| `getClientFilename()` | Retrieve the filename sent by the client. | | +| `getClientMediaType()` | Retrieve the media type sent by the client. | | + +> `RequestInterface`, `ServerRequestInterface`, `ResponseInterface` extend `MessageInterface` because the `Request` and the `Response` are `HTTP Messages`. +> When using `ServerRequestInterface`, both `RequestInterface` and `Psr\Http\Message\MessageInterface` methods are considered. + diff --git a/crmeb/vendor/psr/http-message/docs/PSR7-Usage.md b/crmeb/vendor/psr/http-message/docs/PSR7-Usage.md new file mode 100644 index 000000000..b6d048a34 --- /dev/null +++ b/crmeb/vendor/psr/http-message/docs/PSR7-Usage.md @@ -0,0 +1,159 @@ +### PSR-7 Usage + +All PSR-7 applications comply with these interfaces +They were created to establish a standard between middleware implementations. + +> `RequestInterface`, `ServerRequestInterface`, `ResponseInterface` extend `MessageInterface` because the `Request` and the `Response` are `HTTP Messages`. +> When using `ServerRequestInterface`, both `RequestInterface` and `Psr\Http\Message\MessageInterface` methods are considered. + + +The following examples will illustrate how basic operations are done in PSR-7. + +##### Examples + + +For this examples to work (at least) a PSR-7 implementation package is required. (eg: zendframework/zend-diactoros, guzzlehttp/psr7, slim/slim, etc) +All PSR-7 implementations should have the same behaviour. + +The following will be assumed: +`$request` is an object of `Psr\Http\Message\RequestInterface` and + +`$response` is an object implementing `Psr\Http\Message\RequestInterface` + + +### Working with HTTP Headers + +#### Adding headers to response: + +```php +$response->withHeader('My-Custom-Header', 'My Custom Message'); +``` + +#### Appending values to headers + +```php +$response->withAddedHeader('My-Custom-Header', 'The second message'); +``` + +#### Checking if header exists: + +```php +$request->hasHeader('My-Custom-Header'); // will return false +$response->hasHeader('My-Custom-Header'); // will return true +``` + +> Note: My-Custom-Header was only added in the Response + +#### Getting comma-separated values from a header (also applies to request) + +```php +// getting value from request headers +$request->getHeaderLine('Content-Type'); // will return: "text/html; charset=UTF-8" +// getting value from response headers +$response->getHeaderLine('My-Custom-Header'); // will return: "My Custom Message; The second message" +``` + +#### Getting array of value from a header (also applies to request) +```php +// getting value from request headers +$request->getHeader('Content-Type'); // will return: ["text/html", "charset=UTF-8"] +// getting value from response headers +$response->getHeader('My-Custom-Header'); // will return: ["My Custom Message", "The second message"] +``` + +#### Removing headers from HTTP Messages +```php +// removing a header from Request, removing deprecated "Content-MD5" header +$request->withoutHeader('Content-MD5'); + +// removing a header from Response +// effect: the browser won't know the size of the stream +// the browser will download the stream till it ends +$response->withoutHeader('Content-Length'); +``` + +### Working with HTTP Message Body + +When working with the PSR-7 there are two methods of implementation: +#### 1. Getting the body separately + +> This method makes the body handling easier to understand and is useful when repeatedly calling body methods. (You only call `getBody()` once). Using this method mistakes like `$response->write()` are also prevented. + +```php +$body = $response->getBody(); +// operations on body, eg. read, write, seek +// ... +// replacing the old body +$response->withBody($body); +// this last statement is optional as we working with objects +// in this case the "new" body is same with the "old" one +// the $body variable has the same value as the one in $request, only the reference is passed +``` + +#### 2. Working directly on response + +> This method is useful when only performing few operations as the `$request->getBody()` statement fragment is required + +```php +$response->getBody()->write('hello'); +``` + +### Getting the body contents + +The following snippet gets the contents of a stream contents. +> Note: Streams must be rewinded, if content was written into streams, it will be ignored when calling `getContents()` because the stream pointer is set to the last character, which is `\0` - meaning end of stream. +```php +$body = $response->getBody(); +$body->rewind(); // or $body->seek(0); +$bodyText = $body->getContents(); +``` +> Note: If `$body->seek(1)` is called before `$body->getContents()`, the first character will be ommited as the starting pointer is set to `1`, not `0`. This is why using `$body->rewind()` is recommended. + +### Append to body + +```php +$response->getBody()->write('Hello'); // writing directly +$body = $request->getBody(); // which is a `StreamInterface` +$body->write('xxxxx'); +``` + +### Prepend to body +Prepending is different when it comes to streams. The content must be copied before writing the content to be prepended. +The following example will explain the behaviour of streams. + +```php +// assuming our response is initially empty +$body = $repsonse->getBody(); +// writing the string "abcd" +$body->write('abcd'); + +// seeking to start of stream +$body->seek(0); +// writing 'ef' +$body->write('ef'); // at this point the stream contains "efcd" +``` + +#### Prepending by rewriting separately + +```php +// assuming our response body stream only contains: "abcd" +$body = $response->getBody(); +$body->rewind(); +$contents = $body->getContents(); // abcd +// seeking the stream to beginning +$body->rewind(); +$body->write('ef'); // stream contains "efcd" +$body->write($contents); // stream contains "efabcd" +``` + +> Note: `getContents()` seeks the stream while reading it, therefore if the second `rewind()` method call was not present the stream would have resulted in `abcdefabcd` because the `write()` method appends to stream if not preceeded by `rewind()` or `seek(0)`. + +#### Prepending by using contents as a string +```php +$body = $response->getBody(); +$body->rewind(); +$contents = $body->getContents(); // efabcd +$contents = 'ef'.$contents; +$body->rewind(); +$body->write($contents); +``` diff --git a/crmeb/vendor/psr/http-message/src/MessageInterface.php b/crmeb/vendor/psr/http-message/src/MessageInterface.php index dd46e5ec8..8cdb4ed63 100644 --- a/crmeb/vendor/psr/http-message/src/MessageInterface.php +++ b/crmeb/vendor/psr/http-message/src/MessageInterface.php @@ -1,5 +1,7 @@ = 5.6`**: + ``` composer require ralouphie/getallheaders ``` + +For PHP version **`< 5.6`**: + +``` +composer require ralouphie/getallheaders "^2" +``` diff --git a/crmeb/vendor/ralouphie/getallheaders/composer.json b/crmeb/vendor/ralouphie/getallheaders/composer.json index 5a0d595c9..de8ce62e4 100644 --- a/crmeb/vendor/ralouphie/getallheaders/composer.json +++ b/crmeb/vendor/ralouphie/getallheaders/composer.json @@ -9,13 +9,18 @@ } ], "require": { - "php": ">=5.3" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "~3.7.0", - "satooshi/php-coveralls": ">=1.0" + "phpunit/phpunit": "^5 || ^6.5", + "php-coveralls/php-coveralls": "^2.1" }, "autoload": { "files": ["src/getallheaders.php"] + }, + "autoload-dev": { + "psr-4": { + "getallheaders\\Tests\\": "tests/" + } } -} \ No newline at end of file +} diff --git a/crmeb/vendor/ralouphie/getallheaders/phpunit.xml b/crmeb/vendor/ralouphie/getallheaders/phpunit.xml deleted file mode 100644 index 7255b23d9..000000000 --- a/crmeb/vendor/ralouphie/getallheaders/phpunit.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - ./tests - - - - - src - - - - - - - - \ No newline at end of file diff --git a/crmeb/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php b/crmeb/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php deleted file mode 100644 index 8e3d1790a..000000000 --- a/crmeb/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php +++ /dev/null @@ -1,121 +0,0 @@ - $val) { - $_SERVER[$key] = $val; - } - $result = getallheaders(); - $this->assertEquals($expected, $result, "Error testing $test_type works."); - } - - public function testWorksData() - { - return array( - array( - 'normal case', - array( - 'Key-One' => 'foo', - 'Key-Two' => 'bar', - 'Another-Key-For-Testing' => 'baz' - ), - array( - 'HTTP_KEY_ONE' => 'foo', - 'HTTP_KEY_TWO' => 'bar', - 'HTTP_ANOTHER_KEY_FOR_TESTING' => 'baz' - ) - ), - array( - 'Content-Type', - array( - 'Content-Type' => 'two' - ), - array( - 'HTTP_CONTENT_TYPE' => 'one', - 'CONTENT_TYPE' => 'two' - ) - ), - array( - 'Content-Length', - array( - 'Content-Length' => '222' - ), - array( - 'CONTENT_LENGTH' => '222', - 'HTTP_CONTENT_LENGTH' => '111' - ) - ), - array( - 'Content-Length (HTTP_CONTENT_LENGTH only)', - array( - 'Content-Length' => '111' - ), - array( - 'HTTP_CONTENT_LENGTH' => '111' - ) - ), - array( - 'Content-MD5', - array( - 'Content-Md5' => 'aef123' - ), - array( - 'CONTENT_MD5' => 'aef123', - 'HTTP_CONTENT_MD5' => 'fea321' - ) - ), - array( - 'Content-MD5 (HTTP_CONTENT_MD5 only)', - array( - 'Content-Md5' => 'f123' - ), - array( - 'HTTP_CONTENT_MD5' => 'f123' - ) - ), - array( - 'Authorization (normal)', - array( - 'Authorization' => 'testing' - ), - array( - 'HTTP_AUTHORIZATION' => 'testing', - ) - ), - array( - 'Authorization (redirect)', - array( - 'Authorization' => 'testing redirect' - ), - array( - 'REDIRECT_HTTP_AUTHORIZATION' => 'testing redirect', - ) - ), - array( - 'Authorization (PHP_AUTH_USER + PHP_AUTH_PW)', - array( - 'Authorization' => 'Basic ' . base64_encode('foo:bar') - ), - array( - 'PHP_AUTH_USER' => 'foo', - 'PHP_AUTH_PW' => 'bar' - ) - ), - array( - 'Authorization (PHP_AUTH_DIGEST)', - array( - 'Authorization' => 'example-digest' - ), - array( - 'PHP_AUTH_DIGEST' => 'example-digest' - ) - ) - ); - } -} diff --git a/crmeb/vendor/services.php b/crmeb/vendor/services.php index 23a761bc1..faae4b3b0 100644 --- a/crmeb/vendor/services.php +++ b/crmeb/vendor/services.php @@ -1,5 +1,5 @@ 'think\\captcha\\CaptchaService', diff --git a/crmeb/vendor/symfony/polyfill-intl-idn/Idn.php b/crmeb/vendor/symfony/polyfill-intl-idn/Idn.php index 127437ea5..334f8ee70 100644 --- a/crmeb/vendor/symfony/polyfill-intl-idn/Idn.php +++ b/crmeb/vendor/symfony/polyfill-intl-idn/Idn.php @@ -11,8 +11,6 @@ namespace Symfony\Polyfill\Intl\Idn; -use Exception; -use Normalizer; use Symfony\Polyfill\Intl\Idn\Resources\unidata\DisallowedRanges; use Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex; @@ -23,37 +21,45 @@ */ final class Idn { - const ERROR_EMPTY_LABEL = 1; - const ERROR_LABEL_TOO_LONG = 2; - const ERROR_DOMAIN_NAME_TOO_LONG = 4; - const ERROR_LEADING_HYPHEN = 8; - const ERROR_TRAILING_HYPHEN = 0x10; - const ERROR_HYPHEN_3_4 = 0x20; - const ERROR_LEADING_COMBINING_MARK = 0x40; - const ERROR_DISALLOWED = 0x80; - const ERROR_PUNYCODE = 0x100; - const ERROR_LABEL_HAS_DOT = 0x200; - const ERROR_INVALID_ACE_LABEL = 0x400; - const ERROR_BIDI = 0x800; - const ERROR_CONTEXTJ = 0x1000; - const ERROR_CONTEXTO_PUNCTUATION = 0x2000; - const ERROR_CONTEXTO_DIGITS = 0x4000; - - const INTL_IDNA_VARIANT_2003 = 0; - const INTL_IDNA_VARIANT_UTS46 = 1; - - const MAX_DOMAIN_SIZE = 253; - const MAX_LABEL_SIZE = 63; - - const BASE = 36; - const TMIN = 1; - const TMAX = 26; - const SKEW = 38; - const DAMP = 700; - const INITIAL_BIAS = 72; - const INITIAL_N = 128; - const DELIMITER = '-'; - const MAX_INT = 2147483647; + public const ERROR_EMPTY_LABEL = 1; + public const ERROR_LABEL_TOO_LONG = 2; + public const ERROR_DOMAIN_NAME_TOO_LONG = 4; + public const ERROR_LEADING_HYPHEN = 8; + public const ERROR_TRAILING_HYPHEN = 0x10; + public const ERROR_HYPHEN_3_4 = 0x20; + public const ERROR_LEADING_COMBINING_MARK = 0x40; + public const ERROR_DISALLOWED = 0x80; + public const ERROR_PUNYCODE = 0x100; + public const ERROR_LABEL_HAS_DOT = 0x200; + public const ERROR_INVALID_ACE_LABEL = 0x400; + public const ERROR_BIDI = 0x800; + public const ERROR_CONTEXTJ = 0x1000; + public const ERROR_CONTEXTO_PUNCTUATION = 0x2000; + public const ERROR_CONTEXTO_DIGITS = 0x4000; + + public const INTL_IDNA_VARIANT_2003 = 0; + public const INTL_IDNA_VARIANT_UTS46 = 1; + + public const IDNA_DEFAULT = 0; + public const IDNA_ALLOW_UNASSIGNED = 1; + public const IDNA_USE_STD3_RULES = 2; + public const IDNA_CHECK_BIDI = 4; + public const IDNA_CHECK_CONTEXTJ = 8; + public const IDNA_NONTRANSITIONAL_TO_ASCII = 16; + public const IDNA_NONTRANSITIONAL_TO_UNICODE = 32; + + public const MAX_DOMAIN_SIZE = 253; + public const MAX_LABEL_SIZE = 63; + + public const BASE = 36; + public const TMIN = 1; + public const TMAX = 26; + public const SKEW = 38; + public const DAMP = 700; + public const INITIAL_BIAS = 72; + public const INITIAL_N = 128; + public const DELIMITER = '-'; + public const MAX_INT = 2147483647; /** * Contains the numeric value of a basic code point (for use in representing integers) in the @@ -61,7 +67,7 @@ final class Idn * * @var array */ - private static $basicToDigit = array( + private static $basicToDigit = [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, @@ -85,7 +91,7 @@ final class Idn -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - ); + ]; /** * @var array @@ -137,20 +143,20 @@ final class Idn * * @return string|false */ - public static function idn_to_ascii($domainName, $options = IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_info = array()) + public static function idn_to_ascii($domainName, $options = self::IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_info = []) { - if (\PHP_VERSION_ID >= 70200 && self::INTL_IDNA_VARIANT_2003 === $variant) { - @trigger_error('idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated', E_USER_DEPRECATED); + if (self::INTL_IDNA_VARIANT_2003 === $variant) { + @trigger_error('idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated', \E_USER_DEPRECATED); } - $options = array( + $options = [ 'CheckHyphens' => true, - 'CheckBidi' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 !== ($options & \IDNA_CHECK_BIDI), - 'CheckJoiners' => self::INTL_IDNA_VARIANT_UTS46 === $variant && 0 !== ($options & \IDNA_CHECK_CONTEXTJ), - 'UseSTD3ASCIIRules' => 0 !== ($options & \IDNA_USE_STD3_RULES), - 'Transitional_Processing' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 === ($options & \IDNA_NONTRANSITIONAL_TO_ASCII), + 'CheckBidi' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 !== ($options & self::IDNA_CHECK_BIDI), + 'CheckJoiners' => self::INTL_IDNA_VARIANT_UTS46 === $variant && 0 !== ($options & self::IDNA_CHECK_CONTEXTJ), + 'UseSTD3ASCIIRules' => 0 !== ($options & self::IDNA_USE_STD3_RULES), + 'Transitional_Processing' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 === ($options & self::IDNA_NONTRANSITIONAL_TO_ASCII), 'VerifyDnsLength' => true, - ); + ]; $info = new Info(); $labels = self::process((string) $domainName, $options, $info); @@ -159,7 +165,7 @@ public static function idn_to_ascii($domainName, $options = IDNA_DEFAULT, $varia if (1 === preg_match('/[^\x00-\x7F]/', $label)) { try { $label = 'xn--'.self::punycodeEncode($label); - } catch (Exception $e) { + } catch (\Exception $e) { $info->errors |= self::ERROR_PUNYCODE; } @@ -171,11 +177,11 @@ public static function idn_to_ascii($domainName, $options = IDNA_DEFAULT, $varia self::validateDomainAndLabelLength($labels, $info); } - $idna_info = array( + $idna_info = [ 'result' => implode('.', $labels), 'isTransitionalDifferent' => $info->transitionalDifferent, 'errors' => $info->errors, - ); + ]; return 0 === $info->errors ? $idna_info['result'] : false; } @@ -190,25 +196,25 @@ public static function idn_to_ascii($domainName, $options = IDNA_DEFAULT, $varia * * @return string|false */ - public static function idn_to_utf8($domainName, $options = IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_info = array()) + public static function idn_to_utf8($domainName, $options = self::IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_info = []) { - if (\PHP_VERSION_ID >= 70200 && self::INTL_IDNA_VARIANT_2003 === $variant) { - @trigger_error('idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated', E_USER_DEPRECATED); + if (self::INTL_IDNA_VARIANT_2003 === $variant) { + @trigger_error('idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated', \E_USER_DEPRECATED); } $info = new Info(); - $labels = self::process((string) $domainName, array( + $labels = self::process((string) $domainName, [ 'CheckHyphens' => true, - 'CheckBidi' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 !== ($options & \IDNA_CHECK_BIDI), - 'CheckJoiners' => self::INTL_IDNA_VARIANT_UTS46 === $variant && 0 !== ($options & \IDNA_CHECK_CONTEXTJ), - 'UseSTD3ASCIIRules' => 0 !== ($options & \IDNA_USE_STD3_RULES), - 'Transitional_Processing' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 === ($options & \IDNA_NONTRANSITIONAL_TO_UNICODE), - ), $info); - $idna_info = array( + 'CheckBidi' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 !== ($options & self::IDNA_CHECK_BIDI), + 'CheckJoiners' => self::INTL_IDNA_VARIANT_UTS46 === $variant && 0 !== ($options & self::IDNA_CHECK_CONTEXTJ), + 'UseSTD3ASCIIRules' => 0 !== ($options & self::IDNA_USE_STD3_RULES), + 'Transitional_Processing' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 === ($options & self::IDNA_NONTRANSITIONAL_TO_UNICODE), + ], $info); + $idna_info = [ 'result' => implode('.', $labels), 'isTransitionalDifferent' => $info->transitionalDifferent, 'errors' => $info->errors, - ); + ]; return 0 === $info->errors ? $idna_info['result'] : false; } @@ -243,7 +249,7 @@ private static function isValidContextJ(array $codePoints, $label) // If RegExpMatch((Joining_Type:{L,D})(Joining_Type:T)*\u200C(Joining_Type:T)*(Joining_Type:{R,D})) Then // True; // Generated RegExp = ([Joining_Type:{L,D}][Joining_Type:T]*\u200C[Joining_Type:T]*)[Joining_Type:{R,D}] - if (0x200C === $codePoint && 1 === preg_match(Regex::ZWNJ, $label, $matches, PREG_OFFSET_CAPTURE, $offset)) { + if (0x200C === $codePoint && 1 === preg_match(Regex::ZWNJ, $label, $matches, \PREG_OFFSET_CAPTURE, $offset)) { $offset += \strlen($matches[1][0]); continue; @@ -274,10 +280,6 @@ private static function mapCodePoints($input, array $options, Info $info) switch ($data['status']) { case 'disallowed': - $info->errors |= self::ERROR_DISALLOWED; - - // no break. - case 'valid': $str .= mb_chr($codePoint, 'utf-8'); @@ -288,7 +290,7 @@ private static function mapCodePoints($input, array $options, Info $info) break; case 'mapped': - $str .= $data['mapping']; + $str .= $transitional && 0x1E9E === $codePoint ? 'ss' : $data['mapping']; break; @@ -320,15 +322,15 @@ private static function process($domain, array $options, Info $info) if ($checkForEmptyLabels && '' === $domain) { $info->errors |= self::ERROR_EMPTY_LABEL; - return array($domain); + return [$domain]; } // Step 1. Map each code point in the domain name string $domain = self::mapCodePoints($domain, $options, $info); // Step 2. Normalize the domain name string to Unicode Normalization Form C. - if (!Normalizer::isNormalized($domain, Normalizer::FORM_C)) { - $domain = Normalizer::normalize($domain, Normalizer::FORM_C); + if (!\Normalizer::isNormalized($domain, \Normalizer::FORM_C)) { + $domain = \Normalizer::normalize($domain, \Normalizer::FORM_C); } // Step 3. Break the string into labels at U+002E (.) FULL STOP. @@ -340,9 +342,21 @@ private static function process($domain, array $options, Info $info) $validationOptions = $options; if ('xn--' === substr($label, 0, 4)) { + // Step 4.1. If the label contains any non-ASCII code point (i.e., a code point greater than U+007F), + // record that there was an error, and continue with the next label. + if (preg_match('/[^\x00-\x7F]/', $label)) { + $info->errors |= self::ERROR_PUNYCODE; + + continue; + } + + // Step 4.2. Attempt to convert the rest of the label to Unicode according to Punycode [RFC3492]. If + // that conversion fails, record that there was an error, and continue + // with the next label. Otherwise replace the original label in the string by the results of the + // conversion. try { $label = self::punycodeDecode(substr($label, 4)); - } catch (Exception $e) { + } catch (\Exception $e) { $info->errors |= self::ERROR_PUNYCODE; continue; @@ -488,7 +502,7 @@ private static function validateLabel($label, Info $info, array $options, $canBe } // Step 1. The label must be in Unicode Normalization Form C. - if (!Normalizer::isNormalized($label, Normalizer::FORM_C)) { + if (!\Normalizer::isNormalized($label, \Normalizer::FORM_C)) { $info->errors |= self::ERROR_INVALID_ACE_LABEL; } @@ -510,6 +524,8 @@ private static function validateLabel($label, Info $info, array $options, $canBe if ('-' === substr($label, -1, 1)) { $info->errors |= self::ERROR_TRAILING_HYPHEN; } + } elseif ('xn--' === substr($label, 0, 4)) { + $info->errors |= self::ERROR_PUNYCODE; } // Step 4. The label must not contain a U+002E (.) FULL STOP. @@ -570,12 +586,12 @@ private static function punycodeDecode($input) $lastDelimIndex = strrpos($input, self::DELIMITER); $b = false === $lastDelimIndex ? 0 : $lastDelimIndex; $inputLength = \strlen($input); - $output = array(); + $output = []; $bytes = array_map('ord', str_split($input)); for ($j = 0; $j < $b; ++$j) { if ($bytes[$j] > 0x7F) { - throw new Exception('Invalid input'); + throw new \Exception('Invalid input'); } $output[$out++] = $input[$j]; @@ -591,17 +607,17 @@ private static function punycodeDecode($input) for ($k = self::BASE; /* no condition */; $k += self::BASE) { if ($in >= $inputLength) { - throw new Exception('Invalid input'); + throw new \Exception('Invalid input'); } $digit = self::$basicToDigit[$bytes[$in++] & 0xFF]; if ($digit < 0) { - throw new Exception('Invalid input'); + throw new \Exception('Invalid input'); } if ($digit > intdiv(self::MAX_INT - $i, $w)) { - throw new Exception('Integer overflow'); + throw new \Exception('Integer overflow'); } $i += $digit * $w; @@ -621,7 +637,7 @@ private static function punycodeDecode($input) $baseMinusT = self::BASE - $t; if ($w > intdiv(self::MAX_INT, $baseMinusT)) { - throw new Exception('Integer overflow'); + throw new \Exception('Integer overflow'); } $w *= $baseMinusT; @@ -631,12 +647,12 @@ private static function punycodeDecode($input) $bias = self::adaptBias($i - $oldi, $outPlusOne, 0 === $oldi); if (intdiv($i, $outPlusOne) > self::MAX_INT - $n) { - throw new Exception('Integer overflow'); + throw new \Exception('Integer overflow'); } $n += intdiv($i, $outPlusOne); $i %= $outPlusOne; - array_splice($output, $i++, 0, array(mb_chr($n, 'utf-8'))); + array_splice($output, $i++, 0, [mb_chr($n, 'utf-8')]); } return implode('', $output); @@ -686,7 +702,7 @@ private static function punycodeEncode($input) } if ($m - $n > intdiv(self::MAX_INT - $delta, $h + 1)) { - throw new Exception('Integer overflow'); + throw new \Exception('Integer overflow'); } $delta += ($m - $n) * ($h + 1); @@ -694,8 +710,10 @@ private static function punycodeEncode($input) foreach ($iter as $codePoint) { if ($codePoint < $n && 0 === ++$delta) { - throw new Exception('Integer overflow'); - } elseif ($codePoint === $n) { + throw new \Exception('Integer overflow'); + } + + if ($codePoint === $n) { $q = $delta; for ($k = self::BASE; /* no condition */; $k += self::BASE) { @@ -713,7 +731,7 @@ private static function punycodeEncode($input) $qMinusT = $q - $t; $baseMinusT = self::BASE - $t; - $output .= self::encodeDigit($t + ($qMinusT) % ($baseMinusT), false); + $output .= self::encodeDigit($t + $qMinusT % $baseMinusT, false); ++$out; $q = intdiv($qMinusT, $baseMinusT); } @@ -785,7 +803,7 @@ private static function utf8Decode($input) $lowerBoundary = 0x80; $upperBoundary = 0xBF; $codePoint = 0; - $codePoints = array(); + $codePoints = []; $length = \strlen($input); for ($i = 0; $i < $length; ++$i) { @@ -879,19 +897,19 @@ private static function lookupCodePointStatus($codePoint, $useSTD3ASCIIRules) } if (isset(self::$mapped[$codePoint])) { - return array('status' => 'mapped', 'mapping' => self::$mapped[$codePoint]); + return ['status' => 'mapped', 'mapping' => self::$mapped[$codePoint]]; } if (isset(self::$ignored[$codePoint])) { - return array('status' => 'ignored'); + return ['status' => 'ignored']; } if (isset(self::$deviation[$codePoint])) { - return array('status' => 'deviation', 'mapping' => self::$deviation[$codePoint]); + return ['status' => 'deviation', 'mapping' => self::$deviation[$codePoint]]; } if (isset(self::$disallowed[$codePoint]) || DisallowedRanges::inRange($codePoint)) { - return array('status' => 'disallowed'); + return ['status' => 'disallowed']; } $isDisallowedMapped = isset(self::$disallowed_STD3_mapped[$codePoint]); @@ -904,12 +922,12 @@ private static function lookupCodePointStatus($codePoint, $useSTD3ASCIIRules) } if ($isDisallowedMapped) { - return array('status' => $status, 'mapping' => self::$disallowed_STD3_mapped[$codePoint]); + return ['status' => $status, 'mapping' => self::$disallowed_STD3_mapped[$codePoint]]; } - return array('status' => $status); + return ['status' => $status]; } - return array('status' => 'valid'); + return ['status' => 'valid']; } } diff --git a/crmeb/vendor/symfony/polyfill-intl-idn/LICENSE b/crmeb/vendor/symfony/polyfill-intl-idn/LICENSE index 03c5e2577..fd0a0626a 100644 --- a/crmeb/vendor/symfony/polyfill-intl-idn/LICENSE +++ b/crmeb/vendor/symfony/polyfill-intl-idn/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2019 Fabien Potencier and Trevor Rowbotham +Copyright (c) 2018-present Fabien Potencier and Trevor Rowbotham Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crmeb/vendor/symfony/polyfill-intl-idn/README.md b/crmeb/vendor/symfony/polyfill-intl-idn/README.md index 2e75f2e52..cae551705 100644 --- a/crmeb/vendor/symfony/polyfill-intl-idn/README.md +++ b/crmeb/vendor/symfony/polyfill-intl-idn/README.md @@ -4,7 +4,7 @@ Symfony Polyfill / Intl: Idn This component provides [`idn_to_ascii`](https://php.net/idn-to-ascii) and [`idn_to_utf8`](https://php.net/idn-to-utf8) functions to users who run php versions without the [Intl](https://php.net/intl) extension. More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). +[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). License ======= diff --git a/crmeb/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php b/crmeb/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php index 5bb70e48a..d285acd13 100644 --- a/crmeb/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php +++ b/crmeb/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Polyfill\Intl\Idn\Resources\unidata; /** diff --git a/crmeb/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php b/crmeb/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php index 5c1c51dde..3c6af0c13 100644 --- a/crmeb/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php +++ b/crmeb/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Polyfill\Intl\Idn\Resources\unidata; /** diff --git a/crmeb/vendor/symfony/polyfill-intl-idn/bootstrap.php b/crmeb/vendor/symfony/polyfill-intl-idn/bootstrap.php index f02d5de73..57c78356c 100644 --- a/crmeb/vendor/symfony/polyfill-intl-idn/bootstrap.php +++ b/crmeb/vendor/symfony/polyfill-intl-idn/bootstrap.php @@ -15,6 +15,10 @@ return; } +if (\PHP_VERSION_ID >= 80000) { + return require __DIR__.'/bootstrap80.php'; +} + if (!defined('U_IDNA_PROHIBITED_ERROR')) { define('U_IDNA_PROHIBITED_ERROR', 66560); } @@ -124,18 +128,18 @@ define('IDNA_ERROR_CONTEXTJ', 4096); } -if (PHP_VERSION_ID < 70400) { +if (\PHP_VERSION_ID < 70400) { if (!function_exists('idn_to_ascii')) { - function idn_to_ascii($domain, $options = IDNA_DEFAULT, $variant = INTL_IDNA_VARIANT_2003, &$idna_info = array()) { return p\Idn::idn_to_ascii($domain, $options, $variant, $idna_info); } + function idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) { return p\Idn::idn_to_ascii($domain, $flags, $variant, $idna_info); } } if (!function_exists('idn_to_utf8')) { - function idn_to_utf8($domain, $options = IDNA_DEFAULT, $variant = INTL_IDNA_VARIANT_2003, &$idna_info = array()) { return p\Idn::idn_to_utf8($domain, $options, $variant, $idna_info); } + function idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) { return p\Idn::idn_to_utf8($domain, $flags, $variant, $idna_info); } } } else { if (!function_exists('idn_to_ascii')) { - function idn_to_ascii($domain, $options = IDNA_DEFAULT, $variant = INTL_IDNA_VARIANT_UTS46, &$idna_info = array()) { return p\Idn::idn_to_ascii($domain, $options, $variant, $idna_info); } + function idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null) { return p\Idn::idn_to_ascii($domain, $flags, $variant, $idna_info); } } if (!function_exists('idn_to_utf8')) { - function idn_to_utf8($domain, $options = IDNA_DEFAULT, $variant = INTL_IDNA_VARIANT_UTS46, &$idna_info = array()) { return p\Idn::idn_to_utf8($domain, $options, $variant, $idna_info); } + function idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null) { return p\Idn::idn_to_utf8($domain, $flags, $variant, $idna_info); } } } diff --git a/crmeb/vendor/symfony/polyfill-intl-idn/bootstrap80.php b/crmeb/vendor/symfony/polyfill-intl-idn/bootstrap80.php new file mode 100644 index 000000000..a62c2d69b --- /dev/null +++ b/crmeb/vendor/symfony/polyfill-intl-idn/bootstrap80.php @@ -0,0 +1,125 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +use Symfony\Polyfill\Intl\Idn as p; + +if (!defined('U_IDNA_PROHIBITED_ERROR')) { + define('U_IDNA_PROHIBITED_ERROR', 66560); +} +if (!defined('U_IDNA_ERROR_START')) { + define('U_IDNA_ERROR_START', 66560); +} +if (!defined('U_IDNA_UNASSIGNED_ERROR')) { + define('U_IDNA_UNASSIGNED_ERROR', 66561); +} +if (!defined('U_IDNA_CHECK_BIDI_ERROR')) { + define('U_IDNA_CHECK_BIDI_ERROR', 66562); +} +if (!defined('U_IDNA_STD3_ASCII_RULES_ERROR')) { + define('U_IDNA_STD3_ASCII_RULES_ERROR', 66563); +} +if (!defined('U_IDNA_ACE_PREFIX_ERROR')) { + define('U_IDNA_ACE_PREFIX_ERROR', 66564); +} +if (!defined('U_IDNA_VERIFICATION_ERROR')) { + define('U_IDNA_VERIFICATION_ERROR', 66565); +} +if (!defined('U_IDNA_LABEL_TOO_LONG_ERROR')) { + define('U_IDNA_LABEL_TOO_LONG_ERROR', 66566); +} +if (!defined('U_IDNA_ZERO_LENGTH_LABEL_ERROR')) { + define('U_IDNA_ZERO_LENGTH_LABEL_ERROR', 66567); +} +if (!defined('U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR')) { + define('U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR', 66568); +} +if (!defined('U_IDNA_ERROR_LIMIT')) { + define('U_IDNA_ERROR_LIMIT', 66569); +} +if (!defined('U_STRINGPREP_PROHIBITED_ERROR')) { + define('U_STRINGPREP_PROHIBITED_ERROR', 66560); +} +if (!defined('U_STRINGPREP_UNASSIGNED_ERROR')) { + define('U_STRINGPREP_UNASSIGNED_ERROR', 66561); +} +if (!defined('U_STRINGPREP_CHECK_BIDI_ERROR')) { + define('U_STRINGPREP_CHECK_BIDI_ERROR', 66562); +} +if (!defined('IDNA_DEFAULT')) { + define('IDNA_DEFAULT', 0); +} +if (!defined('IDNA_ALLOW_UNASSIGNED')) { + define('IDNA_ALLOW_UNASSIGNED', 1); +} +if (!defined('IDNA_USE_STD3_RULES')) { + define('IDNA_USE_STD3_RULES', 2); +} +if (!defined('IDNA_CHECK_BIDI')) { + define('IDNA_CHECK_BIDI', 4); +} +if (!defined('IDNA_CHECK_CONTEXTJ')) { + define('IDNA_CHECK_CONTEXTJ', 8); +} +if (!defined('IDNA_NONTRANSITIONAL_TO_ASCII')) { + define('IDNA_NONTRANSITIONAL_TO_ASCII', 16); +} +if (!defined('IDNA_NONTRANSITIONAL_TO_UNICODE')) { + define('IDNA_NONTRANSITIONAL_TO_UNICODE', 32); +} +if (!defined('INTL_IDNA_VARIANT_UTS46')) { + define('INTL_IDNA_VARIANT_UTS46', 1); +} +if (!defined('IDNA_ERROR_EMPTY_LABEL')) { + define('IDNA_ERROR_EMPTY_LABEL', 1); +} +if (!defined('IDNA_ERROR_LABEL_TOO_LONG')) { + define('IDNA_ERROR_LABEL_TOO_LONG', 2); +} +if (!defined('IDNA_ERROR_DOMAIN_NAME_TOO_LONG')) { + define('IDNA_ERROR_DOMAIN_NAME_TOO_LONG', 4); +} +if (!defined('IDNA_ERROR_LEADING_HYPHEN')) { + define('IDNA_ERROR_LEADING_HYPHEN', 8); +} +if (!defined('IDNA_ERROR_TRAILING_HYPHEN')) { + define('IDNA_ERROR_TRAILING_HYPHEN', 16); +} +if (!defined('IDNA_ERROR_HYPHEN_3_4')) { + define('IDNA_ERROR_HYPHEN_3_4', 32); +} +if (!defined('IDNA_ERROR_LEADING_COMBINING_MARK')) { + define('IDNA_ERROR_LEADING_COMBINING_MARK', 64); +} +if (!defined('IDNA_ERROR_DISALLOWED')) { + define('IDNA_ERROR_DISALLOWED', 128); +} +if (!defined('IDNA_ERROR_PUNYCODE')) { + define('IDNA_ERROR_PUNYCODE', 256); +} +if (!defined('IDNA_ERROR_LABEL_HAS_DOT')) { + define('IDNA_ERROR_LABEL_HAS_DOT', 512); +} +if (!defined('IDNA_ERROR_INVALID_ACE_LABEL')) { + define('IDNA_ERROR_INVALID_ACE_LABEL', 1024); +} +if (!defined('IDNA_ERROR_BIDI')) { + define('IDNA_ERROR_BIDI', 2048); +} +if (!defined('IDNA_ERROR_CONTEXTJ')) { + define('IDNA_ERROR_CONTEXTJ', 4096); +} + +if (!function_exists('idn_to_ascii')) { + function idn_to_ascii(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $variant = INTL_IDNA_VARIANT_UTS46, &$idna_info = null): string|false { return p\Idn::idn_to_ascii((string) $domain, (int) $flags, (int) $variant, $idna_info); } +} +if (!function_exists('idn_to_utf8')) { + function idn_to_utf8(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $variant = INTL_IDNA_VARIANT_UTS46, &$idna_info = null): string|false { return p\Idn::idn_to_utf8((string) $domain, (int) $flags, (int) $variant, $idna_info); } +} diff --git a/crmeb/vendor/symfony/polyfill-intl-idn/composer.json b/crmeb/vendor/symfony/polyfill-intl-idn/composer.json index af341936c..760debcd2 100644 --- a/crmeb/vendor/symfony/polyfill-intl-idn/composer.json +++ b/crmeb/vendor/symfony/polyfill-intl-idn/composer.json @@ -20,10 +20,8 @@ } ], "require": { - "php": ">=5.3.3", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php70": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" }, @@ -34,9 +32,6 @@ }, "minimum-stability": "dev", "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" diff --git a/crmeb/vendor/symfony/polyfill-intl-normalizer/LICENSE b/crmeb/vendor/symfony/polyfill-intl-normalizer/LICENSE index 4cd8bdd30..6e3afce69 100644 --- a/crmeb/vendor/symfony/polyfill-intl-normalizer/LICENSE +++ b/crmeb/vendor/symfony/polyfill-intl-normalizer/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2019 Fabien Potencier +Copyright (c) 2015-present Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crmeb/vendor/symfony/polyfill-intl-normalizer/Normalizer.php b/crmeb/vendor/symfony/polyfill-intl-normalizer/Normalizer.php index a60fae620..81704ab37 100644 --- a/crmeb/vendor/symfony/polyfill-intl-normalizer/Normalizer.php +++ b/crmeb/vendor/symfony/polyfill-intl-normalizer/Normalizer.php @@ -23,28 +23,27 @@ */ class Normalizer { - const FORM_D = \Normalizer::FORM_D; - const FORM_KD = \Normalizer::FORM_KD; - const FORM_C = \Normalizer::FORM_C; - const FORM_KC = \Normalizer::FORM_KC; - const NFD = \Normalizer::NFD; - const NFKD = \Normalizer::NFKD; - const NFC = \Normalizer::NFC; - const NFKC = \Normalizer::NFKC; + public const FORM_D = \Normalizer::FORM_D; + public const FORM_KD = \Normalizer::FORM_KD; + public const FORM_C = \Normalizer::FORM_C; + public const FORM_KC = \Normalizer::FORM_KC; + public const NFD = \Normalizer::NFD; + public const NFKD = \Normalizer::NFKD; + public const NFC = \Normalizer::NFC; + public const NFKC = \Normalizer::NFKC; private static $C; private static $D; private static $KD; private static $cC; - private static $ulenMask = array("\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4); + private static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; private static $ASCII = "\x20\x65\x69\x61\x73\x6E\x74\x72\x6F\x6C\x75\x64\x5D\x5B\x63\x6D\x70\x27\x0A\x67\x7C\x68\x76\x2E\x66\x62\x2C\x3A\x3D\x2D\x71\x31\x30\x43\x32\x2A\x79\x78\x29\x28\x4C\x39\x41\x53\x2F\x50\x22\x45\x6A\x4D\x49\x6B\x33\x3E\x35\x54\x3C\x44\x34\x7D\x42\x7B\x38\x46\x77\x52\x36\x37\x55\x47\x4E\x3B\x4A\x7A\x56\x23\x48\x4F\x57\x5F\x26\x21\x4B\x3F\x58\x51\x25\x59\x5C\x09\x5A\x2B\x7E\x5E\x24\x40\x60\x7F\x00\x01\x02\x03\x04\x05\x06\x07\x08\x0B\x0C\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F"; - public static function isNormalized($s, $form = self::NFC) + public static function isNormalized(string $s, int $form = self::FORM_C) { - if (!\in_array($form, array(self::NFD, self::NFKD, self::NFC, self::NFKC))) { + if (!\in_array($form, [self::NFD, self::NFKD, self::NFC, self::NFKC])) { return false; } - $s = (string) $s; if (!isset($s[strspn($s, self::$ASCII)])) { return true; } @@ -55,9 +54,8 @@ public static function isNormalized($s, $form = self::NFC) return self::normalize($s, $form) === $s; } - public static function normalize($s, $form = self::NFC) + public static function normalize(string $s, int $form = self::FORM_C) { - $s = (string) $s; if (!preg_match('//u', $s)) { return false; } @@ -72,7 +70,11 @@ public static function normalize($s, $form = self::NFC) return $s; } - return false; + if (80000 > \PHP_VERSION_ID) { + return false; + } + + throw new \ValueError('normalizer_normalize(): Argument #2 ($form) must be a a valid normalization form'); } if ('' === $s) { @@ -88,7 +90,7 @@ public static function normalize($s, $form = self::NFC) self::$cC = self::getData('combiningClass'); } - if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) { + if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) { mb_internal_encoding('8bit'); } @@ -152,7 +154,7 @@ private static function recompose($s) || $lastUcls) { // Table lookup and combining chars composition - $ucls = isset($combClass[$uchr]) ? $combClass[$uchr] : 0; + $ucls = $combClass[$uchr] ?? 0; if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) { $lastUchr = $compMap[$lastUchr.$uchr]; @@ -204,7 +206,7 @@ private static function decompose($s, $c) $compatMap = self::$KD; } - $c = array(); + $c = []; $i = 0; $len = \strlen($s); @@ -215,7 +217,7 @@ private static function decompose($s, $c) if ($c) { ksort($c); $result .= implode('', $c); - $c = array(); + $c = []; } $j = 1 + strspn($s, $ASCII, $i + 1); @@ -231,7 +233,7 @@ private static function decompose($s, $c) if ($uchr < "\xEA\xB0\x80" || "\xED\x9E\xA3" < $uchr) { // Table lookup - if ($uchr !== $j = isset($compatMap[$uchr]) ? $compatMap[$uchr] : (isset($decompMap[$uchr]) ? $decompMap[$uchr] : $uchr)) { + if ($uchr !== $j = $compatMap[$uchr] ?? ($decompMap[$uchr] ?? $uchr)) { $uchr = $j; $j = \strlen($uchr); @@ -283,7 +285,7 @@ private static function decompose($s, $c) if ($c) { ksort($c); $result .= implode('', $c); - $c = array(); + $c = []; } $result .= $uchr; diff --git a/crmeb/vendor/symfony/polyfill-intl-normalizer/README.md b/crmeb/vendor/symfony/polyfill-intl-normalizer/README.md index 15060c5f1..b9b762e85 100644 --- a/crmeb/vendor/symfony/polyfill-intl-normalizer/README.md +++ b/crmeb/vendor/symfony/polyfill-intl-normalizer/README.md @@ -6,7 +6,7 @@ This component provides a fallback implementation for the by the [Intl](https://php.net/intl) extension. More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). +[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). License ======= diff --git a/crmeb/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php b/crmeb/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php index ca18eff36..0fdfc890a 100644 --- a/crmeb/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php +++ b/crmeb/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php @@ -5,13 +5,13 @@ class Normalizer extends Symfony\Polyfill\Intl\Normalizer\Normalizer /** * @deprecated since ICU 56 and removed in PHP 8 */ - const NONE = 1; - const FORM_D = 2; - const FORM_KD = 3; - const FORM_C = 4; - const FORM_KC = 5; - const NFD = 2; - const NFKD = 3; - const NFC = 4; - const NFKC = 5; + public const NONE = 2; + public const FORM_D = 4; + public const FORM_KD = 8; + public const FORM_C = 16; + public const FORM_KC = 32; + public const NFD = 4; + public const NFKD = 8; + public const NFC = 16; + public const NFKC = 32; } diff --git a/crmeb/vendor/symfony/polyfill-intl-normalizer/bootstrap.php b/crmeb/vendor/symfony/polyfill-intl-normalizer/bootstrap.php index ba6200617..3608e5c05 100644 --- a/crmeb/vendor/symfony/polyfill-intl-normalizer/bootstrap.php +++ b/crmeb/vendor/symfony/polyfill-intl-normalizer/bootstrap.php @@ -11,9 +11,13 @@ use Symfony\Polyfill\Intl\Normalizer as p; +if (\PHP_VERSION_ID >= 80000) { + return require __DIR__.'/bootstrap80.php'; +} + if (!function_exists('normalizer_is_normalized')) { - function normalizer_is_normalized($s, $form = p\Normalizer::NFC) { return p\Normalizer::isNormalized($s, $form); } + function normalizer_is_normalized($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::isNormalized($string, $form); } } if (!function_exists('normalizer_normalize')) { - function normalizer_normalize($s, $form = p\Normalizer::NFC) { return p\Normalizer::normalize($s, $form); } + function normalizer_normalize($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::normalize($string, $form); } } diff --git a/crmeb/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php b/crmeb/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php new file mode 100644 index 000000000..e36d1a947 --- /dev/null +++ b/crmeb/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +use Symfony\Polyfill\Intl\Normalizer as p; + +if (!function_exists('normalizer_is_normalized')) { + function normalizer_is_normalized(?string $string, ?int $form = p\Normalizer::FORM_C): bool { return p\Normalizer::isNormalized((string) $string, (int) $form); } +} +if (!function_exists('normalizer_normalize')) { + function normalizer_normalize(?string $string, ?int $form = p\Normalizer::FORM_C): string|false { return p\Normalizer::normalize((string) $string, (int) $form); } +} diff --git a/crmeb/vendor/symfony/polyfill-intl-normalizer/composer.json b/crmeb/vendor/symfony/polyfill-intl-normalizer/composer.json index b0986a80a..9bd04e887 100644 --- a/crmeb/vendor/symfony/polyfill-intl-normalizer/composer.json +++ b/crmeb/vendor/symfony/polyfill-intl-normalizer/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.3.3" + "php": ">=7.2" }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, @@ -28,9 +28,6 @@ }, "minimum-stability": "dev", "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" diff --git a/crmeb/vendor/symfony/polyfill-mbstring/LICENSE b/crmeb/vendor/symfony/polyfill-mbstring/LICENSE index 4cd8bdd30..6e3afce69 100644 --- a/crmeb/vendor/symfony/polyfill-mbstring/LICENSE +++ b/crmeb/vendor/symfony/polyfill-mbstring/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2019 Fabien Potencier +Copyright (c) 2015-present Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/crmeb/vendor/symfony/polyfill-mbstring/Mbstring.php b/crmeb/vendor/symfony/polyfill-mbstring/Mbstring.php index a5e4a8fde..3d45c9d9a 100644 --- a/crmeb/vendor/symfony/polyfill-mbstring/Mbstring.php +++ b/crmeb/vendor/symfony/polyfill-mbstring/Mbstring.php @@ -35,6 +35,7 @@ * - mb_strlen - Get string length * - mb_strpos - Find position of first occurrence of string in a string * - mb_strrpos - Find position of last occurrence of a string in a string + * - mb_str_split - Convert a string to an array * - mb_strtolower - Make a string lowercase * - mb_strtoupper - Make a string uppercase * - mb_substitute_character - Set/Get substitution character @@ -47,6 +48,11 @@ * - mb_strstr - Finds first occurrence of a string within another * - mb_strwidth - Return width of string * - mb_substr_count - Count the number of substring occurrences + * - mb_ucfirst - Make a string's first character uppercase + * - mb_lcfirst - Make a string's first character lowercase + * - mb_trim - Strip whitespace (or other characters) from the beginning and end of a string + * - mb_ltrim - Strip whitespace (or other characters) from the beginning of a string + * - mb_rtrim - Strip whitespace (or other characters) from the end of a string * * Not implemented: * - mb_convert_kana - Convert "kana" one from another ("zen-kaku", "han-kaku" and more) @@ -66,19 +72,29 @@ */ final class Mbstring { - const MB_CASE_FOLD = PHP_INT_MAX; + public const MB_CASE_FOLD = \PHP_INT_MAX; - private static $encodingList = array('ASCII', 'UTF-8'); + private const SIMPLE_CASE_FOLD = [ + ['µ', 'ſ', "\xCD\x85", 'ς', "\xCF\x90", "\xCF\x91", "\xCF\x95", "\xCF\x96", "\xCF\xB0", "\xCF\xB1", "\xCF\xB5", "\xE1\xBA\x9B", "\xE1\xBE\xBE"], + ['μ', 's', 'ι', 'σ', 'β', 'θ', 'φ', 'π', 'κ', 'ρ', 'ε', "\xE1\xB9\xA1", 'ι'], + ]; + + private static $encodingList = ['ASCII', 'UTF-8']; private static $language = 'neutral'; private static $internalEncoding = 'UTF-8'; - private static $caseFold = array( - array('µ', 'ſ', "\xCD\x85", 'ς', "\xCF\x90", "\xCF\x91", "\xCF\x95", "\xCF\x96", "\xCF\xB0", "\xCF\xB1", "\xCF\xB5", "\xE1\xBA\x9B", "\xE1\xBE\xBE"), - array('μ', 's', 'ι', 'σ', 'β', 'θ', 'φ', 'π', 'κ', 'ρ', 'ε', "\xE1\xB9\xA1", 'ι'), - ); public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null) { - if (\is_array($fromEncoding) || false !== strpos($fromEncoding, ',')) { + if (\is_array($s)) { + $r = []; + foreach ($s as $str) { + $r[] = self::mb_convert_encoding($str, $toEncoding, $fromEncoding); + } + + return $r; + } + + if (\is_array($fromEncoding) || (null !== $fromEncoding && false !== strpos($fromEncoding, ','))) { $fromEncoding = self::mb_detect_encoding($s, $fromEncoding); } else { $fromEncoding = self::getEncoding($fromEncoding); @@ -103,24 +119,22 @@ public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null $s = iconv($fromEncoding, 'UTF-8//IGNORE', $s); } - return preg_replace_callback('/[\x80-\xFF]+/', array(__CLASS__, 'html_encoding_callback'), $s); + return preg_replace_callback('/[\x80-\xFF]+/', [__CLASS__, 'html_encoding_callback'], $s); } if ('HTML-ENTITIES' === $fromEncoding) { - $s = html_entity_decode($s, ENT_COMPAT, 'UTF-8'); + $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8'); $fromEncoding = 'UTF-8'; } return iconv($fromEncoding, $toEncoding.'//IGNORE', $s); } - public static function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null) + public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars) { - $vars = array(&$a, &$b, &$c, &$d, &$e, &$f); - $ok = true; array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) { - if (false === $v = Mbstring::mb_convert_encoding($v, $toEncoding, $fromEncoding)) { + if (false === $v = self::mb_convert_encoding($v, $toEncoding, $fromEncoding)) { $ok = false; } }); @@ -135,23 +149,23 @@ public static function mb_decode_mimeheader($s) public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null) { - trigger_error('mb_encode_mimeheader() is bugged. Please use iconv_mime_encode() instead', E_USER_WARNING); + trigger_error('mb_encode_mimeheader() is bugged. Please use iconv_mime_encode() instead', \E_USER_WARNING); } public static function mb_decode_numericentity($s, $convmap, $encoding = null) { - if (null !== $s && !\is_scalar($s) && !(\is_object($s) && \method_exists($s, '__toString'))) { - trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', E_USER_WARNING); + if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { + trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); return null; } - if (!\is_array($convmap) || !$convmap) { + if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) { return false; } if (null !== $encoding && !\is_scalar($encoding)) { - trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', E_USER_WARNING); + trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); return ''; // Instead of null (cf. mb_encode_numericentity). } @@ -184,7 +198,7 @@ public static function mb_decode_numericentity($s, $convmap, $encoding = null) $c = isset($m[2]) ? (int) hexdec($m[2]) : $m[1]; for ($i = 0; $i < $cnt; $i += 4) { if ($c >= $convmap[$i] && $c <= $convmap[$i + 1]) { - return Mbstring::mb_chr($c - $convmap[$i + 2]); + return self::mb_chr($c - $convmap[$i + 2]); } } @@ -200,24 +214,24 @@ public static function mb_decode_numericentity($s, $convmap, $encoding = null) public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) { - if (null !== $s && !\is_scalar($s) && !(\is_object($s) && \method_exists($s, '__toString'))) { - trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', E_USER_WARNING); + if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { + trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); return null; } - if (!\is_array($convmap) || !$convmap) { + if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) { return false; } if (null !== $encoding && !\is_scalar($encoding)) { - trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', E_USER_WARNING); + trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); return null; // Instead of '' (cf. mb_decode_numericentity). } if (null !== $is_hex && !\is_scalar($is_hex)) { - trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', E_USER_WARNING); + trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING); return null; } @@ -238,7 +252,7 @@ public static function mb_encode_numericentity($s, $convmap, $encoding = null, $ $s = iconv($encoding, 'UTF-8//IGNORE', $s); } - static $ulenMask = array("\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4); + static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; $cnt = floor(\count($convmap) / 4) * 4; $i = 0; @@ -286,14 +300,14 @@ public static function mb_convert_case($s, $mode, $encoding = null) $s = iconv($encoding, 'UTF-8//IGNORE', $s); } - if (MB_CASE_TITLE == $mode) { + if (\MB_CASE_TITLE == $mode) { static $titleRegexp = null; if (null === $titleRegexp) { $titleRegexp = self::getData('titleCaseRegexp'); } - $s = preg_replace_callback($titleRegexp, array(__CLASS__, 'title_case'), $s); + $s = preg_replace_callback($titleRegexp, [__CLASS__, 'title_case'], $s); } else { - if (MB_CASE_UPPER == $mode) { + if (\MB_CASE_UPPER == $mode) { static $upper = null; if (null === $upper) { $upper = self::getData('upperCase'); @@ -301,7 +315,11 @@ public static function mb_convert_case($s, $mode, $encoding = null) $map = $upper; } else { if (self::MB_CASE_FOLD === $mode) { - $s = str_replace(self::$caseFold[0], self::$caseFold[1], $s); + static $caseFolding = null; + if (null === $caseFolding) { + $caseFolding = self::getData('caseFolding'); + } + $s = strtr($s, $caseFolding); } static $lower = null; @@ -311,7 +329,7 @@ public static function mb_convert_case($s, $mode, $encoding = null) $map = $lower; } - static $ulenMask = array("\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4); + static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; $i = 0; $len = \strlen($s); @@ -352,15 +370,19 @@ public static function mb_internal_encoding($encoding = null) return self::$internalEncoding; } - $encoding = self::getEncoding($encoding); + $normalizedEncoding = self::getEncoding($encoding); - if ('UTF-8' === $encoding || false !== @iconv($encoding, $encoding, ' ')) { - self::$internalEncoding = $encoding; + if ('UTF-8' === $normalizedEncoding || false !== @iconv($normalizedEncoding, $normalizedEncoding, ' ')) { + self::$internalEncoding = $normalizedEncoding; return true; } - return false; + if (80000 > \PHP_VERSION_ID) { + return false; + } + + throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $encoding)); } public static function mb_language($lang = null) @@ -369,20 +391,24 @@ public static function mb_language($lang = null) return self::$language; } - switch ($lang = strtolower($lang)) { + switch ($normalizedLang = strtolower($lang)) { case 'uni': case 'neutral': - self::$language = $lang; + self::$language = $normalizedLang; return true; } - return false; + if (80000 > \PHP_VERSION_ID) { + return false; + } + + throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang)); } public static function mb_list_encodings() { - return array('UTF-8'); + return ['UTF-8']; } public static function mb_encoding_aliases($encoding) @@ -390,7 +416,7 @@ public static function mb_encoding_aliases($encoding) switch (strtoupper($encoding)) { case 'UTF8': case 'UTF-8': - return array('utf8'); + return ['utf8']; } return false; @@ -405,7 +431,20 @@ public static function mb_check_encoding($var = null, $encoding = null) $encoding = self::$internalEncoding; } - return self::mb_detect_encoding($var, array($encoding)) || false !== @iconv($encoding, $encoding, $var); + if (!\is_array($var)) { + return self::mb_detect_encoding($var, [$encoding]) || false !== @iconv($encoding, $encoding, $var); + } + + foreach ($var as $key => $value) { + if (!self::mb_check_encoding($key, $encoding)) { + return false; + } + if (!self::mb_check_encoding($value, $encoding)) { + return false; + } + } + + return true; } public static function mb_detect_encoding($str, $encodingList = null, $strict = false) @@ -492,9 +531,13 @@ public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = nu $needle = (string) $needle; if ('' === $needle) { - trigger_error(__METHOD__.': Empty delimiter', E_USER_WARNING); + if (80000 > \PHP_VERSION_ID) { + trigger_error(__METHOD__.': Empty delimiter', \E_USER_WARNING); - return false; + return false; + } + + return 0; } return iconv_strpos($haystack, $needle, $offset, $encoding); @@ -511,42 +554,98 @@ public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = n $offset = 0; } elseif ($offset = (int) $offset) { if ($offset < 0) { - $haystack = self::mb_substr($haystack, 0, $offset, $encoding); + if (0 > $offset += self::mb_strlen($needle)) { + $haystack = self::mb_substr($haystack, 0, $offset, $encoding); + } $offset = 0; } else { $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); } } - $pos = iconv_strrpos($haystack, $needle, $encoding); + $pos = '' !== $needle || 80000 > \PHP_VERSION_ID + ? iconv_strrpos($haystack, $needle, $encoding) + : self::mb_strlen($haystack, $encoding); return false !== $pos ? $offset + $pos : false; } + public static function mb_str_split($string, $split_length = 1, $encoding = null) + { + if (null !== $string && !\is_scalar($string) && !(\is_object($string) && method_exists($string, '__toString'))) { + trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING); + + return null; + } + + if (1 > $split_length = (int) $split_length) { + if (80000 > \PHP_VERSION_ID) { + trigger_error('The length of each segment must be greater than zero', \E_USER_WARNING); + + return false; + } + + throw new \ValueError('Argument #2 ($length) must be greater than 0'); + } + + if (null === $encoding) { + $encoding = mb_internal_encoding(); + } + + if ('UTF-8' === $encoding = self::getEncoding($encoding)) { + $rx = '/('; + while (65535 < $split_length) { + $rx .= '.{65535}'; + $split_length -= 65535; + } + $rx .= '.{'.$split_length.'})/us'; + + return preg_split($rx, $string, -1, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY); + } + + $result = []; + $length = mb_strlen($string, $encoding); + + for ($i = 0; $i < $length; $i += $split_length) { + $result[] = mb_substr($string, $i, $split_length, $encoding); + } + + return $result; + } + public static function mb_strtolower($s, $encoding = null) { - return self::mb_convert_case($s, MB_CASE_LOWER, $encoding); + return self::mb_convert_case($s, \MB_CASE_LOWER, $encoding); } public static function mb_strtoupper($s, $encoding = null) { - return self::mb_convert_case($s, MB_CASE_UPPER, $encoding); + return self::mb_convert_case($s, \MB_CASE_UPPER, $encoding); } public static function mb_substitute_character($c = null) { + if (null === $c) { + return 'none'; + } if (0 === strcasecmp($c, 'none')) { return true; } + if (80000 > \PHP_VERSION_ID) { + return false; + } + if (\is_int($c) || 'long' === $c || 'entity' === $c) { + return false; + } - return null !== $c ? false : 'none'; + throw new \ValueError('Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint'); } public static function mb_substr($s, $start, $length = null, $encoding = null) { $encoding = self::getEncoding($encoding); if ('CP850' === $encoding || 'ASCII' === $encoding) { - return substr($s, $start, null === $length ? 2147483647 : $length); + return (string) substr($s, $start, null === $length ? 2147483647 : $length); } if ($start < 0) { @@ -570,8 +669,10 @@ public static function mb_substr($s, $start, $length = null, $encoding = null) public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { - $haystack = self::mb_convert_case($haystack, self::MB_CASE_FOLD, $encoding); - $needle = self::mb_convert_case($needle, self::MB_CASE_FOLD, $encoding); + [$haystack, $needle] = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], [ + self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding), + self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding), + ]); return self::mb_strpos($haystack, $needle, $offset, $encoding); } @@ -587,10 +688,11 @@ public static function mb_strrchr($haystack, $needle, $part = false, $encoding = { $encoding = self::getEncoding($encoding); if ('CP850' === $encoding || 'ASCII' === $encoding) { - return strrchr($haystack, $needle, $part); + $pos = strrpos($haystack, $needle); + } else { + $needle = self::mb_substr($needle, 0, 1, $encoding); + $pos = iconv_strrpos($haystack, $needle, $encoding); } - $needle = self::mb_substr($needle, 0, 1, $encoding); - $pos = iconv_strrpos($haystack, $needle, $encoding); return self::getSubpart($pos, $part, $haystack, $encoding); } @@ -605,8 +707,11 @@ public static function mb_strrichr($haystack, $needle, $part = false, $encoding public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { - $haystack = self::mb_convert_case($haystack, self::MB_CASE_FOLD, $encoding); - $needle = self::mb_convert_case($needle, self::MB_CASE_FOLD, $encoding); + $haystack = self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding); + $needle = self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding); + + $haystack = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $haystack); + $needle = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $needle); return self::mb_strrpos($haystack, $needle, $offset, $encoding); } @@ -626,7 +731,7 @@ public static function mb_strstr($haystack, $needle, $part = false, $encoding = public static function mb_get_info($type = 'all') { - $info = array( + $info = [ 'internal_encoding' => self::$internalEncoding, 'http_output' => 'pass', 'http_output_conv_mimetypes' => '^(text/|application/xhtml\+xml)', @@ -641,7 +746,7 @@ public static function mb_get_info($type = 'all') 'detect_order' => self::$encodingList, 'substitute_character' => 'none', 'strict_detection' => 'Off', - ); + ]; if ('all' === $type) { return $info; @@ -729,6 +834,69 @@ public static function mb_ord($s, $encoding = null) return $code; } + public static function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = \STR_PAD_RIGHT, ?string $encoding = null): string + { + if (!\in_array($pad_type, [\STR_PAD_RIGHT, \STR_PAD_LEFT, \STR_PAD_BOTH], true)) { + throw new \ValueError('mb_str_pad(): Argument #4 ($pad_type) must be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH'); + } + + if (null === $encoding) { + $encoding = self::mb_internal_encoding(); + } else { + self::assertEncoding($encoding, 'mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s" given'); + } + + if (self::mb_strlen($pad_string, $encoding) <= 0) { + throw new \ValueError('mb_str_pad(): Argument #3 ($pad_string) must be a non-empty string'); + } + + $paddingRequired = $length - self::mb_strlen($string, $encoding); + + if ($paddingRequired < 1) { + return $string; + } + + switch ($pad_type) { + case \STR_PAD_LEFT: + return self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding).$string; + case \STR_PAD_RIGHT: + return $string.self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding); + default: + $leftPaddingLength = floor($paddingRequired / 2); + $rightPaddingLength = $paddingRequired - $leftPaddingLength; + + return self::mb_substr(str_repeat($pad_string, $leftPaddingLength), 0, $leftPaddingLength, $encoding).$string.self::mb_substr(str_repeat($pad_string, $rightPaddingLength), 0, $rightPaddingLength, $encoding); + } + } + + public static function mb_ucfirst(string $string, ?string $encoding = null): string + { + if (null === $encoding) { + $encoding = self::mb_internal_encoding(); + } else { + self::assertEncoding($encoding, 'mb_ucfirst(): Argument #2 ($encoding) must be a valid encoding, "%s" given'); + } + + $firstChar = mb_substr($string, 0, 1, $encoding); + $firstChar = mb_convert_case($firstChar, \MB_CASE_TITLE, $encoding); + + return $firstChar.mb_substr($string, 1, null, $encoding); + } + + public static function mb_lcfirst(string $string, ?string $encoding = null): string + { + if (null === $encoding) { + $encoding = self::mb_internal_encoding(); + } else { + self::assertEncoding($encoding, 'mb_lcfirst(): Argument #2 ($encoding) must be a valid encoding, "%s" given'); + } + + $firstChar = mb_substr($string, 0, 1, $encoding); + $firstChar = mb_convert_case($firstChar, \MB_CASE_LOWER, $encoding); + + return $firstChar.mb_substr($string, 1, null, $encoding); + } + private static function getSubpart($pos, $part, $haystack, $encoding) { if (false === $pos) { @@ -745,7 +913,7 @@ private static function html_encoding_callback(array $m) { $i = 1; $entities = ''; - $m = unpack('C*', htmlentities($m[0], ENT_COMPAT, 'UTF-8')); + $m = unpack('C*', htmlentities($m[0], \ENT_COMPAT, 'UTF-8')); while (isset($m[$i])) { if (0x80 > $m[$i]) { @@ -768,7 +936,7 @@ private static function html_encoding_callback(array $m) private static function title_case(array $s) { - return self::mb_convert_case($s[1], MB_CASE_UPPER, 'UTF-8').self::mb_convert_case($s[2], MB_CASE_LOWER, 'UTF-8'); + return self::mb_convert_case($s[1], \MB_CASE_UPPER, 'UTF-8').self::mb_convert_case($s[2], \MB_CASE_LOWER, 'UTF-8'); } private static function getData($file) @@ -786,15 +954,92 @@ private static function getEncoding($encoding) return self::$internalEncoding; } + if ('UTF-8' === $encoding) { + return 'UTF-8'; + } + $encoding = strtoupper($encoding); if ('8BIT' === $encoding || 'BINARY' === $encoding) { return 'CP850'; } + if ('UTF8' === $encoding) { return 'UTF-8'; } return $encoding; } + + public static function mb_trim(string $string, ?string $characters = null, ?string $encoding = null): string + { + return self::mb_internal_trim('{^[%s]+|[%1$s]+$}Du', $string, $characters, $encoding, __FUNCTION__); + } + + public static function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = null): string + { + return self::mb_internal_trim('{^[%s]+}Du', $string, $characters, $encoding, __FUNCTION__); + } + + public static function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = null): string + { + return self::mb_internal_trim('{[%s]+$}D', $string, $characters, $encoding, __FUNCTION__); + } + + private static function mb_internal_trim(string $regex, string $string, ?string $characters, ?string $encoding, string $function): string + { + if (null === $encoding) { + $encoding = self::mb_internal_encoding(); + } else { + self::assertEncoding($encoding, $function.'(): Argument #3 ($encoding) must be a valid encoding, "%s" given'); + } + + if ('' === $characters) { + return null === $encoding ? $string : self::mb_convert_encoding($string, $encoding); + } + + if ('UTF-8' === $encoding) { + $encoding = null; + if (!preg_match('//u', $string)) { + $string = @iconv('UTF-8', 'UTF-8//IGNORE', $string); + } + if (null !== $characters && !preg_match('//u', $characters)) { + $characters = @iconv('UTF-8', 'UTF-8//IGNORE', $characters); + } + } else { + $string = iconv($encoding, 'UTF-8//IGNORE', $string); + + if (null !== $characters) { + $characters = iconv($encoding, 'UTF-8//IGNORE', $characters); + } + } + + if (null === $characters) { + $characters = "\\0 \f\n\r\t\v\u{00A0}\u{1680}\u{2000}\u{2001}\u{2002}\u{2003}\u{2004}\u{2005}\u{2006}\u{2007}\u{2008}\u{2009}\u{200A}\u{2028}\u{2029}\u{202F}\u{205F}\u{3000}\u{0085}\u{180E}"; + } else { + $characters = preg_quote($characters); + } + + $string = preg_replace(sprintf($regex, $characters), '', $string); + + if (null === $encoding) { + return $string; + } + + return iconv('UTF-8', $encoding.'//IGNORE', $string); + } + + private static function assertEncoding(string $encoding, string $errorFormat): void + { + try { + $validEncoding = @self::mb_check_encoding('', $encoding); + } catch (\ValueError $e) { + throw new \ValueError(sprintf($errorFormat, $encoding)); + } + + // BC for PHP 7.3 and lower + if (!$validEncoding) { + throw new \ValueError(sprintf($errorFormat, $encoding)); + } + } } diff --git a/crmeb/vendor/symfony/polyfill-mbstring/README.md b/crmeb/vendor/symfony/polyfill-mbstring/README.md index 342e8286d..478b40da2 100644 --- a/crmeb/vendor/symfony/polyfill-mbstring/README.md +++ b/crmeb/vendor/symfony/polyfill-mbstring/README.md @@ -2,10 +2,10 @@ Symfony Polyfill / Mbstring =========================== This component provides a partial, native PHP implementation for the -[Mbstring](http://php.net/mbstring) extension. +[Mbstring](https://php.net/mbstring) extension. More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). +[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). License ======= diff --git a/crmeb/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/crmeb/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php index e6fbfa64e..fac60b081 100644 --- a/crmeb/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +++ b/crmeb/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php @@ -1,6 +1,6 @@ 'a', 'B' => 'b', 'C' => 'c', @@ -81,7 +81,7 @@ 'Ī' => 'ī', 'Ĭ' => 'ĭ', 'Į' => 'į', - 'İ' => 'i', + 'İ' => 'i̇', 'IJ' => 'ij', 'Ĵ' => 'ĵ', 'Ķ' => 'ķ', @@ -510,6 +510,138 @@ 'Ⴥ' => 'ⴥ', 'Ⴧ' => 'ⴧ', 'Ⴭ' => 'ⴭ', + 'Ꭰ' => 'ꭰ', + 'Ꭱ' => 'ꭱ', + 'Ꭲ' => 'ꭲ', + 'Ꭳ' => 'ꭳ', + 'Ꭴ' => 'ꭴ', + 'Ꭵ' => 'ꭵ', + 'Ꭶ' => 'ꭶ', + 'Ꭷ' => 'ꭷ', + 'Ꭸ' => 'ꭸ', + 'Ꭹ' => 'ꭹ', + 'Ꭺ' => 'ꭺ', + 'Ꭻ' => 'ꭻ', + 'Ꭼ' => 'ꭼ', + 'Ꭽ' => 'ꭽ', + 'Ꭾ' => 'ꭾ', + 'Ꭿ' => 'ꭿ', + 'Ꮀ' => 'ꮀ', + 'Ꮁ' => 'ꮁ', + 'Ꮂ' => 'ꮂ', + 'Ꮃ' => 'ꮃ', + 'Ꮄ' => 'ꮄ', + 'Ꮅ' => 'ꮅ', + 'Ꮆ' => 'ꮆ', + 'Ꮇ' => 'ꮇ', + 'Ꮈ' => 'ꮈ', + 'Ꮉ' => 'ꮉ', + 'Ꮊ' => 'ꮊ', + 'Ꮋ' => 'ꮋ', + 'Ꮌ' => 'ꮌ', + 'Ꮍ' => 'ꮍ', + 'Ꮎ' => 'ꮎ', + 'Ꮏ' => 'ꮏ', + 'Ꮐ' => 'ꮐ', + 'Ꮑ' => 'ꮑ', + 'Ꮒ' => 'ꮒ', + 'Ꮓ' => 'ꮓ', + 'Ꮔ' => 'ꮔ', + 'Ꮕ' => 'ꮕ', + 'Ꮖ' => 'ꮖ', + 'Ꮗ' => 'ꮗ', + 'Ꮘ' => 'ꮘ', + 'Ꮙ' => 'ꮙ', + 'Ꮚ' => 'ꮚ', + 'Ꮛ' => 'ꮛ', + 'Ꮜ' => 'ꮜ', + 'Ꮝ' => 'ꮝ', + 'Ꮞ' => 'ꮞ', + 'Ꮟ' => 'ꮟ', + 'Ꮠ' => 'ꮠ', + 'Ꮡ' => 'ꮡ', + 'Ꮢ' => 'ꮢ', + 'Ꮣ' => 'ꮣ', + 'Ꮤ' => 'ꮤ', + 'Ꮥ' => 'ꮥ', + 'Ꮦ' => 'ꮦ', + 'Ꮧ' => 'ꮧ', + 'Ꮨ' => 'ꮨ', + 'Ꮩ' => 'ꮩ', + 'Ꮪ' => 'ꮪ', + 'Ꮫ' => 'ꮫ', + 'Ꮬ' => 'ꮬ', + 'Ꮭ' => 'ꮭ', + 'Ꮮ' => 'ꮮ', + 'Ꮯ' => 'ꮯ', + 'Ꮰ' => 'ꮰ', + 'Ꮱ' => 'ꮱ', + 'Ꮲ' => 'ꮲ', + 'Ꮳ' => 'ꮳ', + 'Ꮴ' => 'ꮴ', + 'Ꮵ' => 'ꮵ', + 'Ꮶ' => 'ꮶ', + 'Ꮷ' => 'ꮷ', + 'Ꮸ' => 'ꮸ', + 'Ꮹ' => 'ꮹ', + 'Ꮺ' => 'ꮺ', + 'Ꮻ' => 'ꮻ', + 'Ꮼ' => 'ꮼ', + 'Ꮽ' => 'ꮽ', + 'Ꮾ' => 'ꮾ', + 'Ꮿ' => 'ꮿ', + 'Ᏸ' => 'ᏸ', + 'Ᏹ' => 'ᏹ', + 'Ᏺ' => 'ᏺ', + 'Ᏻ' => 'ᏻ', + 'Ᏼ' => 'ᏼ', + 'Ᏽ' => 'ᏽ', + 'Ა' => 'ა', + 'Ბ' => 'ბ', + 'Გ' => 'გ', + 'Დ' => 'დ', + 'Ე' => 'ე', + 'Ვ' => 'ვ', + 'Ზ' => 'ზ', + 'Თ' => 'თ', + 'Ი' => 'ი', + 'Კ' => 'კ', + 'Ლ' => 'ლ', + 'Მ' => 'მ', + 'Ნ' => 'ნ', + 'Ო' => 'ო', + 'Პ' => 'პ', + 'Ჟ' => 'ჟ', + 'Რ' => 'რ', + 'Ს' => 'ს', + 'Ტ' => 'ტ', + 'Უ' => 'უ', + 'Ფ' => 'ფ', + 'Ქ' => 'ქ', + 'Ღ' => 'ღ', + 'Ყ' => 'ყ', + 'Შ' => 'შ', + 'Ჩ' => 'ჩ', + 'Ც' => 'ც', + 'Ძ' => 'ძ', + 'Წ' => 'წ', + 'Ჭ' => 'ჭ', + 'Ხ' => 'ხ', + 'Ჯ' => 'ჯ', + 'Ჰ' => 'ჰ', + 'Ჱ' => 'ჱ', + 'Ჲ' => 'ჲ', + 'Ჳ' => 'ჳ', + 'Ჴ' => 'ჴ', + 'Ჵ' => 'ჵ', + 'Ჶ' => 'ჶ', + 'Ჷ' => 'ჷ', + 'Ჸ' => 'ჸ', + 'Ჹ' => 'ჹ', + 'Ჺ' => 'ჺ', + 'Ჽ' => 'ჽ', + 'Ჾ' => 'ჾ', + 'Ჿ' => 'ჿ', 'Ḁ' => 'ḁ', 'Ḃ' => 'ḃ', 'Ḅ' => 'ḅ', @@ -993,8 +1125,24 @@ 'Ɜ' => 'ɜ', 'Ɡ' => 'ɡ', 'Ɬ' => 'ɬ', + 'Ɪ' => 'ɪ', 'Ʞ' => 'ʞ', 'Ʇ' => 'ʇ', + 'Ʝ' => 'ʝ', + 'Ꭓ' => 'ꭓ', + 'Ꞵ' => 'ꞵ', + 'Ꞷ' => 'ꞷ', + 'Ꞹ' => 'ꞹ', + 'Ꞻ' => 'ꞻ', + 'Ꞽ' => 'ꞽ', + 'Ꞿ' => 'ꞿ', + 'Ꟃ' => 'ꟃ', + 'Ꞔ' => 'ꞔ', + 'Ʂ' => 'ʂ', + 'Ᶎ' => 'ᶎ', + 'Ꟈ' => 'ꟈ', + 'Ꟊ' => 'ꟊ', + 'Ꟶ' => 'ꟶ', 'A' => 'a', 'B' => 'b', 'C' => 'c', @@ -1061,6 +1209,93 @@ '𐐥' => '𐑍', '𐐦' => '𐑎', '𐐧' => '𐑏', + '𐒰' => '𐓘', + '𐒱' => '𐓙', + '𐒲' => '𐓚', + '𐒳' => '𐓛', + '𐒴' => '𐓜', + '𐒵' => '𐓝', + '𐒶' => '𐓞', + '𐒷' => '𐓟', + '𐒸' => '𐓠', + '𐒹' => '𐓡', + '𐒺' => '𐓢', + '𐒻' => '𐓣', + '𐒼' => '𐓤', + '𐒽' => '𐓥', + '𐒾' => '𐓦', + '𐒿' => '𐓧', + '𐓀' => '𐓨', + '𐓁' => '𐓩', + '𐓂' => '𐓪', + '𐓃' => '𐓫', + '𐓄' => '𐓬', + '𐓅' => '𐓭', + '𐓆' => '𐓮', + '𐓇' => '𐓯', + '𐓈' => '𐓰', + '𐓉' => '𐓱', + '𐓊' => '𐓲', + '𐓋' => '𐓳', + '𐓌' => '𐓴', + '𐓍' => '𐓵', + '𐓎' => '𐓶', + '𐓏' => '𐓷', + '𐓐' => '𐓸', + '𐓑' => '𐓹', + '𐓒' => '𐓺', + '𐓓' => '𐓻', + '𐲀' => '𐳀', + '𐲁' => '𐳁', + '𐲂' => '𐳂', + '𐲃' => '𐳃', + '𐲄' => '𐳄', + '𐲅' => '𐳅', + '𐲆' => '𐳆', + '𐲇' => '𐳇', + '𐲈' => '𐳈', + '𐲉' => '𐳉', + '𐲊' => '𐳊', + '𐲋' => '𐳋', + '𐲌' => '𐳌', + '𐲍' => '𐳍', + '𐲎' => '𐳎', + '𐲏' => '𐳏', + '𐲐' => '𐳐', + '𐲑' => '𐳑', + '𐲒' => '𐳒', + '𐲓' => '𐳓', + '𐲔' => '𐳔', + '𐲕' => '𐳕', + '𐲖' => '𐳖', + '𐲗' => '𐳗', + '𐲘' => '𐳘', + '𐲙' => '𐳙', + '𐲚' => '𐳚', + '𐲛' => '𐳛', + '𐲜' => '𐳜', + '𐲝' => '𐳝', + '𐲞' => '𐳞', + '𐲟' => '𐳟', + '𐲠' => '𐳠', + '𐲡' => '𐳡', + '𐲢' => '𐳢', + '𐲣' => '𐳣', + '𐲤' => '𐳤', + '𐲥' => '𐳥', + '𐲦' => '𐳦', + '𐲧' => '𐳧', + '𐲨' => '𐳨', + '𐲩' => '𐳩', + '𐲪' => '𐳪', + '𐲫' => '𐳫', + '𐲬' => '𐳬', + '𐲭' => '𐳭', + '𐲮' => '𐳮', + '𐲯' => '𐳯', + '𐲰' => '𐳰', + '𐲱' => '𐳱', + '𐲲' => '𐳲', '𑢠' => '𑣀', '𑢡' => '𑣁', '𑢢' => '𑣂', @@ -1093,4 +1328,70 @@ '𑢽' => '𑣝', '𑢾' => '𑣞', '𑢿' => '𑣟', + '𖹀' => '𖹠', + '𖹁' => '𖹡', + '𖹂' => '𖹢', + '𖹃' => '𖹣', + '𖹄' => '𖹤', + '𖹅' => '𖹥', + '𖹆' => '𖹦', + '𖹇' => '𖹧', + '𖹈' => '𖹨', + '𖹉' => '𖹩', + '𖹊' => '𖹪', + '𖹋' => '𖹫', + '𖹌' => '𖹬', + '𖹍' => '𖹭', + '𖹎' => '𖹮', + '𖹏' => '𖹯', + '𖹐' => '𖹰', + '𖹑' => '𖹱', + '𖹒' => '𖹲', + '𖹓' => '𖹳', + '𖹔' => '𖹴', + '𖹕' => '𖹵', + '𖹖' => '𖹶', + '𖹗' => '𖹷', + '𖹘' => '𖹸', + '𖹙' => '𖹹', + '𖹚' => '𖹺', + '𖹛' => '𖹻', + '𖹜' => '𖹼', + '𖹝' => '𖹽', + '𖹞' => '𖹾', + '𖹟' => '𖹿', + '𞤀' => '𞤢', + '𞤁' => '𞤣', + '𞤂' => '𞤤', + '𞤃' => '𞤥', + '𞤄' => '𞤦', + '𞤅' => '𞤧', + '𞤆' => '𞤨', + '𞤇' => '𞤩', + '𞤈' => '𞤪', + '𞤉' => '𞤫', + '𞤊' => '𞤬', + '𞤋' => '𞤭', + '𞤌' => '𞤮', + '𞤍' => '𞤯', + '𞤎' => '𞤰', + '𞤏' => '𞤱', + '𞤐' => '𞤲', + '𞤑' => '𞤳', + '𞤒' => '𞤴', + '𞤓' => '𞤵', + '𞤔' => '𞤶', + '𞤕' => '𞤷', + '𞤖' => '𞤸', + '𞤗' => '𞤹', + '𞤘' => '𞤺', + '𞤙' => '𞤻', + '𞤚' => '𞤼', + '𞤛' => '𞤽', + '𞤜' => '𞤾', + '𞤝' => '𞤿', + '𞤞' => '𞥀', + '𞤟' => '𞥁', + '𞤠' => '𞥂', + '𞤡' => '𞥃', ); diff --git a/crmeb/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php b/crmeb/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php index b8103b2e8..56b9cb852 100644 --- a/crmeb/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +++ b/crmeb/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php @@ -1,6 +1,6 @@ 'A', 'b' => 'B', 'c' => 'C', @@ -225,6 +225,7 @@ 'ɦ' => 'Ɦ', 'ɨ' => 'Ɨ', 'ɩ' => 'Ɩ', + 'ɪ' => 'Ɪ', 'ɫ' => 'Ɫ', 'ɬ' => 'Ɬ', 'ɯ' => 'Ɯ', @@ -233,6 +234,7 @@ 'ɵ' => 'Ɵ', 'ɽ' => 'Ɽ', 'ʀ' => 'Ʀ', + 'ʂ' => 'Ʂ', 'ʃ' => 'Ʃ', 'ʇ' => 'Ʇ', 'ʈ' => 'Ʈ', @@ -241,6 +243,7 @@ 'ʋ' => 'Ʋ', 'ʌ' => 'Ʌ', 'ʒ' => 'Ʒ', + 'ʝ' => 'Ʝ', 'ʞ' => 'Ʞ', 'ͅ' => 'Ι', 'ͱ' => 'Ͱ', @@ -493,8 +496,70 @@ 'ք' => 'Ք', 'օ' => 'Օ', 'ֆ' => 'Ֆ', + 'ა' => 'Ა', + 'ბ' => 'Ბ', + 'გ' => 'Გ', + 'დ' => 'Დ', + 'ე' => 'Ე', + 'ვ' => 'Ვ', + 'ზ' => 'Ზ', + 'თ' => 'Თ', + 'ი' => 'Ი', + 'კ' => 'Კ', + 'ლ' => 'Ლ', + 'მ' => 'Მ', + 'ნ' => 'Ნ', + 'ო' => 'Ო', + 'პ' => 'Პ', + 'ჟ' => 'Ჟ', + 'რ' => 'Რ', + 'ს' => 'Ს', + 'ტ' => 'Ტ', + 'უ' => 'Უ', + 'ფ' => 'Ფ', + 'ქ' => 'Ქ', + 'ღ' => 'Ღ', + 'ყ' => 'Ყ', + 'შ' => 'Შ', + 'ჩ' => 'Ჩ', + 'ც' => 'Ც', + 'ძ' => 'Ძ', + 'წ' => 'Წ', + 'ჭ' => 'Ჭ', + 'ხ' => 'Ხ', + 'ჯ' => 'Ჯ', + 'ჰ' => 'Ჰ', + 'ჱ' => 'Ჱ', + 'ჲ' => 'Ჲ', + 'ჳ' => 'Ჳ', + 'ჴ' => 'Ჴ', + 'ჵ' => 'Ჵ', + 'ჶ' => 'Ჶ', + 'ჷ' => 'Ჷ', + 'ჸ' => 'Ჸ', + 'ჹ' => 'Ჹ', + 'ჺ' => 'Ჺ', + 'ჽ' => 'Ჽ', + 'ჾ' => 'Ჾ', + 'ჿ' => 'Ჿ', + 'ᏸ' => 'Ᏸ', + 'ᏹ' => 'Ᏹ', + 'ᏺ' => 'Ᏺ', + 'ᏻ' => 'Ᏻ', + 'ᏼ' => 'Ᏼ', + 'ᏽ' => 'Ᏽ', + 'ᲀ' => 'В', + 'ᲁ' => 'Д', + 'ᲂ' => 'О', + 'ᲃ' => 'С', + 'ᲄ' => 'Т', + 'ᲅ' => 'Т', + 'ᲆ' => 'Ъ', + 'ᲇ' => 'Ѣ', + 'ᲈ' => 'Ꙋ', 'ᵹ' => 'Ᵹ', 'ᵽ' => 'Ᵽ', + 'ᶎ' => 'Ᶎ', 'ḁ' => 'Ḁ', 'ḃ' => 'Ḃ', 'ḅ' => 'Ḅ', @@ -681,41 +746,41 @@ 'ύ' => 'Ύ', 'ὼ' => 'Ὼ', 'ώ' => 'Ώ', - 'ᾀ' => 'ᾈ', - 'ᾁ' => 'ᾉ', - 'ᾂ' => 'ᾊ', - 'ᾃ' => 'ᾋ', - 'ᾄ' => 'ᾌ', - 'ᾅ' => 'ᾍ', - 'ᾆ' => 'ᾎ', - 'ᾇ' => 'ᾏ', - 'ᾐ' => 'ᾘ', - 'ᾑ' => 'ᾙ', - 'ᾒ' => 'ᾚ', - 'ᾓ' => 'ᾛ', - 'ᾔ' => 'ᾜ', - 'ᾕ' => 'ᾝ', - 'ᾖ' => 'ᾞ', - 'ᾗ' => 'ᾟ', - 'ᾠ' => 'ᾨ', - 'ᾡ' => 'ᾩ', - 'ᾢ' => 'ᾪ', - 'ᾣ' => 'ᾫ', - 'ᾤ' => 'ᾬ', - 'ᾥ' => 'ᾭ', - 'ᾦ' => 'ᾮ', - 'ᾧ' => 'ᾯ', + 'ᾀ' => 'ἈΙ', + 'ᾁ' => 'ἉΙ', + 'ᾂ' => 'ἊΙ', + 'ᾃ' => 'ἋΙ', + 'ᾄ' => 'ἌΙ', + 'ᾅ' => 'ἍΙ', + 'ᾆ' => 'ἎΙ', + 'ᾇ' => 'ἏΙ', + 'ᾐ' => 'ἨΙ', + 'ᾑ' => 'ἩΙ', + 'ᾒ' => 'ἪΙ', + 'ᾓ' => 'ἫΙ', + 'ᾔ' => 'ἬΙ', + 'ᾕ' => 'ἭΙ', + 'ᾖ' => 'ἮΙ', + 'ᾗ' => 'ἯΙ', + 'ᾠ' => 'ὨΙ', + 'ᾡ' => 'ὩΙ', + 'ᾢ' => 'ὪΙ', + 'ᾣ' => 'ὫΙ', + 'ᾤ' => 'ὬΙ', + 'ᾥ' => 'ὭΙ', + 'ᾦ' => 'ὮΙ', + 'ᾧ' => 'ὯΙ', 'ᾰ' => 'Ᾰ', 'ᾱ' => 'Ᾱ', - 'ᾳ' => 'ᾼ', + 'ᾳ' => 'ΑΙ', 'ι' => 'Ι', - 'ῃ' => 'ῌ', + 'ῃ' => 'ΗΙ', 'ῐ' => 'Ῐ', 'ῑ' => 'Ῑ', 'ῠ' => 'Ῠ', 'ῡ' => 'Ῡ', 'ῥ' => 'Ῥ', - 'ῳ' => 'ῼ', + 'ῳ' => 'ΩΙ', 'ⅎ' => 'Ⅎ', 'ⅰ' => 'Ⅰ', 'ⅱ' => 'Ⅱ', @@ -993,6 +1058,7 @@ 'ꞌ' => 'Ꞌ', 'ꞑ' => 'Ꞑ', 'ꞓ' => 'Ꞓ', + 'ꞔ' => 'Ꞔ', 'ꞗ' => 'Ꞗ', 'ꞙ' => 'Ꞙ', 'ꞛ' => 'Ꞛ', @@ -1003,6 +1069,97 @@ 'ꞥ' => 'Ꞥ', 'ꞧ' => 'Ꞧ', 'ꞩ' => 'Ꞩ', + 'ꞵ' => 'Ꞵ', + 'ꞷ' => 'Ꞷ', + 'ꞹ' => 'Ꞹ', + 'ꞻ' => 'Ꞻ', + 'ꞽ' => 'Ꞽ', + 'ꞿ' => 'Ꞿ', + 'ꟃ' => 'Ꟃ', + 'ꟈ' => 'Ꟈ', + 'ꟊ' => 'Ꟊ', + 'ꟶ' => 'Ꟶ', + 'ꭓ' => 'Ꭓ', + 'ꭰ' => 'Ꭰ', + 'ꭱ' => 'Ꭱ', + 'ꭲ' => 'Ꭲ', + 'ꭳ' => 'Ꭳ', + 'ꭴ' => 'Ꭴ', + 'ꭵ' => 'Ꭵ', + 'ꭶ' => 'Ꭶ', + 'ꭷ' => 'Ꭷ', + 'ꭸ' => 'Ꭸ', + 'ꭹ' => 'Ꭹ', + 'ꭺ' => 'Ꭺ', + 'ꭻ' => 'Ꭻ', + 'ꭼ' => 'Ꭼ', + 'ꭽ' => 'Ꭽ', + 'ꭾ' => 'Ꭾ', + 'ꭿ' => 'Ꭿ', + 'ꮀ' => 'Ꮀ', + 'ꮁ' => 'Ꮁ', + 'ꮂ' => 'Ꮂ', + 'ꮃ' => 'Ꮃ', + 'ꮄ' => 'Ꮄ', + 'ꮅ' => 'Ꮅ', + 'ꮆ' => 'Ꮆ', + 'ꮇ' => 'Ꮇ', + 'ꮈ' => 'Ꮈ', + 'ꮉ' => 'Ꮉ', + 'ꮊ' => 'Ꮊ', + 'ꮋ' => 'Ꮋ', + 'ꮌ' => 'Ꮌ', + 'ꮍ' => 'Ꮍ', + 'ꮎ' => 'Ꮎ', + 'ꮏ' => 'Ꮏ', + 'ꮐ' => 'Ꮐ', + 'ꮑ' => 'Ꮑ', + 'ꮒ' => 'Ꮒ', + 'ꮓ' => 'Ꮓ', + 'ꮔ' => 'Ꮔ', + 'ꮕ' => 'Ꮕ', + 'ꮖ' => 'Ꮖ', + 'ꮗ' => 'Ꮗ', + 'ꮘ' => 'Ꮘ', + 'ꮙ' => 'Ꮙ', + 'ꮚ' => 'Ꮚ', + 'ꮛ' => 'Ꮛ', + 'ꮜ' => 'Ꮜ', + 'ꮝ' => 'Ꮝ', + 'ꮞ' => 'Ꮞ', + 'ꮟ' => 'Ꮟ', + 'ꮠ' => 'Ꮠ', + 'ꮡ' => 'Ꮡ', + 'ꮢ' => 'Ꮢ', + 'ꮣ' => 'Ꮣ', + 'ꮤ' => 'Ꮤ', + 'ꮥ' => 'Ꮥ', + 'ꮦ' => 'Ꮦ', + 'ꮧ' => 'Ꮧ', + 'ꮨ' => 'Ꮨ', + 'ꮩ' => 'Ꮩ', + 'ꮪ' => 'Ꮪ', + 'ꮫ' => 'Ꮫ', + 'ꮬ' => 'Ꮬ', + 'ꮭ' => 'Ꮭ', + 'ꮮ' => 'Ꮮ', + 'ꮯ' => 'Ꮯ', + 'ꮰ' => 'Ꮰ', + 'ꮱ' => 'Ꮱ', + 'ꮲ' => 'Ꮲ', + 'ꮳ' => 'Ꮳ', + 'ꮴ' => 'Ꮴ', + 'ꮵ' => 'Ꮵ', + 'ꮶ' => 'Ꮶ', + 'ꮷ' => 'Ꮷ', + 'ꮸ' => 'Ꮸ', + 'ꮹ' => 'Ꮹ', + 'ꮺ' => 'Ꮺ', + 'ꮻ' => 'Ꮻ', + 'ꮼ' => 'Ꮼ', + 'ꮽ' => 'Ꮽ', + 'ꮾ' => 'Ꮾ', + 'ꮿ' => 'Ꮿ', 'a' => 'A', 'b' => 'B', 'c' => 'C', @@ -1069,6 +1226,93 @@ '𐑍' => '𐐥', '𐑎' => '𐐦', '𐑏' => '𐐧', + '𐓘' => '𐒰', + '𐓙' => '𐒱', + '𐓚' => '𐒲', + '𐓛' => '𐒳', + '𐓜' => '𐒴', + '𐓝' => '𐒵', + '𐓞' => '𐒶', + '𐓟' => '𐒷', + '𐓠' => '𐒸', + '𐓡' => '𐒹', + '𐓢' => '𐒺', + '𐓣' => '𐒻', + '𐓤' => '𐒼', + '𐓥' => '𐒽', + '𐓦' => '𐒾', + '𐓧' => '𐒿', + '𐓨' => '𐓀', + '𐓩' => '𐓁', + '𐓪' => '𐓂', + '𐓫' => '𐓃', + '𐓬' => '𐓄', + '𐓭' => '𐓅', + '𐓮' => '𐓆', + '𐓯' => '𐓇', + '𐓰' => '𐓈', + '𐓱' => '𐓉', + '𐓲' => '𐓊', + '𐓳' => '𐓋', + '𐓴' => '𐓌', + '𐓵' => '𐓍', + '𐓶' => '𐓎', + '𐓷' => '𐓏', + '𐓸' => '𐓐', + '𐓹' => '𐓑', + '𐓺' => '𐓒', + '𐓻' => '𐓓', + '𐳀' => '𐲀', + '𐳁' => '𐲁', + '𐳂' => '𐲂', + '𐳃' => '𐲃', + '𐳄' => '𐲄', + '𐳅' => '𐲅', + '𐳆' => '𐲆', + '𐳇' => '𐲇', + '𐳈' => '𐲈', + '𐳉' => '𐲉', + '𐳊' => '𐲊', + '𐳋' => '𐲋', + '𐳌' => '𐲌', + '𐳍' => '𐲍', + '𐳎' => '𐲎', + '𐳏' => '𐲏', + '𐳐' => '𐲐', + '𐳑' => '𐲑', + '𐳒' => '𐲒', + '𐳓' => '𐲓', + '𐳔' => '𐲔', + '𐳕' => '𐲕', + '𐳖' => '𐲖', + '𐳗' => '𐲗', + '𐳘' => '𐲘', + '𐳙' => '𐲙', + '𐳚' => '𐲚', + '𐳛' => '𐲛', + '𐳜' => '𐲜', + '𐳝' => '𐲝', + '𐳞' => '𐲞', + '𐳟' => '𐲟', + '𐳠' => '𐲠', + '𐳡' => '𐲡', + '𐳢' => '𐲢', + '𐳣' => '𐲣', + '𐳤' => '𐲤', + '𐳥' => '𐲥', + '𐳦' => '𐲦', + '𐳧' => '𐲧', + '𐳨' => '𐲨', + '𐳩' => '𐲩', + '𐳪' => '𐲪', + '𐳫' => '𐲫', + '𐳬' => '𐲬', + '𐳭' => '𐲭', + '𐳮' => '𐲮', + '𐳯' => '𐲯', + '𐳰' => '𐲰', + '𐳱' => '𐲱', + '𐳲' => '𐲲', '𑣀' => '𑢠', '𑣁' => '𑢡', '𑣂' => '𑢢', @@ -1101,4 +1345,145 @@ '𑣝' => '𑢽', '𑣞' => '𑢾', '𑣟' => '𑢿', + '𖹠' => '𖹀', + '𖹡' => '𖹁', + '𖹢' => '𖹂', + '𖹣' => '𖹃', + '𖹤' => '𖹄', + '𖹥' => '𖹅', + '𖹦' => '𖹆', + '𖹧' => '𖹇', + '𖹨' => '𖹈', + '𖹩' => '𖹉', + '𖹪' => '𖹊', + '𖹫' => '𖹋', + '𖹬' => '𖹌', + '𖹭' => '𖹍', + '𖹮' => '𖹎', + '𖹯' => '𖹏', + '𖹰' => '𖹐', + '𖹱' => '𖹑', + '𖹲' => '𖹒', + '𖹳' => '𖹓', + '𖹴' => '𖹔', + '𖹵' => '𖹕', + '𖹶' => '𖹖', + '𖹷' => '𖹗', + '𖹸' => '𖹘', + '𖹹' => '𖹙', + '𖹺' => '𖹚', + '𖹻' => '𖹛', + '𖹼' => '𖹜', + '𖹽' => '𖹝', + '𖹾' => '𖹞', + '𖹿' => '𖹟', + '𞤢' => '𞤀', + '𞤣' => '𞤁', + '𞤤' => '𞤂', + '𞤥' => '𞤃', + '𞤦' => '𞤄', + '𞤧' => '𞤅', + '𞤨' => '𞤆', + '𞤩' => '𞤇', + '𞤪' => '𞤈', + '𞤫' => '𞤉', + '𞤬' => '𞤊', + '𞤭' => '𞤋', + '𞤮' => '𞤌', + '𞤯' => '𞤍', + '𞤰' => '𞤎', + '𞤱' => '𞤏', + '𞤲' => '𞤐', + '𞤳' => '𞤑', + '𞤴' => '𞤒', + '𞤵' => '𞤓', + '𞤶' => '𞤔', + '𞤷' => '𞤕', + '𞤸' => '𞤖', + '𞤹' => '𞤗', + '𞤺' => '𞤘', + '𞤻' => '𞤙', + '𞤼' => '𞤚', + '𞤽' => '𞤛', + '𞤾' => '𞤜', + '𞤿' => '𞤝', + '𞥀' => '𞤞', + '𞥁' => '𞤟', + '𞥂' => '𞤠', + '𞥃' => '𞤡', + 'ß' => 'SS', + 'ff' => 'FF', + 'fi' => 'FI', + 'fl' => 'FL', + 'ffi' => 'FFI', + 'ffl' => 'FFL', + 'ſt' => 'ST', + 'st' => 'ST', + 'և' => 'ԵՒ', + 'ﬓ' => 'ՄՆ', + 'ﬔ' => 'ՄԵ', + 'ﬕ' => 'ՄԻ', + 'ﬖ' => 'ՎՆ', + 'ﬗ' => 'ՄԽ', + 'ʼn' => 'ʼN', + 'ΐ' => 'Ϊ́', + 'ΰ' => 'Ϋ́', + 'ǰ' => 'J̌', + 'ẖ' => 'H̱', + 'ẗ' => 'T̈', + 'ẘ' => 'W̊', + 'ẙ' => 'Y̊', + 'ẚ' => 'Aʾ', + 'ὐ' => 'Υ̓', + 'ὒ' => 'Υ̓̀', + 'ὔ' => 'Υ̓́', + 'ὖ' => 'Υ̓͂', + 'ᾶ' => 'Α͂', + 'ῆ' => 'Η͂', + 'ῒ' => 'Ϊ̀', + 'ΐ' => 'Ϊ́', + 'ῖ' => 'Ι͂', + 'ῗ' => 'Ϊ͂', + 'ῢ' => 'Ϋ̀', + 'ΰ' => 'Ϋ́', + 'ῤ' => 'Ρ̓', + 'ῦ' => 'Υ͂', + 'ῧ' => 'Ϋ͂', + 'ῶ' => 'Ω͂', + 'ᾈ' => 'ἈΙ', + 'ᾉ' => 'ἉΙ', + 'ᾊ' => 'ἊΙ', + 'ᾋ' => 'ἋΙ', + 'ᾌ' => 'ἌΙ', + 'ᾍ' => 'ἍΙ', + 'ᾎ' => 'ἎΙ', + 'ᾏ' => 'ἏΙ', + 'ᾘ' => 'ἨΙ', + 'ᾙ' => 'ἩΙ', + 'ᾚ' => 'ἪΙ', + 'ᾛ' => 'ἫΙ', + 'ᾜ' => 'ἬΙ', + 'ᾝ' => 'ἭΙ', + 'ᾞ' => 'ἮΙ', + 'ᾟ' => 'ἯΙ', + 'ᾨ' => 'ὨΙ', + 'ᾩ' => 'ὩΙ', + 'ᾪ' => 'ὪΙ', + 'ᾫ' => 'ὫΙ', + 'ᾬ' => 'ὬΙ', + 'ᾭ' => 'ὭΙ', + 'ᾮ' => 'ὮΙ', + 'ᾯ' => 'ὯΙ', + 'ᾼ' => 'ΑΙ', + 'ῌ' => 'ΗΙ', + 'ῼ' => 'ΩΙ', + 'ᾲ' => 'ᾺΙ', + 'ᾴ' => 'ΆΙ', + 'ῂ' => 'ῊΙ', + 'ῄ' => 'ΉΙ', + 'ῲ' => 'ῺΙ', + 'ῴ' => 'ΏΙ', + 'ᾷ' => 'Α͂Ι', + 'ῇ' => 'Η͂Ι', + 'ῷ' => 'Ω͂Ι', ); diff --git a/crmeb/vendor/symfony/polyfill-mbstring/bootstrap.php b/crmeb/vendor/symfony/polyfill-mbstring/bootstrap.php index 2fdcc5a6f..ff51ae079 100644 --- a/crmeb/vendor/symfony/polyfill-mbstring/bootstrap.php +++ b/crmeb/vendor/symfony/polyfill-mbstring/bootstrap.php @@ -11,48 +11,162 @@ use Symfony\Polyfill\Mbstring as p; -if (!function_exists('mb_strlen')) { - define('MB_CASE_UPPER', 0); - define('MB_CASE_LOWER', 1); - define('MB_CASE_TITLE', 2); +if (\PHP_VERSION_ID >= 80000) { + return require __DIR__.'/bootstrap80.php'; +} - function mb_convert_encoding($s, $to, $from = null) { return p\Mbstring::mb_convert_encoding($s, $to, $from); } - function mb_decode_mimeheader($s) { return p\Mbstring::mb_decode_mimeheader($s); } - function mb_encode_mimeheader($s, $charset = null, $transferEnc = null, $lf = null, $indent = null) { return p\Mbstring::mb_encode_mimeheader($s, $charset, $transferEnc, $lf, $indent); } - function mb_decode_numericentity($s, $convmap, $enc = null) { return p\Mbstring::mb_decode_numericentity($s, $convmap, $enc); } - function mb_encode_numericentity($s, $convmap, $enc = null, $is_hex = false) { return p\Mbstring::mb_encode_numericentity($s, $convmap, $enc, $is_hex); } - function mb_convert_case($s, $mode, $enc = null) { return p\Mbstring::mb_convert_case($s, $mode, $enc); } - function mb_internal_encoding($enc = null) { return p\Mbstring::mb_internal_encoding($enc); } - function mb_language($lang = null) { return p\Mbstring::mb_language($lang); } +if (!function_exists('mb_convert_encoding')) { + function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); } +} +if (!function_exists('mb_decode_mimeheader')) { + function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); } +} +if (!function_exists('mb_encode_mimeheader')) { + function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); } +} +if (!function_exists('mb_decode_numericentity')) { + function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); } +} +if (!function_exists('mb_encode_numericentity')) { + function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); } +} +if (!function_exists('mb_convert_case')) { + function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); } +} +if (!function_exists('mb_internal_encoding')) { + function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); } +} +if (!function_exists('mb_language')) { + function mb_language($language = null) { return p\Mbstring::mb_language($language); } +} +if (!function_exists('mb_list_encodings')) { function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); } +} +if (!function_exists('mb_encoding_aliases')) { function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); } - function mb_check_encoding($var = null, $encoding = null) { return p\Mbstring::mb_check_encoding($var, $encoding); } - function mb_detect_encoding($str, $encodingList = null, $strict = false) { return p\Mbstring::mb_detect_encoding($str, $encodingList, $strict); } - function mb_detect_order($encodingList = null) { return p\Mbstring::mb_detect_order($encodingList); } - function mb_parse_str($s, &$result = array()) { parse_str($s, $result); } - function mb_strlen($s, $enc = null) { return p\Mbstring::mb_strlen($s, $enc); } - function mb_strpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strpos($s, $needle, $offset, $enc); } - function mb_strtolower($s, $enc = null) { return p\Mbstring::mb_strtolower($s, $enc); } - function mb_strtoupper($s, $enc = null) { return p\Mbstring::mb_strtoupper($s, $enc); } - function mb_substitute_character($char = null) { return p\Mbstring::mb_substitute_character($char); } - function mb_substr($s, $start, $length = 2147483647, $enc = null) { return p\Mbstring::mb_substr($s, $start, $length, $enc); } - function mb_stripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_stripos($s, $needle, $offset, $enc); } - function mb_stristr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_stristr($s, $needle, $part, $enc); } - function mb_strrchr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrchr($s, $needle, $part, $enc); } - function mb_strrichr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strrichr($s, $needle, $part, $enc); } - function mb_strripos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strripos($s, $needle, $offset, $enc); } - function mb_strrpos($s, $needle, $offset = 0, $enc = null) { return p\Mbstring::mb_strrpos($s, $needle, $offset, $enc); } - function mb_strstr($s, $needle, $part = false, $enc = null) { return p\Mbstring::mb_strstr($s, $needle, $part, $enc); } +} +if (!function_exists('mb_check_encoding')) { + function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding($value, $encoding); } +} +if (!function_exists('mb_detect_encoding')) { + function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_detect_encoding($string, $encodings, $strict); } +} +if (!function_exists('mb_detect_order')) { + function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); } +} +if (!function_exists('mb_parse_str')) { + function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result; } +} +if (!function_exists('mb_strlen')) { + function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); } +} +if (!function_exists('mb_strpos')) { + function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strpos($haystack, $needle, $offset, $encoding); } +} +if (!function_exists('mb_strtolower')) { + function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $encoding); } +} +if (!function_exists('mb_strtoupper')) { + function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $encoding); } +} +if (!function_exists('mb_substitute_character')) { + function mb_substitute_character($substitute_character = null) { return p\Mbstring::mb_substitute_character($substitute_character); } +} +if (!function_exists('mb_substr')) { + function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::mb_substr($string, $start, $length, $encoding); } +} +if (!function_exists('mb_stripos')) { + function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($haystack, $needle, $offset, $encoding); } +} +if (!function_exists('mb_stristr')) { + function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_stristr($haystack, $needle, $before_needle, $encoding); } +} +if (!function_exists('mb_strrchr')) { + function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrchr($haystack, $needle, $before_needle, $encoding); } +} +if (!function_exists('mb_strrichr')) { + function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrichr($haystack, $needle, $before_needle, $encoding); } +} +if (!function_exists('mb_strripos')) { + function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strripos($haystack, $needle, $offset, $encoding); } +} +if (!function_exists('mb_strrpos')) { + function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strrpos($haystack, $needle, $offset, $encoding); } +} +if (!function_exists('mb_strstr')) { + function mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strstr($haystack, $needle, $before_needle, $encoding); } +} +if (!function_exists('mb_get_info')) { function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); } - function mb_http_output($enc = null) { return p\Mbstring::mb_http_output($enc); } - function mb_strwidth($s, $enc = null) { return p\Mbstring::mb_strwidth($s, $enc); } - function mb_substr_count($haystack, $needle, $enc = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $enc); } - function mb_output_handler($contents, $status) { return p\Mbstring::mb_output_handler($contents, $status); } - function mb_http_input($type = '') { return p\Mbstring::mb_http_input($type); } - function mb_convert_variables($toEncoding, $fromEncoding, &$a = null, &$b = null, &$c = null, &$d = null, &$e = null, &$f = null) { return p\Mbstring::mb_convert_variables($toEncoding, $fromEncoding, $a, $b, $c, $d, $e, $f); } +} +if (!function_exists('mb_http_output')) { + function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); } +} +if (!function_exists('mb_strwidth')) { + function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_strwidth($string, $encoding); } +} +if (!function_exists('mb_substr_count')) { + function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $encoding); } +} +if (!function_exists('mb_output_handler')) { + function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $status); } +} +if (!function_exists('mb_http_input')) { + function mb_http_input($type = null) { return p\Mbstring::mb_http_input($type); } +} + +if (!function_exists('mb_convert_variables')) { + function mb_convert_variables($to_encoding, $from_encoding, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, ...$vars); } +} + +if (!function_exists('mb_ord')) { + function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } } if (!function_exists('mb_chr')) { - function mb_ord($s, $enc = null) { return p\Mbstring::mb_ord($s, $enc); } - function mb_chr($code, $enc = null) { return p\Mbstring::mb_chr($code, $enc); } - function mb_scrub($s, $enc = null) { $enc = null === $enc ? mb_internal_encoding() : $enc; return mb_convert_encoding($s, $enc, $enc); } + function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } +} +if (!function_exists('mb_scrub')) { + function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encoding() : $encoding; return mb_convert_encoding($string, $encoding, $encoding); } +} +if (!function_exists('mb_str_split')) { + function mb_str_split($string, $length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $length, $encoding); } +} + +if (!function_exists('mb_str_pad')) { + function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): string { return p\Mbstring::mb_str_pad($string, $length, $pad_string, $pad_type, $encoding); } +} + +if (!function_exists('mb_ucfirst')) { + function mb_ucfirst(string $string, ?string $encoding = null): string { return p\Mbstring::mb_ucfirst($string, $encoding); } +} + +if (!function_exists('mb_lcfirst')) { + function mb_lcfirst(string $string, ?string $encoding = null): string { return p\Mbstring::mb_lcfirst($string, $encoding); } +} + +if (!function_exists('mb_trim')) { + function mb_trim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_trim($string, $characters, $encoding); } +} + +if (!function_exists('mb_ltrim')) { + function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_ltrim($string, $characters, $encoding); } +} + +if (!function_exists('mb_rtrim')) { + function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_rtrim($string, $characters, $encoding); } +} + + +if (extension_loaded('mbstring')) { + return; +} + +if (!defined('MB_CASE_UPPER')) { + define('MB_CASE_UPPER', 0); +} +if (!defined('MB_CASE_LOWER')) { + define('MB_CASE_LOWER', 1); +} +if (!defined('MB_CASE_TITLE')) { + define('MB_CASE_TITLE', 2); } diff --git a/crmeb/vendor/symfony/polyfill-mbstring/bootstrap80.php b/crmeb/vendor/symfony/polyfill-mbstring/bootstrap80.php new file mode 100644 index 000000000..5be7d2018 --- /dev/null +++ b/crmeb/vendor/symfony/polyfill-mbstring/bootstrap80.php @@ -0,0 +1,167 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +use Symfony\Polyfill\Mbstring as p; + +if (!function_exists('mb_convert_encoding')) { + function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); } +} +if (!function_exists('mb_decode_mimeheader')) { + function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((string) $string); } +} +if (!function_exists('mb_encode_mimeheader')) { + function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_mimeheader((string) $string, $charset, $transfer_encoding, (string) $newline, (int) $indent); } +} +if (!function_exists('mb_decode_numericentity')) { + function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); } +} +if (!function_exists('mb_encode_numericentity')) { + function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); } +} +if (!function_exists('mb_convert_case')) { + function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert_case((string) $string, (int) $mode, $encoding); } +} +if (!function_exists('mb_internal_encoding')) { + function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_internal_encoding($encoding); } +} +if (!function_exists('mb_language')) { + function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($language); } +} +if (!function_exists('mb_list_encodings')) { + function mb_list_encodings(): array { return p\Mbstring::mb_list_encodings(); } +} +if (!function_exists('mb_encoding_aliases')) { + function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((string) $encoding); } +} +if (!function_exists('mb_check_encoding')) { + function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { return p\Mbstring::mb_check_encoding($value, $encoding); } +} +if (!function_exists('mb_detect_encoding')) { + function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = false): string|false { return p\Mbstring::mb_detect_encoding((string) $string, $encodings, (bool) $strict); } +} +if (!function_exists('mb_detect_order')) { + function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_detect_order($encoding); } +} +if (!function_exists('mb_parse_str')) { + function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result); return (bool) $result; } +} +if (!function_exists('mb_strlen')) { + function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen((string) $string, $encoding); } +} +if (!function_exists('mb_strpos')) { + function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } +} +if (!function_exists('mb_strtolower')) { + function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtolower((string) $string, $encoding); } +} +if (!function_exists('mb_strtoupper')) { + function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtoupper((string) $string, $encoding); } +} +if (!function_exists('mb_substitute_character')) { + function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { return p\Mbstring::mb_substitute_character($substitute_character); } +} +if (!function_exists('mb_substr')) { + function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): string { return p\Mbstring::mb_substr((string) $string, (int) $start, $length, $encoding); } +} +if (!function_exists('mb_stripos')) { + function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } +} +if (!function_exists('mb_stristr')) { + function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_stristr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } +} +if (!function_exists('mb_strrchr')) { + function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrchr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } +} +if (!function_exists('mb_strrichr')) { + function mb_strrichr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrichr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } +} +if (!function_exists('mb_strripos')) { + function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } +} +if (!function_exists('mb_strrpos')) { + function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strrpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } +} +if (!function_exists('mb_strstr')) { + function mb_strstr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strstr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } +} +if (!function_exists('mb_get_info')) { + function mb_get_info(?string $type = 'all'): array|string|int|false|null { return p\Mbstring::mb_get_info((string) $type); } +} +if (!function_exists('mb_http_output')) { + function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output($encoding); } +} +if (!function_exists('mb_strwidth')) { + function mb_strwidth(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strwidth((string) $string, $encoding); } +} +if (!function_exists('mb_substr_count')) { + function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring::mb_substr_count((string) $haystack, (string) $needle, $encoding); } +} +if (!function_exists('mb_output_handler')) { + function mb_output_handler(?string $string, ?int $status): string { return p\Mbstring::mb_output_handler((string) $string, (int) $status); } +} +if (!function_exists('mb_http_input')) { + function mb_http_input(?string $type = null): array|string|false { return p\Mbstring::mb_http_input($type); } +} + +if (!function_exists('mb_convert_variables')) { + function mb_convert_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): string|false { return p\Mbstring::mb_convert_variables((string) $to_encoding, $from_encoding ?? '', $var, ...$vars); } +} + +if (!function_exists('mb_ord')) { + function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord((string) $string, $encoding); } +} +if (!function_exists('mb_chr')) { + function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_chr((int) $codepoint, $encoding); } +} +if (!function_exists('mb_scrub')) { + function mb_scrub(?string $string, ?string $encoding = null): string { $encoding ??= mb_internal_encoding(); return mb_convert_encoding((string) $string, $encoding, $encoding); } +} +if (!function_exists('mb_str_split')) { + function mb_str_split(?string $string, ?int $length = 1, ?string $encoding = null): array { return p\Mbstring::mb_str_split((string) $string, (int) $length, $encoding); } +} + +if (!function_exists('mb_str_pad')) { + function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): string { return p\Mbstring::mb_str_pad($string, $length, $pad_string, $pad_type, $encoding); } +} + +if (!function_exists('mb_ucfirst')) { + function mb_ucfirst($string, ?string $encoding = null): string { return p\Mbstring::mb_ucfirst($string, $encoding); } +} + +if (!function_exists('mb_lcfirst')) { + function mb_lcfirst($string, ?string $encoding = null): string { return p\Mbstring::mb_lcfirst($string, $encoding); } +} + +if (!function_exists('mb_trim')) { + function mb_trim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_trim($string, $characters, $encoding); } +} + +if (!function_exists('mb_ltrim')) { + function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_ltrim($string, $characters, $encoding); } +} + +if (!function_exists('mb_rtrim')) { + function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = null): string { return p\Mbstring::mb_rtrim($string, $characters, $encoding); } +} + +if (extension_loaded('mbstring')) { + return; +} + +if (!defined('MB_CASE_UPPER')) { + define('MB_CASE_UPPER', 0); +} +if (!defined('MB_CASE_LOWER')) { + define('MB_CASE_LOWER', 1); +} +if (!defined('MB_CASE_TITLE')) { + define('MB_CASE_TITLE', 2); +} diff --git a/crmeb/vendor/symfony/polyfill-mbstring/composer.json b/crmeb/vendor/symfony/polyfill-mbstring/composer.json index 0bce08782..4ed241a33 100644 --- a/crmeb/vendor/symfony/polyfill-mbstring/composer.json +++ b/crmeb/vendor/symfony/polyfill-mbstring/composer.json @@ -16,7 +16,10 @@ } ], "require": { - "php": ">=5.3.3" + "php": ">=7.2" + }, + "provide": { + "ext-mbstring": "*" }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, @@ -27,8 +30,9 @@ }, "minimum-stability": "dev", "extra": { - "branch-alias": { - "dev-master": "1.11-dev" + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } } } diff --git a/crmeb/vendor/symfony/polyfill-php70/LICENSE b/crmeb/vendor/symfony/polyfill-php70/LICENSE deleted file mode 100644 index 4cd8bdd30..000000000 --- a/crmeb/vendor/symfony/polyfill-php70/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2015-2019 Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/crmeb/vendor/symfony/polyfill-php70/Php70.php b/crmeb/vendor/symfony/polyfill-php70/Php70.php deleted file mode 100644 index 7f1ad08a4..000000000 --- a/crmeb/vendor/symfony/polyfill-php70/Php70.php +++ /dev/null @@ -1,74 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Php70; - -/** - * @author Nicolas Grekas - * - * @internal - */ -final class Php70 -{ - public static function intdiv($dividend, $divisor) - { - $dividend = self::intArg($dividend, __FUNCTION__, 1); - $divisor = self::intArg($divisor, __FUNCTION__, 2); - - if (0 === $divisor) { - throw new \DivisionByZeroError('Division by zero'); - } - if (-1 === $divisor && ~PHP_INT_MAX === $dividend) { - throw new \ArithmeticError('Division of PHP_INT_MIN by -1 is not an integer'); - } - - return ($dividend - ($dividend % $divisor)) / $divisor; - } - - public static function preg_replace_callback_array(array $patterns, $subject, $limit = -1, &$count = 0) - { - $count = 0; - $result = (string) $subject; - if (0 === $limit = self::intArg($limit, __FUNCTION__, 3)) { - return $result; - } - - foreach ($patterns as $pattern => $callback) { - $result = preg_replace_callback($pattern, $callback, $result, $limit, $c); - $count += $c; - } - - return $result; - } - - public static function error_clear_last() - { - static $handler; - if (!$handler) { - $handler = function () { return false; }; - } - set_error_handler($handler); - @trigger_error(''); - restore_error_handler(); - } - - private static function intArg($value, $caller, $pos) - { - if (\is_int($value)) { - return $value; - } - if (!\is_numeric($value) || PHP_INT_MAX <= ($value += 0) || ~PHP_INT_MAX >= $value) { - throw new \TypeError(sprintf('%s() expects parameter %d to be integer, %s given', $caller, $pos, \gettype($value))); - } - - return (int) $value; - } -} diff --git a/crmeb/vendor/symfony/polyfill-php70/README.md b/crmeb/vendor/symfony/polyfill-php70/README.md deleted file mode 100644 index 04988c6f9..000000000 --- a/crmeb/vendor/symfony/polyfill-php70/README.md +++ /dev/null @@ -1,28 +0,0 @@ -Symfony Polyfill / Php70 -======================== - -This component provides features unavailable in releases prior to PHP 7.0: - -- [`intdiv`](http://php.net/intdiv) -- [`preg_replace_callback_array`](http://php.net/preg_replace_callback_array) -- [`error_clear_last`](http://php.net/error_clear_last) -- `random_bytes` and `random_int` (from [paragonie/random_compat](https://github.com/paragonie/random_compat)) -- [`*Error` throwable classes](http://php.net/Error) -- [`PHP_INT_MIN`](http://php.net/manual/en/reserved.constants.php#constant.php-int-min) -- `SessionUpdateTimestampHandlerInterface` - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). - -Compatibility notes -=================== - -To write portable code between PHP5 and PHP7, some care must be taken: -- `\*Error` exceptions must be caught before `\Exception`; -- after calling `error_clear_last()`, the result of `$e = error_get_last()` must be - verified using `isset($e['message'][0])` instead of `null !== $e`. - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/crmeb/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php b/crmeb/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php deleted file mode 100644 index 681912446..000000000 --- a/crmeb/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php +++ /dev/null @@ -1,5 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Php70 as p; - -if (PHP_VERSION_ID < 70000) { - if (!defined('PHP_INT_MIN')) { - define('PHP_INT_MIN', ~PHP_INT_MAX); - } - if (!function_exists('intdiv')) { - function intdiv($dividend, $divisor) { return p\Php70::intdiv($dividend, $divisor); } - } - if (!function_exists('preg_replace_callback_array')) { - function preg_replace_callback_array(array $patterns, $subject, $limit = -1, &$count = 0) { return p\Php70::preg_replace_callback_array($patterns, $subject, $limit, $count); } - } - if (!function_exists('error_clear_last')) { - function error_clear_last() { return p\Php70::error_clear_last(); } - } -} diff --git a/crmeb/vendor/symfony/polyfill-php70/composer.json b/crmeb/vendor/symfony/polyfill-php70/composer.json deleted file mode 100644 index 923f30957..000000000 --- a/crmeb/vendor/symfony/polyfill-php70/composer.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "symfony/polyfill-php70", - "type": "library", - "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", - "keywords": ["polyfill", "shim", "compatibility", "portable"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=5.3.3", - "paragonie/random_compat": "~1.0|~2.0|~9.99" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, - "files": [ "bootstrap.php" ], - "classmap": [ "Resources/stubs" ] - }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "1.11-dev" - } - } -} diff --git a/crmeb/vendor/symfony/polyfill-php72/LICENSE b/crmeb/vendor/symfony/polyfill-php72/LICENSE deleted file mode 100644 index 4cd8bdd30..000000000 --- a/crmeb/vendor/symfony/polyfill-php72/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2015-2019 Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/crmeb/vendor/symfony/polyfill-php72/Php72.php b/crmeb/vendor/symfony/polyfill-php72/Php72.php deleted file mode 100644 index d531e8441..000000000 --- a/crmeb/vendor/symfony/polyfill-php72/Php72.php +++ /dev/null @@ -1,216 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Php72; - -/** - * @author Nicolas Grekas - * @author Dariusz Rumiński - * - * @internal - */ -final class Php72 -{ - private static $hashMask; - - public static function utf8_encode($s) - { - $s .= $s; - $len = \strlen($s); - - for ($i = $len >> 1, $j = 0; $i < $len; ++$i, ++$j) { - switch (true) { - case $s[$i] < "\x80": $s[$j] = $s[$i]; break; - case $s[$i] < "\xC0": $s[$j] = "\xC2"; $s[++$j] = $s[$i]; break; - default: $s[$j] = "\xC3"; $s[++$j] = \chr(\ord($s[$i]) - 64); break; - } - } - - return substr($s, 0, $j); - } - - public static function utf8_decode($s) - { - $s = (string) $s; - $len = \strlen($s); - - for ($i = 0, $j = 0; $i < $len; ++$i, ++$j) { - switch ($s[$i] & "\xF0") { - case "\xC0": - case "\xD0": - $c = (\ord($s[$i] & "\x1F") << 6) | \ord($s[++$i] & "\x3F"); - $s[$j] = $c < 256 ? \chr($c) : '?'; - break; - - case "\xF0": - ++$i; - // no break - - case "\xE0": - $s[$j] = '?'; - $i += 2; - break; - - default: - $s[$j] = $s[$i]; - } - } - - return substr($s, 0, $j); - } - - public static function php_os_family() - { - if ('\\' === \DIRECTORY_SEPARATOR) { - return 'Windows'; - } - - $map = array( - 'Darwin' => 'Darwin', - 'DragonFly' => 'BSD', - 'FreeBSD' => 'BSD', - 'NetBSD' => 'BSD', - 'OpenBSD' => 'BSD', - 'Linux' => 'Linux', - 'SunOS' => 'Solaris', - ); - - return isset($map[PHP_OS]) ? $map[PHP_OS] : 'Unknown'; - } - - public static function spl_object_id($object) - { - if (null === self::$hashMask) { - self::initHashMask(); - } - if (null === $hash = spl_object_hash($object)) { - return; - } - - return self::$hashMask ^ hexdec(substr($hash, 16 - \PHP_INT_SIZE, \PHP_INT_SIZE)); - } - - public static function sapi_windows_vt100_support($stream, $enable = null) - { - if (!\is_resource($stream)) { - trigger_error('sapi_windows_vt100_support() expects parameter 1 to be resource, '.\gettype($stream).' given', E_USER_WARNING); - - return false; - } - - $meta = stream_get_meta_data($stream); - - if ('STDIO' !== $meta['stream_type']) { - trigger_error('sapi_windows_vt100_support() was not able to analyze the specified stream', E_USER_WARNING); - - return false; - } - - // We cannot actually disable vt100 support if it is set - if (false === $enable || !self::stream_isatty($stream)) { - return false; - } - - // The native function does not apply to stdin - $meta = array_map('strtolower', $meta); - $stdin = 'php://stdin' === $meta['uri'] || 'php://fd/0' === $meta['uri']; - - return !$stdin - && (false !== getenv('ANSICON') - || 'ON' === getenv('ConEmuANSI') - || 'xterm' === getenv('TERM') - || 'Hyper' === getenv('TERM_PROGRAM')); - } - - public static function stream_isatty($stream) - { - if (!\is_resource($stream)) { - trigger_error('stream_isatty() expects parameter 1 to be resource, '.\gettype($stream).' given', E_USER_WARNING); - - return false; - } - - if ('\\' === \DIRECTORY_SEPARATOR) { - $stat = @fstat($stream); - // Check if formatted mode is S_IFCHR - return $stat ? 0020000 === ($stat['mode'] & 0170000) : false; - } - - return \function_exists('posix_isatty') && @posix_isatty($stream); - } - - private static function initHashMask() - { - $obj = (object) array(); - self::$hashMask = -1; - - // check if we are nested in an output buffering handler to prevent a fatal error with ob_start() below - $obFuncs = array('ob_clean', 'ob_end_clean', 'ob_flush', 'ob_end_flush', 'ob_get_contents', 'ob_get_flush'); - foreach (debug_backtrace(\PHP_VERSION_ID >= 50400 ? DEBUG_BACKTRACE_IGNORE_ARGS : false) as $frame) { - if (isset($frame['function'][0]) && !isset($frame['class']) && 'o' === $frame['function'][0] && \in_array($frame['function'], $obFuncs)) { - $frame['line'] = 0; - break; - } - } - if (!empty($frame['line'])) { - ob_start(); - debug_zval_dump($obj); - self::$hashMask = (int) substr(ob_get_clean(), 17); - } - - self::$hashMask ^= hexdec(substr(spl_object_hash($obj), 16 - \PHP_INT_SIZE, \PHP_INT_SIZE)); - } - - public static function mb_chr($code, $encoding = null) - { - if (0x80 > $code %= 0x200000) { - $s = \chr($code); - } elseif (0x800 > $code) { - $s = \chr(0xC0 | $code >> 6).\chr(0x80 | $code & 0x3F); - } elseif (0x10000 > $code) { - $s = \chr(0xE0 | $code >> 12).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F); - } else { - $s = \chr(0xF0 | $code >> 18).\chr(0x80 | $code >> 12 & 0x3F).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F); - } - - if ('UTF-8' !== $encoding) { - $s = mb_convert_encoding($s, $encoding, 'UTF-8'); - } - - return $s; - } - - public static function mb_ord($s, $encoding = null) - { - if (null == $encoding) { - $s = mb_convert_encoding($s, 'UTF-8'); - } elseif ('UTF-8' !== $encoding) { - $s = mb_convert_encoding($s, 'UTF-8', $encoding); - } - - if (1 === \strlen($s)) { - return \ord($s); - } - - $code = ($s = unpack('C*', substr($s, 0, 4))) ? $s[1] : 0; - if (0xF0 <= $code) { - return (($code - 0xF0) << 18) + (($s[2] - 0x80) << 12) + (($s[3] - 0x80) << 6) + $s[4] - 0x80; - } - if (0xE0 <= $code) { - return (($code - 0xE0) << 12) + (($s[2] - 0x80) << 6) + $s[3] - 0x80; - } - if (0xC0 <= $code) { - return (($code - 0xC0) << 6) + $s[2] - 0x80; - } - - return $code; - } -} diff --git a/crmeb/vendor/symfony/polyfill-php72/README.md b/crmeb/vendor/symfony/polyfill-php72/README.md deleted file mode 100644 index 82c45f7a5..000000000 --- a/crmeb/vendor/symfony/polyfill-php72/README.md +++ /dev/null @@ -1,27 +0,0 @@ -Symfony Polyfill / Php72 -======================== - -This component provides functions added to PHP 7.2 core: - -- [`spl_object_id`](https://php.net/spl_object_id) -- [`stream_isatty`](https://php.net/stream_isatty) - -On Windows only: - -- [`sapi_windows_vt100_support`](https://php.net/sapi_windows_vt100_support) - -Moved to core since 7.2 (was in the optional XML extension earlier): - -- [`utf8_encode`](https://php.net/utf8_encode) -- [`utf8_decode`](https://php.net/utf8_decode) - -Also, it provides a constant added to PHP 7.2: -- [`PHP_OS_FAMILY`](http://php.net/manual/en/reserved.constants.php#constant.php-os-family) - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/crmeb/vendor/symfony/polyfill-php72/bootstrap.php b/crmeb/vendor/symfony/polyfill-php72/bootstrap.php deleted file mode 100644 index 519056de4..000000000 --- a/crmeb/vendor/symfony/polyfill-php72/bootstrap.php +++ /dev/null @@ -1,36 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Php72 as p; - -if (PHP_VERSION_ID < 70200) { - if ('\\' === DIRECTORY_SEPARATOR && !function_exists('sapi_windows_vt100_support')) { - function sapi_windows_vt100_support($stream, $enable = null) { return p\Php72::sapi_windows_vt100_support($stream, $enable); } - } - if (!function_exists('stream_isatty')) { - function stream_isatty($stream) { return p\Php72::stream_isatty($stream); } - } - if (!function_exists('utf8_encode')) { - function utf8_encode($s) { return p\Php72::utf8_encode($s); } - function utf8_decode($s) { return p\Php72::utf8_decode($s); } - } - if (!function_exists('spl_object_id')) { - function spl_object_id($s) { return p\Php72::spl_object_id($s); } - } - if (!defined('PHP_OS_FAMILY')) { - define('PHP_OS_FAMILY', p\Php72::php_os_family()); - } - if (!function_exists('mb_chr')) { - function mb_ord($s, $enc = null) { return p\Php72::mb_ord($s, $enc); } - function mb_chr($code, $enc = null) { return p\Php72::mb_chr($code, $enc); } - function mb_scrub($s, $enc = null) { $enc = null === $enc ? mb_internal_encoding() : $enc; return mb_convert_encoding($s, $enc, $enc); } - } -} diff --git a/crmeb/vendor/symfony/polyfill-php72/composer.json b/crmeb/vendor/symfony/polyfill-php72/composer.json deleted file mode 100644 index 8282555a3..000000000 --- a/crmeb/vendor/symfony/polyfill-php72/composer.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "symfony/polyfill-php72", - "type": "library", - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "keywords": ["polyfill", "shim", "compatibility", "portable"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=5.3.3" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, - "files": [ "bootstrap.php" ] - }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "1.11-dev" - } - } -} diff --git a/crmeb/vendor/xin/container b/crmeb/vendor/xin/container new file mode 160000 index 000000000..97bb67f87 --- /dev/null +++ b/crmeb/vendor/xin/container @@ -0,0 +1 @@ +Subproject commit 97bb67f87dd851545938a1f2fe0ffbd379e3ff81 diff --git a/crmeb/vendor/xin/helper b/crmeb/vendor/xin/helper new file mode 160000 index 000000000..02a58132d --- /dev/null +++ b/crmeb/vendor/xin/helper @@ -0,0 +1 @@ +Subproject commit 02a58132dae2aea2d1c0b8e66f55125969224747