<?php



$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);

return array(
    'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    'Doctrine\\Deprecations\\Deprecation' => $vendorDir . '/doctrine/deprecations/src/Deprecation.php',
    'Doctrine\\Deprecations\\PHPUnit\\VerifyDeprecations' => $vendorDir . '/doctrine/deprecations/src/PHPUnit/VerifyDeprecations.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\\Exception\\MalformedUriException' => $vendorDir . '/guzzlehttp/psr7/src/Exception/MalformedUriException.php',
    'GuzzleHttp\\Psr7\\FnStream' => $vendorDir . '/guzzlehttp/psr7/src/FnStream.php',
    'GuzzleHttp\\Psr7\\Header' => $vendorDir . '/guzzlehttp/psr7/src/Header.php',
    'GuzzleHttp\\Psr7\\HttpFactory' => $vendorDir . '/guzzlehttp/psr7/src/HttpFactory.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\\Rfc3986' => $vendorDir . '/guzzlehttp/psr7/src/Rfc3986.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',
    'Http\\Discovery\\ClassDiscovery' => $vendorDir . '/php-http/discovery/src/ClassDiscovery.php',
    'Http\\Discovery\\Exception' => $vendorDir . '/php-http/discovery/src/Exception.php',
    'Http\\Discovery\\Exception\\ClassInstantiationFailedException' => $vendorDir . '/php-http/discovery/src/Exception/ClassInstantiationFailedException.php',
    'Http\\Discovery\\Exception\\DiscoveryFailedException' => $vendorDir . '/php-http/discovery/src/Exception/DiscoveryFailedException.php',
    'Http\\Discovery\\Exception\\NoCandidateFoundException' => $vendorDir . '/php-http/discovery/src/Exception/NoCandidateFoundException.php',
    'Http\\Discovery\\Exception\\NotFoundException' => $vendorDir . '/php-http/discovery/src/Exception/NotFoundException.php',
    'Http\\Discovery\\Exception\\PuliUnavailableException' => $vendorDir . '/php-http/discovery/src/Exception/PuliUnavailableException.php',
    'Http\\Discovery\\Exception\\StrategyUnavailableException' => $vendorDir . '/php-http/discovery/src/Exception/StrategyUnavailableException.php',
    'Http\\Discovery\\HttpAsyncClientDiscovery' => $vendorDir . '/php-http/discovery/src/HttpAsyncClientDiscovery.php',
    'Http\\Discovery\\HttpClientDiscovery' => $vendorDir . '/php-http/discovery/src/HttpClientDiscovery.php',
    'Http\\Discovery\\MessageFactoryDiscovery' => $vendorDir . '/php-http/discovery/src/MessageFactoryDiscovery.php',
    'Http\\Discovery\\NotFoundException' => $vendorDir . '/php-http/discovery/src/NotFoundException.php',
    'Http\\Discovery\\Psr17Factory' => $vendorDir . '/php-http/discovery/src/Psr17Factory.php',
    'Http\\Discovery\\Psr17FactoryDiscovery' => $vendorDir . '/php-http/discovery/src/Psr17FactoryDiscovery.php',
    'Http\\Discovery\\Psr18Client' => $vendorDir . '/php-http/discovery/src/Psr18Client.php',
    'Http\\Discovery\\Psr18ClientDiscovery' => $vendorDir . '/php-http/discovery/src/Psr18ClientDiscovery.php',
    'Http\\Discovery\\Strategy\\CommonClassesStrategy' => $vendorDir . '/php-http/discovery/src/Strategy/CommonClassesStrategy.php',
    'Http\\Discovery\\Strategy\\CommonPsr17ClassesStrategy' => $vendorDir . '/php-http/discovery/src/Strategy/CommonPsr17ClassesStrategy.php',
    'Http\\Discovery\\Strategy\\DiscoveryStrategy' => $vendorDir . '/php-http/discovery/src/Strategy/DiscoveryStrategy.php',
    'Http\\Discovery\\Strategy\\MockClientStrategy' => $vendorDir . '/php-http/discovery/src/Strategy/MockClientStrategy.php',
    'Http\\Discovery\\Strategy\\PuliBetaStrategy' => $vendorDir . '/php-http/discovery/src/Strategy/PuliBetaStrategy.php',
    'Http\\Discovery\\StreamFactoryDiscovery' => $vendorDir . '/php-http/discovery/src/StreamFactoryDiscovery.php',
    'Http\\Discovery\\UriFactoryDiscovery' => $vendorDir . '/php-http/discovery/src/UriFactoryDiscovery.php',
    'Jean85\\Exception\\ProvidedPackageException' => $vendorDir . '/jean85/pretty-package-versions/src/Exception/ProvidedPackageException.php',
    'Jean85\\Exception\\ReplacedPackageException' => $vendorDir . '/jean85/pretty-package-versions/src/Exception/ReplacedPackageException.php',
    'Jean85\\Exception\\VersionMissingExceptionInterface' => $vendorDir . '/jean85/pretty-package-versions/src/Exception/VersionMissingExceptionInterface.php',
    'Jean85\\PrettyVersions' => $vendorDir . '/jean85/pretty-package-versions/src/PrettyVersions.php',
    'Jean85\\Version' => $vendorDir . '/jean85/pretty-package-versions/src/Version.php',
    'Mcp\\Capability\\Attribute\\CompletionProvider' => $vendorDir . '/mcp/sdk/src/Capability/Attribute/CompletionProvider.php',
    'Mcp\\Capability\\Attribute\\McpPrompt' => $vendorDir . '/mcp/sdk/src/Capability/Attribute/McpPrompt.php',
    'Mcp\\Capability\\Attribute\\McpResource' => $vendorDir . '/mcp/sdk/src/Capability/Attribute/McpResource.php',
    'Mcp\\Capability\\Attribute\\McpResourceTemplate' => $vendorDir . '/mcp/sdk/src/Capability/Attribute/McpResourceTemplate.php',
    'Mcp\\Capability\\Attribute\\McpTool' => $vendorDir . '/mcp/sdk/src/Capability/Attribute/McpTool.php',
    'Mcp\\Capability\\Attribute\\Schema' => $vendorDir . '/mcp/sdk/src/Capability/Attribute/Schema.php',
    'Mcp\\Capability\\Completion\\EnumCompletionProvider' => $vendorDir . '/mcp/sdk/src/Capability/Completion/EnumCompletionProvider.php',
    'Mcp\\Capability\\Completion\\ListCompletionProvider' => $vendorDir . '/mcp/sdk/src/Capability/Completion/ListCompletionProvider.php',
    'Mcp\\Capability\\Completion\\ProviderInterface' => $vendorDir . '/mcp/sdk/src/Capability/Completion/ProviderInterface.php',
    'Mcp\\Capability\\Discovery\\CachedDiscoverer' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/CachedDiscoverer.php',
    'Mcp\\Capability\\Discovery\\Discoverer' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/Discoverer.php',
    'Mcp\\Capability\\Discovery\\DiscovererInterface' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/DiscovererInterface.php',
    'Mcp\\Capability\\Discovery\\DiscoveryState' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/DiscoveryState.php',
    'Mcp\\Capability\\Discovery\\DocBlockParser' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/DocBlockParser.php',
    'Mcp\\Capability\\Discovery\\HandlerResolver' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/HandlerResolver.php',
    'Mcp\\Capability\\Discovery\\SchemaGenerator' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/SchemaGenerator.php',
    'Mcp\\Capability\\Discovery\\SchemaGeneratorInterface' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/SchemaGeneratorInterface.php',
    'Mcp\\Capability\\Discovery\\SchemaValidator' => $vendorDir . '/mcp/sdk/src/Capability/Discovery/SchemaValidator.php',
    'Mcp\\Capability\\Formatter\\PromptResultFormatter' => $vendorDir . '/mcp/sdk/src/Capability/Formatter/PromptResultFormatter.php',
    'Mcp\\Capability\\Formatter\\ResourceResultFormatter' => $vendorDir . '/mcp/sdk/src/Capability/Formatter/ResourceResultFormatter.php',
    'Mcp\\Capability\\Formatter\\ToolResultFormatter' => $vendorDir . '/mcp/sdk/src/Capability/Formatter/ToolResultFormatter.php',
    'Mcp\\Capability\\Logger\\ClientLogger' => $vendorDir . '/mcp/sdk/src/Capability/Logger/ClientLogger.php',
    'Mcp\\Capability\\Registry' => $vendorDir . '/mcp/sdk/src/Capability/Registry.php',
    'Mcp\\Capability\\RegistryInterface' => $vendorDir . '/mcp/sdk/src/Capability/RegistryInterface.php',
    'Mcp\\Capability\\Registry\\Container' => $vendorDir . '/mcp/sdk/src/Capability/Registry/Container.php',
    'Mcp\\Capability\\Registry\\ElementReference' => $vendorDir . '/mcp/sdk/src/Capability/Registry/ElementReference.php',
    'Mcp\\Capability\\Registry\\Loader\\ArrayLoader' => $vendorDir . '/mcp/sdk/src/Capability/Registry/Loader/ArrayLoader.php',
    'Mcp\\Capability\\Registry\\Loader\\DiscoveryLoader' => $vendorDir . '/mcp/sdk/src/Capability/Registry/Loader/DiscoveryLoader.php',
    'Mcp\\Capability\\Registry\\Loader\\LoaderInterface' => $vendorDir . '/mcp/sdk/src/Capability/Registry/Loader/LoaderInterface.php',
    'Mcp\\Capability\\Registry\\PromptReference' => $vendorDir . '/mcp/sdk/src/Capability/Registry/PromptReference.php',
    'Mcp\\Capability\\Registry\\ReferenceHandler' => $vendorDir . '/mcp/sdk/src/Capability/Registry/ReferenceHandler.php',
    'Mcp\\Capability\\Registry\\ReferenceHandlerInterface' => $vendorDir . '/mcp/sdk/src/Capability/Registry/ReferenceHandlerInterface.php',
    'Mcp\\Capability\\Registry\\ResourceReference' => $vendorDir . '/mcp/sdk/src/Capability/Registry/ResourceReference.php',
    'Mcp\\Capability\\Registry\\ResourceTemplateReference' => $vendorDir . '/mcp/sdk/src/Capability/Registry/ResourceTemplateReference.php',
    'Mcp\\Capability\\Registry\\ToolReference' => $vendorDir . '/mcp/sdk/src/Capability/Registry/ToolReference.php',
    'Mcp\\Capability\\Tool\\NameValidator' => $vendorDir . '/mcp/sdk/src/Capability/Tool/NameValidator.php',
    'Mcp\\Client' => $vendorDir . '/mcp/sdk/src/Client.php',
    'Mcp\\Client\\Builder' => $vendorDir . '/mcp/sdk/src/Client/Builder.php',
    'Mcp\\Client\\Configuration' => $vendorDir . '/mcp/sdk/src/Client/Configuration.php',
    'Mcp\\Client\\Handler\\Notification\\LoggingNotificationHandler' => $vendorDir . '/mcp/sdk/src/Client/Handler/Notification/LoggingNotificationHandler.php',
    'Mcp\\Client\\Handler\\Notification\\NotificationHandlerInterface' => $vendorDir . '/mcp/sdk/src/Client/Handler/Notification/NotificationHandlerInterface.php',
    'Mcp\\Client\\Handler\\Notification\\ProgressNotificationHandler' => $vendorDir . '/mcp/sdk/src/Client/Handler/Notification/ProgressNotificationHandler.php',
    'Mcp\\Client\\Handler\\Request\\RequestHandlerInterface' => $vendorDir . '/mcp/sdk/src/Client/Handler/Request/RequestHandlerInterface.php',
    'Mcp\\Client\\Handler\\Request\\SamplingCallbackInterface' => $vendorDir . '/mcp/sdk/src/Client/Handler/Request/SamplingCallbackInterface.php',
    'Mcp\\Client\\Handler\\Request\\SamplingRequestHandler' => $vendorDir . '/mcp/sdk/src/Client/Handler/Request/SamplingRequestHandler.php',
    'Mcp\\Client\\Protocol' => $vendorDir . '/mcp/sdk/src/Client/Protocol.php',
    'Mcp\\Client\\State\\ClientState' => $vendorDir . '/mcp/sdk/src/Client/State/ClientState.php',
    'Mcp\\Client\\State\\ClientStateInterface' => $vendorDir . '/mcp/sdk/src/Client/State/ClientStateInterface.php',
    'Mcp\\Client\\Transport\\BaseTransport' => $vendorDir . '/mcp/sdk/src/Client/Transport/BaseTransport.php',
    'Mcp\\Client\\Transport\\HttpTransport' => $vendorDir . '/mcp/sdk/src/Client/Transport/HttpTransport.php',
    'Mcp\\Client\\Transport\\StdioTransport' => $vendorDir . '/mcp/sdk/src/Client/Transport/StdioTransport.php',
    'Mcp\\Client\\Transport\\TransportInterface' => $vendorDir . '/mcp/sdk/src/Client/Transport/TransportInterface.php',
    'Mcp\\Event\\ErrorEvent' => $vendorDir . '/mcp/sdk/src/Event/ErrorEvent.php',
    'Mcp\\Event\\NotificationEvent' => $vendorDir . '/mcp/sdk/src/Event/NotificationEvent.php',
    'Mcp\\Event\\PromptListChangedEvent' => $vendorDir . '/mcp/sdk/src/Event/PromptListChangedEvent.php',
    'Mcp\\Event\\RequestEvent' => $vendorDir . '/mcp/sdk/src/Event/RequestEvent.php',
    'Mcp\\Event\\ResourceListChangedEvent' => $vendorDir . '/mcp/sdk/src/Event/ResourceListChangedEvent.php',
    'Mcp\\Event\\ResourceTemplateListChangedEvent' => $vendorDir . '/mcp/sdk/src/Event/ResourceTemplateListChangedEvent.php',
    'Mcp\\Event\\ResponseEvent' => $vendorDir . '/mcp/sdk/src/Event/ResponseEvent.php',
    'Mcp\\Event\\ToolListChangedEvent' => $vendorDir . '/mcp/sdk/src/Event/ToolListChangedEvent.php',
    'Mcp\\Exception\\BadMethodCallException' => $vendorDir . '/mcp/sdk/src/Exception/BadMethodCallException.php',
    'Mcp\\Exception\\ClientException' => $vendorDir . '/mcp/sdk/src/Exception/ClientException.php',
    'Mcp\\Exception\\ClientRegistrationException' => $vendorDir . '/mcp/sdk/src/Exception/ClientRegistrationException.php',
    'Mcp\\Exception\\ConfigurationException' => $vendorDir . '/mcp/sdk/src/Exception/ConfigurationException.php',
    'Mcp\\Exception\\ConnectionException' => $vendorDir . '/mcp/sdk/src/Exception/ConnectionException.php',
    'Mcp\\Exception\\ContainerException' => $vendorDir . '/mcp/sdk/src/Exception/ContainerException.php',
    'Mcp\\Exception\\Exception' => $vendorDir . '/mcp/sdk/src/Exception/Exception.php',
    'Mcp\\Exception\\ExceptionInterface' => $vendorDir . '/mcp/sdk/src/Exception/ExceptionInterface.php',
    'Mcp\\Exception\\HandlerNotFoundException' => $vendorDir . '/mcp/sdk/src/Exception/HandlerNotFoundException.php',
    'Mcp\\Exception\\InvalidArgumentException' => $vendorDir . '/mcp/sdk/src/Exception/InvalidArgumentException.php',
    'Mcp\\Exception\\InvalidCursorException' => $vendorDir . '/mcp/sdk/src/Exception/InvalidCursorException.php',
    'Mcp\\Exception\\InvalidInputMessageException' => $vendorDir . '/mcp/sdk/src/Exception/InvalidInputMessageException.php',
    'Mcp\\Exception\\LogicException' => $vendorDir . '/mcp/sdk/src/Exception/LogicException.php',
    'Mcp\\Exception\\NotFoundExceptionInterface' => $vendorDir . '/mcp/sdk/src/Exception/NotFoundExceptionInterface.php',
    'Mcp\\Exception\\PromptGetException' => $vendorDir . '/mcp/sdk/src/Exception/PromptGetException.php',
    'Mcp\\Exception\\PromptNotFoundException' => $vendorDir . '/mcp/sdk/src/Exception/PromptNotFoundException.php',
    'Mcp\\Exception\\RegistryException' => $vendorDir . '/mcp/sdk/src/Exception/RegistryException.php',
    'Mcp\\Exception\\RequestException' => $vendorDir . '/mcp/sdk/src/Exception/RequestException.php',
    'Mcp\\Exception\\ResourceNotFoundException' => $vendorDir . '/mcp/sdk/src/Exception/ResourceNotFoundException.php',
    'Mcp\\Exception\\ResourceReadException' => $vendorDir . '/mcp/sdk/src/Exception/ResourceReadException.php',
    'Mcp\\Exception\\RuntimeException' => $vendorDir . '/mcp/sdk/src/Exception/RuntimeException.php',
    'Mcp\\Exception\\SamplingException' => $vendorDir . '/mcp/sdk/src/Exception/SamplingException.php',
    'Mcp\\Exception\\ServiceNotFoundException' => $vendorDir . '/mcp/sdk/src/Exception/ServiceNotFoundException.php',
    'Mcp\\Exception\\TimeoutException' => $vendorDir . '/mcp/sdk/src/Exception/TimeoutException.php',
    'Mcp\\Exception\\ToolCallException' => $vendorDir . '/mcp/sdk/src/Exception/ToolCallException.php',
    'Mcp\\Exception\\ToolNotFoundException' => $vendorDir . '/mcp/sdk/src/Exception/ToolNotFoundException.php',
    'Mcp\\JsonRpc\\MessageFactory' => $vendorDir . '/mcp/sdk/src/JsonRpc/MessageFactory.php',
    'Mcp\\Schema\\Annotations' => $vendorDir . '/mcp/sdk/src/Schema/Annotations.php',
    'Mcp\\Schema\\ClientCapabilities' => $vendorDir . '/mcp/sdk/src/Schema/ClientCapabilities.php',
    'Mcp\\Schema\\Content\\AudioContent' => $vendorDir . '/mcp/sdk/src/Schema/Content/AudioContent.php',
    'Mcp\\Schema\\Content\\BlobResourceContents' => $vendorDir . '/mcp/sdk/src/Schema/Content/BlobResourceContents.php',
    'Mcp\\Schema\\Content\\Content' => $vendorDir . '/mcp/sdk/src/Schema/Content/Content.php',
    'Mcp\\Schema\\Content\\EmbeddedResource' => $vendorDir . '/mcp/sdk/src/Schema/Content/EmbeddedResource.php',
    'Mcp\\Schema\\Content\\ImageContent' => $vendorDir . '/mcp/sdk/src/Schema/Content/ImageContent.php',
    'Mcp\\Schema\\Content\\PromptMessage' => $vendorDir . '/mcp/sdk/src/Schema/Content/PromptMessage.php',
    'Mcp\\Schema\\Content\\ResourceContents' => $vendorDir . '/mcp/sdk/src/Schema/Content/ResourceContents.php',
    'Mcp\\Schema\\Content\\SamplingMessage' => $vendorDir . '/mcp/sdk/src/Schema/Content/SamplingMessage.php',
    'Mcp\\Schema\\Content\\TextContent' => $vendorDir . '/mcp/sdk/src/Schema/Content/TextContent.php',
    'Mcp\\Schema\\Content\\TextResourceContents' => $vendorDir . '/mcp/sdk/src/Schema/Content/TextResourceContents.php',
    'Mcp\\Schema\\Elicitation\\AbstractSchemaDefinition' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/AbstractSchemaDefinition.php',
    'Mcp\\Schema\\Elicitation\\BooleanSchemaDefinition' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/BooleanSchemaDefinition.php',
    'Mcp\\Schema\\Elicitation\\ElicitationSchema' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/ElicitationSchema.php',
    'Mcp\\Schema\\Elicitation\\EnumSchemaDefinition' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/EnumSchemaDefinition.php',
    'Mcp\\Schema\\Elicitation\\MultiSelectEnumSchemaDefinition' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/MultiSelectEnumSchemaDefinition.php',
    'Mcp\\Schema\\Elicitation\\NumberSchemaDefinition' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/NumberSchemaDefinition.php',
    'Mcp\\Schema\\Elicitation\\StringSchemaDefinition' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/StringSchemaDefinition.php',
    'Mcp\\Schema\\Elicitation\\TitledEnumSchemaDefinition' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/TitledEnumSchemaDefinition.php',
    'Mcp\\Schema\\Elicitation\\TitledMultiSelectEnumSchemaDefinition' => $vendorDir . '/mcp/sdk/src/Schema/Elicitation/TitledMultiSelectEnumSchemaDefinition.php',
    'Mcp\\Schema\\Enum\\ElicitAction' => $vendorDir . '/mcp/sdk/src/Schema/Enum/ElicitAction.php',
    'Mcp\\Schema\\Enum\\LoggingLevel' => $vendorDir . '/mcp/sdk/src/Schema/Enum/LoggingLevel.php',
    'Mcp\\Schema\\Enum\\ProtocolVersion' => $vendorDir . '/mcp/sdk/src/Schema/Enum/ProtocolVersion.php',
    'Mcp\\Schema\\Enum\\Role' => $vendorDir . '/mcp/sdk/src/Schema/Enum/Role.php',
    'Mcp\\Schema\\Enum\\SamplingContext' => $vendorDir . '/mcp/sdk/src/Schema/Enum/SamplingContext.php',
    'Mcp\\Schema\\Icon' => $vendorDir . '/mcp/sdk/src/Schema/Icon.php',
    'Mcp\\Schema\\Implementation' => $vendorDir . '/mcp/sdk/src/Schema/Implementation.php',
    'Mcp\\Schema\\JsonRpc\\Error' => $vendorDir . '/mcp/sdk/src/Schema/JsonRpc/Error.php',
    'Mcp\\Schema\\JsonRpc\\HasMethodInterface' => $vendorDir . '/mcp/sdk/src/Schema/JsonRpc/HasMethodInterface.php',
    'Mcp\\Schema\\JsonRpc\\MessageInterface' => $vendorDir . '/mcp/sdk/src/Schema/JsonRpc/MessageInterface.php',
    'Mcp\\Schema\\JsonRpc\\Notification' => $vendorDir . '/mcp/sdk/src/Schema/JsonRpc/Notification.php',
    'Mcp\\Schema\\JsonRpc\\Request' => $vendorDir . '/mcp/sdk/src/Schema/JsonRpc/Request.php',
    'Mcp\\Schema\\JsonRpc\\Response' => $vendorDir . '/mcp/sdk/src/Schema/JsonRpc/Response.php',
    'Mcp\\Schema\\JsonRpc\\ResultInterface' => $vendorDir . '/mcp/sdk/src/Schema/JsonRpc/ResultInterface.php',
    'Mcp\\Schema\\ModelHint' => $vendorDir . '/mcp/sdk/src/Schema/ModelHint.php',
    'Mcp\\Schema\\ModelPreferences' => $vendorDir . '/mcp/sdk/src/Schema/ModelPreferences.php',
    'Mcp\\Schema\\Notification\\CancelledNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/CancelledNotification.php',
    'Mcp\\Schema\\Notification\\InitializedNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/InitializedNotification.php',
    'Mcp\\Schema\\Notification\\LoggingMessageNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/LoggingMessageNotification.php',
    'Mcp\\Schema\\Notification\\ProgressNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/ProgressNotification.php',
    'Mcp\\Schema\\Notification\\PromptListChangedNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/PromptListChangedNotification.php',
    'Mcp\\Schema\\Notification\\ResourceListChangedNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/ResourceListChangedNotification.php',
    'Mcp\\Schema\\Notification\\ResourceUpdatedNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/ResourceUpdatedNotification.php',
    'Mcp\\Schema\\Notification\\RootsListChangedNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/RootsListChangedNotification.php',
    'Mcp\\Schema\\Notification\\ToolListChangedNotification' => $vendorDir . '/mcp/sdk/src/Schema/Notification/ToolListChangedNotification.php',
    'Mcp\\Schema\\Page' => $vendorDir . '/mcp/sdk/src/Schema/Page.php',
    'Mcp\\Schema\\Prompt' => $vendorDir . '/mcp/sdk/src/Schema/Prompt.php',
    'Mcp\\Schema\\PromptArgument' => $vendorDir . '/mcp/sdk/src/Schema/PromptArgument.php',
    'Mcp\\Schema\\PromptReference' => $vendorDir . '/mcp/sdk/src/Schema/PromptReference.php',
    'Mcp\\Schema\\Request\\CallToolRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/CallToolRequest.php',
    'Mcp\\Schema\\Request\\CompletionCompleteRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/CompletionCompleteRequest.php',
    'Mcp\\Schema\\Request\\CreateSamplingMessageRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/CreateSamplingMessageRequest.php',
    'Mcp\\Schema\\Request\\ElicitRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ElicitRequest.php',
    'Mcp\\Schema\\Request\\GetPromptRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/GetPromptRequest.php',
    'Mcp\\Schema\\Request\\InitializeRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/InitializeRequest.php',
    'Mcp\\Schema\\Request\\ListPromptsRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ListPromptsRequest.php',
    'Mcp\\Schema\\Request\\ListResourceTemplatesRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ListResourceTemplatesRequest.php',
    'Mcp\\Schema\\Request\\ListResourcesRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ListResourcesRequest.php',
    'Mcp\\Schema\\Request\\ListRootsRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ListRootsRequest.php',
    'Mcp\\Schema\\Request\\ListToolsRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ListToolsRequest.php',
    'Mcp\\Schema\\Request\\PingRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/PingRequest.php',
    'Mcp\\Schema\\Request\\ReadResourceRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ReadResourceRequest.php',
    'Mcp\\Schema\\Request\\ResourceSubscribeRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ResourceSubscribeRequest.php',
    'Mcp\\Schema\\Request\\ResourceUnsubscribeRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/ResourceUnsubscribeRequest.php',
    'Mcp\\Schema\\Request\\SetLogLevelRequest' => $vendorDir . '/mcp/sdk/src/Schema/Request/SetLogLevelRequest.php',
    'Mcp\\Schema\\Resource' => $vendorDir . '/mcp/sdk/src/Schema/Resource.php',
    'Mcp\\Schema\\ResourceReference' => $vendorDir . '/mcp/sdk/src/Schema/ResourceReference.php',
    'Mcp\\Schema\\ResourceTemplate' => $vendorDir . '/mcp/sdk/src/Schema/ResourceTemplate.php',
    'Mcp\\Schema\\Result\\CallToolResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/CallToolResult.php',
    'Mcp\\Schema\\Result\\CompletionCompleteResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/CompletionCompleteResult.php',
    'Mcp\\Schema\\Result\\CreateSamplingMessageResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/CreateSamplingMessageResult.php',
    'Mcp\\Schema\\Result\\ElicitResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/ElicitResult.php',
    'Mcp\\Schema\\Result\\EmptyResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/EmptyResult.php',
    'Mcp\\Schema\\Result\\GetPromptResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/GetPromptResult.php',
    'Mcp\\Schema\\Result\\InitializeResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/InitializeResult.php',
    'Mcp\\Schema\\Result\\ListPromptsResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/ListPromptsResult.php',
    'Mcp\\Schema\\Result\\ListResourceTemplatesResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/ListResourceTemplatesResult.php',
    'Mcp\\Schema\\Result\\ListResourcesResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/ListResourcesResult.php',
    'Mcp\\Schema\\Result\\ListRootsResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/ListRootsResult.php',
    'Mcp\\Schema\\Result\\ListToolsResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/ListToolsResult.php',
    'Mcp\\Schema\\Result\\ReadResourceResult' => $vendorDir . '/mcp/sdk/src/Schema/Result/ReadResourceResult.php',
    'Mcp\\Schema\\Root' => $vendorDir . '/mcp/sdk/src/Schema/Root.php',
    'Mcp\\Schema\\ServerCapabilities' => $vendorDir . '/mcp/sdk/src/Schema/ServerCapabilities.php',
    'Mcp\\Schema\\Tool' => $vendorDir . '/mcp/sdk/src/Schema/Tool.php',
    'Mcp\\Schema\\ToolAnnotations' => $vendorDir . '/mcp/sdk/src/Schema/ToolAnnotations.php',
    'Mcp\\Server' => $vendorDir . '/mcp/sdk/src/Server.php',
    'Mcp\\Server\\Builder' => $vendorDir . '/mcp/sdk/src/Server/Builder.php',
    'Mcp\\Server\\ClientGateway' => $vendorDir . '/mcp/sdk/src/Server/ClientGateway.php',
    'Mcp\\Server\\Configuration' => $vendorDir . '/mcp/sdk/src/Server/Configuration.php',
    'Mcp\\Server\\Handler\\Notification\\InitializedHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Notification/InitializedHandler.php',
    'Mcp\\Server\\Handler\\Notification\\NotificationHandlerInterface' => $vendorDir . '/mcp/sdk/src/Server/Handler/Notification/NotificationHandlerInterface.php',
    'Mcp\\Server\\Handler\\Request\\CallToolHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/CallToolHandler.php',
    'Mcp\\Server\\Handler\\Request\\CompletionCompleteHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/CompletionCompleteHandler.php',
    'Mcp\\Server\\Handler\\Request\\GetPromptHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/GetPromptHandler.php',
    'Mcp\\Server\\Handler\\Request\\InitializeHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/InitializeHandler.php',
    'Mcp\\Server\\Handler\\Request\\ListPromptsHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/ListPromptsHandler.php',
    'Mcp\\Server\\Handler\\Request\\ListResourceTemplatesHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/ListResourceTemplatesHandler.php',
    'Mcp\\Server\\Handler\\Request\\ListResourcesHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/ListResourcesHandler.php',
    'Mcp\\Server\\Handler\\Request\\ListToolsHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/ListToolsHandler.php',
    'Mcp\\Server\\Handler\\Request\\PingHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/PingHandler.php',
    'Mcp\\Server\\Handler\\Request\\ReadResourceHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/ReadResourceHandler.php',
    'Mcp\\Server\\Handler\\Request\\RequestHandlerInterface' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/RequestHandlerInterface.php',
    'Mcp\\Server\\Handler\\Request\\ResourceSubscribeHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/ResourceSubscribeHandler.php',
    'Mcp\\Server\\Handler\\Request\\ResourceUnsubscribeHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/ResourceUnsubscribeHandler.php',
    'Mcp\\Server\\Handler\\Request\\SetLogLevelHandler' => $vendorDir . '/mcp/sdk/src/Server/Handler/Request/SetLogLevelHandler.php',
    'Mcp\\Server\\NativeClock' => $vendorDir . '/mcp/sdk/src/Server/NativeClock.php',
    'Mcp\\Server\\Protocol' => $vendorDir . '/mcp/sdk/src/Server/Protocol.php',
    'Mcp\\Server\\RequestContext' => $vendorDir . '/mcp/sdk/src/Server/RequestContext.php',
    'Mcp\\Server\\Resource\\SessionSubscriptionManager' => $vendorDir . '/mcp/sdk/src/Server/Resource/SessionSubscriptionManager.php',
    'Mcp\\Server\\Resource\\SubscriptionManagerInterface' => $vendorDir . '/mcp/sdk/src/Server/Resource/SubscriptionManagerInterface.php',
    'Mcp\\Server\\Session\\FileSessionStore' => $vendorDir . '/mcp/sdk/src/Server/Session/FileSessionStore.php',
    'Mcp\\Server\\Session\\InMemorySessionStore' => $vendorDir . '/mcp/sdk/src/Server/Session/InMemorySessionStore.php',
    'Mcp\\Server\\Session\\Psr16SessionStore' => $vendorDir . '/mcp/sdk/src/Server/Session/Psr16SessionStore.php',
    'Mcp\\Server\\Session\\Session' => $vendorDir . '/mcp/sdk/src/Server/Session/Session.php',
    'Mcp\\Server\\Session\\SessionInterface' => $vendorDir . '/mcp/sdk/src/Server/Session/SessionInterface.php',
    'Mcp\\Server\\Session\\SessionManager' => $vendorDir . '/mcp/sdk/src/Server/Session/SessionManager.php',
    'Mcp\\Server\\Session\\SessionManagerInterface' => $vendorDir . '/mcp/sdk/src/Server/Session/SessionManagerInterface.php',
    'Mcp\\Server\\Session\\SessionStoreInterface' => $vendorDir . '/mcp/sdk/src/Server/Session/SessionStoreInterface.php',
    'Mcp\\Server\\Transport\\BaseTransport' => $vendorDir . '/mcp/sdk/src/Server/Transport/BaseTransport.php',
    'Mcp\\Server\\Transport\\CallbackStream' => $vendorDir . '/mcp/sdk/src/Server/Transport/CallbackStream.php',
    'Mcp\\Server\\Transport\\Http\\MiddlewareRequestHandler' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/MiddlewareRequestHandler.php',
    'Mcp\\Server\\Transport\\Http\\Middleware\\AuthorizationMiddleware' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/Middleware/AuthorizationMiddleware.php',
    'Mcp\\Server\\Transport\\Http\\Middleware\\ClientRegistrationMiddleware' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/Middleware/ClientRegistrationMiddleware.php',
    'Mcp\\Server\\Transport\\Http\\Middleware\\OAuthProxyMiddleware' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/Middleware/OAuthProxyMiddleware.php',
    'Mcp\\Server\\Transport\\Http\\Middleware\\OAuthRequestMetaMiddleware' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/Middleware/OAuthRequestMetaMiddleware.php',
    'Mcp\\Server\\Transport\\Http\\Middleware\\ProtectedResourceMetadataMiddleware' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/Middleware/ProtectedResourceMetadataMiddleware.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\AuthorizationResult' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/AuthorizationResult.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\AuthorizationTokenValidatorInterface' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/AuthorizationTokenValidatorInterface.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\ClientRegistrarInterface' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/ClientRegistrarInterface.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\JwksProvider' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/JwksProvider.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\JwksProviderInterface' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/JwksProviderInterface.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\JwtTokenValidator' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/JwtTokenValidator.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\LenientOidcDiscoveryMetadataPolicy' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/LenientOidcDiscoveryMetadataPolicy.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\OidcDiscovery' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/OidcDiscovery.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\OidcDiscoveryInterface' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/OidcDiscoveryInterface.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\OidcDiscoveryMetadataPolicyInterface' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/OidcDiscoveryMetadataPolicyInterface.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\ProtectedResourceMetadata' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/ProtectedResourceMetadata.php',
    'Mcp\\Server\\Transport\\Http\\OAuth\\StrictOidcDiscoveryMetadataPolicy' => $vendorDir . '/mcp/sdk/src/Server/Transport/Http/OAuth/StrictOidcDiscoveryMetadataPolicy.php',
    'Mcp\\Server\\Transport\\InMemoryTransport' => $vendorDir . '/mcp/sdk/src/Server/Transport/InMemoryTransport.php',
    'Mcp\\Server\\Transport\\ManagesTransportCallbacks' => $vendorDir . '/mcp/sdk/src/Server/Transport/ManagesTransportCallbacks.php',
    'Mcp\\Server\\Transport\\StdioTransport' => $vendorDir . '/mcp/sdk/src/Server/Transport/StdioTransport.php',
    'Mcp\\Server\\Transport\\Stdio\\RunnerControl' => $vendorDir . '/mcp/sdk/src/Server/Transport/Stdio/RunnerControl.php',
    'Mcp\\Server\\Transport\\Stdio\\RunnerControlInterface' => $vendorDir . '/mcp/sdk/src/Server/Transport/Stdio/RunnerControlInterface.php',
    'Mcp\\Server\\Transport\\Stdio\\RunnerState' => $vendorDir . '/mcp/sdk/src/Server/Transport/Stdio/RunnerState.php',
    'Mcp\\Server\\Transport\\StreamableHttpTransport' => $vendorDir . '/mcp/sdk/src/Server/Transport/StreamableHttpTransport.php',
    'Mcp\\Server\\Transport\\TransportInterface' => $vendorDir . '/mcp/sdk/src/Server/Transport/TransportInterface.php',
    'Monolog\\Attribute\\AsMonologProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php',
    'Monolog\\DateTimeImmutable' => $vendorDir . '/monolog/monolog/src/Monolog/DateTimeImmutable.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\\ElasticsearchFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.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\\GoogleCloudLoggingFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/GoogleCloudLoggingFormatter.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\\LogmaticFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.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\\ElasticaHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticaHandler.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\\FallbackGroupHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.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\\FormattableHandlerInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php',
    'Monolog\\Handler\\FormattableHandlerTrait' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.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\\Handler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Handler.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\\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\\LogmaticHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogmaticHandler.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\\NoopHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NoopHandler.php',
    'Monolog\\Handler\\NullHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NullHandler.php',
    'Monolog\\Handler\\OverflowHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/OverflowHandler.php',
    'Monolog\\Handler\\PHPConsoleHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php',
    'Monolog\\Handler\\ProcessHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessHandler.php',
    'Monolog\\Handler\\ProcessableHandlerInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php',
    'Monolog\\Handler\\ProcessableHandlerTrait' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.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\\RedisHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisHandler.php',
    'Monolog\\Handler\\RedisPubSubHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.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\\SendGridHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SendGridHandler.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\\SocketHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php',
    'Monolog\\Handler\\SqsHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SqsHandler.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\\SymfonyMailerHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.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\\TelegramBotHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php',
    'Monolog\\Handler\\TestHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TestHandler.php',
    'Monolog\\Handler\\WebRequestRecognizerTrait' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php',
    'Monolog\\Handler\\WhatFailureGroupHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php',
    'Monolog\\Handler\\ZendMonitorHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php',
    'Monolog\\LogRecord' => $vendorDir . '/monolog/monolog/src/Monolog/LogRecord.php',
    'Monolog\\Logger' => $vendorDir . '/monolog/monolog/src/Monolog/Logger.php',
    'Monolog\\Processor\\GitProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/GitProcessor.php',
    'Monolog\\Processor\\HostnameProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/HostnameProcessor.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\\Test\\TestCase' => $vendorDir . '/monolog/monolog/src/Monolog/Test/TestCase.php',
    'Monolog\\Utils' => $vendorDir . '/monolog/monolog/src/Monolog/Utils.php',
    'Opis\\JsonSchema\\CompliantValidator' => $vendorDir . '/opis/json-schema/src/CompliantValidator.php',
    'Opis\\JsonSchema\\ContentEncoding' => $vendorDir . '/opis/json-schema/src/ContentEncoding.php',
    'Opis\\JsonSchema\\ContentMediaType' => $vendorDir . '/opis/json-schema/src/ContentMediaType.php',
    'Opis\\JsonSchema\\Errors\\CustomError' => $vendorDir . '/opis/json-schema/src/Errors/CustomError.php',
    'Opis\\JsonSchema\\Errors\\ErrorContainer' => $vendorDir . '/opis/json-schema/src/Errors/ErrorContainer.php',
    'Opis\\JsonSchema\\Errors\\ErrorFormatter' => $vendorDir . '/opis/json-schema/src/Errors/ErrorFormatter.php',
    'Opis\\JsonSchema\\Errors\\ValidationError' => $vendorDir . '/opis/json-schema/src/Errors/ValidationError.php',
    'Opis\\JsonSchema\\Exceptions\\DuplicateSchemaIdException' => $vendorDir . '/opis/json-schema/src/Exceptions/DuplicateSchemaIdException.php',
    'Opis\\JsonSchema\\Exceptions\\InvalidKeywordException' => $vendorDir . '/opis/json-schema/src/Exceptions/InvalidKeywordException.php',
    'Opis\\JsonSchema\\Exceptions\\InvalidPragmaException' => $vendorDir . '/opis/json-schema/src/Exceptions/InvalidPragmaException.php',
    'Opis\\JsonSchema\\Exceptions\\ParseException' => $vendorDir . '/opis/json-schema/src/Exceptions/ParseException.php',
    'Opis\\JsonSchema\\Exceptions\\SchemaException' => $vendorDir . '/opis/json-schema/src/Exceptions/SchemaException.php',
    'Opis\\JsonSchema\\Exceptions\\UnresolvedContentEncodingException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedContentEncodingException.php',
    'Opis\\JsonSchema\\Exceptions\\UnresolvedContentMediaTypeException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedContentMediaTypeException.php',
    'Opis\\JsonSchema\\Exceptions\\UnresolvedException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedException.php',
    'Opis\\JsonSchema\\Exceptions\\UnresolvedFilterException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedFilterException.php',
    'Opis\\JsonSchema\\Exceptions\\UnresolvedReferenceException' => $vendorDir . '/opis/json-schema/src/Exceptions/UnresolvedReferenceException.php',
    'Opis\\JsonSchema\\Filter' => $vendorDir . '/opis/json-schema/src/Filter.php',
    'Opis\\JsonSchema\\Filters\\CommonFilters' => $vendorDir . '/opis/json-schema/src/Filters/CommonFilters.php',
    'Opis\\JsonSchema\\Filters\\DataExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/DataExistsFilter.php',
    'Opis\\JsonSchema\\Filters\\DateTimeFilters' => $vendorDir . '/opis/json-schema/src/Filters/DateTimeFilters.php',
    'Opis\\JsonSchema\\Filters\\FilterExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/FilterExistsFilter.php',
    'Opis\\JsonSchema\\Filters\\FormatExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/FormatExistsFilter.php',
    'Opis\\JsonSchema\\Filters\\GlobalVarExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/GlobalVarExistsFilter.php',
    'Opis\\JsonSchema\\Filters\\SchemaExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/SchemaExistsFilter.php',
    'Opis\\JsonSchema\\Filters\\SlotExistsFilter' => $vendorDir . '/opis/json-schema/src/Filters/SlotExistsFilter.php',
    'Opis\\JsonSchema\\Format' => $vendorDir . '/opis/json-schema/src/Format.php',
    'Opis\\JsonSchema\\Formats\\DateTimeFormats' => $vendorDir . '/opis/json-schema/src/Formats/DateTimeFormats.php',
    'Opis\\JsonSchema\\Formats\\IriFormats' => $vendorDir . '/opis/json-schema/src/Formats/IriFormats.php',
    'Opis\\JsonSchema\\Formats\\MiscFormats' => $vendorDir . '/opis/json-schema/src/Formats/MiscFormats.php',
    'Opis\\JsonSchema\\Formats\\UriFormats' => $vendorDir . '/opis/json-schema/src/Formats/UriFormats.php',
    'Opis\\JsonSchema\\Helper' => $vendorDir . '/opis/json-schema/src/Helper.php',
    'Opis\\JsonSchema\\Info\\DataInfo' => $vendorDir . '/opis/json-schema/src/Info/DataInfo.php',
    'Opis\\JsonSchema\\Info\\SchemaInfo' => $vendorDir . '/opis/json-schema/src/Info/SchemaInfo.php',
    'Opis\\JsonSchema\\JsonPointer' => $vendorDir . '/opis/json-schema/src/JsonPointer.php',
    'Opis\\JsonSchema\\Keyword' => $vendorDir . '/opis/json-schema/src/Keyword.php',
    'Opis\\JsonSchema\\KeywordValidator' => $vendorDir . '/opis/json-schema/src/KeywordValidator.php',
    'Opis\\JsonSchema\\KeywordValidators\\AbstractKeywordValidator' => $vendorDir . '/opis/json-schema/src/KeywordValidators/AbstractKeywordValidator.php',
    'Opis\\JsonSchema\\KeywordValidators\\CallbackKeywordValidator' => $vendorDir . '/opis/json-schema/src/KeywordValidators/CallbackKeywordValidator.php',
    'Opis\\JsonSchema\\KeywordValidators\\PragmaKeywordValidator' => $vendorDir . '/opis/json-schema/src/KeywordValidators/PragmaKeywordValidator.php',
    'Opis\\JsonSchema\\Keywords\\AbstractRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AbstractRefKeyword.php',
    'Opis\\JsonSchema\\Keywords\\AdditionalItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AdditionalItemsKeyword.php',
    'Opis\\JsonSchema\\Keywords\\AdditionalPropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AdditionalPropertiesKeyword.php',
    'Opis\\JsonSchema\\Keywords\\AllOfKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AllOfKeyword.php',
    'Opis\\JsonSchema\\Keywords\\AnyOfKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/AnyOfKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ConstDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ConstDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ConstKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ConstKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ContainsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ContainsKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ContentEncodingKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ContentEncodingKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ContentMediaTypeKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ContentMediaTypeKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ContentSchemaKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ContentSchemaKeyword.php',
    'Opis\\JsonSchema\\Keywords\\DefaultKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/DefaultKeyword.php',
    'Opis\\JsonSchema\\Keywords\\DependenciesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/DependenciesKeyword.php',
    'Opis\\JsonSchema\\Keywords\\DependentRequiredKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/DependentRequiredKeyword.php',
    'Opis\\JsonSchema\\Keywords\\DependentSchemasKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/DependentSchemasKeyword.php',
    'Opis\\JsonSchema\\Keywords\\EnumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/EnumDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\EnumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/EnumKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ErrorTrait' => $vendorDir . '/opis/json-schema/src/Keywords/ErrorTrait.php',
    'Opis\\JsonSchema\\Keywords\\ExclusiveMaximumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMaximumDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ExclusiveMaximumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMaximumKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ExclusiveMinimumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMinimumDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ExclusiveMinimumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ExclusiveMinimumKeyword.php',
    'Opis\\JsonSchema\\Keywords\\FiltersKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/FiltersKeyword.php',
    'Opis\\JsonSchema\\Keywords\\FormatDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/FormatDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\FormatKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/FormatKeyword.php',
    'Opis\\JsonSchema\\Keywords\\IfThenElseKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/IfThenElseKeyword.php',
    'Opis\\JsonSchema\\Keywords\\ItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/ItemsKeyword.php',
    'Opis\\JsonSchema\\Keywords\\IterableDataValidationTrait' => $vendorDir . '/opis/json-schema/src/Keywords/IterableDataValidationTrait.php',
    'Opis\\JsonSchema\\Keywords\\MaxItemsDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxItemsDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MaxItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxItemsKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MaxLengthDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxLengthDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MaxLengthKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxLengthKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MaxPropertiesDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaxPropertiesDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MaxPropertiesKeywords' => $vendorDir . '/opis/json-schema/src/Keywords/MaxPropertiesKeywords.php',
    'Opis\\JsonSchema\\Keywords\\MaximumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaximumDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MaximumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MaximumKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MinItemsDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinItemsDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MinItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinItemsKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MinLengthDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinLengthDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MinLengthKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinLengthKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MinPropertiesDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinPropertiesDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MinPropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinPropertiesKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MinimumDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinimumDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MinimumKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MinimumKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MultipleOfDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MultipleOfDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\MultipleOfKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/MultipleOfKeyword.php',
    'Opis\\JsonSchema\\Keywords\\NotKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/NotKeyword.php',
    'Opis\\JsonSchema\\Keywords\\OfTrait' => $vendorDir . '/opis/json-schema/src/Keywords/OfTrait.php',
    'Opis\\JsonSchema\\Keywords\\OneOfKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/OneOfKeyword.php',
    'Opis\\JsonSchema\\Keywords\\PatternDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PatternDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\PatternKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PatternKeyword.php',
    'Opis\\JsonSchema\\Keywords\\PatternPropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PatternPropertiesKeyword.php',
    'Opis\\JsonSchema\\Keywords\\PointerRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PointerRefKeyword.php',
    'Opis\\JsonSchema\\Keywords\\PropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PropertiesKeyword.php',
    'Opis\\JsonSchema\\Keywords\\PropertyNamesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/PropertyNamesKeyword.php',
    'Opis\\JsonSchema\\Keywords\\RecursiveRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/RecursiveRefKeyword.php',
    'Opis\\JsonSchema\\Keywords\\RequiredDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/RequiredDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\RequiredKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/RequiredKeyword.php',
    'Opis\\JsonSchema\\Keywords\\SlotsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/SlotsKeyword.php',
    'Opis\\JsonSchema\\Keywords\\TemplateRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/TemplateRefKeyword.php',
    'Opis\\JsonSchema\\Keywords\\TypeKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/TypeKeyword.php',
    'Opis\\JsonSchema\\Keywords\\URIRefKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/URIRefKeyword.php',
    'Opis\\JsonSchema\\Keywords\\UnevaluatedItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/UnevaluatedItemsKeyword.php',
    'Opis\\JsonSchema\\Keywords\\UnevaluatedPropertiesKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/UnevaluatedPropertiesKeyword.php',
    'Opis\\JsonSchema\\Keywords\\UniqueItemsDataKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/UniqueItemsDataKeyword.php',
    'Opis\\JsonSchema\\Keywords\\UniqueItemsKeyword' => $vendorDir . '/opis/json-schema/src/Keywords/UniqueItemsKeyword.php',
    'Opis\\JsonSchema\\Parsers\\DataKeywordTrait' => $vendorDir . '/opis/json-schema/src/Parsers/DataKeywordTrait.php',
    'Opis\\JsonSchema\\Parsers\\DefaultVocabulary' => $vendorDir . '/opis/json-schema/src/Parsers/DefaultVocabulary.php',
    'Opis\\JsonSchema\\Parsers\\Draft' => $vendorDir . '/opis/json-schema/src/Parsers/Draft.php',
    'Opis\\JsonSchema\\Parsers\\DraftOptionTrait' => $vendorDir . '/opis/json-schema/src/Parsers/DraftOptionTrait.php',
    'Opis\\JsonSchema\\Parsers\\Drafts\\Draft06' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft06.php',
    'Opis\\JsonSchema\\Parsers\\Drafts\\Draft07' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft07.php',
    'Opis\\JsonSchema\\Parsers\\Drafts\\Draft201909' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft201909.php',
    'Opis\\JsonSchema\\Parsers\\Drafts\\Draft202012' => $vendorDir . '/opis/json-schema/src/Parsers/Drafts/Draft202012.php',
    'Opis\\JsonSchema\\Parsers\\KeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\KeywordParserTrait' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordParserTrait.php',
    'Opis\\JsonSchema\\Parsers\\KeywordValidatorParser' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordValidatorParser.php',
    'Opis\\JsonSchema\\Parsers\\KeywordValidators\\PragmaKeywordValidatorParser' => $vendorDir . '/opis/json-schema/src/Parsers/KeywordValidators/PragmaKeywordValidatorParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\AdditionalItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AdditionalItemsKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\AdditionalPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AdditionalPropertiesKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\AllOfKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AllOfKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\AnyOfKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/AnyOfKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\ConstKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ConstKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\ContainsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContainsKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\ContentEncodingKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentEncodingKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\ContentMediaTypeKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentMediaTypeKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\ContentSchemaKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ContentSchemaKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\DefaultKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DefaultKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\DependenciesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependenciesKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\DependentRequiredKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependentRequiredKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\DependentSchemasKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/DependentSchemasKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\EnumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/EnumKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\ExclusiveMaximumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ExclusiveMaximumKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\ExclusiveMinimumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ExclusiveMinimumKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\FiltersKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/FiltersKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\FormatKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/FormatKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\IfThenElseKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/IfThenElseKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\ItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/ItemsKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MaxItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxItemsKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MaxLengthKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxLengthKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MaxPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaxPropertiesKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MaximumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MaximumKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MinItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinItemsKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MinLengthKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinLengthKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MinPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinPropertiesKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MinimumKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MinimumKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\MultipleOfKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/MultipleOfKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\NotKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/NotKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\OneOfKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/OneOfKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\PatternKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PatternKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\PatternPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PatternPropertiesKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\PropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PropertiesKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\PropertyNamesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/PropertyNamesKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\RefKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/RefKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\RequiredKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/RequiredKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\SlotsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/SlotsKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\TypeKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/TypeKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\UnevaluatedItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UnevaluatedItemsKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\UnevaluatedPropertiesKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UnevaluatedPropertiesKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\Keywords\\UniqueItemsKeywordParser' => $vendorDir . '/opis/json-schema/src/Parsers/Keywords/UniqueItemsKeywordParser.php',
    'Opis\\JsonSchema\\Parsers\\PragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/PragmaParser.php',
    'Opis\\JsonSchema\\Parsers\\Pragmas\\CastPragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/CastPragmaParser.php',
    'Opis\\JsonSchema\\Parsers\\Pragmas\\GlobalsPragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/GlobalsPragmaParser.php',
    'Opis\\JsonSchema\\Parsers\\Pragmas\\MaxErrorsPragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/MaxErrorsPragmaParser.php',
    'Opis\\JsonSchema\\Parsers\\Pragmas\\SlotsPragmaParser' => $vendorDir . '/opis/json-schema/src/Parsers/Pragmas/SlotsPragmaParser.php',
    'Opis\\JsonSchema\\Parsers\\ResolverTrait' => $vendorDir . '/opis/json-schema/src/Parsers/ResolverTrait.php',
    'Opis\\JsonSchema\\Parsers\\SchemaParser' => $vendorDir . '/opis/json-schema/src/Parsers/SchemaParser.php',
    'Opis\\JsonSchema\\Parsers\\VariablesTrait' => $vendorDir . '/opis/json-schema/src/Parsers/VariablesTrait.php',
    'Opis\\JsonSchema\\Parsers\\Vocabulary' => $vendorDir . '/opis/json-schema/src/Parsers/Vocabulary.php',
    'Opis\\JsonSchema\\Pragma' => $vendorDir . '/opis/json-schema/src/Pragma.php',
    'Opis\\JsonSchema\\Pragmas\\CastPragma' => $vendorDir . '/opis/json-schema/src/Pragmas/CastPragma.php',
    'Opis\\JsonSchema\\Pragmas\\GlobalsPragma' => $vendorDir . '/opis/json-schema/src/Pragmas/GlobalsPragma.php',
    'Opis\\JsonSchema\\Pragmas\\MaxErrorsPragma' => $vendorDir . '/opis/json-schema/src/Pragmas/MaxErrorsPragma.php',
    'Opis\\JsonSchema\\Pragmas\\SlotsPragma' => $vendorDir . '/opis/json-schema/src/Pragmas/SlotsPragma.php',
    'Opis\\JsonSchema\\Resolvers\\ContentEncodingResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/ContentEncodingResolver.php',
    'Opis\\JsonSchema\\Resolvers\\ContentMediaTypeResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/ContentMediaTypeResolver.php',
    'Opis\\JsonSchema\\Resolvers\\FilterResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/FilterResolver.php',
    'Opis\\JsonSchema\\Resolvers\\FormatResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/FormatResolver.php',
    'Opis\\JsonSchema\\Resolvers\\SchemaResolver' => $vendorDir . '/opis/json-schema/src/Resolvers/SchemaResolver.php',
    'Opis\\JsonSchema\\Schema' => $vendorDir . '/opis/json-schema/src/Schema.php',
    'Opis\\JsonSchema\\SchemaLoader' => $vendorDir . '/opis/json-schema/src/SchemaLoader.php',
    'Opis\\JsonSchema\\SchemaValidator' => $vendorDir . '/opis/json-schema/src/SchemaValidator.php',
    'Opis\\JsonSchema\\Schemas\\AbstractSchema' => $vendorDir . '/opis/json-schema/src/Schemas/AbstractSchema.php',
    'Opis\\JsonSchema\\Schemas\\BooleanSchema' => $vendorDir . '/opis/json-schema/src/Schemas/BooleanSchema.php',
    'Opis\\JsonSchema\\Schemas\\EmptySchema' => $vendorDir . '/opis/json-schema/src/Schemas/EmptySchema.php',
    'Opis\\JsonSchema\\Schemas\\ExceptionSchema' => $vendorDir . '/opis/json-schema/src/Schemas/ExceptionSchema.php',
    'Opis\\JsonSchema\\Schemas\\LazySchema' => $vendorDir . '/opis/json-schema/src/Schemas/LazySchema.php',
    'Opis\\JsonSchema\\Schemas\\ObjectSchema' => $vendorDir . '/opis/json-schema/src/Schemas/ObjectSchema.php',
    'Opis\\JsonSchema\\Uri' => $vendorDir . '/opis/json-schema/src/Uri.php',
    'Opis\\JsonSchema\\ValidationContext' => $vendorDir . '/opis/json-schema/src/ValidationContext.php',
    'Opis\\JsonSchema\\ValidationResult' => $vendorDir . '/opis/json-schema/src/ValidationResult.php',
    'Opis\\JsonSchema\\Validator' => $vendorDir . '/opis/json-schema/src/Validator.php',
    'Opis\\JsonSchema\\Variables' => $vendorDir . '/opis/json-schema/src/Variables.php',
    'Opis\\JsonSchema\\Variables\\RefVariablesContainer' => $vendorDir . '/opis/json-schema/src/Variables/RefVariablesContainer.php',
    'Opis\\JsonSchema\\Variables\\VariablesContainer' => $vendorDir . '/opis/json-schema/src/Variables/VariablesContainer.php',
    'Opis\\String\\Exception\\InvalidCodePointException' => $vendorDir . '/opis/string/src/Exception/InvalidCodePointException.php',
    'Opis\\String\\Exception\\InvalidStringException' => $vendorDir . '/opis/string/src/Exception/InvalidStringException.php',
    'Opis\\String\\Exception\\UnicodeException' => $vendorDir . '/opis/string/src/Exception/UnicodeException.php',
    'Opis\\String\\UnicodeString' => $vendorDir . '/opis/string/src/UnicodeString.php',
    'Opis\\Uri\\Punycode' => $vendorDir . '/opis/uri/src/Punycode.php',
    'Opis\\Uri\\PunycodeException' => $vendorDir . '/opis/uri/src/PunycodeException.php',
    'Opis\\Uri\\Uri' => $vendorDir . '/opis/uri/src/Uri.php',
    'Opis\\Uri\\UriTemplate' => $vendorDir . '/opis/uri/src/UriTemplate.php',
    'PHPStan\\PhpDocParser\\Ast\\AbstractNodeVisitor' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/AbstractNodeVisitor.php',
    'PHPStan\\PhpDocParser\\Ast\\Attribute' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Attribute.php',
    'PHPStan\\PhpDocParser\\Ast\\Comment' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Comment.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprArrayItemNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprArrayItemNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprArrayNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprArrayNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprFalseNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprFalseNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprFloatNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprFloatNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprIntegerNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprIntegerNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprNullNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprNullNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprStringNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprStringNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprTrueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprTrueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstFetchNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstFetchNode.php',
    'PHPStan\\PhpDocParser\\Ast\\ConstExpr\\DoctrineConstExprStringNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/ConstExpr/DoctrineConstExprStringNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Node' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Node.php',
    'PHPStan\\PhpDocParser\\Ast\\NodeAttributes' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/NodeAttributes.php',
    'PHPStan\\PhpDocParser\\Ast\\NodeTraverser' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/NodeTraverser.php',
    'PHPStan\\PhpDocParser\\Ast\\NodeVisitor' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/NodeVisitor.php',
    'PHPStan\\PhpDocParser\\Ast\\NodeVisitor\\CloningVisitor' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/NodeVisitor/CloningVisitor.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\AssertTagMethodValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagMethodValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\AssertTagPropertyValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagPropertyValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\AssertTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\DeprecatedTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/DeprecatedTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\Doctrine\\DoctrineAnnotation' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineAnnotation.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\Doctrine\\DoctrineArgument' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArgument.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\Doctrine\\DoctrineArray' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArray.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\Doctrine\\DoctrineArrayItem' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArrayItem.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\Doctrine\\DoctrineTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ExtendsTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ExtendsTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\GenericTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/GenericTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ImplementsTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ImplementsTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\InvalidTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/InvalidTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\MethodTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/MethodTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\MethodTagValueParameterNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/MethodTagValueParameterNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\MixinTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/MixinTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ParamClosureThisTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamClosureThisTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ParamImmediatelyInvokedCallableTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamImmediatelyInvokedCallableTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ParamLaterInvokedCallableTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamLaterInvokedCallableTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ParamOutTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamOutTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ParamTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ParamTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\PhpDocChildNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocChildNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\PhpDocNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\PhpDocTagNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTagNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\PhpDocTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\PhpDocTextNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTextNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\PropertyTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/PropertyTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\PureUnlessCallableIsImpureTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/PureUnlessCallableIsImpureTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\RequireExtendsTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/RequireExtendsTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\RequireImplementsTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/RequireImplementsTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ReturnTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ReturnTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\SealedTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/SealedTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\SelfOutTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/SelfOutTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\TemplateTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/TemplateTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\ThrowsTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/ThrowsTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\TypeAliasImportTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypeAliasImportTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\TypeAliasTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypeAliasTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\TypelessParamTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypelessParamTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\UsesTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/UsesTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\PhpDoc\\VarTagValueNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/PhpDoc/VarTagValueNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ArrayShapeItemNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeItemNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ArrayShapeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ArrayShapeUnsealedTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ArrayShapeUnsealedTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ArrayTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ArrayTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\CallableTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/CallableTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\CallableTypeParameterNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/CallableTypeParameterNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ConditionalTypeForParameterNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ConditionalTypeForParameterNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ConditionalTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ConditionalTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ConstTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ConstTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\GenericTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/GenericTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\IdentifierTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/IdentifierTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\IntersectionTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/IntersectionTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\InvalidTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/InvalidTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\NullableTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/NullableTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ObjectShapeItemNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ObjectShapeItemNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ObjectShapeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ObjectShapeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\OffsetAccessTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/OffsetAccessTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\ThisTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/ThisTypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\TypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/TypeNode.php',
    'PHPStan\\PhpDocParser\\Ast\\Type\\UnionTypeNode' => $vendorDir . '/phpstan/phpdoc-parser/src/Ast/Type/UnionTypeNode.php',
    'PHPStan\\PhpDocParser\\Lexer\\Lexer' => $vendorDir . '/phpstan/phpdoc-parser/src/Lexer/Lexer.php',
    'PHPStan\\PhpDocParser\\ParserConfig' => $vendorDir . '/phpstan/phpdoc-parser/src/ParserConfig.php',
    'PHPStan\\PhpDocParser\\Parser\\ConstExprParser' => $vendorDir . '/phpstan/phpdoc-parser/src/Parser/ConstExprParser.php',
    'PHPStan\\PhpDocParser\\Parser\\ParserException' => $vendorDir . '/phpstan/phpdoc-parser/src/Parser/ParserException.php',
    'PHPStan\\PhpDocParser\\Parser\\PhpDocParser' => $vendorDir . '/phpstan/phpdoc-parser/src/Parser/PhpDocParser.php',
    'PHPStan\\PhpDocParser\\Parser\\StringUnescaper' => $vendorDir . '/phpstan/phpdoc-parser/src/Parser/StringUnescaper.php',
    'PHPStan\\PhpDocParser\\Parser\\TokenIterator' => $vendorDir . '/phpstan/phpdoc-parser/src/Parser/TokenIterator.php',
    'PHPStan\\PhpDocParser\\Parser\\TypeParser' => $vendorDir . '/phpstan/phpdoc-parser/src/Parser/TypeParser.php',
    'PHPStan\\PhpDocParser\\Printer\\DiffElem' => $vendorDir . '/phpstan/phpdoc-parser/src/Printer/DiffElem.php',
    'PHPStan\\PhpDocParser\\Printer\\Differ' => $vendorDir . '/phpstan/phpdoc-parser/src/Printer/Differ.php',
    'PHPStan\\PhpDocParser\\Printer\\Printer' => $vendorDir . '/phpstan/phpdoc-parser/src/Printer/Printer.php',
    'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
    'PrestaShop\\ModuleLibCacheDirectoryProvider\\Cache\\CacheDirectoryProvider' => $vendorDir . '/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php',
    'PrestaShop\\ModuleLibServiceContainer\\DependencyInjection\\ContainerProvider' => $vendorDir . '/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php',
    'PrestaShop\\ModuleLibServiceContainer\\DependencyInjection\\ServiceContainer' => $vendorDir . '/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php',
    'PrestaShop\\Module\\PsMcpServer\\Controller\\Admin\\McpServerAjaxController' => $baseDir . '/src/Controller/Admin/McpServerAjaxController.php',
    'PrestaShop\\Module\\PsMcpServer\\Controller\\Admin\\McpServerConfigController' => $baseDir . '/src/Controller/Admin/McpServerConfigController.php',
    'PrestaShop\\Module\\PsMcpServer\\EventListener\\ModuleEventListener' => $baseDir . '/src/EventListener/ModuleEventListener.php',
    'PrestaShop\\Module\\PsMcpServer\\EventListener\\SentryExceptionListener' => $baseDir . '/src/EventListener/SentryExceptionListener.php',
    'PrestaShop\\Module\\PsMcpServer\\Exceptions\\ContextException' => $baseDir . '/src/Exceptions/ContextException.php',
    'PrestaShop\\Module\\PsMcpServer\\Helper\\ModuleHelper' => $baseDir . '/src/Helper/ModuleHelper.php',
    'PrestaShop\\Module\\PsMcpServer\\Helper\\ShopIdHelper' => $baseDir . '/src/Helper/ShopIdHelper.php',
    'PrestaShop\\Module\\PsMcpServer\\Http\\Client' => $baseDir . '/src/Http/Client.php',
    'PrestaShop\\Module\\PsMcpServer\\Http\\CloudSyncClient' => $baseDir . '/src/Http/CloudSyncClient.php',
    'PrestaShop\\Module\\PsMcpServer\\Http\\HttpConstants' => $baseDir . '/src/Http/HttpConstants.php',
    'PrestaShop\\Module\\PsMcpServer\\Http\\SegmentClient' => $baseDir . '/src/Http/SegmentClient.php',
    'PrestaShop\\Module\\PsMcpServer\\Repository\\McpAllowedUsersRepository' => $baseDir . '/src/Repository/McpAllowedUsersRepository.php',
    'PrestaShop\\Module\\PsMcpServer\\Repository\\McpFeaturesRepository' => $baseDir . '/src/Repository/McpFeaturesRepository.php',
    'PrestaShop\\Module\\PsMcpServer\\Repository\\McpModulesRegisteredRepository' => $baseDir . '/src/Repository/McpModulesRegisteredRepository.php',
    'PrestaShop\\Module\\PsMcpServer\\Repository\\McpModulesRepository' => $baseDir . '/src/Repository/McpModulesRepository.php',
    'PrestaShop\\Module\\PsMcpServer\\Repository\\McpToolsRepository' => $baseDir . '/src/Repository/McpToolsRepository.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Attributes\\PsMcpIcon' => $baseDir . '/src/Server/Attributes/PsMcpIcon.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Attributes\\PsMcpPrompt' => $baseDir . '/src/Server/Attributes/PsMcpPrompt.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Attributes\\PsMcpPromptArgument' => $baseDir . '/src/Server/Attributes/PsMcpPromptArgument.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Attributes\\PsMcpResource' => $baseDir . '/src/Server/Attributes/PsMcpResource.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Attributes\\PsMcpResourceTemplate' => $baseDir . '/src/Server/Attributes/PsMcpResourceTemplate.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Attributes\\PsMcpSchema' => $baseDir . '/src/Server/Attributes/PsMcpSchema.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Attributes\\PsMcpTool' => $baseDir . '/src/Server/Attributes/PsMcpTool.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Attributes\\PsMcpToolAnnotations' => $baseDir . '/src/Server/Attributes/PsMcpToolAnnotations.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\CustomDiscoverer' => $baseDir . '/src/Server/CustomDiscoverer.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Exceptions\\PsMcpPromptGetException' => $baseDir . '/src/Server/Exceptions/PsMcpPromptGetException.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Exceptions\\PsMcpResourceReadException' => $baseDir . '/src/Server/Exceptions/PsMcpResourceReadException.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\Exceptions\\PsMcpToolCallException' => $baseDir . '/src/Server/Exceptions/PsMcpToolCallException.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\InMemoryTransport' => $baseDir . '/src/Server/InMemoryTransport.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\TransportAuthenticator' => $baseDir . '/src/Server/TransportAuthenticator.php',
    'PrestaShop\\Module\\PsMcpServer\\Server\\TransportHelper' => $baseDir . '/src/Server/TransportHelper.php',
    'PrestaShop\\Module\\PsMcpServer\\Services\\McpAllowedUsersService' => $baseDir . '/src/Services/McpAllowedUsersService.php',
    'PrestaShop\\Module\\PsMcpServer\\Services\\McpFeaturesService' => $baseDir . '/src/Services/McpFeaturesService.php',
    'PrestaShop\\Module\\PsMcpServer\\Services\\McpModulesRegisteredService' => $baseDir . '/src/Services/McpModulesRegisteredService.php',
    'PrestaShop\\Module\\PsMcpServer\\Services\\McpModulesService' => $baseDir . '/src/Services/McpModulesService.php',
    'PrestaShop\\Module\\PsMcpServer\\Services\\McpService' => $baseDir . '/src/Services/McpService.php',
    'PrestaShop\\Module\\PsMcpServer\\Services\\McpToolsService' => $baseDir . '/src/Services/McpToolsService.php',
    'PrestaShop\\Module\\PsMcpServer\\Services\\SentryService' => $baseDir . '/src/Services/SentryService.php',
    'PrestaShop\\Module\\PsMcpServer\\Tracker\\Segment' => $baseDir . '/src/Tracker/Segment.php',
    'PrestaShop\\Module\\PsMcpServer\\Traits\\UseHooks' => $baseDir . '/src/Traits/UseHooks.php',
    'Prestashop\\ModuleLibMboInstaller\\DependencyBuilder' => $vendorDir . '/prestashop/module-lib-mbo-installer/src/DependencyBuilder.php',
    'Prestashop\\ModuleLibMboInstaller\\HttpClient' => $vendorDir . '/prestashop/module-lib-mbo-installer/src/HttpClient.php',
    'Prestashop\\ModuleLibMboInstaller\\Installer' => $vendorDir . '/prestashop/module-lib-mbo-installer/src/Installer.php',
    'Prestashop\\ModuleLibMboInstaller\\Presenter' => $vendorDir . '/prestashop/module-lib-mbo-installer/src/Presenter.php',
    'Prestashop\\ModuleLibMboInstaller\\Response' => $vendorDir . '/prestashop/module-lib-mbo-installer/src/Response.php',
    'Ps_mcp_server' => $baseDir . '/ps_mcp_server.php',
    'Psr\\Clock\\ClockInterface' => $vendorDir . '/psr/clock/src/ClockInterface.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\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/psr/event-dispatcher/src/EventDispatcherInterface.php',
    'Psr\\EventDispatcher\\ListenerProviderInterface' => $vendorDir . '/psr/event-dispatcher/src/ListenerProviderInterface.php',
    'Psr\\EventDispatcher\\StoppableEventInterface' => $vendorDir . '/psr/event-dispatcher/src/StoppableEventInterface.php',
    'Psr\\Http\\Client\\ClientExceptionInterface' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php',
    'Psr\\Http\\Client\\ClientInterface' => $vendorDir . '/psr/http-client/src/ClientInterface.php',
    'Psr\\Http\\Client\\NetworkExceptionInterface' => $vendorDir . '/psr/http-client/src/NetworkExceptionInterface.php',
    'Psr\\Http\\Client\\RequestExceptionInterface' => $vendorDir . '/psr/http-client/src/RequestExceptionInterface.php',
    'Psr\\Http\\Message\\MessageInterface' => $vendorDir . '/psr/http-message/src/MessageInterface.php',
    'Psr\\Http\\Message\\RequestFactoryInterface' => $vendorDir . '/psr/http-factory/src/RequestFactoryInterface.php',
    'Psr\\Http\\Message\\RequestInterface' => $vendorDir . '/psr/http-message/src/RequestInterface.php',
    'Psr\\Http\\Message\\ResponseFactoryInterface' => $vendorDir . '/psr/http-factory/src/ResponseFactoryInterface.php',
    'Psr\\Http\\Message\\ResponseInterface' => $vendorDir . '/psr/http-message/src/ResponseInterface.php',
    'Psr\\Http\\Message\\ServerRequestFactoryInterface' => $vendorDir . '/psr/http-factory/src/ServerRequestFactoryInterface.php',
    'Psr\\Http\\Message\\ServerRequestInterface' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php',
    'Psr\\Http\\Message\\StreamFactoryInterface' => $vendorDir . '/psr/http-factory/src/StreamFactoryInterface.php',
    'Psr\\Http\\Message\\StreamInterface' => $vendorDir . '/psr/http-message/src/StreamInterface.php',
    'Psr\\Http\\Message\\UploadedFileFactoryInterface' => $vendorDir . '/psr/http-factory/src/UploadedFileFactoryInterface.php',
    'Psr\\Http\\Message\\UploadedFileInterface' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php',
    'Psr\\Http\\Message\\UriFactoryInterface' => $vendorDir . '/psr/http-factory/src/UriFactoryInterface.php',
    'Psr\\Http\\Message\\UriInterface' => $vendorDir . '/psr/http-message/src/UriInterface.php',
    'Psr\\Http\\Server\\MiddlewareInterface' => $vendorDir . '/psr/http-server-middleware/src/MiddlewareInterface.php',
    'Psr\\Http\\Server\\RequestHandlerInterface' => $vendorDir . '/psr/http-server-handler/src/RequestHandlerInterface.php',
    'Psr\\Log\\AbstractLogger' => $vendorDir . '/psr/log/src/AbstractLogger.php',
    'Psr\\Log\\InvalidArgumentException' => $vendorDir . '/psr/log/src/InvalidArgumentException.php',
    'Psr\\Log\\LogLevel' => $vendorDir . '/psr/log/src/LogLevel.php',
    'Psr\\Log\\LoggerAwareInterface' => $vendorDir . '/psr/log/src/LoggerAwareInterface.php',
    'Psr\\Log\\LoggerAwareTrait' => $vendorDir . '/psr/log/src/LoggerAwareTrait.php',
    'Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/src/LoggerInterface.php',
    'Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/src/LoggerTrait.php',
    'Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/src/NullLogger.php',
    'Sentry\\Agent\\Transport\\AgentClient' => $vendorDir . '/sentry/sentry/src/Agent/Transport/AgentClient.php',
    'Sentry\\Agent\\Transport\\AgentClientBuilder' => $vendorDir . '/sentry/sentry/src/Agent/Transport/AgentClientBuilder.php',
    'Sentry\\Attributes\\Attribute' => $vendorDir . '/sentry/sentry/src/Attributes/Attribute.php',
    'Sentry\\Attributes\\AttributeBag' => $vendorDir . '/sentry/sentry/src/Attributes/AttributeBag.php',
    'Sentry\\Breadcrumb' => $vendorDir . '/sentry/sentry/src/Breadcrumb.php',
    'Sentry\\CheckIn' => $vendorDir . '/sentry/sentry/src/CheckIn.php',
    'Sentry\\CheckInStatus' => $vendorDir . '/sentry/sentry/src/CheckInStatus.php',
    'Sentry\\Client' => $vendorDir . '/sentry/sentry/src/Client.php',
    'Sentry\\ClientBuilder' => $vendorDir . '/sentry/sentry/src/ClientBuilder.php',
    'Sentry\\ClientInterface' => $vendorDir . '/sentry/sentry/src/ClientInterface.php',
    'Sentry\\ClientReport\\ClientReportAggregator' => $vendorDir . '/sentry/sentry/src/ClientReport/ClientReportAggregator.php',
    'Sentry\\ClientReport\\DiscardedEvent' => $vendorDir . '/sentry/sentry/src/ClientReport/DiscardedEvent.php',
    'Sentry\\ClientReport\\Reason' => $vendorDir . '/sentry/sentry/src/ClientReport/Reason.php',
    'Sentry\\Context\\OsContext' => $vendorDir . '/sentry/sentry/src/Context/OsContext.php',
    'Sentry\\Context\\RuntimeContext' => $vendorDir . '/sentry/sentry/src/Context/RuntimeContext.php',
    'Sentry\\Dsn' => $vendorDir . '/sentry/sentry/src/Dsn.php',
    'Sentry\\ErrorHandler' => $vendorDir . '/sentry/sentry/src/ErrorHandler.php',
    'Sentry\\Event' => $vendorDir . '/sentry/sentry/src/Event.php',
    'Sentry\\EventHint' => $vendorDir . '/sentry/sentry/src/EventHint.php',
    'Sentry\\EventId' => $vendorDir . '/sentry/sentry/src/EventId.php',
    'Sentry\\EventType' => $vendorDir . '/sentry/sentry/src/EventType.php',
    'Sentry\\ExceptionDataBag' => $vendorDir . '/sentry/sentry/src/ExceptionDataBag.php',
    'Sentry\\ExceptionMechanism' => $vendorDir . '/sentry/sentry/src/ExceptionMechanism.php',
    'Sentry\\Exception\\EventCreationException' => $vendorDir . '/sentry/sentry/src/Exception/EventCreationException.php',
    'Sentry\\Exception\\FatalErrorException' => $vendorDir . '/sentry/sentry/src/Exception/FatalErrorException.php',
    'Sentry\\Exception\\JsonException' => $vendorDir . '/sentry/sentry/src/Exception/JsonException.php',
    'Sentry\\Exception\\SilencedErrorException' => $vendorDir . '/sentry/sentry/src/Exception/SilencedErrorException.php',
    'Sentry\\Frame' => $vendorDir . '/sentry/sentry/src/Frame.php',
    'Sentry\\FrameBuilder' => $vendorDir . '/sentry/sentry/src/FrameBuilder.php',
    'Sentry\\HttpClient\\HttpClient' => $vendorDir . '/sentry/sentry/src/HttpClient/HttpClient.php',
    'Sentry\\HttpClient\\HttpClientInterface' => $vendorDir . '/sentry/sentry/src/HttpClient/HttpClientInterface.php',
    'Sentry\\HttpClient\\Request' => $vendorDir . '/sentry/sentry/src/HttpClient/Request.php',
    'Sentry\\HttpClient\\Response' => $vendorDir . '/sentry/sentry/src/HttpClient/Response.php',
    'Sentry\\Integration\\AbstractErrorListenerIntegration' => $vendorDir . '/sentry/sentry/src/Integration/AbstractErrorListenerIntegration.php',
    'Sentry\\Integration\\EnvironmentIntegration' => $vendorDir . '/sentry/sentry/src/Integration/EnvironmentIntegration.php',
    'Sentry\\Integration\\ErrorListenerIntegration' => $vendorDir . '/sentry/sentry/src/Integration/ErrorListenerIntegration.php',
    'Sentry\\Integration\\ExceptionListenerIntegration' => $vendorDir . '/sentry/sentry/src/Integration/ExceptionListenerIntegration.php',
    'Sentry\\Integration\\FatalErrorListenerIntegration' => $vendorDir . '/sentry/sentry/src/Integration/FatalErrorListenerIntegration.php',
    'Sentry\\Integration\\FrameContextifierIntegration' => $vendorDir . '/sentry/sentry/src/Integration/FrameContextifierIntegration.php',
    'Sentry\\Integration\\IntegrationInterface' => $vendorDir . '/sentry/sentry/src/Integration/IntegrationInterface.php',
    'Sentry\\Integration\\IntegrationRegistry' => $vendorDir . '/sentry/sentry/src/Integration/IntegrationRegistry.php',
    'Sentry\\Integration\\ModulesIntegration' => $vendorDir . '/sentry/sentry/src/Integration/ModulesIntegration.php',
    'Sentry\\Integration\\OTLPIntegration' => $vendorDir . '/sentry/sentry/src/Integration/OTLPIntegration.php',
    'Sentry\\Integration\\OptionAwareIntegrationInterface' => $vendorDir . '/sentry/sentry/src/Integration/OptionAwareIntegrationInterface.php',
    'Sentry\\Integration\\RequestFetcher' => $vendorDir . '/sentry/sentry/src/Integration/RequestFetcher.php',
    'Sentry\\Integration\\RequestFetcherInterface' => $vendorDir . '/sentry/sentry/src/Integration/RequestFetcherInterface.php',
    'Sentry\\Integration\\RequestIntegration' => $vendorDir . '/sentry/sentry/src/Integration/RequestIntegration.php',
    'Sentry\\Integration\\TransactionIntegration' => $vendorDir . '/sentry/sentry/src/Integration/TransactionIntegration.php',
    'Sentry\\Logger\\DebugFileLogger' => $vendorDir . '/sentry/sentry/src/Logger/DebugFileLogger.php',
    'Sentry\\Logger\\DebugLogger' => $vendorDir . '/sentry/sentry/src/Logger/DebugLogger.php',
    'Sentry\\Logger\\DebugStdOutLogger' => $vendorDir . '/sentry/sentry/src/Logger/DebugStdOutLogger.php',
    'Sentry\\Logs\\Log' => $vendorDir . '/sentry/sentry/src/Logs/Log.php',
    'Sentry\\Logs\\LogLevel' => $vendorDir . '/sentry/sentry/src/Logs/LogLevel.php',
    'Sentry\\Logs\\Logs' => $vendorDir . '/sentry/sentry/src/Logs/Logs.php',
    'Sentry\\Logs\\LogsAggregator' => $vendorDir . '/sentry/sentry/src/Logs/LogsAggregator.php',
    'Sentry\\Metrics\\Metrics' => $vendorDir . '/sentry/sentry/src/Metrics/Metrics.php',
    'Sentry\\Metrics\\MetricsAggregator' => $vendorDir . '/sentry/sentry/src/Metrics/MetricsAggregator.php',
    'Sentry\\Metrics\\TraceMetrics' => $vendorDir . '/sentry/sentry/src/Metrics/TraceMetrics.php',
    'Sentry\\Metrics\\Types\\CounterMetric' => $vendorDir . '/sentry/sentry/src/Metrics/Types/CounterMetric.php',
    'Sentry\\Metrics\\Types\\DistributionMetric' => $vendorDir . '/sentry/sentry/src/Metrics/Types/DistributionMetric.php',
    'Sentry\\Metrics\\Types\\GaugeMetric' => $vendorDir . '/sentry/sentry/src/Metrics/Types/GaugeMetric.php',
    'Sentry\\Metrics\\Types\\Metric' => $vendorDir . '/sentry/sentry/src/Metrics/Types/Metric.php',
    'Sentry\\MonitorConfig' => $vendorDir . '/sentry/sentry/src/MonitorConfig.php',
    'Sentry\\MonitorSchedule' => $vendorDir . '/sentry/sentry/src/MonitorSchedule.php',
    'Sentry\\MonitorScheduleUnit' => $vendorDir . '/sentry/sentry/src/MonitorScheduleUnit.php',
    'Sentry\\Monolog\\BreadcrumbHandler' => $vendorDir . '/sentry/sentry/src/Monolog/BreadcrumbHandler.php',
    'Sentry\\Monolog\\CompatibilityLogLevelTrait' => $vendorDir . '/sentry/sentry/src/Monolog/CompatibilityLogLevelTrait.php',
    'Sentry\\Monolog\\CompatibilityProcessingHandlerTrait' => $vendorDir . '/sentry/sentry/src/Monolog/CompatibilityProcessingHandlerTrait.php',
    'Sentry\\Monolog\\ExceptionToSentryIssueHandler' => $vendorDir . '/sentry/sentry/src/Monolog/ExceptionToSentryIssueHandler.php',
    'Sentry\\Monolog\\Handler' => $vendorDir . '/sentry/sentry/src/Monolog/Handler.php',
    'Sentry\\Monolog\\LogToSentryIssueHandler' => $vendorDir . '/sentry/sentry/src/Monolog/LogToSentryIssueHandler.php',
    'Sentry\\Monolog\\LogsHandler' => $vendorDir . '/sentry/sentry/src/Monolog/LogsHandler.php',
    'Sentry\\OpenTelemetry\\Propagation\\SentryPropagator' => $vendorDir . '/sentry/sentry/src/OpenTelemetry/Propagation/SentryPropagator.php',
    'Sentry\\Options' => $vendorDir . '/sentry/sentry/src/Options.php',
    'Sentry\\Profiling\\Profile' => $vendorDir . '/sentry/sentry/src/Profiling/Profile.php',
    'Sentry\\Profiling\\Profiler' => $vendorDir . '/sentry/sentry/src/Profiling/Profiler.php',
    'Sentry\\SentrySdk' => $vendorDir . '/sentry/sentry/src/SentrySdk.php',
    'Sentry\\Serializer\\AbstractSerializer' => $vendorDir . '/sentry/sentry/src/Serializer/AbstractSerializer.php',
    'Sentry\\Serializer\\EnvelopItems\\CheckInItem' => $vendorDir . '/sentry/sentry/src/Serializer/EnvelopItems/CheckInItem.php',
    'Sentry\\Serializer\\EnvelopItems\\ClientReportItem' => $vendorDir . '/sentry/sentry/src/Serializer/EnvelopItems/ClientReportItem.php',
    'Sentry\\Serializer\\EnvelopItems\\EnvelopeItemInterface' => $vendorDir . '/sentry/sentry/src/Serializer/EnvelopItems/EnvelopeItemInterface.php',
    'Sentry\\Serializer\\EnvelopItems\\EventItem' => $vendorDir . '/sentry/sentry/src/Serializer/EnvelopItems/EventItem.php',
    'Sentry\\Serializer\\EnvelopItems\\LogsItem' => $vendorDir . '/sentry/sentry/src/Serializer/EnvelopItems/LogsItem.php',
    'Sentry\\Serializer\\EnvelopItems\\MetricsItem' => $vendorDir . '/sentry/sentry/src/Serializer/EnvelopItems/MetricsItem.php',
    'Sentry\\Serializer\\EnvelopItems\\ProfileItem' => $vendorDir . '/sentry/sentry/src/Serializer/EnvelopItems/ProfileItem.php',
    'Sentry\\Serializer\\EnvelopItems\\TransactionItem' => $vendorDir . '/sentry/sentry/src/Serializer/EnvelopItems/TransactionItem.php',
    'Sentry\\Serializer\\PayloadSerializer' => $vendorDir . '/sentry/sentry/src/Serializer/PayloadSerializer.php',
    'Sentry\\Serializer\\PayloadSerializerInterface' => $vendorDir . '/sentry/sentry/src/Serializer/PayloadSerializerInterface.php',
    'Sentry\\Serializer\\RepresentationSerializer' => $vendorDir . '/sentry/sentry/src/Serializer/RepresentationSerializer.php',
    'Sentry\\Serializer\\RepresentationSerializerInterface' => $vendorDir . '/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php',
    'Sentry\\Serializer\\SerializableInterface' => $vendorDir . '/sentry/sentry/src/Serializer/SerializableInterface.php',
    'Sentry\\Serializer\\Serializer' => $vendorDir . '/sentry/sentry/src/Serializer/Serializer.php',
    'Sentry\\Serializer\\SerializerInterface' => $vendorDir . '/sentry/sentry/src/Serializer/SerializerInterface.php',
    'Sentry\\Serializer\\Traits\\BreadcrumbSeralizerTrait' => $vendorDir . '/sentry/sentry/src/Serializer/Traits/BreadcrumbSeralizerTrait.php',
    'Sentry\\Serializer\\Traits\\StacktraceFrameSeralizerTrait' => $vendorDir . '/sentry/sentry/src/Serializer/Traits/StacktraceFrameSeralizerTrait.php',
    'Sentry\\Severity' => $vendorDir . '/sentry/sentry/src/Severity.php',
    'Sentry\\Spotlight\\SpotlightClient' => $vendorDir . '/sentry/sentry/src/Spotlight/SpotlightClient.php',
    'Sentry\\Stacktrace' => $vendorDir . '/sentry/sentry/src/Stacktrace.php',
    'Sentry\\StacktraceBuilder' => $vendorDir . '/sentry/sentry/src/StacktraceBuilder.php',
    'Sentry\\State\\Hub' => $vendorDir . '/sentry/sentry/src/State/Hub.php',
    'Sentry\\State\\HubAdapter' => $vendorDir . '/sentry/sentry/src/State/HubAdapter.php',
    'Sentry\\State\\HubInterface' => $vendorDir . '/sentry/sentry/src/State/HubInterface.php',
    'Sentry\\State\\Layer' => $vendorDir . '/sentry/sentry/src/State/Layer.php',
    'Sentry\\State\\RuntimeContext' => $vendorDir . '/sentry/sentry/src/State/RuntimeContext.php',
    'Sentry\\State\\RuntimeContextManager' => $vendorDir . '/sentry/sentry/src/State/RuntimeContextManager.php',
    'Sentry\\State\\Scope' => $vendorDir . '/sentry/sentry/src/State/Scope.php',
    'Sentry\\Tracing\\DynamicSamplingContext' => $vendorDir . '/sentry/sentry/src/Tracing/DynamicSamplingContext.php',
    'Sentry\\Tracing\\GuzzleTracingMiddleware' => $vendorDir . '/sentry/sentry/src/Tracing/GuzzleTracingMiddleware.php',
    'Sentry\\Tracing\\PropagationContext' => $vendorDir . '/sentry/sentry/src/Tracing/PropagationContext.php',
    'Sentry\\Tracing\\SamplingContext' => $vendorDir . '/sentry/sentry/src/Tracing/SamplingContext.php',
    'Sentry\\Tracing\\Span' => $vendorDir . '/sentry/sentry/src/Tracing/Span.php',
    'Sentry\\Tracing\\SpanContext' => $vendorDir . '/sentry/sentry/src/Tracing/SpanContext.php',
    'Sentry\\Tracing\\SpanId' => $vendorDir . '/sentry/sentry/src/Tracing/SpanId.php',
    'Sentry\\Tracing\\SpanRecorder' => $vendorDir . '/sentry/sentry/src/Tracing/SpanRecorder.php',
    'Sentry\\Tracing\\SpanStatus' => $vendorDir . '/sentry/sentry/src/Tracing/SpanStatus.php',
    'Sentry\\Tracing\\TraceId' => $vendorDir . '/sentry/sentry/src/Tracing/TraceId.php',
    'Sentry\\Tracing\\Traits\\TraceHeaderParserTrait' => $vendorDir . '/sentry/sentry/src/Tracing/Traits/TraceHeaderParserTrait.php',
    'Sentry\\Tracing\\Transaction' => $vendorDir . '/sentry/sentry/src/Tracing/Transaction.php',
    'Sentry\\Tracing\\TransactionContext' => $vendorDir . '/sentry/sentry/src/Tracing/TransactionContext.php',
    'Sentry\\Tracing\\TransactionMetadata' => $vendorDir . '/sentry/sentry/src/Tracing/TransactionMetadata.php',
    'Sentry\\Tracing\\TransactionSource' => $vendorDir . '/sentry/sentry/src/Tracing/TransactionSource.php',
    'Sentry\\Transport\\DataCategory' => $vendorDir . '/sentry/sentry/src/Transport/DataCategory.php',
    'Sentry\\Transport\\HttpTransport' => $vendorDir . '/sentry/sentry/src/Transport/HttpTransport.php',
    'Sentry\\Transport\\RateLimiter' => $vendorDir . '/sentry/sentry/src/Transport/RateLimiter.php',
    'Sentry\\Transport\\Result' => $vendorDir . '/sentry/sentry/src/Transport/Result.php',
    'Sentry\\Transport\\ResultStatus' => $vendorDir . '/sentry/sentry/src/Transport/ResultStatus.php',
    'Sentry\\Transport\\TransportInterface' => $vendorDir . '/sentry/sentry/src/Transport/TransportInterface.php',
    'Sentry\\Unit' => $vendorDir . '/sentry/sentry/src/Unit.php',
    'Sentry\\UserDataBag' => $vendorDir . '/sentry/sentry/src/UserDataBag.php',
    'Sentry\\Util\\Arr' => $vendorDir . '/sentry/sentry/src/Util/Arr.php',
    'Sentry\\Util\\CodeLocationResolver' => $vendorDir . '/sentry/sentry/src/Util/CodeLocationResolver.php',
    'Sentry\\Util\\Http' => $vendorDir . '/sentry/sentry/src/Util/Http.php',
    'Sentry\\Util\\JSON' => $vendorDir . '/sentry/sentry/src/Util/JSON.php',
    'Sentry\\Util\\PHPConfiguration' => $vendorDir . '/sentry/sentry/src/Util/PHPConfiguration.php',
    'Sentry\\Util\\PHPVersion' => $vendorDir . '/sentry/sentry/src/Util/PHPVersion.php',
    'Sentry\\Util\\PrefixStripper' => $vendorDir . '/sentry/sentry/src/Util/PrefixStripper.php',
    'Sentry\\Util\\RingBuffer' => $vendorDir . '/sentry/sentry/src/Util/RingBuffer.php',
    'Sentry\\Util\\SentryUid' => $vendorDir . '/sentry/sentry/src/Util/SentryUid.php',
    'Sentry\\Util\\Str' => $vendorDir . '/sentry/sentry/src/Util/Str.php',
    'Sentry\\Util\\TelemetryStorage' => $vendorDir . '/sentry/sentry/src/Util/TelemetryStorage.php',
    'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
    'Symfony\\Component\\OptionsResolver\\Debug\\OptionsResolverIntrospector' => $vendorDir . '/symfony/options-resolver/Debug/OptionsResolverIntrospector.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\AccessException' => $vendorDir . '/symfony/options-resolver/Exception/AccessException.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/options-resolver/Exception/ExceptionInterface.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/options-resolver/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\InvalidOptionsException' => $vendorDir . '/symfony/options-resolver/Exception/InvalidOptionsException.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\MissingOptionsException' => $vendorDir . '/symfony/options-resolver/Exception/MissingOptionsException.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\NoConfigurationException' => $vendorDir . '/symfony/options-resolver/Exception/NoConfigurationException.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\NoSuchOptionException' => $vendorDir . '/symfony/options-resolver/Exception/NoSuchOptionException.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\OptionDefinitionException' => $vendorDir . '/symfony/options-resolver/Exception/OptionDefinitionException.php',
    'Symfony\\Component\\OptionsResolver\\Exception\\UndefinedOptionsException' => $vendorDir . '/symfony/options-resolver/Exception/UndefinedOptionsException.php',
    'Symfony\\Component\\OptionsResolver\\OptionConfigurator' => $vendorDir . '/symfony/options-resolver/OptionConfigurator.php',
    'Symfony\\Component\\OptionsResolver\\Options' => $vendorDir . '/symfony/options-resolver/Options.php',
    'Symfony\\Component\\OptionsResolver\\OptionsResolver' => $vendorDir . '/symfony/options-resolver/OptionsResolver.php',
    'Symfony\\Component\\Uid\\AbstractUid' => $vendorDir . '/symfony/uid/AbstractUid.php',
    'Symfony\\Component\\Uid\\BinaryUtil' => $vendorDir . '/symfony/uid/BinaryUtil.php',
    'Symfony\\Component\\Uid\\Command\\GenerateUlidCommand' => $vendorDir . '/symfony/uid/Command/GenerateUlidCommand.php',
    'Symfony\\Component\\Uid\\Command\\GenerateUuidCommand' => $vendorDir . '/symfony/uid/Command/GenerateUuidCommand.php',
    'Symfony\\Component\\Uid\\Command\\InspectUlidCommand' => $vendorDir . '/symfony/uid/Command/InspectUlidCommand.php',
    'Symfony\\Component\\Uid\\Command\\InspectUuidCommand' => $vendorDir . '/symfony/uid/Command/InspectUuidCommand.php',
    'Symfony\\Component\\Uid\\Factory\\NameBasedUuidFactory' => $vendorDir . '/symfony/uid/Factory/NameBasedUuidFactory.php',
    'Symfony\\Component\\Uid\\Factory\\RandomBasedUuidFactory' => $vendorDir . '/symfony/uid/Factory/RandomBasedUuidFactory.php',
    'Symfony\\Component\\Uid\\Factory\\TimeBasedUuidFactory' => $vendorDir . '/symfony/uid/Factory/TimeBasedUuidFactory.php',
    'Symfony\\Component\\Uid\\Factory\\UlidFactory' => $vendorDir . '/symfony/uid/Factory/UlidFactory.php',
    'Symfony\\Component\\Uid\\Factory\\UuidFactory' => $vendorDir . '/symfony/uid/Factory/UuidFactory.php',
    'Symfony\\Component\\Uid\\MaxUlid' => $vendorDir . '/symfony/uid/MaxUlid.php',
    'Symfony\\Component\\Uid\\MaxUuid' => $vendorDir . '/symfony/uid/MaxUuid.php',
    'Symfony\\Component\\Uid\\NilUlid' => $vendorDir . '/symfony/uid/NilUlid.php',
    'Symfony\\Component\\Uid\\NilUuid' => $vendorDir . '/symfony/uid/NilUuid.php',
    'Symfony\\Component\\Uid\\TimeBasedUidInterface' => $vendorDir . '/symfony/uid/TimeBasedUidInterface.php',
    'Symfony\\Component\\Uid\\Ulid' => $vendorDir . '/symfony/uid/Ulid.php',
    'Symfony\\Component\\Uid\\Uuid' => $vendorDir . '/symfony/uid/Uuid.php',
    'Symfony\\Component\\Uid\\UuidV1' => $vendorDir . '/symfony/uid/UuidV1.php',
    'Symfony\\Component\\Uid\\UuidV3' => $vendorDir . '/symfony/uid/UuidV3.php',
    'Symfony\\Component\\Uid\\UuidV4' => $vendorDir . '/symfony/uid/UuidV4.php',
    'Symfony\\Component\\Uid\\UuidV5' => $vendorDir . '/symfony/uid/UuidV5.php',
    'Symfony\\Component\\Uid\\UuidV6' => $vendorDir . '/symfony/uid/UuidV6.php',
    'Symfony\\Component\\Uid\\UuidV7' => $vendorDir . '/symfony/uid/UuidV7.php',
    'Symfony\\Component\\Uid\\UuidV8' => $vendorDir . '/symfony/uid/UuidV8.php',
    'Symfony\\Polyfill\\Php80\\Php80' => $vendorDir . '/symfony/polyfill-php80/Php80.php',
    'Symfony\\Polyfill\\Php80\\PhpToken' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php',
    'Symfony\\Polyfill\\Uuid\\Uuid' => $vendorDir . '/symfony/polyfill-uuid/Uuid.php',
    'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
    'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
    'Webmozart\\Assert\\Assert' => $vendorDir . '/webmozart/assert/src/Assert.php',
    'Webmozart\\Assert\\InvalidArgumentException' => $vendorDir . '/webmozart/assert/src/InvalidArgumentException.php',
    'Webmozart\\Assert\\Mixin' => $vendorDir . '/webmozart/assert/src/Mixin.php',
    'phpDocumentor\\Reflection\\DocBlock' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock.php',
    'phpDocumentor\\Reflection\\DocBlockFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlockFactory.php',
    'phpDocumentor\\Reflection\\DocBlockFactoryInterface' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlockFactoryInterface.php',
    'phpDocumentor\\Reflection\\DocBlock\\Description' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Description.php',
    'phpDocumentor\\Reflection\\DocBlock\\DescriptionFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/DescriptionFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\ExampleFinder' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/ExampleFinder.php',
    'phpDocumentor\\Reflection\\DocBlock\\Serializer' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Serializer.php',
    'phpDocumentor\\Reflection\\DocBlock\\StandardTagFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/StandardTagFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tag' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tag.php',
    'phpDocumentor\\Reflection\\DocBlock\\TagFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/TagFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Author' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Author.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\BaseTag' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/BaseTag.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Covers' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Covers.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Deprecated' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Deprecated.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Example' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Example.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Extends_' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Extends_.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\AbstractPHPStanFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\ExtendsFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ExtendsFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\Factory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/Factory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\ImplementsFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ImplementsFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\MethodFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/MethodFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\MethodParameterFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/MethodParameterFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\PHPStanFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/PHPStanFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\ParamFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ParamFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\PropertyFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/PropertyFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\PropertyReadFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/PropertyReadFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\PropertyWriteFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/PropertyWriteFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\ReturnFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ReturnFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\StaticMethod' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/StaticMethod.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\TemplateExtendsFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/TemplateExtendsFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\TemplateFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/TemplateFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\TemplateImplementsFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/TemplateImplementsFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Factory\\VarFactory' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/VarFactory.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Formatter' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Formatter\\AlignFormatter' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/AlignFormatter.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Formatter\\PassthroughFormatter' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/PassthroughFormatter.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Generic' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Generic.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Implements_' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Implements_.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\InvalidTag' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/InvalidTag.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Link' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Link.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Method' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Method.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\MethodParameter' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/MethodParameter.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Mixin' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Mixin.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Param' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Param.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Property' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Property.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyRead' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/PropertyRead.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyWrite' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/PropertyWrite.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Reference\\Fqsen' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Fqsen.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Reference\\Reference' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Reference.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Reference\\Url' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Url.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Return_' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Return_.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\See' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/See.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Since' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Since.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Source' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Source.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\TagWithType' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TagWithType.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Template' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Template.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\TemplateCovariant' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TemplateCovariant.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\TemplateExtends' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TemplateExtends.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\TemplateImplements' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/TemplateImplements.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Throws' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Throws.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Uses' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Uses.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Var_' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Var_.php',
    'phpDocumentor\\Reflection\\DocBlock\\Tags\\Version' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Version.php',
    'phpDocumentor\\Reflection\\Element' => $vendorDir . '/phpdocumentor/reflection-common/src/Element.php',
    'phpDocumentor\\Reflection\\Exception\\PcreException' => $vendorDir . '/phpdocumentor/reflection-docblock/src/Exception/PcreException.php',
    'phpDocumentor\\Reflection\\File' => $vendorDir . '/phpdocumentor/reflection-common/src/File.php',
    'phpDocumentor\\Reflection\\Fqsen' => $vendorDir . '/phpdocumentor/reflection-common/src/Fqsen.php',
    'phpDocumentor\\Reflection\\FqsenResolver' => $vendorDir . '/phpdocumentor/type-resolver/src/FqsenResolver.php',
    'phpDocumentor\\Reflection\\Location' => $vendorDir . '/phpdocumentor/reflection-common/src/Location.php',
    'phpDocumentor\\Reflection\\Project' => $vendorDir . '/phpdocumentor/reflection-common/src/Project.php',
    'phpDocumentor\\Reflection\\ProjectFactory' => $vendorDir . '/phpdocumentor/reflection-common/src/ProjectFactory.php',
    'phpDocumentor\\Reflection\\PseudoType' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoType.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ArrayShape' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ArrayShape.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ArrayShapeItem' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ArrayShapeItem.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\CallableString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/CallableString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\Conditional' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/Conditional.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ConditionalForParameter' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ConditionalForParameter.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ConstExpression' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ConstExpression.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\False_' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/False_.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\FloatValue' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/FloatValue.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\HtmlEscapedString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/HtmlEscapedString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\IntMask' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/IntMask.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\IntMaskOf' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/IntMaskOf.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\IntegerRange' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/IntegerRange.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\IntegerValue' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/IntegerValue.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\KeyOf' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/KeyOf.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ListShape' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ListShape.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ListShapeItem' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ListShapeItem.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\List_' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/List_.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\LiteralString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/LiteralString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\LowercaseString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/LowercaseString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\NegativeInteger' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/NegativeInteger.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\NonEmptyArray' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyArray.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\NonEmptyList' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyList.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\NonEmptyLowercaseString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyLowercaseString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\NonEmptyString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/NonEmptyString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\NumericString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/NumericString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\Numeric_' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/Numeric_.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ObjectShape' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ObjectShape.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ObjectShapeItem' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ObjectShapeItem.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\OffsetAccess' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/OffsetAccess.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\PositiveInteger' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/PositiveInteger.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ShapeItem' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ShapeItem.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\StringValue' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/StringValue.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\TraitString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/TraitString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\True_' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/True_.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\ValueOf' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/ValueOf.php',
    'phpDocumentor\\Reflection\\Type' => $vendorDir . '/phpdocumentor/type-resolver/src/Type.php',
    'phpDocumentor\\Reflection\\TypeResolver' => $vendorDir . '/phpdocumentor/type-resolver/src/TypeResolver.php',
    'phpDocumentor\\Reflection\\Types\\AbstractList' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/AbstractList.php',
    'phpDocumentor\\Reflection\\Types\\AggregatedType' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/AggregatedType.php',
    'phpDocumentor\\Reflection\\Types\\ArrayKey' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/ArrayKey.php',
    'phpDocumentor\\Reflection\\Types\\Array_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Array_.php',
    'phpDocumentor\\Reflection\\Types\\Boolean' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Boolean.php',
    'phpDocumentor\\Reflection\\Types\\CallableParameter' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/CallableParameter.php',
    'phpDocumentor\\Reflection\\Types\\Callable_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Callable_.php',
    'phpDocumentor\\Reflection\\Types\\ClassString' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/ClassString.php',
    'phpDocumentor\\Reflection\\Types\\Collection' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Collection.php',
    'phpDocumentor\\Reflection\\Types\\Compound' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Compound.php',
    'phpDocumentor\\Reflection\\Types\\Context' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Context.php',
    'phpDocumentor\\Reflection\\Types\\ContextFactory' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/ContextFactory.php',
    'phpDocumentor\\Reflection\\Types\\Expression' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Expression.php',
    'phpDocumentor\\Reflection\\Types\\Float_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Float_.php',
    'phpDocumentor\\Reflection\\Types\\Integer' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Integer.php',
    'phpDocumentor\\Reflection\\Types\\InterfaceString' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/InterfaceString.php',
    'phpDocumentor\\Reflection\\Types\\Intersection' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Intersection.php',
    'phpDocumentor\\Reflection\\Types\\Iterable_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Iterable_.php',
    'phpDocumentor\\Reflection\\Types\\Mixed_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Mixed_.php',
    'phpDocumentor\\Reflection\\Types\\Never_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Never_.php',
    'phpDocumentor\\Reflection\\Types\\Null_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Null_.php',
    'phpDocumentor\\Reflection\\Types\\Nullable' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Nullable.php',
    'phpDocumentor\\Reflection\\Types\\Object_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Object_.php',
    'phpDocumentor\\Reflection\\Types\\Parent_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Parent_.php',
    'phpDocumentor\\Reflection\\Types\\Resource_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Resource_.php',
    'phpDocumentor\\Reflection\\Types\\Scalar' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Scalar.php',
    'phpDocumentor\\Reflection\\Types\\Self_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Self_.php',
    'phpDocumentor\\Reflection\\Types\\Static_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Static_.php',
    'phpDocumentor\\Reflection\\Types\\String_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/String_.php',
    'phpDocumentor\\Reflection\\Types\\This' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/This.php',
    'phpDocumentor\\Reflection\\Types\\Void_' => $vendorDir . '/phpdocumentor/type-resolver/src/Types/Void_.php',
    'phpDocumentor\\Reflection\\Utils' => $vendorDir . '/phpdocumentor/reflection-docblock/src/Utils.php',
);
