diff --git a/README.md b/README.md index a4bd5492..b32ad594 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ public Guzzle\Service\Resource\Model getObject(array $args = array()); $args是包含以下字段的关联数组: | 字段名 | 类型 | 默认值 | 是否必填字段 | 描述 | -| :------: | :------------: | :--: | :--------: | :----------------------------------: | +| :------: | :------------: | :--: | :--------: | :----------------------------------: | | Bucket | string | 无 | 是 | bucket名称 | | Key | string | 无 | 是 | 对象名称 | | SaveAs | string | 无 | 否 | 保存到本地的本地文件路径 | @@ -253,8 +253,6 @@ $signedUrl = $cosClient->getObjectUrl($bucket, $key, '+10 minutes'); ``` ### 使用临时密钥 -#### 示例 - ```php $cosClient = new Qcloud\Cos\Client( array( @@ -265,4 +263,4 @@ $cosClient = new Qcloud\Cos\Client( 'secretId' => '', 'secretKey' => '', 'token' => ''))); -``` + diff --git a/cos-autoloader-generator.php b/cos-autoloader-generator.php index 6e073fee..9965ddf1 100644 --- a/cos-autoloader-generator.php +++ b/cos-autoloader-generator.php @@ -15,7 +15,7 @@ $ext = pathinfo($path, PATHINFO_EXTENSION); if ($ext === 'php') { $namespace = preg_replace('/.php$/s', '', $path); - $namespace = str_replace('/', '\\', $namespace); + $path = str_replace('\\', '/', $path); echo " '$namespace' => 'src/$path',\n"; } } diff --git a/cos-autoloader.php b/cos-autoloader.php index e17298e9..b764ba62 100644 --- a/cos-autoloader.php +++ b/cos-autoloader.php @@ -1,276 +1,276 @@ 'src/Guzzle\Batch\AbstractBatchDecorator.php', - 'Guzzle\Batch\Batch' => 'src/Guzzle\Batch\Batch.php', - 'Guzzle\Batch\BatchBuilder' => 'src/Guzzle\Batch\BatchBuilder.php', - 'Guzzle\Batch\BatchClosureDivisor' => 'src/Guzzle\Batch\BatchClosureDivisor.php', - 'Guzzle\Batch\BatchClosureTransfer' => 'src/Guzzle\Batch\BatchClosureTransfer.php', - 'Guzzle\Batch\BatchCommandTransfer' => 'src/Guzzle\Batch\BatchCommandTransfer.php', - 'Guzzle\Batch\BatchDivisorInterface' => 'src/Guzzle\Batch\BatchDivisorInterface.php', - 'Guzzle\Batch\BatchInterface' => 'src/Guzzle\Batch\BatchInterface.php', - 'Guzzle\Batch\BatchRequestTransfer' => 'src/Guzzle\Batch\BatchRequestTransfer.php', - 'Guzzle\Batch\BatchSizeDivisor' => 'src/Guzzle\Batch\BatchSizeDivisor.php', - 'Guzzle\Batch\BatchTransferInterface' => 'src/Guzzle\Batch\BatchTransferInterface.php', - 'Guzzle\Batch\Exception\BatchTransferException' => 'src/Guzzle\Batch\Exception\BatchTransferException.php', - 'Guzzle\Batch\ExceptionBufferingBatch' => 'src/Guzzle\Batch\ExceptionBufferingBatch.php', - 'Guzzle\Batch\FlushingBatch' => 'src/Guzzle\Batch\FlushingBatch.php', - 'Guzzle\Batch\HistoryBatch' => 'src/Guzzle\Batch\HistoryBatch.php', - 'Guzzle\Batch\NotifyingBatch' => 'src/Guzzle\Batch\NotifyingBatch.php', - 'Guzzle\Cache\AbstractCacheAdapter' => 'src/Guzzle\Cache\AbstractCacheAdapter.php', - 'Guzzle\Cache\CacheAdapterFactory' => 'src/Guzzle\Cache\CacheAdapterFactory.php', - 'Guzzle\Cache\CacheAdapterInterface' => 'src/Guzzle\Cache\CacheAdapterInterface.php', - 'Guzzle\Cache\ClosureCacheAdapter' => 'src/Guzzle\Cache\ClosureCacheAdapter.php', - 'Guzzle\Cache\DoctrineCacheAdapter' => 'src/Guzzle\Cache\DoctrineCacheAdapter.php', - 'Guzzle\Cache\NullCacheAdapter' => 'src/Guzzle\Cache\NullCacheAdapter.php', - 'Guzzle\Cache\Zf1CacheAdapter' => 'src/Guzzle\Cache\Zf1CacheAdapter.php', - 'Guzzle\Cache\Zf2CacheAdapter' => 'src/Guzzle\Cache\Zf2CacheAdapter.php', - 'Guzzle\Common\AbstractHasDispatcher' => 'src/Guzzle\Common\AbstractHasDispatcher.php', - 'Guzzle\Common\Collection' => 'src/Guzzle\Common\Collection.php', - 'Guzzle\Common\Event' => 'src/Guzzle\Common\Event.php', - 'Guzzle\Common\Exception\BadMethodCallException' => 'src/Guzzle\Common\Exception\BadMethodCallException.php', - 'Guzzle\Common\Exception\ExceptionCollection' => 'src/Guzzle\Common\Exception\ExceptionCollection.php', - 'Guzzle\Common\Exception\GuzzleException' => 'src/Guzzle\Common\Exception\GuzzleException.php', - 'Guzzle\Common\Exception\InvalidArgumentException' => 'src/Guzzle\Common\Exception\InvalidArgumentException.php', - 'Guzzle\Common\Exception\RuntimeException' => 'src/Guzzle\Common\Exception\RuntimeException.php', - 'Guzzle\Common\Exception\UnexpectedValueException' => 'src/Guzzle\Common\Exception\UnexpectedValueException.php', - 'Guzzle\Common\FromConfigInterface' => 'src/Guzzle\Common\FromConfigInterface.php', - 'Guzzle\Common\HasDispatcherInterface' => 'src/Guzzle\Common\HasDispatcherInterface.php', - 'Guzzle\Common\ToArrayInterface' => 'src/Guzzle\Common\ToArrayInterface.php', - 'Guzzle\Common\Version' => 'src/Guzzle\Common\Version.php', - 'Guzzle\Http\AbstractEntityBodyDecorator' => 'src/Guzzle\Http\AbstractEntityBodyDecorator.php', - 'Guzzle\Http\CachingEntityBody' => 'src/Guzzle\Http\CachingEntityBody.php', - 'Guzzle\Http\Client' => 'src/Guzzle\Http\Client.php', - 'Guzzle\Http\ClientInterface' => 'src/Guzzle\Http\ClientInterface.php', - 'Guzzle\Http\Curl\CurlHandle' => 'src/Guzzle\Http\Curl\CurlHandle.php', - 'Guzzle\Http\Curl\CurlMulti' => 'src/Guzzle\Http\Curl\CurlMulti.php', - 'Guzzle\Http\Curl\CurlMultiInterface' => 'src/Guzzle\Http\Curl\CurlMultiInterface.php', - 'Guzzle\Http\Curl\CurlMultiProxy' => 'src/Guzzle\Http\Curl\CurlMultiProxy.php', - 'Guzzle\Http\Curl\CurlVersion' => 'src/Guzzle\Http\Curl\CurlVersion.php', - 'Guzzle\Http\Curl\RequestMediator' => 'src/Guzzle\Http\Curl\RequestMediator.php', - 'Guzzle\Http\EntityBody' => 'src/Guzzle\Http\EntityBody.php', - 'Guzzle\Http\EntityBodyInterface' => 'src/Guzzle\Http\EntityBodyInterface.php', - 'Guzzle\Http\Exception\BadResponseException' => 'src/Guzzle\Http\Exception\BadResponseException.php', - 'Guzzle\Http\Exception\ClientErrorResponseException' => 'src/Guzzle\Http\Exception\ClientErrorResponseException.php', - 'Guzzle\Http\Exception\CouldNotRewindStreamException' => 'src/Guzzle\Http\Exception\CouldNotRewindStreamException.php', - 'Guzzle\Http\Exception\CurlException' => 'src/Guzzle\Http\Exception\CurlException.php', - 'Guzzle\Http\Exception\HttpException' => 'src/Guzzle\Http\Exception\HttpException.php', - 'Guzzle\Http\Exception\MultiTransferException' => 'src/Guzzle\Http\Exception\MultiTransferException.php', - 'Guzzle\Http\Exception\RequestException' => 'src/Guzzle\Http\Exception\RequestException.php', - 'Guzzle\Http\Exception\ServerErrorResponseException' => 'src/Guzzle\Http\Exception\ServerErrorResponseException.php', - 'Guzzle\Http\Exception\TooManyRedirectsException' => 'src/Guzzle\Http\Exception\TooManyRedirectsException.php', - 'Guzzle\Http\IoEmittingEntityBody' => 'src/Guzzle\Http\IoEmittingEntityBody.php', - 'Guzzle\Http\Message\AbstractMessage' => 'src/Guzzle\Http\Message\AbstractMessage.php', - 'Guzzle\Http\Message\EntityEnclosingRequest' => 'src/Guzzle\Http\Message\EntityEnclosingRequest.php', - 'Guzzle\Http\Message\EntityEnclosingRequestInterface' => 'src/Guzzle\Http\Message\EntityEnclosingRequestInterface.php', - 'Guzzle\Http\Message\Header\CacheControl' => 'src/Guzzle\Http\Message\Header\CacheControl.php', - 'Guzzle\Http\Message\Header\HeaderCollection' => 'src/Guzzle\Http\Message\Header\HeaderCollection.php', - 'Guzzle\Http\Message\Header\HeaderFactory' => 'src/Guzzle\Http\Message\Header\HeaderFactory.php', - 'Guzzle\Http\Message\Header\HeaderFactoryInterface' => 'src/Guzzle\Http\Message\Header\HeaderFactoryInterface.php', - 'Guzzle\Http\Message\Header\HeaderInterface' => 'src/Guzzle\Http\Message\Header\HeaderInterface.php', - 'Guzzle\Http\Message\Header\Link' => 'src/Guzzle\Http\Message\Header\Link.php', - 'Guzzle\Http\Message\Header' => 'src/Guzzle\Http\Message\Header.php', - 'Guzzle\Http\Message\MessageInterface' => 'src/Guzzle\Http\Message\MessageInterface.php', - 'Guzzle\Http\Message\PostFile' => 'src/Guzzle\Http\Message\PostFile.php', - 'Guzzle\Http\Message\PostFileInterface' => 'src/Guzzle\Http\Message\PostFileInterface.php', - 'Guzzle\Http\Message\Request' => 'src/Guzzle\Http\Message\Request.php', - 'Guzzle\Http\Message\RequestFactory' => 'src/Guzzle\Http\Message\RequestFactory.php', - 'Guzzle\Http\Message\RequestFactoryInterface' => 'src/Guzzle\Http\Message\RequestFactoryInterface.php', - 'Guzzle\Http\Message\RequestInterface' => 'src/Guzzle\Http\Message\RequestInterface.php', - 'Guzzle\Http\Message\Response' => 'src/Guzzle\Http\Message\Response.php', - 'Guzzle\Http\Mimetypes' => 'src/Guzzle\Http\Mimetypes.php', - 'Guzzle\Http\QueryAggregator\CommaAggregator' => 'src/Guzzle\Http\QueryAggregator\CommaAggregator.php', - 'Guzzle\Http\QueryAggregator\DuplicateAggregator' => 'src/Guzzle\Http\QueryAggregator\DuplicateAggregator.php', - 'Guzzle\Http\QueryAggregator\PhpAggregator' => 'src/Guzzle\Http\QueryAggregator\PhpAggregator.php', - 'Guzzle\Http\QueryAggregator\QueryAggregatorInterface' => 'src/Guzzle\Http\QueryAggregator\QueryAggregatorInterface.php', - 'Guzzle\Http\QueryString' => 'src/Guzzle\Http\QueryString.php', - 'Guzzle\Http\ReadLimitEntityBody' => 'src/Guzzle\Http\ReadLimitEntityBody.php', - 'Guzzle\Http\RedirectPlugin' => 'src/Guzzle\Http\RedirectPlugin.php', - 'Guzzle\Http\StaticClient' => 'src/Guzzle\Http\StaticClient.php', - 'Guzzle\Http\Url' => 'src/Guzzle\Http\Url.php', - 'Guzzle\Inflection\Inflector' => 'src/Guzzle\Inflection\Inflector.php', - 'Guzzle\Inflection\InflectorInterface' => 'src/Guzzle\Inflection\InflectorInterface.php', - 'Guzzle\Inflection\MemoizingInflector' => 'src/Guzzle\Inflection\MemoizingInflector.php', - 'Guzzle\Inflection\PreComputedInflector' => 'src/Guzzle\Inflection\PreComputedInflector.php', - 'Guzzle\Iterator\AppendIterator' => 'src/Guzzle\Iterator\AppendIterator.php', - 'Guzzle\Iterator\ChunkedIterator' => 'src/Guzzle\Iterator\ChunkedIterator.php', - 'Guzzle\Iterator\FilterIterator' => 'src/Guzzle\Iterator\FilterIterator.php', - 'Guzzle\Iterator\MapIterator' => 'src/Guzzle\Iterator\MapIterator.php', - 'Guzzle\Iterator\MethodProxyIterator' => 'src/Guzzle\Iterator\MethodProxyIterator.php', - 'Guzzle\Log\AbstractLogAdapter' => 'src/Guzzle\Log\AbstractLogAdapter.php', - 'Guzzle\Log\ArrayLogAdapter' => 'src/Guzzle\Log\ArrayLogAdapter.php', - 'Guzzle\Log\ClosureLogAdapter' => 'src/Guzzle\Log\ClosureLogAdapter.php', - 'Guzzle\Log\LogAdapterInterface' => 'src/Guzzle\Log\LogAdapterInterface.php', - 'Guzzle\Log\MessageFormatter' => 'src/Guzzle\Log\MessageFormatter.php', - 'Guzzle\Log\MonologLogAdapter' => 'src/Guzzle\Log\MonologLogAdapter.php', - 'Guzzle\Log\PsrLogAdapter' => 'src/Guzzle\Log\PsrLogAdapter.php', - 'Guzzle\Log\Zf1LogAdapter' => 'src/Guzzle\Log\Zf1LogAdapter.php', - 'Guzzle\Log\Zf2LogAdapter' => 'src/Guzzle\Log\Zf2LogAdapter.php', - 'Guzzle\Parser\Cookie\CookieParser' => 'src/Guzzle\Parser\Cookie\CookieParser.php', - 'Guzzle\Parser\Cookie\CookieParserInterface' => 'src/Guzzle\Parser\Cookie\CookieParserInterface.php', - 'Guzzle\Parser\Message\AbstractMessageParser' => 'src/Guzzle\Parser\Message\AbstractMessageParser.php', - 'Guzzle\Parser\Message\MessageParser' => 'src/Guzzle\Parser\Message\MessageParser.php', - 'Guzzle\Parser\Message\MessageParserInterface' => 'src/Guzzle\Parser\Message\MessageParserInterface.php', - 'Guzzle\Parser\Message\PeclHttpMessageParser' => 'src/Guzzle\Parser\Message\PeclHttpMessageParser.php', - 'Guzzle\Parser\ParserRegistry' => 'src/Guzzle\Parser\ParserRegistry.php', - 'Guzzle\Parser\UriTemplate\PeclUriTemplate' => 'src/Guzzle\Parser\UriTemplate\PeclUriTemplate.php', - 'Guzzle\Parser\UriTemplate\UriTemplate' => 'src/Guzzle\Parser\UriTemplate\UriTemplate.php', - 'Guzzle\Parser\UriTemplate\UriTemplateInterface' => 'src/Guzzle\Parser\UriTemplate\UriTemplateInterface.php', - 'Guzzle\Parser\Url\UrlParser' => 'src/Guzzle\Parser\Url\UrlParser.php', - 'Guzzle\Parser\Url\UrlParserInterface' => 'src/Guzzle\Parser\Url\UrlParserInterface.php', - 'Guzzle\Plugin\Async\AsyncPlugin' => 'src/Guzzle\Plugin\Async\AsyncPlugin.php', - 'Guzzle\Plugin\Backoff\AbstractBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\AbstractBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\AbstractErrorCodeBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\AbstractErrorCodeBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\BackoffLogger' => 'src/Guzzle\Plugin\Backoff\BackoffLogger.php', - 'Guzzle\Plugin\Backoff\BackoffPlugin' => 'src/Guzzle\Plugin\Backoff\BackoffPlugin.php', - 'Guzzle\Plugin\Backoff\BackoffStrategyInterface' => 'src/Guzzle\Plugin\Backoff\BackoffStrategyInterface.php', - 'Guzzle\Plugin\Backoff\CallbackBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\CallbackBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\ConstantBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\ConstantBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\CurlBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\CurlBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\ExponentialBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\ExponentialBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\HttpBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\HttpBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\LinearBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\LinearBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\ReasonPhraseBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\ReasonPhraseBackoffStrategy.php', - 'Guzzle\Plugin\Backoff\TruncatedBackoffStrategy' => 'src/Guzzle\Plugin\Backoff\TruncatedBackoffStrategy.php', - 'Guzzle\Plugin\Cache\CacheKeyProviderInterface' => 'src/Guzzle\Plugin\Cache\CacheKeyProviderInterface.php', - 'Guzzle\Plugin\Cache\CachePlugin' => 'src/Guzzle\Plugin\Cache\CachePlugin.php', - 'Guzzle\Plugin\Cache\CacheStorageInterface' => 'src/Guzzle\Plugin\Cache\CacheStorageInterface.php', - 'Guzzle\Plugin\Cache\CallbackCanCacheStrategy' => 'src/Guzzle\Plugin\Cache\CallbackCanCacheStrategy.php', - 'Guzzle\Plugin\Cache\CanCacheStrategyInterface' => 'src/Guzzle\Plugin\Cache\CanCacheStrategyInterface.php', - 'Guzzle\Plugin\Cache\DefaultCacheKeyProvider' => 'src/Guzzle\Plugin\Cache\DefaultCacheKeyProvider.php', - 'Guzzle\Plugin\Cache\DefaultCacheStorage' => 'src/Guzzle\Plugin\Cache\DefaultCacheStorage.php', - 'Guzzle\Plugin\Cache\DefaultCanCacheStrategy' => 'src/Guzzle\Plugin\Cache\DefaultCanCacheStrategy.php', - 'Guzzle\Plugin\Cache\DefaultRevalidation' => 'src/Guzzle\Plugin\Cache\DefaultRevalidation.php', - 'Guzzle\Plugin\Cache\DenyRevalidation' => 'src/Guzzle\Plugin\Cache\DenyRevalidation.php', - 'Guzzle\Plugin\Cache\RevalidationInterface' => 'src/Guzzle\Plugin\Cache\RevalidationInterface.php', - 'Guzzle\Plugin\Cache\SkipRevalidation' => 'src/Guzzle\Plugin\Cache\SkipRevalidation.php', - 'Guzzle\Plugin\Cookie\Cookie' => 'src/Guzzle\Plugin\Cookie\Cookie.php', - 'Guzzle\Plugin\Cookie\CookieJar\ArrayCookieJar' => 'src/Guzzle\Plugin\Cookie\CookieJar\ArrayCookieJar.php', - 'Guzzle\Plugin\Cookie\CookieJar\CookieJarInterface' => 'src/Guzzle\Plugin\Cookie\CookieJar\CookieJarInterface.php', - 'Guzzle\Plugin\Cookie\CookieJar\FileCookieJar' => 'src/Guzzle\Plugin\Cookie\CookieJar\FileCookieJar.php', - 'Guzzle\Plugin\Cookie\CookiePlugin' => 'src/Guzzle\Plugin\Cookie\CookiePlugin.php', - 'Guzzle\Plugin\Cookie\Exception\InvalidCookieException' => 'src/Guzzle\Plugin\Cookie\Exception\InvalidCookieException.php', - 'Guzzle\Plugin\CurlAuth\CurlAuthPlugin' => 'src/Guzzle\Plugin\CurlAuth\CurlAuthPlugin.php', - 'Guzzle\Plugin\ErrorResponse\ErrorResponseExceptionInterface' => 'src/Guzzle\Plugin\ErrorResponse\ErrorResponseExceptionInterface.php', - 'Guzzle\Plugin\ErrorResponse\ErrorResponsePlugin' => 'src/Guzzle\Plugin\ErrorResponse\ErrorResponsePlugin.php', - 'Guzzle\Plugin\ErrorResponse\Exception\ErrorResponseException' => 'src/Guzzle\Plugin\ErrorResponse\Exception\ErrorResponseException.php', - 'Guzzle\Plugin\History\HistoryPlugin' => 'src/Guzzle\Plugin\History\HistoryPlugin.php', - 'Guzzle\Plugin\Log\LogPlugin' => 'src/Guzzle\Plugin\Log\LogPlugin.php', - 'Guzzle\Plugin\Md5\CommandContentMd5Plugin' => 'src/Guzzle\Plugin\Md5\CommandContentMd5Plugin.php', - 'Guzzle\Plugin\Md5\Md5ValidatorPlugin' => 'src/Guzzle\Plugin\Md5\Md5ValidatorPlugin.php', - 'Guzzle\Plugin\Mock\MockPlugin' => 'src/Guzzle\Plugin\Mock\MockPlugin.php', - 'Guzzle\Plugin\Oauth\OauthPlugin' => 'src/Guzzle\Plugin\Oauth\OauthPlugin.php', - 'Guzzle\Service\AbstractConfigLoader' => 'src/Guzzle\Service\AbstractConfigLoader.php', - 'Guzzle\Service\Builder\ServiceBuilder' => 'src/Guzzle\Service\Builder\ServiceBuilder.php', - 'Guzzle\Service\Builder\ServiceBuilderInterface' => 'src/Guzzle\Service\Builder\ServiceBuilderInterface.php', - 'Guzzle\Service\Builder\ServiceBuilderLoader' => 'src/Guzzle\Service\Builder\ServiceBuilderLoader.php', - 'Guzzle\Service\CachingConfigLoader' => 'src/Guzzle\Service\CachingConfigLoader.php', - 'Guzzle\Service\Client' => 'src/Guzzle\Service\Client.php', - 'Guzzle\Service\ClientInterface' => 'src/Guzzle\Service\ClientInterface.php', - 'Guzzle\Service\Command\AbstractCommand' => 'src/Guzzle\Service\Command\AbstractCommand.php', - 'Guzzle\Service\Command\ClosureCommand' => 'src/Guzzle\Service\Command\ClosureCommand.php', - 'Guzzle\Service\Command\CommandInterface' => 'src/Guzzle\Service\Command\CommandInterface.php', - 'Guzzle\Service\Command\CreateResponseClassEvent' => 'src/Guzzle\Service\Command\CreateResponseClassEvent.php', - 'Guzzle\Service\Command\DefaultRequestSerializer' => 'src/Guzzle\Service\Command\DefaultRequestSerializer.php', - 'Guzzle\Service\Command\DefaultResponseParser' => 'src/Guzzle\Service\Command\DefaultResponseParser.php', - 'Guzzle\Service\Command\Factory\AliasFactory' => 'src/Guzzle\Service\Command\Factory\AliasFactory.php', - 'Guzzle\Service\Command\Factory\CompositeFactory' => 'src/Guzzle\Service\Command\Factory\CompositeFactory.php', - 'Guzzle\Service\Command\Factory\ConcreteClassFactory' => 'src/Guzzle\Service\Command\Factory\ConcreteClassFactory.php', - 'Guzzle\Service\Command\Factory\FactoryInterface' => 'src/Guzzle\Service\Command\Factory\FactoryInterface.php', - 'Guzzle\Service\Command\Factory\MapFactory' => 'src/Guzzle\Service\Command\Factory\MapFactory.php', - 'Guzzle\Service\Command\Factory\ServiceDescriptionFactory' => 'src/Guzzle\Service\Command\Factory\ServiceDescriptionFactory.php', - 'Guzzle\Service\Command\LocationVisitor\Request\AbstractRequestVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\AbstractRequestVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Request\BodyVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\BodyVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Request\HeaderVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\HeaderVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Request\JsonVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\JsonVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Request\PostFieldVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\PostFieldVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Request\PostFileVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\PostFileVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Request\QueryVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\QueryVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface' => 'src/Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface.php', - 'Guzzle\Service\Command\LocationVisitor\Request\ResponseBodyVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\ResponseBodyVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Response\BodyVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Response\BodyVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Response\HeaderVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Response\HeaderVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Response\JsonVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Response\JsonVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Response\ReasonPhraseVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Response\ReasonPhraseVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface' => 'src/Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface.php', - 'Guzzle\Service\Command\LocationVisitor\Response\StatusCodeVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Response\StatusCodeVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\Response\XmlVisitor' => 'src/Guzzle\Service\Command\LocationVisitor\Response\XmlVisitor.php', - 'Guzzle\Service\Command\LocationVisitor\VisitorFlyweight' => 'src/Guzzle\Service\Command\LocationVisitor\VisitorFlyweight.php', - 'Guzzle\Service\Command\OperationCommand' => 'src/Guzzle\Service\Command\OperationCommand.php', - 'Guzzle\Service\Command\OperationResponseParser' => 'src/Guzzle\Service\Command\OperationResponseParser.php', - 'Guzzle\Service\Command\RequestSerializerInterface' => 'src/Guzzle\Service\Command\RequestSerializerInterface.php', - 'Guzzle\Service\Command\ResponseClassInterface' => 'src/Guzzle\Service\Command\ResponseClassInterface.php', - 'Guzzle\Service\Command\ResponseParserInterface' => 'src/Guzzle\Service\Command\ResponseParserInterface.php', - 'Guzzle\Service\ConfigLoaderInterface' => 'src/Guzzle\Service\ConfigLoaderInterface.php', - 'Guzzle\Service\Description\Operation' => 'src/Guzzle\Service\Description\Operation.php', - 'Guzzle\Service\Description\OperationInterface' => 'src/Guzzle\Service\Description\OperationInterface.php', - 'Guzzle\Service\Description\Parameter' => 'src/Guzzle\Service\Description\Parameter.php', - 'Guzzle\Service\Description\SchemaFormatter' => 'src/Guzzle\Service\Description\SchemaFormatter.php', - 'Guzzle\Service\Description\SchemaValidator' => 'src/Guzzle\Service\Description\SchemaValidator.php', - 'Guzzle\Service\Description\ServiceDescription' => 'src/Guzzle\Service\Description\ServiceDescription.php', - 'Guzzle\Service\Description\ServiceDescriptionInterface' => 'src/Guzzle\Service\Description\ServiceDescriptionInterface.php', - 'Guzzle\Service\Description\ServiceDescriptionLoader' => 'src/Guzzle\Service\Description\ServiceDescriptionLoader.php', - 'Guzzle\Service\Description\ValidatorInterface' => 'src/Guzzle\Service\Description\ValidatorInterface.php', - 'Guzzle\Service\Exception\CommandException' => 'src/Guzzle\Service\Exception\CommandException.php', - 'Guzzle\Service\Exception\CommandTransferException' => 'src/Guzzle\Service\Exception\CommandTransferException.php', - 'Guzzle\Service\Exception\DescriptionBuilderException' => 'src/Guzzle\Service\Exception\DescriptionBuilderException.php', - 'Guzzle\Service\Exception\InconsistentClientTransferException' => 'src/Guzzle\Service\Exception\InconsistentClientTransferException.php', - 'Guzzle\Service\Exception\ResponseClassException' => 'src/Guzzle\Service\Exception\ResponseClassException.php', - 'Guzzle\Service\Exception\ServiceBuilderException' => 'src/Guzzle\Service\Exception\ServiceBuilderException.php', - 'Guzzle\Service\Exception\ServiceNotFoundException' => 'src/Guzzle\Service\Exception\ServiceNotFoundException.php', - 'Guzzle\Service\Exception\ValidationException' => 'src/Guzzle\Service\Exception\ValidationException.php', - 'Guzzle\Service\Resource\AbstractResourceIteratorFactory' => 'src/Guzzle\Service\Resource\AbstractResourceIteratorFactory.php', - 'Guzzle\Service\Resource\CompositeResourceIteratorFactory' => 'src/Guzzle\Service\Resource\CompositeResourceIteratorFactory.php', - 'Guzzle\Service\Resource\MapResourceIteratorFactory' => 'src/Guzzle\Service\Resource\MapResourceIteratorFactory.php', - 'Guzzle\Service\Resource\Model' => 'src/Guzzle\Service\Resource\Model.php', - 'Guzzle\Service\Resource\ResourceIterator' => 'src/Guzzle\Service\Resource\ResourceIterator.php', - 'Guzzle\Service\Resource\ResourceIteratorApplyBatched' => 'src/Guzzle\Service\Resource\ResourceIteratorApplyBatched.php', - 'Guzzle\Service\Resource\ResourceIteratorClassFactory' => 'src/Guzzle\Service\Resource\ResourceIteratorClassFactory.php', - 'Guzzle\Service\Resource\ResourceIteratorFactoryInterface' => 'src/Guzzle\Service\Resource\ResourceIteratorFactoryInterface.php', - 'Guzzle\Service\Resource\ResourceIteratorInterface' => 'src/Guzzle\Service\Resource\ResourceIteratorInterface.php', - 'Guzzle\Stream\PhpStreamRequestFactory' => 'src/Guzzle\Stream\PhpStreamRequestFactory.php', - 'Guzzle\Stream\Stream' => 'src/Guzzle\Stream\Stream.php', - 'Guzzle\Stream\StreamInterface' => 'src/Guzzle\Stream\StreamInterface.php', - 'Guzzle\Stream\StreamRequestFactoryInterface' => 'src/Guzzle\Stream\StreamRequestFactoryInterface.php', - 'Qcloud\Cos\BucketStyleListener' => 'src/Qcloud\Cos\BucketStyleListener.php', - 'Qcloud\Cos\Client' => 'src/Qcloud\Cos\Client.php', - 'Qcloud\Cos\Command' => 'src/Qcloud\Cos\Command.php', - 'Qcloud\Cos\Exception\BucketAlreadyExistsException' => 'src/Qcloud\Cos\Exception\BucketAlreadyExistsException.php', - 'Qcloud\Cos\Exception\BucketNotEmptyException' => 'src/Qcloud\Cos\Exception\BucketNotEmptyException.php', - 'Qcloud\Cos\Exception\CosException' => 'src/Qcloud\Cos\Exception\CosException.php', - 'Qcloud\Cos\Exception\CurlException' => 'src/Qcloud\Cos\Exception\CurlException.php', - 'Qcloud\Cos\Exception\InvalidArgumentException' => 'src/Qcloud\Cos\Exception\InvalidArgumentException.php', - 'Qcloud\Cos\Exception\NoSuchBucketException' => 'src/Qcloud\Cos\Exception\NoSuchBucketException.php', - 'Qcloud\Cos\Exception\NoSuchKeyException' => 'src/Qcloud\Cos\Exception\NoSuchKeyException.php', - 'Qcloud\Cos\Exception\NoSuchUploadException' => 'src/Qcloud\Cos\Exception\NoSuchUploadException.php', - 'Qcloud\Cos\Exception\ServiceResponseException' => 'src/Qcloud\Cos\Exception\ServiceResponseException.php', - 'Qcloud\Cos\ExceptionListener' => 'src/Qcloud\Cos\ExceptionListener.php', - 'Qcloud\Cos\ExceptionParser' => 'src/Qcloud\Cos\ExceptionParser.php', - 'Qcloud\Cos\MultipartUpload' => 'src/Qcloud\Cos\MultipartUpload.php', - 'Qcloud\Cos\Service' => 'src/Qcloud\Cos\Service.php', - 'Qcloud\Cos\Signature' => 'src/Qcloud\Cos\Signature.php', - 'Qcloud\Cos\SignatureListener' => 'src/Qcloud\Cos\SignatureListener.php', - 'Qcloud\Cos\Tests\BucketTest' => 'src/Qcloud\Cos\Tests\BucketTest.php', - 'Qcloud\Cos\Tests\ObjectTest' => 'src/Qcloud\Cos\Tests\ObjectTest.php', - 'Qcloud\Cos\Tests\TestHelper' => 'src/Qcloud\Cos\Tests\TestHelper.php', - 'Qcloud\Cos\TokenListener' => 'src/Qcloud\Cos\TokenListener.php', - 'Qcloud\Cos\UploadBodyListener' => 'src/Qcloud\Cos\UploadBodyListener.php', - 'Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher' => 'src/Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher.php', - 'Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface' => 'src/Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface.php', - 'Symfony\Component\EventDispatcher\Event' => 'src/Symfony\Component\EventDispatcher\Event.php', - 'Symfony\Component\EventDispatcher\EventDispatcher' => 'src/Symfony\Component\EventDispatcher\EventDispatcher.php', - 'Symfony\Component\EventDispatcher\EventDispatcherInterface' => 'src/Symfony\Component\EventDispatcher\EventDispatcherInterface.php', - 'Symfony\Component\EventDispatcher\EventSubscriberInterface' => 'src/Symfony\Component\EventDispatcher\EventSubscriberInterface.php', - 'Symfony\Component\EventDispatcher\GenericEvent' => 'src/Symfony\Component\EventDispatcher\GenericEvent.php', - 'Symfony\Component\EventDispatcher\ImmutableEventDispatcher' => 'src/Symfony\Component\EventDispatcher\ImmutableEventDispatcher.php', - 'Symfony\Component\EventDispatcher\Tests\bootstrap' => 'src/Symfony\Component\EventDispatcher\Tests\bootstrap.php', - 'Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest' => 'src/Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest.php', - 'Symfony\Component\EventDispatcher\Tests\EventDispatcherTest' => 'src/Symfony\Component\EventDispatcher\Tests\EventDispatcherTest.php', - 'Symfony\Component\EventDispatcher\Tests\EventTest' => 'src/Symfony\Component\EventDispatcher\Tests\EventTest.php', - 'Symfony\Component\EventDispatcher\Tests\GenericEventTest' => 'src/Symfony\Component\EventDispatcher\Tests\GenericEventTest.php', - 'Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest' => 'src/Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest.php', + 'Guzzle\Batch\AbstractBatchDecorator' => 'src/Guzzle/Batch/AbstractBatchDecorator.php', + 'Guzzle\Batch\Batch' => 'src/Guzzle/Batch/Batch.php', + 'Guzzle\Batch\BatchBuilder' => 'src/Guzzle/Batch/BatchBuilder.php', + 'Guzzle\Batch\BatchClosureDivisor' => 'src/Guzzle/Batch/BatchClosureDivisor.php', + 'Guzzle\Batch\BatchClosureTransfer' => 'src/Guzzle/Batch/BatchClosureTransfer.php', + 'Guzzle\Batch\BatchCommandTransfer' => 'src/Guzzle/Batch/BatchCommandTransfer.php', + 'Guzzle\Batch\BatchDivisorInterface' => 'src/Guzzle/Batch/BatchDivisorInterface.php', + 'Guzzle\Batch\BatchInterface' => 'src/Guzzle/Batch/BatchInterface.php', + 'Guzzle\Batch\BatchRequestTransfer' => 'src/Guzzle/Batch/BatchRequestTransfer.php', + 'Guzzle\Batch\BatchSizeDivisor' => 'src/Guzzle/Batch/BatchSizeDivisor.php', + 'Guzzle\Batch\BatchTransferInterface' => 'src/Guzzle/Batch/BatchTransferInterface.php', + 'Guzzle\Batch\Exception\BatchTransferException' => 'src/Guzzle/Batch/Exception/BatchTransferException.php', + 'Guzzle\Batch\ExceptionBufferingBatch' => 'src/Guzzle/Batch/ExceptionBufferingBatch.php', + 'Guzzle\Batch\FlushingBatch' => 'src/Guzzle/Batch/FlushingBatch.php', + 'Guzzle\Batch\HistoryBatch' => 'src/Guzzle/Batch/HistoryBatch.php', + 'Guzzle\Batch\NotifyingBatch' => 'src/Guzzle/Batch/NotifyingBatch.php', + 'Guzzle\Cache\AbstractCacheAdapter' => 'src/Guzzle/Cache/AbstractCacheAdapter.php', + 'Guzzle\Cache\CacheAdapterFactory' => 'src/Guzzle/Cache/CacheAdapterFactory.php', + 'Guzzle\Cache\CacheAdapterInterface' => 'src/Guzzle/Cache/CacheAdapterInterface.php', + 'Guzzle\Cache\ClosureCacheAdapter' => 'src/Guzzle/Cache/ClosureCacheAdapter.php', + 'Guzzle\Cache\DoctrineCacheAdapter' => 'src/Guzzle/Cache/DoctrineCacheAdapter.php', + 'Guzzle\Cache\NullCacheAdapter' => 'src/Guzzle/Cache/NullCacheAdapter.php', + 'Guzzle\Cache\Zf1CacheAdapter' => 'src/Guzzle/Cache/Zf1CacheAdapter.php', + 'Guzzle\Cache\Zf2CacheAdapter' => 'src/Guzzle/Cache/Zf2CacheAdapter.php', + 'Guzzle\Common\AbstractHasDispatcher' => 'src/Guzzle/Common/AbstractHasDispatcher.php', + 'Guzzle\Common\Collection' => 'src/Guzzle/Common/Collection.php', + 'Guzzle\Common\Event' => 'src/Guzzle/Common/Event.php', + 'Guzzle\Common\Exception\BadMethodCallException' => 'src/Guzzle/Common/Exception/BadMethodCallException.php', + 'Guzzle\Common\Exception\ExceptionCollection' => 'src/Guzzle/Common/Exception/ExceptionCollection.php', + 'Guzzle\Common\Exception\GuzzleException' => 'src/Guzzle/Common/Exception/GuzzleException.php', + 'Guzzle\Common\Exception\InvalidArgumentException' => 'src/Guzzle/Common/Exception/InvalidArgumentException.php', + 'Guzzle\Common\Exception\RuntimeException' => 'src/Guzzle/Common/Exception/RuntimeException.php', + 'Guzzle\Common\Exception\UnexpectedValueException' => 'src/Guzzle/Common/Exception/UnexpectedValueException.php', + 'Guzzle\Common\FromConfigInterface' => 'src/Guzzle/Common/FromConfigInterface.php', + 'Guzzle\Common\HasDispatcherInterface' => 'src/Guzzle/Common/HasDispatcherInterface.php', + 'Guzzle\Common\ToArrayInterface' => 'src/Guzzle/Common/ToArrayInterface.php', + 'Guzzle\Common\Version' => 'src/Guzzle/Common/Version.php', + 'Guzzle\Http\AbstractEntityBodyDecorator' => 'src/Guzzle/Http/AbstractEntityBodyDecorator.php', + 'Guzzle\Http\CachingEntityBody' => 'src/Guzzle/Http/CachingEntityBody.php', + 'Guzzle\Http\Client' => 'src/Guzzle/Http/Client.php', + 'Guzzle\Http\ClientInterface' => 'src/Guzzle/Http/ClientInterface.php', + 'Guzzle\Http\Curl\CurlHandle' => 'src/Guzzle/Http/Curl/CurlHandle.php', + 'Guzzle\Http\Curl\CurlMulti' => 'src/Guzzle/Http/Curl/CurlMulti.php', + 'Guzzle\Http\Curl\CurlMultiInterface' => 'src/Guzzle/Http/Curl/CurlMultiInterface.php', + 'Guzzle\Http\Curl\CurlMultiProxy' => 'src/Guzzle/Http/Curl/CurlMultiProxy.php', + 'Guzzle\Http\Curl\CurlVersion' => 'src/Guzzle/Http/Curl/CurlVersion.php', + 'Guzzle\Http\Curl\RequestMediator' => 'src/Guzzle/Http/Curl/RequestMediator.php', + 'Guzzle\Http\EntityBody' => 'src/Guzzle/Http/EntityBody.php', + 'Guzzle\Http\EntityBodyInterface' => 'src/Guzzle/Http/EntityBodyInterface.php', + 'Guzzle\Http\Exception\BadResponseException' => 'src/Guzzle/Http/Exception/BadResponseException.php', + 'Guzzle\Http\Exception\ClientErrorResponseException' => 'src/Guzzle/Http/Exception/ClientErrorResponseException.php', + 'Guzzle\Http\Exception\CouldNotRewindStreamException' => 'src/Guzzle/Http/Exception/CouldNotRewindStreamException.php', + 'Guzzle\Http\Exception\CurlException' => 'src/Guzzle/Http/Exception/CurlException.php', + 'Guzzle\Http\Exception\HttpException' => 'src/Guzzle/Http/Exception/HttpException.php', + 'Guzzle\Http\Exception\MultiTransferException' => 'src/Guzzle/Http/Exception/MultiTransferException.php', + 'Guzzle\Http\Exception\RequestException' => 'src/Guzzle/Http/Exception/RequestException.php', + 'Guzzle\Http\Exception\ServerErrorResponseException' => 'src/Guzzle/Http/Exception/ServerErrorResponseException.php', + 'Guzzle\Http\Exception\TooManyRedirectsException' => 'src/Guzzle/Http/Exception/TooManyRedirectsException.php', + 'Guzzle\Http\IoEmittingEntityBody' => 'src/Guzzle/Http/IoEmittingEntityBody.php', + 'Guzzle\Http\Message\AbstractMessage' => 'src/Guzzle/Http/Message/AbstractMessage.php', + 'Guzzle\Http\Message\EntityEnclosingRequest' => 'src/Guzzle/Http/Message/EntityEnclosingRequest.php', + 'Guzzle\Http\Message\EntityEnclosingRequestInterface' => 'src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', + 'Guzzle\Http\Message\Header\CacheControl' => 'src/Guzzle/Http/Message/Header/CacheControl.php', + 'Guzzle\Http\Message\Header\HeaderCollection' => 'src/Guzzle/Http/Message/Header/HeaderCollection.php', + 'Guzzle\Http\Message\Header\HeaderFactory' => 'src/Guzzle/Http/Message/Header/HeaderFactory.php', + 'Guzzle\Http\Message\Header\HeaderFactoryInterface' => 'src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', + 'Guzzle\Http\Message\Header\HeaderInterface' => 'src/Guzzle/Http/Message/Header/HeaderInterface.php', + 'Guzzle\Http\Message\Header\Link' => 'src/Guzzle/Http/Message/Header/Link.php', + 'Guzzle\Http\Message\Header' => 'src/Guzzle/Http/Message/Header.php', + 'Guzzle\Http\Message\MessageInterface' => 'src/Guzzle/Http/Message/MessageInterface.php', + 'Guzzle\Http\Message\PostFile' => 'src/Guzzle/Http/Message/PostFile.php', + 'Guzzle\Http\Message\PostFileInterface' => 'src/Guzzle/Http/Message/PostFileInterface.php', + 'Guzzle\Http\Message\Request' => 'src/Guzzle/Http/Message/Request.php', + 'Guzzle\Http\Message\RequestFactory' => 'src/Guzzle/Http/Message/RequestFactory.php', + 'Guzzle\Http\Message\RequestFactoryInterface' => 'src/Guzzle/Http/Message/RequestFactoryInterface.php', + 'Guzzle\Http\Message\RequestInterface' => 'src/Guzzle/Http/Message/RequestInterface.php', + 'Guzzle\Http\Message\Response' => 'src/Guzzle/Http/Message/Response.php', + 'Guzzle\Http\Mimetypes' => 'src/Guzzle/Http/Mimetypes.php', + 'Guzzle\Http\QueryAggregator\CommaAggregator' => 'src/Guzzle/Http/QueryAggregator/CommaAggregator.php', + 'Guzzle\Http\QueryAggregator\DuplicateAggregator' => 'src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', + 'Guzzle\Http\QueryAggregator\PhpAggregator' => 'src/Guzzle/Http/QueryAggregator/PhpAggregator.php', + 'Guzzle\Http\QueryAggregator\QueryAggregatorInterface' => 'src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', + 'Guzzle\Http\QueryString' => 'src/Guzzle/Http/QueryString.php', + 'Guzzle\Http\ReadLimitEntityBody' => 'src/Guzzle/Http/ReadLimitEntityBody.php', + 'Guzzle\Http\RedirectPlugin' => 'src/Guzzle/Http/RedirectPlugin.php', + 'Guzzle\Http\StaticClient' => 'src/Guzzle/Http/StaticClient.php', + 'Guzzle\Http\Url' => 'src/Guzzle/Http/Url.php', + 'Guzzle\Inflection\Inflector' => 'src/Guzzle/Inflection/Inflector.php', + 'Guzzle\Inflection\InflectorInterface' => 'src/Guzzle/Inflection/InflectorInterface.php', + 'Guzzle\Inflection\MemoizingInflector' => 'src/Guzzle/Inflection/MemoizingInflector.php', + 'Guzzle\Inflection\PreComputedInflector' => 'src/Guzzle/Inflection/PreComputedInflector.php', + 'Guzzle\Iterator\AppendIterator' => 'src/Guzzle/Iterator/AppendIterator.php', + 'Guzzle\Iterator\ChunkedIterator' => 'src/Guzzle/Iterator/ChunkedIterator.php', + 'Guzzle\Iterator\FilterIterator' => 'src/Guzzle/Iterator/FilterIterator.php', + 'Guzzle\Iterator\MapIterator' => 'src/Guzzle/Iterator/MapIterator.php', + 'Guzzle\Iterator\MethodProxyIterator' => 'src/Guzzle/Iterator/MethodProxyIterator.php', + 'Guzzle\Log\AbstractLogAdapter' => 'src/Guzzle/Log/AbstractLogAdapter.php', + 'Guzzle\Log\ArrayLogAdapter' => 'src/Guzzle/Log/ArrayLogAdapter.php', + 'Guzzle\Log\ClosureLogAdapter' => 'src/Guzzle/Log/ClosureLogAdapter.php', + 'Guzzle\Log\LogAdapterInterface' => 'src/Guzzle/Log/LogAdapterInterface.php', + 'Guzzle\Log\MessageFormatter' => 'src/Guzzle/Log/MessageFormatter.php', + 'Guzzle\Log\MonologLogAdapter' => 'src/Guzzle/Log/MonologLogAdapter.php', + 'Guzzle\Log\PsrLogAdapter' => 'src/Guzzle/Log/PsrLogAdapter.php', + 'Guzzle\Log\Zf1LogAdapter' => 'src/Guzzle/Log/Zf1LogAdapter.php', + 'Guzzle\Log\Zf2LogAdapter' => 'src/Guzzle/Log/Zf2LogAdapter.php', + 'Guzzle\Parser\Cookie\CookieParser' => 'src/Guzzle/Parser/Cookie/CookieParser.php', + 'Guzzle\Parser\Cookie\CookieParserInterface' => 'src/Guzzle/Parser/Cookie/CookieParserInterface.php', + 'Guzzle\Parser\Message\AbstractMessageParser' => 'src/Guzzle/Parser/Message/AbstractMessageParser.php', + 'Guzzle\Parser\Message\MessageParser' => 'src/Guzzle/Parser/Message/MessageParser.php', + 'Guzzle\Parser\Message\MessageParserInterface' => 'src/Guzzle/Parser/Message/MessageParserInterface.php', + 'Guzzle\Parser\Message\PeclHttpMessageParser' => 'src/Guzzle/Parser/Message/PeclHttpMessageParser.php', + 'Guzzle\Parser\ParserRegistry' => 'src/Guzzle/Parser/ParserRegistry.php', + 'Guzzle\Parser\UriTemplate\PeclUriTemplate' => 'src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', + 'Guzzle\Parser\UriTemplate\UriTemplate' => 'src/Guzzle/Parser/UriTemplate/UriTemplate.php', + 'Guzzle\Parser\UriTemplate\UriTemplateInterface' => 'src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', + 'Guzzle\Parser\Url\UrlParser' => 'src/Guzzle/Parser/Url/UrlParser.php', + 'Guzzle\Parser\Url\UrlParserInterface' => 'src/Guzzle/Parser/Url/UrlParserInterface.php', + 'Guzzle\Plugin\Async\AsyncPlugin' => 'src/Guzzle/Plugin/Async/AsyncPlugin.php', + 'Guzzle\Plugin\Backoff\AbstractBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\AbstractErrorCodeBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\BackoffLogger' => 'src/Guzzle/Plugin/Backoff/BackoffLogger.php', + 'Guzzle\Plugin\Backoff\BackoffPlugin' => 'src/Guzzle/Plugin/Backoff/BackoffPlugin.php', + 'Guzzle\Plugin\Backoff\BackoffStrategyInterface' => 'src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', + 'Guzzle\Plugin\Backoff\CallbackBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\ConstantBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\CurlBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\ExponentialBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\HttpBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\LinearBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\ReasonPhraseBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', + 'Guzzle\Plugin\Backoff\TruncatedBackoffStrategy' => 'src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', + 'Guzzle\Plugin\Cache\CacheKeyProviderInterface' => 'src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php', + 'Guzzle\Plugin\Cache\CachePlugin' => 'src/Guzzle/Plugin/Cache/CachePlugin.php', + 'Guzzle\Plugin\Cache\CacheStorageInterface' => 'src/Guzzle/Plugin/Cache/CacheStorageInterface.php', + 'Guzzle\Plugin\Cache\CallbackCanCacheStrategy' => 'src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php', + 'Guzzle\Plugin\Cache\CanCacheStrategyInterface' => 'src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php', + 'Guzzle\Plugin\Cache\DefaultCacheKeyProvider' => 'src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php', + 'Guzzle\Plugin\Cache\DefaultCacheStorage' => 'src/Guzzle/Plugin/Cache/DefaultCacheStorage.php', + 'Guzzle\Plugin\Cache\DefaultCanCacheStrategy' => 'src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php', + 'Guzzle\Plugin\Cache\DefaultRevalidation' => 'src/Guzzle/Plugin/Cache/DefaultRevalidation.php', + 'Guzzle\Plugin\Cache\DenyRevalidation' => 'src/Guzzle/Plugin/Cache/DenyRevalidation.php', + 'Guzzle\Plugin\Cache\RevalidationInterface' => 'src/Guzzle/Plugin/Cache/RevalidationInterface.php', + 'Guzzle\Plugin\Cache\SkipRevalidation' => 'src/Guzzle/Plugin/Cache/SkipRevalidation.php', + 'Guzzle\Plugin\Cookie\Cookie' => 'src/Guzzle/Plugin/Cookie/Cookie.php', + 'Guzzle\Plugin\Cookie\CookieJar\ArrayCookieJar' => 'src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php', + 'Guzzle\Plugin\Cookie\CookieJar\CookieJarInterface' => 'src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php', + 'Guzzle\Plugin\Cookie\CookieJar\FileCookieJar' => 'src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php', + 'Guzzle\Plugin\Cookie\CookiePlugin' => 'src/Guzzle/Plugin/Cookie/CookiePlugin.php', + 'Guzzle\Plugin\Cookie\Exception\InvalidCookieException' => 'src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php', + 'Guzzle\Plugin\CurlAuth\CurlAuthPlugin' => 'src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php', + 'Guzzle\Plugin\ErrorResponse\ErrorResponseExceptionInterface' => 'src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php', + 'Guzzle\Plugin\ErrorResponse\ErrorResponsePlugin' => 'src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php', + 'Guzzle\Plugin\ErrorResponse\Exception\ErrorResponseException' => 'src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php', + 'Guzzle\Plugin\History\HistoryPlugin' => 'src/Guzzle/Plugin/History/HistoryPlugin.php', + 'Guzzle\Plugin\Log\LogPlugin' => 'src/Guzzle/Plugin/Log/LogPlugin.php', + 'Guzzle\Plugin\Md5\CommandContentMd5Plugin' => 'src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php', + 'Guzzle\Plugin\Md5\Md5ValidatorPlugin' => 'src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php', + 'Guzzle\Plugin\Mock\MockPlugin' => 'src/Guzzle/Plugin/Mock/MockPlugin.php', + 'Guzzle\Plugin\Oauth\OauthPlugin' => 'src/Guzzle/Plugin/Oauth/OauthPlugin.php', + 'Guzzle\Service\AbstractConfigLoader' => 'src/Guzzle/Service/AbstractConfigLoader.php', + 'Guzzle\Service\Builder\ServiceBuilder' => 'src/Guzzle/Service/Builder/ServiceBuilder.php', + 'Guzzle\Service\Builder\ServiceBuilderInterface' => 'src/Guzzle/Service/Builder/ServiceBuilderInterface.php', + 'Guzzle\Service\Builder\ServiceBuilderLoader' => 'src/Guzzle/Service/Builder/ServiceBuilderLoader.php', + 'Guzzle\Service\CachingConfigLoader' => 'src/Guzzle/Service/CachingConfigLoader.php', + 'Guzzle\Service\Client' => 'src/Guzzle/Service/Client.php', + 'Guzzle\Service\ClientInterface' => 'src/Guzzle/Service/ClientInterface.php', + 'Guzzle\Service\Command\AbstractCommand' => 'src/Guzzle/Service/Command/AbstractCommand.php', + 'Guzzle\Service\Command\ClosureCommand' => 'src/Guzzle/Service/Command/ClosureCommand.php', + 'Guzzle\Service\Command\CommandInterface' => 'src/Guzzle/Service/Command/CommandInterface.php', + 'Guzzle\Service\Command\CreateResponseClassEvent' => 'src/Guzzle/Service/Command/CreateResponseClassEvent.php', + 'Guzzle\Service\Command\DefaultRequestSerializer' => 'src/Guzzle/Service/Command/DefaultRequestSerializer.php', + 'Guzzle\Service\Command\DefaultResponseParser' => 'src/Guzzle/Service/Command/DefaultResponseParser.php', + 'Guzzle\Service\Command\Factory\AliasFactory' => 'src/Guzzle/Service/Command/Factory/AliasFactory.php', + 'Guzzle\Service\Command\Factory\CompositeFactory' => 'src/Guzzle/Service/Command/Factory/CompositeFactory.php', + 'Guzzle\Service\Command\Factory\ConcreteClassFactory' => 'src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', + 'Guzzle\Service\Command\Factory\FactoryInterface' => 'src/Guzzle/Service/Command/Factory/FactoryInterface.php', + 'Guzzle\Service\Command\Factory\MapFactory' => 'src/Guzzle/Service/Command/Factory/MapFactory.php', + 'Guzzle\Service\Command\Factory\ServiceDescriptionFactory' => 'src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', + 'Guzzle\Service\Command\LocationVisitor\Request\AbstractRequestVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Request\BodyVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Request\HeaderVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Request\JsonVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Request\PostFieldVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Request\PostFileVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Request\QueryVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface' => 'src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', + 'Guzzle\Service\Command\LocationVisitor\Request\ResponseBodyVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Response\BodyVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Response\HeaderVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Response\JsonVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Response\ReasonPhraseVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface' => 'src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', + 'Guzzle\Service\Command\LocationVisitor\Response\StatusCodeVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\Response\XmlVisitor' => 'src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', + 'Guzzle\Service\Command\LocationVisitor\VisitorFlyweight' => 'src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', + 'Guzzle\Service\Command\OperationCommand' => 'src/Guzzle/Service/Command/OperationCommand.php', + 'Guzzle\Service\Command\OperationResponseParser' => 'src/Guzzle/Service/Command/OperationResponseParser.php', + 'Guzzle\Service\Command\RequestSerializerInterface' => 'src/Guzzle/Service/Command/RequestSerializerInterface.php', + 'Guzzle\Service\Command\ResponseClassInterface' => 'src/Guzzle/Service/Command/ResponseClassInterface.php', + 'Guzzle\Service\Command\ResponseParserInterface' => 'src/Guzzle/Service/Command/ResponseParserInterface.php', + 'Guzzle\Service\ConfigLoaderInterface' => 'src/Guzzle/Service/ConfigLoaderInterface.php', + 'Guzzle\Service\Description\Operation' => 'src/Guzzle/Service/Description/Operation.php', + 'Guzzle\Service\Description\OperationInterface' => 'src/Guzzle/Service/Description/OperationInterface.php', + 'Guzzle\Service\Description\Parameter' => 'src/Guzzle/Service/Description/Parameter.php', + 'Guzzle\Service\Description\SchemaFormatter' => 'src/Guzzle/Service/Description/SchemaFormatter.php', + 'Guzzle\Service\Description\SchemaValidator' => 'src/Guzzle/Service/Description/SchemaValidator.php', + 'Guzzle\Service\Description\ServiceDescription' => 'src/Guzzle/Service/Description/ServiceDescription.php', + 'Guzzle\Service\Description\ServiceDescriptionInterface' => 'src/Guzzle/Service/Description/ServiceDescriptionInterface.php', + 'Guzzle\Service\Description\ServiceDescriptionLoader' => 'src/Guzzle/Service/Description/ServiceDescriptionLoader.php', + 'Guzzle\Service\Description\ValidatorInterface' => 'src/Guzzle/Service/Description/ValidatorInterface.php', + 'Guzzle\Service\Exception\CommandException' => 'src/Guzzle/Service/Exception/CommandException.php', + 'Guzzle\Service\Exception\CommandTransferException' => 'src/Guzzle/Service/Exception/CommandTransferException.php', + 'Guzzle\Service\Exception\DescriptionBuilderException' => 'src/Guzzle/Service/Exception/DescriptionBuilderException.php', + 'Guzzle\Service\Exception\InconsistentClientTransferException' => 'src/Guzzle/Service/Exception/InconsistentClientTransferException.php', + 'Guzzle\Service\Exception\ResponseClassException' => 'src/Guzzle/Service/Exception/ResponseClassException.php', + 'Guzzle\Service\Exception\ServiceBuilderException' => 'src/Guzzle/Service/Exception/ServiceBuilderException.php', + 'Guzzle\Service\Exception\ServiceNotFoundException' => 'src/Guzzle/Service/Exception/ServiceNotFoundException.php', + 'Guzzle\Service\Exception\ValidationException' => 'src/Guzzle/Service/Exception/ValidationException.php', + 'Guzzle\Service\Resource\AbstractResourceIteratorFactory' => 'src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', + 'Guzzle\Service\Resource\CompositeResourceIteratorFactory' => 'src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', + 'Guzzle\Service\Resource\MapResourceIteratorFactory' => 'src/Guzzle/Service/Resource/MapResourceIteratorFactory.php', + 'Guzzle\Service\Resource\Model' => 'src/Guzzle/Service/Resource/Model.php', + 'Guzzle\Service\Resource\ResourceIterator' => 'src/Guzzle/Service/Resource/ResourceIterator.php', + 'Guzzle\Service\Resource\ResourceIteratorApplyBatched' => 'src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', + 'Guzzle\Service\Resource\ResourceIteratorClassFactory' => 'src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', + 'Guzzle\Service\Resource\ResourceIteratorFactoryInterface' => 'src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', + 'Guzzle\Service\Resource\ResourceIteratorInterface' => 'src/Guzzle/Service/Resource/ResourceIteratorInterface.php', + 'Guzzle\Stream\PhpStreamRequestFactory' => 'src/Guzzle/Stream/PhpStreamRequestFactory.php', + 'Guzzle\Stream\Stream' => 'src/Guzzle/Stream/Stream.php', + 'Guzzle\Stream\StreamInterface' => 'src/Guzzle/Stream/StreamInterface.php', + 'Guzzle\Stream\StreamRequestFactoryInterface' => 'src/Guzzle/Stream/StreamRequestFactoryInterface.php', + 'Qcloud\Cos\BucketStyleListener' => 'src/Qcloud/Cos/BucketStyleListener.php', + 'Qcloud\Cos\Client' => 'src/Qcloud/Cos/Client.php', + 'Qcloud\Cos\Command' => 'src/Qcloud/Cos/Command.php', + 'Qcloud\Cos\Exception\BucketAlreadyExistsException' => 'src/Qcloud/Cos/Exception/BucketAlreadyExistsException.php', + 'Qcloud\Cos\Exception\BucketNotEmptyException' => 'src/Qcloud/Cos/Exception/BucketNotEmptyException.php', + 'Qcloud\Cos\Exception\CosException' => 'src/Qcloud/Cos/Exception/CosException.php', + 'Qcloud\Cos\Exception\CurlException' => 'src/Qcloud/Cos/Exception/CurlException.php', + 'Qcloud\Cos\Exception\InvalidArgumentException' => 'src/Qcloud/Cos/Exception/InvalidArgumentException.php', + 'Qcloud\Cos\Exception\NoSuchBucketException' => 'src/Qcloud/Cos/Exception/NoSuchBucketException.php', + 'Qcloud\Cos\Exception\NoSuchKeyException' => 'src/Qcloud/Cos/Exception/NoSuchKeyException.php', + 'Qcloud\Cos\Exception\NoSuchUploadException' => 'src/Qcloud/Cos/Exception/NoSuchUploadException.php', + 'Qcloud\Cos\Exception\ServiceResponseException' => 'src/Qcloud/Cos/Exception/ServiceResponseException.php', + 'Qcloud\Cos\ExceptionListener' => 'src/Qcloud/Cos/ExceptionListener.php', + 'Qcloud\Cos\ExceptionParser' => 'src/Qcloud/Cos/ExceptionParser.php', + 'Qcloud\Cos\MultipartUpload' => 'src/Qcloud/Cos/MultipartUpload.php', + 'Qcloud\Cos\Service' => 'src/Qcloud/Cos/Service.php', + 'Qcloud\Cos\Signature' => 'src/Qcloud/Cos/Signature.php', + 'Qcloud\Cos\SignatureListener' => 'src/Qcloud/Cos/SignatureListener.php', + 'Qcloud\Cos\Tests\BucketTest' => 'src/Qcloud/Cos/Tests/BucketTest.php', + 'Qcloud\Cos\Tests\ObjectTest' => 'src/Qcloud/Cos/Tests/ObjectTest.php', + 'Qcloud\Cos\Tests\TestHelper' => 'src/Qcloud/Cos/Tests/TestHelper.php', + 'Qcloud\Cos\TokenListener' => 'src/Qcloud/Cos/TokenListener.php', + 'Qcloud\Cos\UploadBodyListener' => 'src/Qcloud/Cos/UploadBodyListener.php', + 'Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher' => 'src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php', + 'Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface' => 'src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php', + 'Symfony\Component\EventDispatcher\Event' => 'src/Symfony/Component/EventDispatcher/Event.php', + 'Symfony\Component\EventDispatcher\EventDispatcher' => 'src/Symfony/Component/EventDispatcher/EventDispatcher.php', + 'Symfony\Component\EventDispatcher\EventDispatcherInterface' => 'src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php', + 'Symfony\Component\EventDispatcher\EventSubscriberInterface' => 'src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php', + 'Symfony\Component\EventDispatcher\GenericEvent' => 'src/Symfony/Component/EventDispatcher/GenericEvent.php', + 'Symfony\Component\EventDispatcher\ImmutableEventDispatcher' => 'src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php', + 'Symfony\Component\EventDispatcher\Tests\bootstrap' => 'src/Symfony/Component/EventDispatcher/Tests/bootstrap.php', + 'Symfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest' => 'src/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php', + 'Symfony\Component\EventDispatcher\Tests\EventDispatcherTest' => 'src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php', + 'Symfony\Component\EventDispatcher\Tests\EventTest' => 'src/Symfony/Component/EventDispatcher/Tests/EventTest.php', + 'Symfony\Component\EventDispatcher\Tests\GenericEventTest' => 'src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php', + 'Symfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest' => 'src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php', ); spl_autoload_register(function ($class) use ($mapping) {