<?php

// autoload_classmap.php @generated by Composer

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

return array(
    'ApiPlatform\\Action\\EntrypointAction' => $vendorDir . '/api-platform/core/src/Action/EntrypointAction.php',
    'ApiPlatform\\Action\\ExceptionAction' => $vendorDir . '/api-platform/core/src/Action/ExceptionAction.php',
    'ApiPlatform\\Action\\NotExposedAction' => $vendorDir . '/api-platform/core/src/Action/NotExposedAction.php',
    'ApiPlatform\\Action\\NotFoundAction' => $vendorDir . '/api-platform/core/src/Action/NotFoundAction.php',
    'ApiPlatform\\Action\\PlaceholderAction' => $vendorDir . '/api-platform/core/src/Action/PlaceholderAction.php',
    'ApiPlatform\\Api\\Entrypoint' => $vendorDir . '/api-platform/core/src/Api/Entrypoint.php',
    'ApiPlatform\\Api\\FilterInterface' => $vendorDir . '/api-platform/core/src/Api/FilterInterface.php',
    'ApiPlatform\\Api\\FilterLocatorTrait' => $vendorDir . '/api-platform/core/src/Api/FilterLocatorTrait.php',
    'ApiPlatform\\Api\\FormatMatcher' => $vendorDir . '/api-platform/core/src/Api/FormatMatcher.php',
    'ApiPlatform\\Api\\IdentifiersExtractor' => $vendorDir . '/api-platform/core/src/Api/IdentifiersExtractor.php',
    'ApiPlatform\\Api\\IdentifiersExtractorInterface' => $vendorDir . '/api-platform/core/src/Api/IdentifiersExtractorInterface.php',
    'ApiPlatform\\Api\\IriConverterInterface' => $vendorDir . '/api-platform/core/src/Api/IriConverterInterface.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\QueryParameterValidator' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\Validator\\ArrayItems' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/Validator/ArrayItems.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\Validator\\Bounds' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/Validator/Bounds.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\Validator\\Enum' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/Validator/Enum.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\Validator\\Length' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/Validator/Length.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\Validator\\MultipleOf' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/Validator/MultipleOf.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\Validator\\Pattern' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/Validator/Pattern.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\Validator\\Required' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/Validator/Required.php',
    'ApiPlatform\\Api\\QueryParameterValidator\\Validator\\ValidatorInterface' => $vendorDir . '/api-platform/core/src/Api/QueryParameterValidator/Validator/ValidatorInterface.php',
    'ApiPlatform\\Api\\ResourceClassResolver' => $vendorDir . '/api-platform/core/src/Api/ResourceClassResolver.php',
    'ApiPlatform\\Api\\ResourceClassResolverInterface' => $vendorDir . '/api-platform/core/src/Api/ResourceClassResolverInterface.php',
    'ApiPlatform\\Api\\UriVariableTransformerInterface' => $vendorDir . '/api-platform/core/src/Api/UriVariableTransformerInterface.php',
    'ApiPlatform\\Api\\UriVariableTransformer\\DateTimeUriVariableTransformer' => $vendorDir . '/api-platform/core/src/Api/UriVariableTransformer/DateTimeUriVariableTransformer.php',
    'ApiPlatform\\Api\\UriVariableTransformer\\IntegerUriVariableTransformer' => $vendorDir . '/api-platform/core/src/Api/UriVariableTransformer/IntegerUriVariableTransformer.php',
    'ApiPlatform\\Api\\UriVariablesConverter' => $vendorDir . '/api-platform/core/src/Api/UriVariablesConverter.php',
    'ApiPlatform\\Api\\UriVariablesConverterInterface' => $vendorDir . '/api-platform/core/src/Api/UriVariablesConverterInterface.php',
    'ApiPlatform\\Api\\UrlGeneratorInterface' => $vendorDir . '/api-platform/core/src/Api/UrlGeneratorInterface.php',
    'ApiPlatform\\Core\\Action\\EntrypointAction' => $vendorDir . '/api-platform/core/src/Core/Action/EntrypointAction.php',
    'ApiPlatform\\Core\\Action\\ExceptionAction' => $vendorDir . '/api-platform/core/src/Core/Action/ExceptionAction.php',
    'ApiPlatform\\Core\\Action\\NotFoundAction' => $vendorDir . '/api-platform/core/src/Core/Action/NotFoundAction.php',
    'ApiPlatform\\Core\\Action\\PlaceholderAction' => $vendorDir . '/api-platform/core/src/Core/Action/PlaceholderAction.php',
    'ApiPlatform\\Core\\Annotation\\ApiFilter' => $vendorDir . '/api-platform/core/src/Core/Annotation/ApiFilter.php',
    'ApiPlatform\\Core\\Annotation\\ApiProperty' => $vendorDir . '/api-platform/core/src/Core/Annotation/ApiProperty.php',
    'ApiPlatform\\Core\\Annotation\\ApiResource' => $vendorDir . '/api-platform/core/src/Core/Annotation/ApiResource.php',
    'ApiPlatform\\Core\\Annotation\\ApiSubresource' => $vendorDir . '/api-platform/core/src/Core/Annotation/ApiSubresource.php',
    'ApiPlatform\\Core\\Annotation\\AttributesHydratorTrait' => $vendorDir . '/api-platform/core/src/Core/Annotation/AttributesHydratorTrait.php',
    'ApiPlatform\\Core\\Annotation\\TemporaryApiResource' => $vendorDir . '/api-platform/core/src/Core/Annotation/TemporaryApiResource.php',
    'ApiPlatform\\Core\\Api\\CachedIdentifiersExtractor' => $vendorDir . '/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php',
    'ApiPlatform\\Core\\Api\\Entrypoint' => $vendorDir . '/api-platform/core/src/Core/Api/Entrypoint.php',
    'ApiPlatform\\Core\\Api\\FilterCollection' => $vendorDir . '/api-platform/core/src/Core/Api/FilterCollection.php',
    'ApiPlatform\\Core\\Api\\FilterCollectionFactory' => $vendorDir . '/api-platform/core/src/Core/Api/FilterCollectionFactory.php',
    'ApiPlatform\\Core\\Api\\FilterLocatorTrait' => $vendorDir . '/api-platform/core/src/Core/Api/FilterLocatorTrait.php',
    'ApiPlatform\\Core\\Api\\FormatMatcher' => $vendorDir . '/api-platform/core/src/Core/Api/FormatMatcher.php',
    'ApiPlatform\\Core\\Api\\FormatsProvider' => $vendorDir . '/api-platform/core/src/Core/Api/FormatsProvider.php',
    'ApiPlatform\\Core\\Api\\FormatsProviderInterface' => $vendorDir . '/api-platform/core/src/Core/Api/FormatsProviderInterface.php',
    'ApiPlatform\\Core\\Api\\IdentifiersExtractor' => $vendorDir . '/api-platform/core/src/Core/Api/IdentifiersExtractor.php',
    'ApiPlatform\\Core\\Api\\IdentifiersExtractorInterface' => $vendorDir . '/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php',
    'ApiPlatform\\Core\\Api\\IriConverterInterface' => $vendorDir . '/api-platform/core/src/Core/Api/IriConverterInterface.php',
    'ApiPlatform\\Core\\Api\\LegacyIriConverter' => $vendorDir . '/api-platform/core/src/Core/Api/LegacyIriConverter.php',
    'ApiPlatform\\Core\\Api\\OperationAwareFormatsProviderInterface' => $vendorDir . '/api-platform/core/src/Core/Api/OperationAwareFormatsProviderInterface.php',
    'ApiPlatform\\Core\\Api\\OperationMethodResolverInterface' => $vendorDir . '/api-platform/core/src/Core/Api/OperationMethodResolverInterface.php',
    'ApiPlatform\\Core\\Api\\OperationType' => $vendorDir . '/api-platform/core/src/Core/Api/OperationType.php',
    'ApiPlatform\\Core\\Api\\OperationTypeDeprecationHelper' => $vendorDir . '/api-platform/core/src/Core/Api/OperationTypeDeprecationHelper.php',
    'ApiPlatform\\Core\\Api\\ResourceClassResolver' => $vendorDir . '/api-platform/core/src/Core/Api/ResourceClassResolver.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\DataPersister' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\BooleanFilterTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\DateFilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\DateFilterTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\ExistsFilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\ExistsFilterTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\NumericFilterTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/NumericFilterTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\OrderFilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\OrderFilterTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\RangeFilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\RangeFilterTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\SearchFilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Filter\\SearchFilterTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\PropertyHelperTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Common\\Util\\IdentifierManagerTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\EventListener\\PublishMercureUpdatesListener' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/EventListener/PublishMercureUpdatesListener.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\EventListener\\PurgeHttpCacheListener' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/EventListener/PurgeHttpCacheListener.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\EventListener\\WriteListener' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/EventListener/WriteListener.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\CollectionDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/CollectionDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Extension\\AggregationCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Extension\\AggregationItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Extension\\AggregationResultCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Extension\\AggregationResultItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Extension\\FilterExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/FilterExtension.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Extension\\OrderExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/OrderExtension.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Extension\\PaginationExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/PaginationExtension.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\AbstractFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/AbstractFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\BooleanFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/BooleanFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\DateFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/DateFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\ExistsFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/ExistsFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\FilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\NumericFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/NumericFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\OrderFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/OrderFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\RangeFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/RangeFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Filter\\SearchFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/SearchFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\ItemDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/ItemDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Metadata\\Property\\DoctrineMongoDbOdmPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Metadata/Property/DoctrineMongoDbOdmPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\Paginator' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Paginator.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\PropertyHelperTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/PropertyHelperTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\PropertyInfo\\DoctrineExtractor' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/PropertyInfo/DoctrineExtractor.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\MongoDbOdm\\SubresourceDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/SubresourceDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\AbstractPaginator' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/AbstractPaginator.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\CollectionDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\ContextAwareQueryCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\ContextAwareQueryResultCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\ContextAwareQueryResultItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultItemExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\EagerLoadingExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\FilterExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\OrderExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\PaginationExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\QueryCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\QueryItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\QueryResultCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Extension\\QueryResultItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultItemExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\AbstractContextAwareFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\AbstractFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\BooleanFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\ContextAwareFilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\DateFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\ExistsFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ExistsFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\FilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\NumericFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/NumericFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\OrderFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/OrderFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\RangeFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/RangeFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\SearchFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\ItemDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Metadata\\Property\\DoctrineOrmPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Paginator' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Paginator.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\PropertyHelperTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\SubresourceDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\EagerLoadingTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryBuilderHelper' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/QueryBuilderHelper.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryChecker' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/QueryChecker.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryJoinParser' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/QueryJoinParser.php',
    'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGenerator' => $vendorDir . '/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/QueryNameGenerator.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Api\\IdentifierExtractor' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Api/IdentifierExtractor.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Api\\IdentifierExtractorInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Api/IdentifierExtractorInterface.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\CollectionDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/CollectionDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Extension\\AbstractFilterExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Extension/AbstractFilterExtension.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Extension\\ConstantScoreFilterExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Extension/ConstantScoreFilterExtension.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Extension\\RequestBodySearchCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Extension/RequestBodySearchCollectionExtensionInterface.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Extension\\SortExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Extension/SortExtension.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Extension\\SortFilterExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Extension/SortFilterExtension.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Filter\\AbstractFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Filter/AbstractFilter.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Filter\\AbstractSearchFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Filter/AbstractSearchFilter.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Filter\\ConstantScoreFilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Filter/ConstantScoreFilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Filter\\FilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Filter/FilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Filter\\MatchFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Filter/MatchFilter.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Filter\\OrderFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Filter/OrderFilter.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Filter\\SortFilterInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Filter/SortFilterInterface.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Filter\\TermFilter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Filter/TermFilter.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\ItemDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/ItemDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\DataProvider\\Paginator' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/DataProvider/Paginator.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Exception\\IndexNotFoundException' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Exception/IndexNotFoundException.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Exception\\NonUniqueIdentifierException' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Exception/NonUniqueIdentifierException.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Metadata\\Document\\DocumentMetadata' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Metadata/Document/DocumentMetadata.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Metadata\\Document\\Factory\\AttributeDocumentMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Metadata/Document/Factory/AttributeDocumentMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Metadata\\Document\\Factory\\CachedDocumentMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Metadata/Document/Factory/CachedDocumentMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Metadata\\Document\\Factory\\CatDocumentMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Metadata/Document/Factory/CatDocumentMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Metadata\\Document\\Factory\\ConfiguredDocumentMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Metadata/Document/Factory/ConfiguredDocumentMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Metadata\\Resource\\Factory\\ElasticsearchOperationResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Metadata/Resource/Factory/ElasticsearchOperationResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Serializer\\NameConverter\\InnerFieldsNameConverter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Serializer/NameConverter/InnerFieldsNameConverter.php',
    'ApiPlatform\\Core\\Bridge\\Elasticsearch\\Util\\FieldDatatypeTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Elasticsearch/Util/FieldDatatypeTrait.php',
    'ApiPlatform\\Core\\Bridge\\FosUser\\EventListener' => $vendorDir . '/api-platform/core/src/Core/Bridge/FosUser/EventListener.php',
    'ApiPlatform\\Core\\Bridge\\NelmioApiDoc\\Extractor\\AnnotationsProvider\\ApiPlatformProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/NelmioApiDoc/Extractor/AnnotationsProvider/ApiPlatformProvider.php',
    'ApiPlatform\\Core\\Bridge\\NelmioApiDoc\\Parser\\ApiPlatformParser' => $vendorDir . '/api-platform/core/src/Core/Bridge/NelmioApiDoc/Parser/ApiPlatformParser.php',
    'ApiPlatform\\Core\\Bridge\\RamseyUuid\\Identifier\\Normalizer\\UuidNormalizer' => $vendorDir . '/api-platform/core/src/Core/Bridge/RamseyUuid/Identifier/Normalizer/UuidNormalizer.php',
    'ApiPlatform\\Core\\Bridge\\RamseyUuid\\Serializer\\UuidDenormalizer' => $vendorDir . '/api-platform/core/src/Core/Bridge/RamseyUuid/Serializer/UuidDenormalizer.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Action\\SwaggerUiAction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/ApiPlatformBundle.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ArgumentResolver\\PayloadArgumentResolver' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/ArgumentResolver/PayloadArgumentResolver.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\CacheWarmer\\CachePoolClearerCacheWarmer' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\GraphQlExportCommand' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/GraphQlExportCommand.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\OpenApiCommand' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/OpenApiCommand.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DataCollector\\RequestDataCollector' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DataPersister\\TraceableChainDataPersister' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DataProvider\\TraceableChainCollectionDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DataProvider\\TraceableChainItemDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DataProvider\\TraceableChainSubresourceDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\ApiPlatformExtension' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\AnnotationFilterPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/AnnotationFilterPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\AuthenticatorManagerPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/AuthenticatorManagerPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\DataProviderPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/DataProviderPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\DeprecateMercurePublisherPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/DeprecateMercurePublisherPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\ElasticsearchClientPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/ElasticsearchClientPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\FilterPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/FilterPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\GraphQlMutationResolverPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlMutationResolverPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\GraphQlQueryResolverPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlQueryResolverPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\GraphQlTypePass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/GraphQlTypePass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\MetadataAwareNameConverterPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/MetadataAwareNameConverterPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Compiler\\TestClientPass' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Compiler/TestClientPass.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\DependencyInjection\\Configuration' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/Configuration.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\SwaggerUi\\SwaggerUiAction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\SwaggerUi\\SwaggerUiContext' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Test\\ApiTestAssertionsTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Test/ApiTestAssertionsTrait.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Test\\ApiTestCase' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Test/ApiTestCase.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Test\\Client' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Test/Client.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Test\\Constraint\\ArraySubsetLegacy' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetLegacy.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Test\\Constraint\\ArraySubsetTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetTrait.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Test\\Constraint\\ArraySubsetV9' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetV9.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Test\\Constraint\\MatchesJsonSchema' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Test/Constraint/MatchesJsonSchema.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Test\\Response' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Bundle/Test/Response.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Identifier\\Normalizer\\UlidNormalizer' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Identifier/Normalizer/UlidNormalizer.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Identifier\\Normalizer\\UuidNormalizer' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Identifier/Normalizer/UuidNormalizer.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Maker\\MakeDataPersister' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Maker\\MakeDataProvider' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Messenger\\ContextStamp' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Messenger/ContextStamp.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Messenger\\DataPersister' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Messenger\\DataTransformer' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Messenger\\DispatchTrait' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Messenger/DispatchTrait.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Messenger\\RemoveStamp' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Messenger/RemoveStamp.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\PropertyInfo\\Metadata\\Property\\PropertyInfoPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\PropertyInfo\\Metadata\\Property\\PropertyInfoPropertyNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\ApiLoader' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/ApiLoader.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\CachedRouteNameResolver' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\IriConverter' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\OperationMethodResolver' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/OperationMethodResolver.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\OperationMethodResolverInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/OperationMethodResolverInterface.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\RouteNameGenerator' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameGenerator.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\RouteNameResolver' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\RouteNameResolverInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\Router' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/Router.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Routing\\RouterOperationPathResolver' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\EventListener\\ValidateListener' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/EventListener/ValidateListener.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\EventListener\\ValidationExceptionListener' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/EventListener/ValidationExceptionListener.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Exception\\ValidationException' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Exception/ValidationException.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaChoiceRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaChoiceRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaCollectionRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaCountRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCountRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaFormat' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaFormat.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaGreaterThanOrEqualRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaGreaterThanOrEqualRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaGreaterThanRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaGreaterThanRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaLengthRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaLengthRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaLessThanOrEqualRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaLessThanOrEqualRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaLessThanRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaLessThanRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaOneOfRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaRangeRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRangeRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaRegexRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRegexRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaRestrictionMetadataInterface' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaUniqueRestriction' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaUniqueRestriction.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Metadata\\Property\\ValidatorPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Bridge\\Symfony\\Validator\\Validator' => $vendorDir . '/api-platform/core/src/Core/Bridge/Symfony/Validator/Validator.php',
    'ApiPlatform\\Core\\Cache\\CachedTrait' => $vendorDir . '/api-platform/core/src/Core/Cache/CachedTrait.php',
    'ApiPlatform\\Core\\DataPersister\\ChainDataPersister' => $vendorDir . '/api-platform/core/src/Core/DataPersister/ChainDataPersister.php',
    'ApiPlatform\\Core\\DataPersister\\ContextAwareDataPersisterInterface' => $vendorDir . '/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php',
    'ApiPlatform\\Core\\DataPersister\\DataPersisterInterface' => $vendorDir . '/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php',
    'ApiPlatform\\Core\\DataPersister\\ResumableDataPersisterInterface' => $vendorDir . '/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php',
    'ApiPlatform\\Core\\DataProvider\\ArrayPaginator' => $vendorDir . '/api-platform/core/src/Core/DataProvider/ArrayPaginator.php',
    'ApiPlatform\\Core\\DataProvider\\ChainCollectionDataProvider' => $vendorDir . '/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php',
    'ApiPlatform\\Core\\DataProvider\\ChainItemDataProvider' => $vendorDir . '/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php',
    'ApiPlatform\\Core\\DataProvider\\ChainSubresourceDataProvider' => $vendorDir . '/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php',
    'ApiPlatform\\Core\\DataProvider\\CollectionDataProviderInterface' => $vendorDir . '/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php',
    'ApiPlatform\\Core\\DataProvider\\ContextAwareCollectionDataProviderInterface' => $vendorDir . '/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php',
    'ApiPlatform\\Core\\DataProvider\\DenormalizedIdentifiersAwareItemDataProviderInterface' => $vendorDir . '/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php',
    'ApiPlatform\\Core\\DataProvider\\ItemDataProviderInterface' => $vendorDir . '/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php',
    'ApiPlatform\\Core\\DataProvider\\OperationDataProviderTrait' => $vendorDir . '/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php',
    'ApiPlatform\\Core\\DataProvider\\Pagination' => $vendorDir . '/api-platform/core/src/Core/DataProvider/Pagination.php',
    'ApiPlatform\\Core\\DataProvider\\PaginationOptions' => $vendorDir . '/api-platform/core/src/Core/DataProvider/PaginationOptions.php',
    'ApiPlatform\\Core\\DataProvider\\RestrictDataProviderTrait' => $vendorDir . '/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php',
    'ApiPlatform\\Core\\DataProvider\\RestrictedDataProviderInterface' => $vendorDir . '/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php',
    'ApiPlatform\\Core\\DataProvider\\SerializerAwareDataProviderInterface' => $vendorDir . '/api-platform/core/src/Core/DataProvider/SerializerAwareDataProviderInterface.php',
    'ApiPlatform\\Core\\DataProvider\\SerializerAwareDataProviderTrait' => $vendorDir . '/api-platform/core/src/Core/DataProvider/SerializerAwareDataProviderTrait.php',
    'ApiPlatform\\Core\\DataProvider\\SubresourceDataProviderInterface' => $vendorDir . '/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php',
    'ApiPlatform\\Core\\DataProvider\\TraversablePaginator' => $vendorDir . '/api-platform/core/src/Core/DataProvider/TraversablePaginator.php',
    'ApiPlatform\\Core\\DataTransformer\\DataTransformerInitializerInterface' => $vendorDir . '/api-platform/core/src/Core/DataTransformer/DataTransformerInitializerInterface.php',
    'ApiPlatform\\Core\\DataTransformer\\DataTransformerInterface' => $vendorDir . '/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php',
    'ApiPlatform\\Core\\Documentation\\Action\\DocumentationAction' => $vendorDir . '/api-platform/core/src/Core/Documentation/Action/DocumentationAction.php',
    'ApiPlatform\\Core\\Documentation\\Documentation' => $vendorDir . '/api-platform/core/src/Core/Documentation/Documentation.php',
    'ApiPlatform\\Core\\EventListener\\AddFormatListener' => $vendorDir . '/api-platform/core/src/Core/EventListener/AddFormatListener.php',
    'ApiPlatform\\Core\\EventListener\\DeserializeListener' => $vendorDir . '/api-platform/core/src/Core/EventListener/DeserializeListener.php',
    'ApiPlatform\\Core\\EventListener\\EventPriorities' => $vendorDir . '/api-platform/core/src/Core/EventListener/EventPriorities.php',
    'ApiPlatform\\Core\\EventListener\\ExceptionListener' => $vendorDir . '/api-platform/core/src/Core/EventListener/ExceptionListener.php',
    'ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener' => $vendorDir . '/api-platform/core/src/Core/EventListener/QueryParameterValidateListener.php',
    'ApiPlatform\\Core\\EventListener\\ReadListener' => $vendorDir . '/api-platform/core/src/Core/EventListener/ReadListener.php',
    'ApiPlatform\\Core\\EventListener\\RespondListener' => $vendorDir . '/api-platform/core/src/Core/EventListener/RespondListener.php',
    'ApiPlatform\\Core\\EventListener\\SerializeListener' => $vendorDir . '/api-platform/core/src/Core/EventListener/SerializeListener.php',
    'ApiPlatform\\Core\\EventListener\\WriteListener' => $vendorDir . '/api-platform/core/src/Core/EventListener/WriteListener.php',
    'ApiPlatform\\Core\\Exception\\DeserializationException' => $vendorDir . '/api-platform/core/src/Core/Exception/DeserializationException.php',
    'ApiPlatform\\Core\\Exception\\FilterValidationException' => $vendorDir . '/api-platform/core/src/Core/Exception/FilterValidationException.php',
    'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => $vendorDir . '/api-platform/core/src/Core/Exception/InvalidArgumentException.php',
    'ApiPlatform\\Core\\Exception\\InvalidIdentifierException' => $vendorDir . '/api-platform/core/src/Core/Exception/InvalidIdentifierException.php',
    'ApiPlatform\\Core\\Exception\\InvalidResourceException' => $vendorDir . '/api-platform/core/src/Core/Exception/InvalidResourceException.php',
    'ApiPlatform\\Core\\Exception\\InvalidValueException' => $vendorDir . '/api-platform/core/src/Core/Exception/InvalidValueException.php',
    'ApiPlatform\\Core\\Exception\\ItemNotFoundException' => $vendorDir . '/api-platform/core/src/Core/Exception/ItemNotFoundException.php',
    'ApiPlatform\\Core\\Exception\\PropertyNotFoundException' => $vendorDir . '/api-platform/core/src/Core/Exception/PropertyNotFoundException.php',
    'ApiPlatform\\Core\\Exception\\ResourceClassNotFoundException' => $vendorDir . '/api-platform/core/src/Core/Exception/ResourceClassNotFoundException.php',
    'ApiPlatform\\Core\\Exception\\ResourceClassNotSupportedException' => $vendorDir . '/api-platform/core/src/Core/Exception/ResourceClassNotSupportedException.php',
    'ApiPlatform\\Core\\Exception\\RuntimeException' => $vendorDir . '/api-platform/core/src/Core/Exception/RuntimeException.php',
    'ApiPlatform\\Core\\Filter\\QueryParameterValidator' => $vendorDir . '/api-platform/core/src/Core/Filter/QueryParameterValidator.php',
    'ApiPlatform\\Core\\Filter\\Validator\\ArrayItems' => $vendorDir . '/api-platform/core/src/Core/Filter/Validator/ArrayItems.php',
    'ApiPlatform\\Core\\Filter\\Validator\\Bounds' => $vendorDir . '/api-platform/core/src/Core/Filter/Validator/Bounds.php',
    'ApiPlatform\\Core\\Filter\\Validator\\Enum' => $vendorDir . '/api-platform/core/src/Core/Filter/Validator/Enum.php',
    'ApiPlatform\\Core\\Filter\\Validator\\Length' => $vendorDir . '/api-platform/core/src/Core/Filter/Validator/Length.php',
    'ApiPlatform\\Core\\Filter\\Validator\\MultipleOf' => $vendorDir . '/api-platform/core/src/Core/Filter/Validator/MultipleOf.php',
    'ApiPlatform\\Core\\Filter\\Validator\\Pattern' => $vendorDir . '/api-platform/core/src/Core/Filter/Validator/Pattern.php',
    'ApiPlatform\\Core\\Filter\\Validator\\Required' => $vendorDir . '/api-platform/core/src/Core/Filter/Validator/Required.php',
    'ApiPlatform\\Core\\GraphQl\\Action\\EntrypointAction' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Action/EntrypointAction.php',
    'ApiPlatform\\Core\\GraphQl\\Action\\GraphQlPlaygroundAction' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Action/GraphQlPlaygroundAction.php',
    'ApiPlatform\\Core\\GraphQl\\Action\\GraphiQlAction' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Action/GraphiQlAction.php',
    'ApiPlatform\\Core\\GraphQl\\Error\\ErrorHandler' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Error/ErrorHandler.php',
    'ApiPlatform\\Core\\GraphQl\\Executor' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Executor.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Factory\\CollectionResolverFactory' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Factory/CollectionResolverFactory.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Factory\\ItemMutationResolverFactory' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemMutationResolverFactory.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Factory\\ItemResolverFactory' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemResolverFactory.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Factory\\ItemSubscriptionResolverFactory' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemSubscriptionResolverFactory.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Factory\\ResolverFactoryInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\ResourceFieldResolver' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/ResourceFieldResolver.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\DeserializeStage' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStage.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\DeserializeStageInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\ReadStage' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStage.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\ReadStageInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\SecurityPostDenormalizeStage' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStage.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\SecurityPostDenormalizeStageInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\SecurityStage' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStage.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\SecurityStageInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\SerializeStage' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStage.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\SerializeStageInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\ValidateStage' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStage.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\ValidateStageInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\WriteStage' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStage.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Stage\\WriteStageInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Resolver\\Util\\IdentifierTrait' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Resolver/Util/IdentifierTrait.php',
    'ApiPlatform\\Core\\GraphQl\\Serializer\\Exception\\ErrorNormalizer' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php',
    'ApiPlatform\\Core\\GraphQl\\Serializer\\Exception\\HttpExceptionNormalizer' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php',
    'ApiPlatform\\Core\\GraphQl\\Serializer\\Exception\\RuntimeExceptionNormalizer' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php',
    'ApiPlatform\\Core\\GraphQl\\Serializer\\Exception\\ValidationExceptionNormalizer' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php',
    'ApiPlatform\\Core\\GraphQl\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Core\\GraphQl\\Serializer\\ObjectNormalizer' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php',
    'ApiPlatform\\Core\\GraphQl\\Serializer\\SerializerContextBuilder' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilder.php',
    'ApiPlatform\\Core\\GraphQl\\Serializer\\SerializerContextBuilderInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Subscription\\MercureSubscriptionIriGenerator' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGenerator.php',
    'ApiPlatform\\Core\\GraphQl\\Subscription\\MercureSubscriptionIriGeneratorInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Subscription\\SubscriptionIdentifierGenerator' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGenerator.php',
    'ApiPlatform\\Core\\GraphQl\\Subscription\\SubscriptionIdentifierGeneratorInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Subscription\\SubscriptionManager' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManager.php',
    'ApiPlatform\\Core\\GraphQl\\Subscription\\SubscriptionManagerInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\Definition\\IterableType' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/Definition/IterableType.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\Definition\\UploadType' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/Definition/UploadType.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\FieldsBuilder' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/FieldsBuilder.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\FieldsBuilderInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/FieldsBuilderInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\SchemaBuilder' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/SchemaBuilder.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\SchemaBuilderInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/SchemaBuilderInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\TypeBuilder' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/TypeBuilder.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\TypeBuilderInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/TypeBuilderInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\TypeConverter' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/TypeConverter.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\TypeConverterInterface' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/TypeConverterInterface.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\TypeNotFoundException' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/TypeNotFoundException.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\TypesContainer' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/TypesContainer.php',
    'ApiPlatform\\Core\\GraphQl\\Type\\TypesFactory' => $vendorDir . '/api-platform/core/src/Core/GraphQl/Type/TypesFactory.php',
    'ApiPlatform\\Core\\Hal\\JsonSchema\\SchemaFactory' => $vendorDir . '/api-platform/core/src/Core/Hal/JsonSchema/SchemaFactory.php',
    'ApiPlatform\\Core\\Hal\\Serializer\\CollectionNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hal/Serializer/CollectionNormalizer.php',
    'ApiPlatform\\Core\\Hal\\Serializer\\EntrypointNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hal/Serializer/EntrypointNormalizer.php',
    'ApiPlatform\\Core\\Hal\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hal/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Core\\Hal\\Serializer\\ObjectNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hal/Serializer/ObjectNormalizer.php',
    'ApiPlatform\\Core\\HttpCache\\EventListener\\AddHeadersListener' => $vendorDir . '/api-platform/core/src/Core/HttpCache/EventListener/AddHeadersListener.php',
    'ApiPlatform\\Core\\HttpCache\\EventListener\\AddTagsListener' => $vendorDir . '/api-platform/core/src/Core/HttpCache/EventListener/AddTagsListener.php',
    'ApiPlatform\\Core\\HttpCache\\PurgerInterface' => $vendorDir . '/api-platform/core/src/Core/HttpCache/PurgerInterface.php',
    'ApiPlatform\\Core\\HttpCache\\VarnishPurger' => $vendorDir . '/api-platform/core/src/Core/HttpCache/VarnishPurger.php',
    'ApiPlatform\\Core\\HttpCache\\VarnishXKeyPurger' => $vendorDir . '/api-platform/core/src/Core/HttpCache/VarnishXKeyPurger.php',
    'ApiPlatform\\Core\\Hydra\\EventListener\\AddLinkHeaderListener' => $vendorDir . '/api-platform/core/src/Core/Hydra/EventListener/AddLinkHeaderListener.php',
    'ApiPlatform\\Core\\Hydra\\JsonSchema\\SchemaFactory' => $vendorDir . '/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php',
    'ApiPlatform\\Core\\Hydra\\Serializer\\CollectionFiltersNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hydra/Serializer/CollectionFiltersNormalizer.php',
    'ApiPlatform\\Core\\Hydra\\Serializer\\CollectionNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hydra/Serializer/CollectionNormalizer.php',
    'ApiPlatform\\Core\\Hydra\\Serializer\\ConstraintViolationListNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hydra/Serializer/ConstraintViolationListNormalizer.php',
    'ApiPlatform\\Core\\Hydra\\Serializer\\DocumentationNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hydra/Serializer/DocumentationNormalizer.php',
    'ApiPlatform\\Core\\Hydra\\Serializer\\EntrypointNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hydra/Serializer/EntrypointNormalizer.php',
    'ApiPlatform\\Core\\Hydra\\Serializer\\ErrorNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hydra/Serializer/ErrorNormalizer.php',
    'ApiPlatform\\Core\\Hydra\\Serializer\\PartialCollectionViewNormalizer' => $vendorDir . '/api-platform/core/src/Core/Hydra/Serializer/PartialCollectionViewNormalizer.php',
    'ApiPlatform\\Core\\Identifier\\CompositeIdentifierParser' => $vendorDir . '/api-platform/core/src/Core/Identifier/CompositeIdentifierParser.php',
    'ApiPlatform\\Core\\Identifier\\ContextAwareIdentifierConverterInterface' => $vendorDir . '/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php',
    'ApiPlatform\\Core\\Identifier\\IdentifierConverter' => $vendorDir . '/api-platform/core/src/Core/Identifier/IdentifierConverter.php',
    'ApiPlatform\\Core\\Identifier\\IdentifierConverterInterface' => $vendorDir . '/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php',
    'ApiPlatform\\Core\\Identifier\\Normalizer\\DateTimeIdentifierDenormalizer' => $vendorDir . '/api-platform/core/src/Core/Identifier/Normalizer/DateTimeIdentifierDenormalizer.php',
    'ApiPlatform\\Core\\Identifier\\Normalizer\\IntegerDenormalizer' => $vendorDir . '/api-platform/core/src/Core/Identifier/Normalizer/IntegerDenormalizer.php',
    'ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFieldsetsParametersListener' => $vendorDir . '/api-platform/core/src/Core/JsonApi/EventListener/TransformFieldsetsParametersListener.php',
    'ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFilteringParametersListener' => $vendorDir . '/api-platform/core/src/Core/JsonApi/EventListener/TransformFilteringParametersListener.php',
    'ApiPlatform\\Core\\JsonApi\\EventListener\\TransformPaginationParametersListener' => $vendorDir . '/api-platform/core/src/Core/JsonApi/EventListener/TransformPaginationParametersListener.php',
    'ApiPlatform\\Core\\JsonApi\\EventListener\\TransformSortingParametersListener' => $vendorDir . '/api-platform/core/src/Core/JsonApi/EventListener/TransformSortingParametersListener.php',
    'ApiPlatform\\Core\\JsonApi\\Serializer\\CollectionNormalizer' => $vendorDir . '/api-platform/core/src/Core/JsonApi/Serializer/CollectionNormalizer.php',
    'ApiPlatform\\Core\\JsonApi\\Serializer\\ConstraintViolationListNormalizer' => $vendorDir . '/api-platform/core/src/Core/JsonApi/Serializer/ConstraintViolationListNormalizer.php',
    'ApiPlatform\\Core\\JsonApi\\Serializer\\EntrypointNormalizer' => $vendorDir . '/api-platform/core/src/Core/JsonApi/Serializer/EntrypointNormalizer.php',
    'ApiPlatform\\Core\\JsonApi\\Serializer\\ErrorNormalizer' => $vendorDir . '/api-platform/core/src/Core/JsonApi/Serializer/ErrorNormalizer.php',
    'ApiPlatform\\Core\\JsonApi\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Core/JsonApi/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Core\\JsonApi\\Serializer\\ObjectNormalizer' => $vendorDir . '/api-platform/core/src/Core/JsonApi/Serializer/ObjectNormalizer.php',
    'ApiPlatform\\Core\\JsonApi\\Serializer\\ReservedAttributeNameConverter' => $vendorDir . '/api-platform/core/src/Core/JsonApi/Serializer/ReservedAttributeNameConverter.php',
    'ApiPlatform\\Core\\JsonLd\\Action\\ContextAction' => $vendorDir . '/api-platform/core/src/Core/JsonLd/Action/ContextAction.php',
    'ApiPlatform\\Core\\JsonLd\\ContextBuilder' => $vendorDir . '/api-platform/core/src/Core/JsonLd/ContextBuilder.php',
    'ApiPlatform\\Core\\JsonLd\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Core/JsonLd/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Core\\JsonLd\\Serializer\\JsonLdContextTrait' => $vendorDir . '/api-platform/core/src/Core/JsonLd/Serializer/JsonLdContextTrait.php',
    'ApiPlatform\\Core\\JsonLd\\Serializer\\ObjectNormalizer' => $vendorDir . '/api-platform/core/src/Core/JsonLd/Serializer/ObjectNormalizer.php',
    'ApiPlatform\\Core\\JsonSchema\\Command\\JsonSchemaGenerateCommand' => $vendorDir . '/api-platform/core/src/Core/JsonSchema/Command/JsonSchemaGenerateCommand.php',
    'ApiPlatform\\Core\\JsonSchema\\Schema' => $vendorDir . '/api-platform/core/src/Core/JsonSchema/Schema.php',
    'ApiPlatform\\Core\\JsonSchema\\SchemaFactory' => $vendorDir . '/api-platform/core/src/Core/JsonSchema/SchemaFactory.php',
    'ApiPlatform\\Core\\JsonSchema\\SchemaFactoryInterface' => $vendorDir . '/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php',
    'ApiPlatform\\Core\\JsonSchema\\TypeFactory' => $vendorDir . '/api-platform/core/src/Core/JsonSchema/TypeFactory.php',
    'ApiPlatform\\Core\\Mercure\\EventListener\\AddLinkHeaderListener' => $vendorDir . '/api-platform/core/src/Core/Mercure/EventListener/AddLinkHeaderListener.php',
    'ApiPlatform\\Core\\Metadata\\Extractor\\XmlExtractor' => $vendorDir . '/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php',
    'ApiPlatform\\Core\\Metadata\\Extractor\\YamlExtractor' => $vendorDir . '/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\AnnotationPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\AnnotationPropertyNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyNameCollectionFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\AnnotationSubresourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\CachedPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\CachedPropertyNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\DefaultPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\ExtractorPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\ExtractorPropertyNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\InheritedPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\InheritedPropertyNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php',
    'ApiPlatform\\Core\\Metadata\\Property\\Factory\\SerializerPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Property\\PropertyMetadata' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/PropertyMetadata.php',
    'ApiPlatform\\Core\\Metadata\\Property\\PropertyNameCollection' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/PropertyNameCollection.php',
    'ApiPlatform\\Core\\Metadata\\Property\\SubresourceMetadata' => $vendorDir . '/api-platform/core/src/Core/Metadata/Property/SubresourceMetadata.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\ApiResourceToLegacyResourceMetadataTrait' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\AnnotationResourceFilterMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\AnnotationResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\AnnotationResourceNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\CachedResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ExtractorResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\FormatsResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\InputOutputResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\OperationResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\PhpDocResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ResourceMetadataFactoryInterface' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\Factory\\ShortNameResourceMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/ResourceMetadata.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\ResourceNameCollection' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/ResourceNameCollection.php',
    'ApiPlatform\\Core\\Metadata\\Resource\\ToggleableOperationAttributeTrait' => $vendorDir . '/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php',
    'ApiPlatform\\Core\\OpenApi\\Factory\\OpenApiFactory' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Components' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Components.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Contact' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Contact.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Encoding' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Encoding.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\ExtensionTrait' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/ExtensionTrait.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\ExternalDocumentation' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/ExternalDocumentation.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Info' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Info.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\License' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/License.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Link' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Link.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\MediaType' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/MediaType.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\OAuthFlow' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/OAuthFlow.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\OAuthFlows' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/OAuthFlows.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Operation' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Operation.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Parameter' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Parameter.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\PathItem' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/PathItem.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Paths' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Paths.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\RequestBody' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/RequestBody.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Response' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Response.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Schema' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Schema.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\SecurityScheme' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/SecurityScheme.php',
    'ApiPlatform\\Core\\OpenApi\\Model\\Server' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Model/Server.php',
    'ApiPlatform\\Core\\OpenApi\\OpenApi' => $vendorDir . '/api-platform/core/src/Core/OpenApi/OpenApi.php',
    'ApiPlatform\\Core\\OpenApi\\Options' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Options.php',
    'ApiPlatform\\Core\\OpenApi\\Serializer\\OpenApiNormalizer' => $vendorDir . '/api-platform/core/src/Core/OpenApi/Serializer/OpenApiNormalizer.php',
    'ApiPlatform\\Core\\Operation\\DashPathSegmentNameGenerator' => $vendorDir . '/api-platform/core/src/Core/Operation/DashPathSegmentNameGenerator.php',
    'ApiPlatform\\Core\\Operation\\Factory\\CachedSubresourceOperationFactory' => $vendorDir . '/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php',
    'ApiPlatform\\Core\\Operation\\Factory\\SubresourceOperationFactory' => $vendorDir . '/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php',
    'ApiPlatform\\Core\\Operation\\Factory\\SubresourceOperationFactoryInterface' => $vendorDir . '/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php',
    'ApiPlatform\\Core\\Operation\\UnderscorePathSegmentNameGenerator' => $vendorDir . '/api-platform/core/src/Core/Operation/UnderscorePathSegmentNameGenerator.php',
    'ApiPlatform\\Core\\PathResolver\\CustomOperationPathResolver' => $vendorDir . '/api-platform/core/src/Core/PathResolver/CustomOperationPathResolver.php',
    'ApiPlatform\\Core\\PathResolver\\DashOperationPathResolver' => $vendorDir . '/api-platform/core/src/Core/PathResolver/DashOperationPathResolver.php',
    'ApiPlatform\\Core\\PathResolver\\OperationPathResolver' => $vendorDir . '/api-platform/core/src/Core/PathResolver/OperationPathResolver.php',
    'ApiPlatform\\Core\\PathResolver\\UnderscoreOperationPathResolver' => $vendorDir . '/api-platform/core/src/Core/PathResolver/UnderscoreOperationPathResolver.php',
    'ApiPlatform\\Core\\Problem\\Serializer\\ConstraintViolationListNormalizer' => $vendorDir . '/api-platform/core/src/Core/Problem/Serializer/ConstraintViolationListNormalizer.php',
    'ApiPlatform\\Core\\Problem\\Serializer\\ErrorNormalizer' => $vendorDir . '/api-platform/core/src/Core/Problem/Serializer/ErrorNormalizer.php',
    'ApiPlatform\\Core\\Problem\\Serializer\\ErrorNormalizerTrait' => $vendorDir . '/api-platform/core/src/Core/Problem/Serializer/ErrorNormalizerTrait.php',
    'ApiPlatform\\Core\\Security\\Core\\Authorization\\ExpressionLanguageProvider' => $vendorDir . '/api-platform/core/src/Core/Security/Core/Authorization/ExpressionLanguageProvider.php',
    'ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener' => $vendorDir . '/api-platform/core/src/Core/Security/EventListener/DenyAccessListener.php',
    'ApiPlatform\\Core\\Security\\ExpressionLanguage' => $vendorDir . '/api-platform/core/src/Core/Security/ExpressionLanguage.php',
    'ApiPlatform\\Core\\Security\\ResourceAccessChecker' => $vendorDir . '/api-platform/core/src/Core/Security/ResourceAccessChecker.php',
    'ApiPlatform\\Core\\Serializer\\AbstractCollectionNormalizer' => $vendorDir . '/api-platform/core/src/Core/Serializer/AbstractCollectionNormalizer.php',
    'ApiPlatform\\Core\\Serializer\\AbstractConstraintViolationListNormalizer' => $vendorDir . '/api-platform/core/src/Core/Serializer/AbstractConstraintViolationListNormalizer.php',
    'ApiPlatform\\Core\\Serializer\\AbstractItemNormalizer' => $vendorDir . '/api-platform/core/src/Core/Serializer/AbstractItemNormalizer.php',
    'ApiPlatform\\Core\\Serializer\\CacheKeyTrait' => $vendorDir . '/api-platform/core/src/Core/Serializer/CacheKeyTrait.php',
    'ApiPlatform\\Core\\Serializer\\ContextTrait' => $vendorDir . '/api-platform/core/src/Core/Serializer/ContextTrait.php',
    'ApiPlatform\\Core\\Serializer\\Filter\\GroupFilter' => $vendorDir . '/api-platform/core/src/Core/Serializer/Filter/GroupFilter.php',
    'ApiPlatform\\Core\\Serializer\\Filter\\PropertyFilter' => $vendorDir . '/api-platform/core/src/Core/Serializer/Filter/PropertyFilter.php',
    'ApiPlatform\\Core\\Serializer\\InputOutputMetadataTrait' => $vendorDir . '/api-platform/core/src/Core/Serializer/InputOutputMetadataTrait.php',
    'ApiPlatform\\Core\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Core/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Core\\Serializer\\JsonEncoder' => $vendorDir . '/api-platform/core/src/Core/Serializer/JsonEncoder.php',
    'ApiPlatform\\Core\\Serializer\\Mapping\\Factory\\ClassMetadataFactory' => $vendorDir . '/api-platform/core/src/Core/Serializer/Mapping/Factory/ClassMetadataFactory.php',
    'ApiPlatform\\Core\\Serializer\\ResourceList' => $vendorDir . '/api-platform/core/src/Core/Serializer/ResourceList.php',
    'ApiPlatform\\Core\\Serializer\\SerializerContextBuilder' => $vendorDir . '/api-platform/core/src/Core/Serializer/SerializerContextBuilder.php',
    'ApiPlatform\\Core\\Serializer\\SerializerFilterContextBuilder' => $vendorDir . '/api-platform/core/src/Core/Serializer/SerializerFilterContextBuilder.php',
    'ApiPlatform\\Core\\Swagger\\Serializer\\ApiGatewayNormalizer' => $vendorDir . '/api-platform/core/src/Core/Swagger/Serializer/ApiGatewayNormalizer.php',
    'ApiPlatform\\Core\\Swagger\\Serializer\\DocumentationNormalizer' => $vendorDir . '/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php',
    'ApiPlatform\\Core\\Test\\DoctrineMongoDbOdmFilterTestCase' => $vendorDir . '/api-platform/core/src/Core/Test/DoctrineMongoDbOdmFilterTestCase.php',
    'ApiPlatform\\Core\\Test\\DoctrineMongoDbOdmSetup' => $vendorDir . '/api-platform/core/src/Core/Test/DoctrineMongoDbOdmSetup.php',
    'ApiPlatform\\Core\\Test\\DoctrineMongoDbOdmTestCase' => $vendorDir . '/api-platform/core/src/Core/Test/DoctrineMongoDbOdmTestCase.php',
    'ApiPlatform\\Core\\Test\\DoctrineOrmFilterTestCase' => $vendorDir . '/api-platform/core/src/Core/Test/DoctrineOrmFilterTestCase.php',
    'ApiPlatform\\Core\\Upgrade\\ColorConsoleDiffFormatter' => $vendorDir . '/api-platform/core/src/Core/Upgrade/ColorConsoleDiffFormatter.php',
    'ApiPlatform\\Core\\Upgrade\\RemoveAnnotationTrait' => $vendorDir . '/api-platform/core/src/Core/Upgrade/RemoveAnnotationTrait.php',
    'ApiPlatform\\Core\\Upgrade\\SubresourceTransformer' => $vendorDir . '/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php',
    'ApiPlatform\\Core\\Upgrade\\UpgradeApiFilterVisitor' => $vendorDir . '/api-platform/core/src/Core/Upgrade/UpgradeApiFilterVisitor.php',
    'ApiPlatform\\Core\\Upgrade\\UpgradeApiPropertyVisitor' => $vendorDir . '/api-platform/core/src/Core/Upgrade/UpgradeApiPropertyVisitor.php',
    'ApiPlatform\\Core\\Upgrade\\UpgradeApiResourceVisitor' => $vendorDir . '/api-platform/core/src/Core/Upgrade/UpgradeApiResourceVisitor.php',
    'ApiPlatform\\Core\\Upgrade\\UpgradeApiSubresourceVisitor' => $vendorDir . '/api-platform/core/src/Core/Upgrade/UpgradeApiSubresourceVisitor.php',
    'ApiPlatform\\Core\\Util\\AnnotationFilterExtractorTrait' => $vendorDir . '/api-platform/core/src/Core/Util/AnnotationFilterExtractorTrait.php',
    'ApiPlatform\\Core\\Util\\ArrayTrait' => $vendorDir . '/api-platform/core/src/Core/Util/ArrayTrait.php',
    'ApiPlatform\\Core\\Util\\AttributesExtractor' => $vendorDir . '/api-platform/core/src/Core/Util/AttributesExtractor.php',
    'ApiPlatform\\Core\\Util\\ClassInfoTrait' => $vendorDir . '/api-platform/core/src/Core/Util/ClassInfoTrait.php',
    'ApiPlatform\\Core\\Util\\ClientTrait' => $vendorDir . '/api-platform/core/src/Core/Util/ClientTrait.php',
    'ApiPlatform\\Core\\Util\\CloneTrait' => $vendorDir . '/api-platform/core/src/Core/Util/CloneTrait.php',
    'ApiPlatform\\Core\\Util\\CorsTrait' => $vendorDir . '/api-platform/core/src/Core/Util/CorsTrait.php',
    'ApiPlatform\\Core\\Util\\ErrorFormatGuesser' => $vendorDir . '/api-platform/core/src/Core/Util/ErrorFormatGuesser.php',
    'ApiPlatform\\Core\\Util\\Inflector' => $vendorDir . '/api-platform/core/src/Core/Util/Inflector.php',
    'ApiPlatform\\Core\\Util\\IriHelper' => $vendorDir . '/api-platform/core/src/Core/Util/IriHelper.php',
    'ApiPlatform\\Core\\Util\\Reflection' => $vendorDir . '/api-platform/core/src/Core/Util/Reflection.php',
    'ApiPlatform\\Core\\Util\\ReflectionClassRecursiveIterator' => $vendorDir . '/api-platform/core/src/Core/Util/ReflectionClassRecursiveIterator.php',
    'ApiPlatform\\Core\\Util\\RequestAttributesExtractor' => $vendorDir . '/api-platform/core/src/Core/Util/RequestAttributesExtractor.php',
    'ApiPlatform\\Core\\Util\\RequestParser' => $vendorDir . '/api-platform/core/src/Core/Util/RequestParser.php',
    'ApiPlatform\\Core\\Util\\ResourceClassInfoTrait' => $vendorDir . '/api-platform/core/src/Core/Util/ResourceClassInfoTrait.php',
    'ApiPlatform\\Core\\Util\\ResponseTrait' => $vendorDir . '/api-platform/core/src/Core/Util/ResponseTrait.php',
    'ApiPlatform\\Core\\Util\\SortTrait' => $vendorDir . '/api-platform/core/src/Core/Util/SortTrait.php',
    'ApiPlatform\\Core\\Validator\\EventListener\\ValidateListener' => $vendorDir . '/api-platform/core/src/Core/Validator/EventListener/ValidateListener.php',
    'ApiPlatform\\Core\\Validator\\Exception\\ValidationException' => $vendorDir . '/api-platform/core/src/Core/Validator/Exception/ValidationException.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\BooleanFilterTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/BooleanFilterTrait.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\DateFilterInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/DateFilterInterface.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\DateFilterTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/DateFilterTrait.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\ExistsFilterInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/ExistsFilterInterface.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\ExistsFilterTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/ExistsFilterTrait.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\NumericFilterTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/NumericFilterTrait.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\OrderFilterInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/OrderFilterInterface.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\OrderFilterTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/OrderFilterTrait.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\RangeFilterInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/RangeFilterInterface.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\RangeFilterTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/RangeFilterTrait.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\SearchFilterInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/SearchFilterInterface.php',
    'ApiPlatform\\Doctrine\\Common\\Filter\\SearchFilterTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/Filter/SearchFilterTrait.php',
    'ApiPlatform\\Doctrine\\Common\\PropertyHelperTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/PropertyHelperTrait.php',
    'ApiPlatform\\Doctrine\\Common\\State\\LinksHandlerTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Common/State/LinksHandlerTrait.php',
    'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor' => $vendorDir . '/api-platform/core/src/Doctrine/Common/State/PersistProcessor.php',
    'ApiPlatform\\Doctrine\\Common\\State\\RemoveProcessor' => $vendorDir . '/api-platform/core/src/Doctrine/Common/State/RemoveProcessor.php',
    'ApiPlatform\\Doctrine\\EventListener\\PublishMercureUpdatesListener' => $vendorDir . '/api-platform/core/src/Doctrine/EventListener/PublishMercureUpdatesListener.php',
    'ApiPlatform\\Doctrine\\EventListener\\PurgeHttpCacheListener' => $vendorDir . '/api-platform/core/src/Doctrine/EventListener/PurgeHttpCacheListener.php',
    'ApiPlatform\\Doctrine\\EventListener\\WriteListener' => $vendorDir . '/api-platform/core/src/Doctrine/EventListener/WriteListener.php',
    'ApiPlatform\\Doctrine\\Odm\\Extension\\AggregationCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Extension/AggregationCollectionExtensionInterface.php',
    'ApiPlatform\\Doctrine\\Odm\\Extension\\AggregationItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Extension/AggregationItemExtensionInterface.php',
    'ApiPlatform\\Doctrine\\Odm\\Extension\\AggregationResultCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Extension/AggregationResultCollectionExtensionInterface.php',
    'ApiPlatform\\Doctrine\\Odm\\Extension\\AggregationResultItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Extension/AggregationResultItemExtensionInterface.php',
    'ApiPlatform\\Doctrine\\Odm\\Extension\\FilterExtension' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Extension/FilterExtension.php',
    'ApiPlatform\\Doctrine\\Odm\\Extension\\OrderExtension' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Extension/OrderExtension.php',
    'ApiPlatform\\Doctrine\\Odm\\Extension\\PaginationExtension' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Extension/PaginationExtension.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\AbstractFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/AbstractFilter.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\BooleanFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/BooleanFilter.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\DateFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/DateFilter.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\ExistsFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/ExistsFilter.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\FilterInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/FilterInterface.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\NumericFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/NumericFilter.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\OrderFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/OrderFilter.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\RangeFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/RangeFilter.php',
    'ApiPlatform\\Doctrine\\Odm\\Filter\\SearchFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Filter/SearchFilter.php',
    'ApiPlatform\\Doctrine\\Odm\\Metadata\\Property\\DoctrineMongoDbOdmPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Metadata/Property/DoctrineMongoDbOdmPropertyMetadataFactory.php',
    'ApiPlatform\\Doctrine\\Odm\\Metadata\\Resource\\DoctrineMongoDbOdmResourceCollectionMetadataFactory' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Metadata/Resource/DoctrineMongoDbOdmResourceCollectionMetadataFactory.php',
    'ApiPlatform\\Doctrine\\Odm\\Paginator' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/Paginator.php',
    'ApiPlatform\\Doctrine\\Odm\\PropertyHelperTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/PropertyHelperTrait.php',
    'ApiPlatform\\Doctrine\\Odm\\PropertyInfo\\DoctrineExtractor' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/PropertyInfo/DoctrineExtractor.php',
    'ApiPlatform\\Doctrine\\Odm\\State\\CollectionProvider' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/State/CollectionProvider.php',
    'ApiPlatform\\Doctrine\\Odm\\State\\ItemProvider' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/State/ItemProvider.php',
    'ApiPlatform\\Doctrine\\Odm\\State\\LinksHandlerTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Odm/State/LinksHandlerTrait.php',
    'ApiPlatform\\Doctrine\\Orm\\AbstractPaginator' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/AbstractPaginator.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\EagerLoadingExtension' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/EagerLoadingExtension.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\FilterEagerLoadingExtension' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\FilterExtension' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/FilterExtension.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\OrderExtension' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/OrderExtension.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\PaginationExtension' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/PaginationExtension.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\QueryCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\QueryItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/QueryItemExtensionInterface.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\QueryResultCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php',
    'ApiPlatform\\Doctrine\\Orm\\Extension\\QueryResultItemExtensionInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Extension/QueryResultItemExtensionInterface.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\AbstractFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/AbstractFilter.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\BooleanFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/BooleanFilter.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\DateFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/DateFilter.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\ExistsFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/ExistsFilter.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\FilterInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/FilterInterface.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\NumericFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/NumericFilter.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\OrderFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/OrderFilter.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\RangeFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/RangeFilter.php',
    'ApiPlatform\\Doctrine\\Orm\\Filter\\SearchFilter' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Filter/SearchFilter.php',
    'ApiPlatform\\Doctrine\\Orm\\Metadata\\Property\\DoctrineOrmPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php',
    'ApiPlatform\\Doctrine\\Orm\\Metadata\\Resource\\DoctrineOrmResourceCollectionMetadataFactory' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php',
    'ApiPlatform\\Doctrine\\Orm\\Paginator' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Paginator.php',
    'ApiPlatform\\Doctrine\\Orm\\PropertyHelperTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/PropertyHelperTrait.php',
    'ApiPlatform\\Doctrine\\Orm\\QueryAwareInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php',
    'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/State/CollectionProvider.php',
    'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/State/ItemProvider.php',
    'ApiPlatform\\Doctrine\\Orm\\State\\LinksHandlerTrait' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/State/LinksHandlerTrait.php',
    'ApiPlatform\\Doctrine\\Orm\\Util\\QueryBuilderHelper' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Util/QueryBuilderHelper.php',
    'ApiPlatform\\Doctrine\\Orm\\Util\\QueryChecker' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Util/QueryChecker.php',
    'ApiPlatform\\Doctrine\\Orm\\Util\\QueryNameGenerator' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Util/QueryNameGenerator.php',
    'ApiPlatform\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface' => $vendorDir . '/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php',
    'ApiPlatform\\Documentation\\Action\\DocumentationAction' => $vendorDir . '/api-platform/core/src/Documentation/Action/DocumentationAction.php',
    'ApiPlatform\\Documentation\\Documentation' => $vendorDir . '/api-platform/core/src/Documentation/Documentation.php',
    'ApiPlatform\\Documentation\\DocumentationInterface' => $vendorDir . '/api-platform/core/src/Documentation/DocumentationInterface.php',
    'ApiPlatform\\Elasticsearch\\Exception\\IndexNotFoundException' => $vendorDir . '/api-platform/core/src/Elasticsearch/Exception/IndexNotFoundException.php',
    'ApiPlatform\\Elasticsearch\\Exception\\NonUniqueIdentifierException' => $vendorDir . '/api-platform/core/src/Elasticsearch/Exception/NonUniqueIdentifierException.php',
    'ApiPlatform\\Elasticsearch\\Extension\\AbstractFilterExtension' => $vendorDir . '/api-platform/core/src/Elasticsearch/Extension/AbstractFilterExtension.php',
    'ApiPlatform\\Elasticsearch\\Extension\\ConstantScoreFilterExtension' => $vendorDir . '/api-platform/core/src/Elasticsearch/Extension/ConstantScoreFilterExtension.php',
    'ApiPlatform\\Elasticsearch\\Extension\\RequestBodySearchCollectionExtensionInterface' => $vendorDir . '/api-platform/core/src/Elasticsearch/Extension/RequestBodySearchCollectionExtensionInterface.php',
    'ApiPlatform\\Elasticsearch\\Extension\\SortExtension' => $vendorDir . '/api-platform/core/src/Elasticsearch/Extension/SortExtension.php',
    'ApiPlatform\\Elasticsearch\\Extension\\SortFilterExtension' => $vendorDir . '/api-platform/core/src/Elasticsearch/Extension/SortFilterExtension.php',
    'ApiPlatform\\Elasticsearch\\Filter\\AbstractFilter' => $vendorDir . '/api-platform/core/src/Elasticsearch/Filter/AbstractFilter.php',
    'ApiPlatform\\Elasticsearch\\Filter\\AbstractSearchFilter' => $vendorDir . '/api-platform/core/src/Elasticsearch/Filter/AbstractSearchFilter.php',
    'ApiPlatform\\Elasticsearch\\Filter\\ConstantScoreFilterInterface' => $vendorDir . '/api-platform/core/src/Elasticsearch/Filter/ConstantScoreFilterInterface.php',
    'ApiPlatform\\Elasticsearch\\Filter\\FilterInterface' => $vendorDir . '/api-platform/core/src/Elasticsearch/Filter/FilterInterface.php',
    'ApiPlatform\\Elasticsearch\\Filter\\MatchFilter' => $vendorDir . '/api-platform/core/src/Elasticsearch/Filter/MatchFilter.php',
    'ApiPlatform\\Elasticsearch\\Filter\\OrderFilter' => $vendorDir . '/api-platform/core/src/Elasticsearch/Filter/OrderFilter.php',
    'ApiPlatform\\Elasticsearch\\Filter\\SortFilterInterface' => $vendorDir . '/api-platform/core/src/Elasticsearch/Filter/SortFilterInterface.php',
    'ApiPlatform\\Elasticsearch\\Filter\\TermFilter' => $vendorDir . '/api-platform/core/src/Elasticsearch/Filter/TermFilter.php',
    'ApiPlatform\\Elasticsearch\\Metadata\\Document\\DocumentMetadata' => $vendorDir . '/api-platform/core/src/Elasticsearch/Metadata/Document/DocumentMetadata.php',
    'ApiPlatform\\Elasticsearch\\Metadata\\Document\\Factory\\AttributeDocumentMetadataFactory' => $vendorDir . '/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/AttributeDocumentMetadataFactory.php',
    'ApiPlatform\\Elasticsearch\\Metadata\\Document\\Factory\\CachedDocumentMetadataFactory' => $vendorDir . '/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/CachedDocumentMetadataFactory.php',
    'ApiPlatform\\Elasticsearch\\Metadata\\Document\\Factory\\CatDocumentMetadataFactory' => $vendorDir . '/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/CatDocumentMetadataFactory.php',
    'ApiPlatform\\Elasticsearch\\Metadata\\Document\\Factory\\ConfiguredDocumentMetadataFactory' => $vendorDir . '/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/ConfiguredDocumentMetadataFactory.php',
    'ApiPlatform\\Elasticsearch\\Metadata\\Document\\Factory\\DocumentMetadataFactoryInterface' => $vendorDir . '/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php',
    'ApiPlatform\\Elasticsearch\\Metadata\\Resource\\Factory\\ElasticsearchProviderResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Elasticsearch/Metadata/Resource/Factory/ElasticsearchProviderResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Elasticsearch\\Paginator' => $vendorDir . '/api-platform/core/src/Elasticsearch/Paginator.php',
    'ApiPlatform\\Elasticsearch\\Serializer\\DocumentNormalizer' => $vendorDir . '/api-platform/core/src/Elasticsearch/Serializer/DocumentNormalizer.php',
    'ApiPlatform\\Elasticsearch\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Elasticsearch/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Elasticsearch\\Serializer\\NameConverter\\InnerFieldsNameConverter' => $vendorDir . '/api-platform/core/src/Elasticsearch/Serializer/NameConverter/InnerFieldsNameConverter.php',
    'ApiPlatform\\Elasticsearch\\State\\CollectionProvider' => $vendorDir . '/api-platform/core/src/Elasticsearch/State/CollectionProvider.php',
    'ApiPlatform\\Elasticsearch\\State\\ItemProvider' => $vendorDir . '/api-platform/core/src/Elasticsearch/State/ItemProvider.php',
    'ApiPlatform\\Elasticsearch\\Util\\ElasticsearchVersion' => $vendorDir . '/api-platform/core/src/Elasticsearch/Util/ElasticsearchVersion.php',
    'ApiPlatform\\Elasticsearch\\Util\\FieldDatatypeTrait' => $vendorDir . '/api-platform/core/src/Elasticsearch/Util/FieldDatatypeTrait.php',
    'ApiPlatform\\Exception\\DeserializationException' => $vendorDir . '/api-platform/core/src/Exception/DeserializationException.php',
    'ApiPlatform\\Exception\\ErrorCodeSerializableInterface' => $vendorDir . '/api-platform/core/src/Exception/ErrorCodeSerializableInterface.php',
    'ApiPlatform\\Exception\\ExceptionInterface' => $vendorDir . '/api-platform/core/src/Exception/ExceptionInterface.php',
    'ApiPlatform\\Exception\\FilterValidationException' => $vendorDir . '/api-platform/core/src/Exception/FilterValidationException.php',
    'ApiPlatform\\Exception\\InvalidArgumentException' => $vendorDir . '/api-platform/core/src/Exception/InvalidArgumentException.php',
    'ApiPlatform\\Exception\\InvalidIdentifierException' => $vendorDir . '/api-platform/core/src/Exception/InvalidIdentifierException.php',
    'ApiPlatform\\Exception\\InvalidResourceException' => $vendorDir . '/api-platform/core/src/Exception/InvalidResourceException.php',
    'ApiPlatform\\Exception\\InvalidUriVariableException' => $vendorDir . '/api-platform/core/src/Exception/InvalidUriVariableException.php',
    'ApiPlatform\\Exception\\InvalidValueException' => $vendorDir . '/api-platform/core/src/Exception/InvalidValueException.php',
    'ApiPlatform\\Exception\\ItemNotFoundException' => $vendorDir . '/api-platform/core/src/Exception/ItemNotFoundException.php',
    'ApiPlatform\\Exception\\NotExposedHttpException' => $vendorDir . '/api-platform/core/src/Exception/NotExposedHttpException.php',
    'ApiPlatform\\Exception\\OperationNotFoundException' => $vendorDir . '/api-platform/core/src/Exception/OperationNotFoundException.php',
    'ApiPlatform\\Exception\\PropertyNotFoundException' => $vendorDir . '/api-platform/core/src/Exception/PropertyNotFoundException.php',
    'ApiPlatform\\Exception\\ResourceClassNotFoundException' => $vendorDir . '/api-platform/core/src/Exception/ResourceClassNotFoundException.php',
    'ApiPlatform\\Exception\\ResourceClassNotSupportedException' => $vendorDir . '/api-platform/core/src/Exception/ResourceClassNotSupportedException.php',
    'ApiPlatform\\Exception\\RuntimeException' => $vendorDir . '/api-platform/core/src/Exception/RuntimeException.php',
    'ApiPlatform\\GraphQl\\Action\\EntrypointAction' => $vendorDir . '/api-platform/core/src/GraphQl/Action/EntrypointAction.php',
    'ApiPlatform\\GraphQl\\Action\\GraphQlPlaygroundAction' => $vendorDir . '/api-platform/core/src/GraphQl/Action/GraphQlPlaygroundAction.php',
    'ApiPlatform\\GraphQl\\Action\\GraphiQlAction' => $vendorDir . '/api-platform/core/src/GraphQl/Action/GraphiQlAction.php',
    'ApiPlatform\\GraphQl\\Error\\ErrorHandler' => $vendorDir . '/api-platform/core/src/GraphQl/Error/ErrorHandler.php',
    'ApiPlatform\\GraphQl\\Error\\ErrorHandlerInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php',
    'ApiPlatform\\GraphQl\\Executor' => $vendorDir . '/api-platform/core/src/GraphQl/Executor.php',
    'ApiPlatform\\GraphQl\\ExecutorInterface' => $vendorDir . '/api-platform/core/src/GraphQl/ExecutorInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Factory\\CollectionResolverFactory' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Factory/CollectionResolverFactory.php',
    'ApiPlatform\\GraphQl\\Resolver\\Factory\\ItemMutationResolverFactory' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Factory/ItemMutationResolverFactory.php',
    'ApiPlatform\\GraphQl\\Resolver\\Factory\\ItemResolverFactory' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Factory/ItemResolverFactory.php',
    'ApiPlatform\\GraphQl\\Resolver\\Factory\\ItemSubscriptionResolverFactory' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Factory/ItemSubscriptionResolverFactory.php',
    'ApiPlatform\\GraphQl\\Resolver\\Factory\\ResolverFactoryInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Factory/ResolverFactoryInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\MutationResolverInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\QueryCollectionResolverInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\QueryItemResolverInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\ResourceFieldResolver' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/ResourceFieldResolver.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\DeserializeStage' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/DeserializeStage.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\DeserializeStageInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/DeserializeStageInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\ReadStage' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/ReadStage.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\ReadStageInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/ReadStageInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\SecurityPostDenormalizeStage' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/SecurityPostDenormalizeStage.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\SecurityPostDenormalizeStageInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\SecurityPostValidationStage' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/SecurityPostValidationStage.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\SecurityPostValidationStageInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/SecurityPostValidationStageInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\SecurityStage' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/SecurityStage.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\SecurityStageInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/SecurityStageInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\SerializeStage' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/SerializeStage.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\SerializeStageInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/SerializeStageInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\ValidateStage' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/ValidateStage.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\ValidateStageInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/ValidateStageInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\WriteStage' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/WriteStage.php',
    'ApiPlatform\\GraphQl\\Resolver\\Stage\\WriteStageInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Stage/WriteStageInterface.php',
    'ApiPlatform\\GraphQl\\Resolver\\Util\\IdentifierTrait' => $vendorDir . '/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php',
    'ApiPlatform\\GraphQl\\Serializer\\Exception\\ErrorNormalizer' => $vendorDir . '/api-platform/core/src/GraphQl/Serializer/Exception/ErrorNormalizer.php',
    'ApiPlatform\\GraphQl\\Serializer\\Exception\\HttpExceptionNormalizer' => $vendorDir . '/api-platform/core/src/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php',
    'ApiPlatform\\GraphQl\\Serializer\\Exception\\RuntimeExceptionNormalizer' => $vendorDir . '/api-platform/core/src/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php',
    'ApiPlatform\\GraphQl\\Serializer\\Exception\\ValidationExceptionNormalizer' => $vendorDir . '/api-platform/core/src/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php',
    'ApiPlatform\\GraphQl\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/GraphQl/Serializer/ItemNormalizer.php',
    'ApiPlatform\\GraphQl\\Serializer\\ObjectNormalizer' => $vendorDir . '/api-platform/core/src/GraphQl/Serializer/ObjectNormalizer.php',
    'ApiPlatform\\GraphQl\\Serializer\\SerializerContextBuilder' => $vendorDir . '/api-platform/core/src/GraphQl/Serializer/SerializerContextBuilder.php',
    'ApiPlatform\\GraphQl\\Serializer\\SerializerContextBuilderInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Serializer/SerializerContextBuilderInterface.php',
    'ApiPlatform\\GraphQl\\Subscription\\MercureSubscriptionIriGenerator' => $vendorDir . '/api-platform/core/src/GraphQl/Subscription/MercureSubscriptionIriGenerator.php',
    'ApiPlatform\\GraphQl\\Subscription\\MercureSubscriptionIriGeneratorInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php',
    'ApiPlatform\\GraphQl\\Subscription\\SubscriptionIdentifierGenerator' => $vendorDir . '/api-platform/core/src/GraphQl/Subscription/SubscriptionIdentifierGenerator.php',
    'ApiPlatform\\GraphQl\\Subscription\\SubscriptionIdentifierGeneratorInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php',
    'ApiPlatform\\GraphQl\\Subscription\\SubscriptionManager' => $vendorDir . '/api-platform/core/src/GraphQl/Subscription/SubscriptionManager.php',
    'ApiPlatform\\GraphQl\\Subscription\\SubscriptionManagerInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Subscription/SubscriptionManagerInterface.php',
    'ApiPlatform\\GraphQl\\Type\\Definition\\IterableType' => $vendorDir . '/api-platform/core/src/GraphQl/Type/Definition/IterableType.php',
    'ApiPlatform\\GraphQl\\Type\\Definition\\TypeInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php',
    'ApiPlatform\\GraphQl\\Type\\Definition\\UploadType' => $vendorDir . '/api-platform/core/src/GraphQl/Type/Definition/UploadType.php',
    'ApiPlatform\\GraphQl\\Type\\FieldsBuilder' => $vendorDir . '/api-platform/core/src/GraphQl/Type/FieldsBuilder.php',
    'ApiPlatform\\GraphQl\\Type\\FieldsBuilderInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Type/FieldsBuilderInterface.php',
    'ApiPlatform\\GraphQl\\Type\\SchemaBuilder' => $vendorDir . '/api-platform/core/src/GraphQl/Type/SchemaBuilder.php',
    'ApiPlatform\\GraphQl\\Type\\SchemaBuilderInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Type/SchemaBuilderInterface.php',
    'ApiPlatform\\GraphQl\\Type\\TypeBuilder' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypeBuilder.php',
    'ApiPlatform\\GraphQl\\Type\\TypeBuilderInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypeBuilderInterface.php',
    'ApiPlatform\\GraphQl\\Type\\TypeConverter' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypeConverter.php',
    'ApiPlatform\\GraphQl\\Type\\TypeConverterInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypeConverterInterface.php',
    'ApiPlatform\\GraphQl\\Type\\TypeNotFoundException' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypeNotFoundException.php',
    'ApiPlatform\\GraphQl\\Type\\TypesContainer' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypesContainer.php',
    'ApiPlatform\\GraphQl\\Type\\TypesContainerInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php',
    'ApiPlatform\\GraphQl\\Type\\TypesFactory' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypesFactory.php',
    'ApiPlatform\\GraphQl\\Type\\TypesFactoryInterface' => $vendorDir . '/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php',
    'ApiPlatform\\Hal\\JsonSchema\\SchemaFactory' => $vendorDir . '/api-platform/core/src/Hal/JsonSchema/SchemaFactory.php',
    'ApiPlatform\\Hal\\Serializer\\CollectionNormalizer' => $vendorDir . '/api-platform/core/src/Hal/Serializer/CollectionNormalizer.php',
    'ApiPlatform\\Hal\\Serializer\\EntrypointNormalizer' => $vendorDir . '/api-platform/core/src/Hal/Serializer/EntrypointNormalizer.php',
    'ApiPlatform\\Hal\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Hal/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Hal\\Serializer\\ObjectNormalizer' => $vendorDir . '/api-platform/core/src/Hal/Serializer/ObjectNormalizer.php',
    'ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener' => $vendorDir . '/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php',
    'ApiPlatform\\HttpCache\\EventListener\\AddTagsListener' => $vendorDir . '/api-platform/core/src/HttpCache/EventListener/AddTagsListener.php',
    'ApiPlatform\\HttpCache\\PurgerInterface' => $vendorDir . '/api-platform/core/src/HttpCache/PurgerInterface.php',
    'ApiPlatform\\HttpCache\\VarnishPurger' => $vendorDir . '/api-platform/core/src/HttpCache/VarnishPurger.php',
    'ApiPlatform\\HttpCache\\VarnishXKeyPurger' => $vendorDir . '/api-platform/core/src/HttpCache/VarnishXKeyPurger.php',
    'ApiPlatform\\Hydra\\EventListener\\AddLinkHeaderListener' => $vendorDir . '/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php',
    'ApiPlatform\\Hydra\\JsonSchema\\SchemaFactory' => $vendorDir . '/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php',
    'ApiPlatform\\Hydra\\Serializer\\CollectionFiltersNormalizer' => $vendorDir . '/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php',
    'ApiPlatform\\Hydra\\Serializer\\CollectionNormalizer' => $vendorDir . '/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php',
    'ApiPlatform\\Hydra\\Serializer\\ConstraintViolationListNormalizer' => $vendorDir . '/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php',
    'ApiPlatform\\Hydra\\Serializer\\DocumentationNormalizer' => $vendorDir . '/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php',
    'ApiPlatform\\Hydra\\Serializer\\EntrypointNormalizer' => $vendorDir . '/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php',
    'ApiPlatform\\Hydra\\Serializer\\ErrorNormalizer' => $vendorDir . '/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php',
    'ApiPlatform\\Hydra\\Serializer\\PartialCollectionViewNormalizer' => $vendorDir . '/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php',
    'ApiPlatform\\JsonApi\\Serializer\\CollectionNormalizer' => $vendorDir . '/api-platform/core/src/JsonApi/Serializer/CollectionNormalizer.php',
    'ApiPlatform\\JsonApi\\Serializer\\ConstraintViolationListNormalizer' => $vendorDir . '/api-platform/core/src/JsonApi/Serializer/ConstraintViolationListNormalizer.php',
    'ApiPlatform\\JsonApi\\Serializer\\EntrypointNormalizer' => $vendorDir . '/api-platform/core/src/JsonApi/Serializer/EntrypointNormalizer.php',
    'ApiPlatform\\JsonApi\\Serializer\\ErrorNormalizer' => $vendorDir . '/api-platform/core/src/JsonApi/Serializer/ErrorNormalizer.php',
    'ApiPlatform\\JsonApi\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/JsonApi/Serializer/ItemNormalizer.php',
    'ApiPlatform\\JsonApi\\Serializer\\ObjectNormalizer' => $vendorDir . '/api-platform/core/src/JsonApi/Serializer/ObjectNormalizer.php',
    'ApiPlatform\\JsonApi\\Serializer\\ReservedAttributeNameConverter' => $vendorDir . '/api-platform/core/src/JsonApi/Serializer/ReservedAttributeNameConverter.php',
    'ApiPlatform\\JsonLd\\Action\\ContextAction' => $vendorDir . '/api-platform/core/src/JsonLd/Action/ContextAction.php',
    'ApiPlatform\\JsonLd\\AnonymousContextBuilderInterface' => $vendorDir . '/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php',
    'ApiPlatform\\JsonLd\\ContextBuilder' => $vendorDir . '/api-platform/core/src/JsonLd/ContextBuilder.php',
    'ApiPlatform\\JsonLd\\ContextBuilderInterface' => $vendorDir . '/api-platform/core/src/JsonLd/ContextBuilderInterface.php',
    'ApiPlatform\\JsonLd\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php',
    'ApiPlatform\\JsonLd\\Serializer\\JsonLdContextTrait' => $vendorDir . '/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php',
    'ApiPlatform\\JsonLd\\Serializer\\ObjectNormalizer' => $vendorDir . '/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php',
    'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand' => $vendorDir . '/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php',
    'ApiPlatform\\JsonSchema\\Schema' => $vendorDir . '/api-platform/core/src/JsonSchema/Schema.php',
    'ApiPlatform\\JsonSchema\\SchemaFactory' => $vendorDir . '/api-platform/core/src/JsonSchema/SchemaFactory.php',
    'ApiPlatform\\JsonSchema\\SchemaFactoryInterface' => $vendorDir . '/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php',
    'ApiPlatform\\JsonSchema\\TypeFactory' => $vendorDir . '/api-platform/core/src/JsonSchema/TypeFactory.php',
    'ApiPlatform\\JsonSchema\\TypeFactoryInterface' => $vendorDir . '/api-platform/core/src/JsonSchema/TypeFactoryInterface.php',
    'ApiPlatform\\Metadata\\ApiFilter' => $vendorDir . '/api-platform/core/src/Metadata/ApiFilter.php',
    'ApiPlatform\\Metadata\\ApiProperty' => $vendorDir . '/api-platform/core/src/Metadata/ApiProperty.php',
    'ApiPlatform\\Metadata\\ApiResource' => $vendorDir . '/api-platform/core/src/Metadata/ApiResource.php',
    'ApiPlatform\\Metadata\\CollectionOperationInterface' => $vendorDir . '/api-platform/core/src/Metadata/CollectionOperationInterface.php',
    'ApiPlatform\\Metadata\\Delete' => $vendorDir . '/api-platform/core/src/Metadata/Delete.php',
    'ApiPlatform\\Metadata\\DeleteOperationInterface' => $vendorDir . '/api-platform/core/src/Metadata/DeleteOperationInterface.php',
    'ApiPlatform\\Metadata\\Extractor\\AbstractPropertyExtractor' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php',
    'ApiPlatform\\Metadata\\Extractor\\AbstractResourceExtractor' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php',
    'ApiPlatform\\Metadata\\Extractor\\PropertyExtractorInterface' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php',
    'ApiPlatform\\Metadata\\Extractor\\ResourceExtractorInterface' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php',
    'ApiPlatform\\Metadata\\Extractor\\ResourceExtractorTrait' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php',
    'ApiPlatform\\Metadata\\Extractor\\XmlPropertyExtractor' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php',
    'ApiPlatform\\Metadata\\Extractor\\XmlResourceExtractor' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php',
    'ApiPlatform\\Metadata\\Extractor\\YamlPropertyExtractor' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php',
    'ApiPlatform\\Metadata\\Extractor\\YamlResourceExtractor' => $vendorDir . '/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php',
    'ApiPlatform\\Metadata\\Get' => $vendorDir . '/api-platform/core/src/Metadata/Get.php',
    'ApiPlatform\\Metadata\\GetCollection' => $vendorDir . '/api-platform/core/src/Metadata/GetCollection.php',
    'ApiPlatform\\Metadata\\GraphQl\\DeleteMutation' => $vendorDir . '/api-platform/core/src/Metadata/GraphQl/DeleteMutation.php',
    'ApiPlatform\\Metadata\\GraphQl\\Mutation' => $vendorDir . '/api-platform/core/src/Metadata/GraphQl/Mutation.php',
    'ApiPlatform\\Metadata\\GraphQl\\Operation' => $vendorDir . '/api-platform/core/src/Metadata/GraphQl/Operation.php',
    'ApiPlatform\\Metadata\\GraphQl\\Query' => $vendorDir . '/api-platform/core/src/Metadata/GraphQl/Query.php',
    'ApiPlatform\\Metadata\\GraphQl\\QueryCollection' => $vendorDir . '/api-platform/core/src/Metadata/GraphQl/QueryCollection.php',
    'ApiPlatform\\Metadata\\GraphQl\\Subscription' => $vendorDir . '/api-platform/core/src/Metadata/GraphQl/Subscription.php',
    'ApiPlatform\\Metadata\\HttpOperation' => $vendorDir . '/api-platform/core/src/Metadata/HttpOperation.php',
    'ApiPlatform\\Metadata\\Link' => $vendorDir . '/api-platform/core/src/Metadata/Link.php',
    'ApiPlatform\\Metadata\\NotExposed' => $vendorDir . '/api-platform/core/src/Metadata/NotExposed.php',
    'ApiPlatform\\Metadata\\Operation' => $vendorDir . '/api-platform/core/src/Metadata/Operation.php',
    'ApiPlatform\\Metadata\\Operations' => $vendorDir . '/api-platform/core/src/Metadata/Operations.php',
    'ApiPlatform\\Metadata\\Patch' => $vendorDir . '/api-platform/core/src/Metadata/Patch.php',
    'ApiPlatform\\Metadata\\Post' => $vendorDir . '/api-platform/core/src/Metadata/Post.php',
    'ApiPlatform\\Metadata\\Property\\DeprecationMetadataTrait' => $vendorDir . '/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\AttributePropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\CachedPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\CachedPropertyNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\DefaultPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\ExtractorPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\ExtractorPropertyNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\LegacyPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\PropertyInfoPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\PropertyInfoPropertyNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\PropertyMetadataFactoryInterface' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\PropertyNameCollectionFactoryInterface' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php',
    'ApiPlatform\\Metadata\\Property\\Factory\\SerializerPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php',
    'ApiPlatform\\Metadata\\Property\\PropertyNameCollection' => $vendorDir . '/api-platform/core/src/Metadata/Property/PropertyNameCollection.php',
    'ApiPlatform\\Metadata\\Put' => $vendorDir . '/api-platform/core/src/Metadata/Put.php',
    'ApiPlatform\\Metadata\\Resource\\DeprecationMetadataTrait' => $vendorDir . '/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\AlternateUriResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\AttributesResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\AttributesResourceNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\CachedResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\CachedResourceNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\ExtractorResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\ExtractorResourceNameCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\FiltersResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\FormatsResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\InputOutputResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\LegacyResourceMetadataResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\LegacySubresourceMetadataResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\LinkFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\LinkFactoryInterface' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\LinkResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\NotExposedOperationResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\OperationNameResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\PhpDocResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\ResourceMetadataCollectionFactoryInterface' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\ResourceNameCollectionFactoryInterface' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php',
    'ApiPlatform\\Metadata\\Resource\\Factory\\UriTemplateResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Metadata\\Resource\\ResourceMetadataCollection' => $vendorDir . '/api-platform/core/src/Metadata/Resource/ResourceMetadataCollection.php',
    'ApiPlatform\\Metadata\\Resource\\ResourceNameCollection' => $vendorDir . '/api-platform/core/src/Metadata/Resource/ResourceNameCollection.php',
    'ApiPlatform\\Metadata\\WithResourceTrait' => $vendorDir . '/api-platform/core/src/Metadata/WithResourceTrait.php',
    'ApiPlatform\\OpenApi\\Factory\\OpenApiFactory' => $vendorDir . '/api-platform/core/src/OpenApi/Factory/OpenApiFactory.php',
    'ApiPlatform\\OpenApi\\Factory\\OpenApiFactoryInterface' => $vendorDir . '/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php',
    'ApiPlatform\\OpenApi\\Model\\Components' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Components.php',
    'ApiPlatform\\OpenApi\\Model\\Contact' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Contact.php',
    'ApiPlatform\\OpenApi\\Model\\Encoding' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Encoding.php',
    'ApiPlatform\\OpenApi\\Model\\ExtensionTrait' => $vendorDir . '/api-platform/core/src/OpenApi/Model/ExtensionTrait.php',
    'ApiPlatform\\OpenApi\\Model\\ExternalDocumentation' => $vendorDir . '/api-platform/core/src/OpenApi/Model/ExternalDocumentation.php',
    'ApiPlatform\\OpenApi\\Model\\Info' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Info.php',
    'ApiPlatform\\OpenApi\\Model\\License' => $vendorDir . '/api-platform/core/src/OpenApi/Model/License.php',
    'ApiPlatform\\OpenApi\\Model\\Link' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Link.php',
    'ApiPlatform\\OpenApi\\Model\\MediaType' => $vendorDir . '/api-platform/core/src/OpenApi/Model/MediaType.php',
    'ApiPlatform\\OpenApi\\Model\\OAuthFlow' => $vendorDir . '/api-platform/core/src/OpenApi/Model/OAuthFlow.php',
    'ApiPlatform\\OpenApi\\Model\\OAuthFlows' => $vendorDir . '/api-platform/core/src/OpenApi/Model/OAuthFlows.php',
    'ApiPlatform\\OpenApi\\Model\\Operation' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Operation.php',
    'ApiPlatform\\OpenApi\\Model\\Parameter' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Parameter.php',
    'ApiPlatform\\OpenApi\\Model\\PathItem' => $vendorDir . '/api-platform/core/src/OpenApi/Model/PathItem.php',
    'ApiPlatform\\OpenApi\\Model\\Paths' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Paths.php',
    'ApiPlatform\\OpenApi\\Model\\RequestBody' => $vendorDir . '/api-platform/core/src/OpenApi/Model/RequestBody.php',
    'ApiPlatform\\OpenApi\\Model\\Response' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Response.php',
    'ApiPlatform\\OpenApi\\Model\\Schema' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Schema.php',
    'ApiPlatform\\OpenApi\\Model\\SecurityScheme' => $vendorDir . '/api-platform/core/src/OpenApi/Model/SecurityScheme.php',
    'ApiPlatform\\OpenApi\\Model\\Server' => $vendorDir . '/api-platform/core/src/OpenApi/Model/Server.php',
    'ApiPlatform\\OpenApi\\OpenApi' => $vendorDir . '/api-platform/core/src/OpenApi/OpenApi.php',
    'ApiPlatform\\OpenApi\\Options' => $vendorDir . '/api-platform/core/src/OpenApi/Options.php',
    'ApiPlatform\\OpenApi\\Serializer\\ApiGatewayNormalizer' => $vendorDir . '/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php',
    'ApiPlatform\\OpenApi\\Serializer\\OpenApiNormalizer' => $vendorDir . '/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php',
    'ApiPlatform\\Operation\\DashPathSegmentNameGenerator' => $vendorDir . '/api-platform/core/src/Operation/DashPathSegmentNameGenerator.php',
    'ApiPlatform\\Operation\\PathSegmentNameGeneratorInterface' => $vendorDir . '/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php',
    'ApiPlatform\\Operation\\UnderscorePathSegmentNameGenerator' => $vendorDir . '/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php',
    'ApiPlatform\\PathResolver\\CustomOperationPathResolver' => $vendorDir . '/api-platform/core/src/PathResolver/CustomOperationPathResolver.php',
    'ApiPlatform\\PathResolver\\OperationPathResolver' => $vendorDir . '/api-platform/core/src/PathResolver/OperationPathResolver.php',
    'ApiPlatform\\PathResolver\\OperationPathResolverInterface' => $vendorDir . '/api-platform/core/src/PathResolver/OperationPathResolverInterface.php',
    'ApiPlatform\\Problem\\Serializer\\ConstraintViolationListNormalizer' => $vendorDir . '/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php',
    'ApiPlatform\\Problem\\Serializer\\ErrorNormalizer' => $vendorDir . '/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php',
    'ApiPlatform\\Problem\\Serializer\\ErrorNormalizerTrait' => $vendorDir . '/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php',
    'ApiPlatform\\RamseyUuid\\Serializer\\UuidDenormalizer' => $vendorDir . '/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php',
    'ApiPlatform\\RamseyUuid\\UriVariableTransformer\\UuidUriVariableTransformer' => $vendorDir . '/api-platform/core/src/RamseyUuid/UriVariableTransformer/UuidUriVariableTransformer.php',
    'ApiPlatform\\Serializer\\AbstractCollectionNormalizer' => $vendorDir . '/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php',
    'ApiPlatform\\Serializer\\AbstractConstraintViolationListNormalizer' => $vendorDir . '/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php',
    'ApiPlatform\\Serializer\\AbstractItemNormalizer' => $vendorDir . '/api-platform/core/src/Serializer/AbstractItemNormalizer.php',
    'ApiPlatform\\Serializer\\CacheKeyTrait' => $vendorDir . '/api-platform/core/src/Serializer/CacheKeyTrait.php',
    'ApiPlatform\\Serializer\\ContextTrait' => $vendorDir . '/api-platform/core/src/Serializer/ContextTrait.php',
    'ApiPlatform\\Serializer\\Filter\\FilterInterface' => $vendorDir . '/api-platform/core/src/Serializer/Filter/FilterInterface.php',
    'ApiPlatform\\Serializer\\Filter\\GroupFilter' => $vendorDir . '/api-platform/core/src/Serializer/Filter/GroupFilter.php',
    'ApiPlatform\\Serializer\\Filter\\PropertyFilter' => $vendorDir . '/api-platform/core/src/Serializer/Filter/PropertyFilter.php',
    'ApiPlatform\\Serializer\\InputOutputMetadataTrait' => $vendorDir . '/api-platform/core/src/Serializer/InputOutputMetadataTrait.php',
    'ApiPlatform\\Serializer\\ItemNormalizer' => $vendorDir . '/api-platform/core/src/Serializer/ItemNormalizer.php',
    'ApiPlatform\\Serializer\\JsonEncoder' => $vendorDir . '/api-platform/core/src/Serializer/JsonEncoder.php',
    'ApiPlatform\\Serializer\\Mapping\\Factory\\ClassMetadataFactory' => $vendorDir . '/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php',
    'ApiPlatform\\Serializer\\ResourceList' => $vendorDir . '/api-platform/core/src/Serializer/ResourceList.php',
    'ApiPlatform\\Serializer\\SerializerContextBuilder' => $vendorDir . '/api-platform/core/src/Serializer/SerializerContextBuilder.php',
    'ApiPlatform\\Serializer\\SerializerContextBuilderInterface' => $vendorDir . '/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php',
    'ApiPlatform\\Serializer\\SerializerFilterContextBuilder' => $vendorDir . '/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php',
    'ApiPlatform\\State\\CallableProcessor' => $vendorDir . '/api-platform/core/src/State/CallableProcessor.php',
    'ApiPlatform\\State\\CallableProvider' => $vendorDir . '/api-platform/core/src/State/CallableProvider.php',
    'ApiPlatform\\State\\Pagination\\ArrayPaginator' => $vendorDir . '/api-platform/core/src/State/Pagination/ArrayPaginator.php',
    'ApiPlatform\\State\\Pagination\\Pagination' => $vendorDir . '/api-platform/core/src/State/Pagination/Pagination.php',
    'ApiPlatform\\State\\Pagination\\PaginationOptions' => $vendorDir . '/api-platform/core/src/State/Pagination/PaginationOptions.php',
    'ApiPlatform\\State\\Pagination\\PaginatorInterface' => $vendorDir . '/api-platform/core/src/State/Pagination/PaginatorInterface.php',
    'ApiPlatform\\State\\Pagination\\PartialPaginatorInterface' => $vendorDir . '/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php',
    'ApiPlatform\\State\\Pagination\\TraversablePaginator' => $vendorDir . '/api-platform/core/src/State/Pagination/TraversablePaginator.php',
    'ApiPlatform\\State\\ProcessorInterface' => $vendorDir . '/api-platform/core/src/State/ProcessorInterface.php',
    'ApiPlatform\\State\\ProviderInterface' => $vendorDir . '/api-platform/core/src/State/ProviderInterface.php',
    'ApiPlatform\\State\\SerializerAwareProviderInterface' => $vendorDir . '/api-platform/core/src/State/SerializerAwareProviderInterface.php',
    'ApiPlatform\\State\\SerializerAwareProviderTrait' => $vendorDir . '/api-platform/core/src/State/SerializerAwareProviderTrait.php',
    'ApiPlatform\\State\\UriVariablesResolverTrait' => $vendorDir . '/api-platform/core/src/State/UriVariablesResolverTrait.php',
    'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/ApiPlatformBundle.php',
    'ApiPlatform\\Symfony\\Bundle\\ArgumentResolver\\PayloadArgumentResolver' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/ArgumentResolver/PayloadArgumentResolver.php',
    'ApiPlatform\\Symfony\\Bundle\\CacheWarmer\\CachePoolClearerCacheWarmer' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php',
    'ApiPlatform\\Symfony\\Bundle\\Command\\DebugResourceCommand' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Command/DebugResourceCommand.php',
    'ApiPlatform\\Symfony\\Bundle\\Command\\GraphQlExportCommand' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Command/GraphQlExportCommand.php',
    'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php',
    'ApiPlatform\\Symfony\\Bundle\\DataCollector\\RequestDataCollector' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\ApiPlatformExtension' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\AnnotationFilterPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/AnnotationFilterPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\AuthenticatorManagerPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/AuthenticatorManagerPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\DataProviderPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/DataProviderPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\DeprecateMercurePublisherPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/DeprecateMercurePublisherPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\ElasticsearchClientPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/ElasticsearchClientPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\FilterPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/FilterPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\GraphQlMutationResolverPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/GraphQlMutationResolverPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\GraphQlQueryResolverPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/GraphQlQueryResolverPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\GraphQlTypePass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/GraphQlTypePass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\MetadataAwareNameConverterPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/MetadataAwareNameConverterPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Compiler\\TestClientPass' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Compiler/TestClientPass.php',
    'ApiPlatform\\Symfony\\Bundle\\DependencyInjection\\Configuration' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/DependencyInjection/Configuration.php',
    'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php',
    'ApiPlatform\\Symfony\\Bundle\\SwaggerUi\\SwaggerUiAction' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php',
    'ApiPlatform\\Symfony\\Bundle\\SwaggerUi\\SwaggerUiContext' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php',
    'ApiPlatform\\Symfony\\Bundle\\Test\\ApiTestAssertionsTrait' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Test/ApiTestAssertionsTrait.php',
    'ApiPlatform\\Symfony\\Bundle\\Test\\ApiTestCase' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Test/ApiTestCase.php',
    'ApiPlatform\\Symfony\\Bundle\\Test\\Client' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Test/Client.php',
    'ApiPlatform\\Symfony\\Bundle\\Test\\Constraint\\ArraySubsetLegacy' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Test/Constraint/ArraySubsetLegacy.php',
    'ApiPlatform\\Symfony\\Bundle\\Test\\Constraint\\ArraySubsetTrait' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Test/Constraint/ArraySubsetTrait.php',
    'ApiPlatform\\Symfony\\Bundle\\Test\\Constraint\\ArraySubsetV9' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Test/Constraint/ArraySubsetV9.php',
    'ApiPlatform\\Symfony\\Bundle\\Test\\Constraint\\MatchesJsonSchema' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Test/Constraint/MatchesJsonSchema.php',
    'ApiPlatform\\Symfony\\Bundle\\Test\\Response' => $vendorDir . '/api-platform/core/src/Symfony/Bundle/Test/Response.php',
    'ApiPlatform\\Symfony\\EventListener\\AddFormatListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/AddFormatListener.php',
    'ApiPlatform\\Symfony\\EventListener\\AddLinkHeaderListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php',
    'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php',
    'ApiPlatform\\Symfony\\EventListener\\DeserializeListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/DeserializeListener.php',
    'ApiPlatform\\Symfony\\EventListener\\ErrorListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/ErrorListener.php',
    'ApiPlatform\\Symfony\\EventListener\\EventPriorities' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/EventPriorities.php',
    'ApiPlatform\\Symfony\\EventListener\\ExceptionListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/ExceptionListener.php',
    'ApiPlatform\\Symfony\\EventListener\\JsonApi\\TransformFieldsetsParametersListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/JsonApi/TransformFieldsetsParametersListener.php',
    'ApiPlatform\\Symfony\\EventListener\\JsonApi\\TransformFilteringParametersListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/JsonApi/TransformFilteringParametersListener.php',
    'ApiPlatform\\Symfony\\EventListener\\JsonApi\\TransformPaginationParametersListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/JsonApi/TransformPaginationParametersListener.php',
    'ApiPlatform\\Symfony\\EventListener\\JsonApi\\TransformSortingParametersListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/JsonApi/TransformSortingParametersListener.php',
    'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php',
    'ApiPlatform\\Symfony\\EventListener\\ReadListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/ReadListener.php',
    'ApiPlatform\\Symfony\\EventListener\\RespondListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/RespondListener.php',
    'ApiPlatform\\Symfony\\EventListener\\SerializeListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/SerializeListener.php',
    'ApiPlatform\\Symfony\\EventListener\\ValidateListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/ValidateListener.php',
    'ApiPlatform\\Symfony\\EventListener\\WriteListener' => $vendorDir . '/api-platform/core/src/Symfony/EventListener/WriteListener.php',
    'ApiPlatform\\Symfony\\Maker\\MakeStateProcessor' => $vendorDir . '/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php',
    'ApiPlatform\\Symfony\\Maker\\MakeStateProvider' => $vendorDir . '/api-platform/core/src/Symfony/Maker/MakeStateProvider.php',
    'ApiPlatform\\Symfony\\Messenger\\ContextStamp' => $vendorDir . '/api-platform/core/src/Symfony/Messenger/ContextStamp.php',
    'ApiPlatform\\Symfony\\Messenger\\DispatchTrait' => $vendorDir . '/api-platform/core/src/Symfony/Messenger/DispatchTrait.php',
    'ApiPlatform\\Symfony\\Messenger\\Metadata\\MessengerResourceMetadataCollectionFactory' => $vendorDir . '/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php',
    'ApiPlatform\\Symfony\\Messenger\\Processor' => $vendorDir . '/api-platform/core/src/Symfony/Messenger/Processor.php',
    'ApiPlatform\\Symfony\\Messenger\\RemoveStamp' => $vendorDir . '/api-platform/core/src/Symfony/Messenger/RemoveStamp.php',
    'ApiPlatform\\Symfony\\Routing\\ApiLoader' => $vendorDir . '/api-platform/core/src/Symfony/Routing/ApiLoader.php',
    'ApiPlatform\\Symfony\\Routing\\IriConverter' => $vendorDir . '/api-platform/core/src/Symfony/Routing/IriConverter.php',
    'ApiPlatform\\Symfony\\Routing\\Router' => $vendorDir . '/api-platform/core/src/Symfony/Routing/Router.php',
    'ApiPlatform\\Symfony\\Routing\\SkolemIriConverter' => $vendorDir . '/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php',
    'ApiPlatform\\Symfony\\Security\\Core\\Authorization\\ExpressionLanguageProvider' => $vendorDir . '/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php',
    'ApiPlatform\\Symfony\\Security\\ExpressionLanguage' => $vendorDir . '/api-platform/core/src/Symfony/Security/ExpressionLanguage.php',
    'ApiPlatform\\Symfony\\Security\\ResourceAccessChecker' => $vendorDir . '/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php',
    'ApiPlatform\\Symfony\\Security\\ResourceAccessCheckerInterface' => $vendorDir . '/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php',
    'ApiPlatform\\Symfony\\UriVariableTransformer\\UlidUriVariableTransformer' => $vendorDir . '/api-platform/core/src/Symfony/UriVariableTransformer/UlidUriVariableTransformer.php',
    'ApiPlatform\\Symfony\\UriVariableTransformer\\UuidUriVariableTransformer' => $vendorDir . '/api-platform/core/src/Symfony/UriVariableTransformer/UuidUriVariableTransformer.php',
    'ApiPlatform\\Symfony\\Validator\\EventListener\\ValidationExceptionListener' => $vendorDir . '/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php',
    'ApiPlatform\\Symfony\\Validator\\Exception\\ConstraintViolationListAwareExceptionInterface' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php',
    'ApiPlatform\\Symfony\\Validator\\Exception\\ValidationException' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Exception/ValidationException.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaChoiceRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaChoiceRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaCollectionRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaCountRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCountRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaFormat' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaFormat.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaGreaterThanOrEqualRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaGreaterThanOrEqualRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaGreaterThanRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaGreaterThanRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaLengthRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaLengthRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaLessThanOrEqualRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaLessThanOrEqualRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaLessThanRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaLessThanRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaOneOfRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaRangeRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRangeRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaRegexRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRegexRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaRestrictionMetadataInterface' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\Restriction\\PropertySchemaUniqueRestriction' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaUniqueRestriction.php',
    'ApiPlatform\\Symfony\\Validator\\Metadata\\Property\\ValidatorPropertyMetadataFactory' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php',
    'ApiPlatform\\Symfony\\Validator\\ValidationGroupsGeneratorInterface' => $vendorDir . '/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php',
    'ApiPlatform\\Symfony\\Validator\\Validator' => $vendorDir . '/api-platform/core/src/Symfony/Validator/Validator.php',
    'ApiPlatform\\Test\\DoctrineMongoDbOdmFilterTestCase' => $vendorDir . '/api-platform/core/src/Test/DoctrineMongoDbOdmFilterTestCase.php',
    'ApiPlatform\\Test\\DoctrineMongoDbOdmSetup' => $vendorDir . '/api-platform/core/src/Test/DoctrineMongoDbOdmSetup.php',
    'ApiPlatform\\Test\\DoctrineMongoDbOdmTestCase' => $vendorDir . '/api-platform/core/src/Test/DoctrineMongoDbOdmTestCase.php',
    'ApiPlatform\\Test\\DoctrineOrmFilterTestCase' => $vendorDir . '/api-platform/core/src/Test/DoctrineOrmFilterTestCase.php',
    'ApiPlatform\\Util\\AnnotationFilterExtractorTrait' => $vendorDir . '/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php',
    'ApiPlatform\\Util\\ArrayTrait' => $vendorDir . '/api-platform/core/src/Util/ArrayTrait.php',
    'ApiPlatform\\Util\\AttributesExtractor' => $vendorDir . '/api-platform/core/src/Util/AttributesExtractor.php',
    'ApiPlatform\\Util\\CachedTrait' => $vendorDir . '/api-platform/core/src/Util/CachedTrait.php',
    'ApiPlatform\\Util\\ClassInfoTrait' => $vendorDir . '/api-platform/core/src/Util/ClassInfoTrait.php',
    'ApiPlatform\\Util\\ClientTrait' => $vendorDir . '/api-platform/core/src/Util/ClientTrait.php',
    'ApiPlatform\\Util\\ClientTrait72' => $vendorDir . '/api-platform/core/src/Util/ClientTrait72.php',
    'ApiPlatform\\Util\\ClientTrait80' => $vendorDir . '/api-platform/core/src/Util/ClientTrait80.php',
    'ApiPlatform\\Util\\CloneTrait' => $vendorDir . '/api-platform/core/src/Util/CloneTrait.php',
    'ApiPlatform\\Util\\CorsTrait' => $vendorDir . '/api-platform/core/src/Util/CorsTrait.php',
    'ApiPlatform\\Util\\ErrorFormatGuesser' => $vendorDir . '/api-platform/core/src/Util/ErrorFormatGuesser.php',
    'ApiPlatform\\Util\\Inflector' => $vendorDir . '/api-platform/core/src/Util/Inflector.php',
    'ApiPlatform\\Util\\IriHelper' => $vendorDir . '/api-platform/core/src/Util/IriHelper.php',
    'ApiPlatform\\Util\\OperationRequestInitiatorTrait' => $vendorDir . '/api-platform/core/src/Util/OperationRequestInitiatorTrait.php',
    'ApiPlatform\\Util\\Reflection' => $vendorDir . '/api-platform/core/src/Util/Reflection.php',
    'ApiPlatform\\Util\\ReflectionClassRecursiveIterator' => $vendorDir . '/api-platform/core/src/Util/ReflectionClassRecursiveIterator.php',
    'ApiPlatform\\Util\\RequestAttributesExtractor' => $vendorDir . '/api-platform/core/src/Util/RequestAttributesExtractor.php',
    'ApiPlatform\\Util\\RequestParser' => $vendorDir . '/api-platform/core/src/Util/RequestParser.php',
    'ApiPlatform\\Util\\ResourceClassInfoTrait' => $vendorDir . '/api-platform/core/src/Util/ResourceClassInfoTrait.php',
    'ApiPlatform\\Util\\ResponseTrait' => $vendorDir . '/api-platform/core/src/Util/ResponseTrait.php',
    'ApiPlatform\\Util\\ResponseTrait71' => $vendorDir . '/api-platform/core/src/Util/ResponseTrait71.php',
    'ApiPlatform\\Util\\ResponseTrait80' => $vendorDir . '/api-platform/core/src/Util/ResponseTrait80.php',
    'ApiPlatform\\Util\\SortTrait' => $vendorDir . '/api-platform/core/src/Util/SortTrait.php',
    'ApiPlatform\\Validator\\Exception\\ValidationException' => $vendorDir . '/api-platform/core/src/Validator/Exception/ValidationException.php',
    'ApiPlatform\\Validator\\ValidatorInterface' => $vendorDir . '/api-platform/core/src/Validator/ValidatorInterface.php',
    'Api\\Core\\Config\\ApiConfig' => $baseDir . '/public/legacy/Api/Core/Config/ApiConfig.php',
    'Api\\Core\\Loader\\ContainerLoader' => $baseDir . '/public/legacy/Api/Core/Loader/ContainerLoader.php',
    'Api\\Core\\Loader\\CustomLoader' => $baseDir . '/public/legacy/Api/Core/Loader/CustomLoader.php',
    'Api\\Core\\Loader\\RouteLoader' => $baseDir . '/public/legacy/Api/Core/Loader/RouteLoader.php',
    'Api\\Core\\Resolver\\ConfigResolver' => $baseDir . '/public/legacy/Api/Core/Resolver/ConfigResolver.php',
    'Api\\V8\\BeanDecorator\\BeanListRequest' => $baseDir . '/public/legacy/Api/V8/BeanDecorator/BeanListRequest.php',
    'Api\\V8\\BeanDecorator\\BeanListResponse' => $baseDir . '/public/legacy/Api/V8/BeanDecorator/BeanListResponse.php',
    'Api\\V8\\BeanDecorator\\BeanManager' => $baseDir . '/public/legacy/Api/V8/BeanDecorator/BeanManager.php',
    'Api\\V8\\Controller\\BaseController' => $baseDir . '/public/legacy/Api/V8/Controller/BaseController.php',
    'Api\\V8\\Controller\\InvocationStrategy\\SuiteInvocationStrategy' => $baseDir . '/public/legacy/Api/V8/Controller/InvocationStrategy/SuiteInvocationStrategy.php',
    'Api\\V8\\Controller\\ListViewController' => $baseDir . '/public/legacy/Api/V8/Controller/ListViewController.php',
    'Api\\V8\\Controller\\ListViewSearchController' => $baseDir . '/public/legacy/Api/V8/Controller/ListViewSearchController.php',
    'Api\\V8\\Controller\\LogoutController' => $baseDir . '/public/legacy/Api/V8/Controller/LogoutController.php',
    'Api\\V8\\Controller\\MetaController' => $baseDir . '/public/legacy/Api/V8/Controller/MetaController.php',
    'Api\\V8\\Controller\\ModuleController' => $baseDir . '/public/legacy/Api/V8/Controller/ModuleController.php',
    'Api\\V8\\Controller\\RelationshipController' => $baseDir . '/public/legacy/Api/V8/Controller/RelationshipController.php',
    'Api\\V8\\Controller\\UserController' => $baseDir . '/public/legacy/Api/V8/Controller/UserController.php',
    'Api\\V8\\Controller\\UserPreferencesController' => $baseDir . '/public/legacy/Api/V8/Controller/UserPreferencesController.php',
    'Api\\V8\\Factory\\ParamsMiddlewareFactory' => $baseDir . '/public/legacy/Api/V8/Factory/ParamsMiddlewareFactory.php',
    'Api\\V8\\Factory\\ValidatorFactory' => $baseDir . '/public/legacy/Api/V8/Factory/ValidatorFactory.php',
    'Api\\V8\\Helper\\ModuleListProvider' => $baseDir . '/public/legacy/Api/V8/Helper/ModuleListProvider.php',
    'Api\\V8\\Helper\\OsHelper' => $baseDir . '/public/legacy/Api/V8/Helper/OsHelper.php',
    'Api\\V8\\Helper\\VarDefHelper' => $baseDir . '/public/legacy/Api/V8/Helper/VarDefHelper.php',
    'Api\\V8\\JsonApi\\Helper\\AttributeObjectHelper' => $baseDir . '/public/legacy/Api/V8/JsonApi/Helper/AttributeObjectHelper.php',
    'Api\\V8\\JsonApi\\Helper\\PaginationObjectHelper' => $baseDir . '/public/legacy/Api/V8/JsonApi/Helper/PaginationObjectHelper.php',
    'Api\\V8\\JsonApi\\Helper\\RelationshipObjectHelper' => $baseDir . '/public/legacy/Api/V8/JsonApi/Helper/RelationshipObjectHelper.php',
    'Api\\V8\\JsonApi\\Repository\\Filter' => $baseDir . '/public/legacy/Api/V8/JsonApi/Repository/Filter.php',
    'Api\\V8\\JsonApi\\Repository\\Sort' => $baseDir . '/public/legacy/Api/V8/JsonApi/Repository/Sort.php',
    'Api\\V8\\JsonApi\\Response\\AttributeResponse' => $baseDir . '/public/legacy/Api/V8/JsonApi/Response/AttributeResponse.php',
    'Api\\V8\\JsonApi\\Response\\DataResponse' => $baseDir . '/public/legacy/Api/V8/JsonApi/Response/DataResponse.php',
    'Api\\V8\\JsonApi\\Response\\DocumentResponse' => $baseDir . '/public/legacy/Api/V8/JsonApi/Response/DocumentResponse.php',
    'Api\\V8\\JsonApi\\Response\\ErrorResponse' => $baseDir . '/public/legacy/Api/V8/JsonApi/Response/ErrorResponse.php',
    'Api\\V8\\JsonApi\\Response\\LinksResponse' => $baseDir . '/public/legacy/Api/V8/JsonApi/Response/LinksResponse.php',
    'Api\\V8\\JsonApi\\Response\\MetaResponse' => $baseDir . '/public/legacy/Api/V8/JsonApi/Response/MetaResponse.php',
    'Api\\V8\\JsonApi\\Response\\PaginationResponse' => $baseDir . '/public/legacy/Api/V8/JsonApi/Response/PaginationResponse.php',
    'Api\\V8\\JsonApi\\Response\\RelationshipResponse' => $baseDir . '/public/legacy/Api/V8/JsonApi/Response/RelationshipResponse.php',
    'Api\\V8\\Middleware\\ParamsMiddleware' => $baseDir . '/public/legacy/Api/V8/Middleware/ParamsMiddleware.php',
    'Api\\V8\\OAuth2\\Entity\\AccessTokenEntity' => $baseDir . '/public/legacy/Api/V8/OAuth2/Entity/AccessTokenEntity.php',
    'Api\\V8\\OAuth2\\Entity\\ClientEntity' => $baseDir . '/public/legacy/Api/V8/OAuth2/Entity/ClientEntity.php',
    'Api\\V8\\OAuth2\\Entity\\RefreshTokenEntity' => $baseDir . '/public/legacy/Api/V8/OAuth2/Entity/RefreshTokenEntity.php',
    'Api\\V8\\OAuth2\\Entity\\UserEntity' => $baseDir . '/public/legacy/Api/V8/OAuth2/Entity/UserEntity.php',
    'Api\\V8\\OAuth2\\Repository\\AccessTokenRepository' => $baseDir . '/public/legacy/Api/V8/OAuth2/Repository/AccessTokenRepository.php',
    'Api\\V8\\OAuth2\\Repository\\ClientRepository' => $baseDir . '/public/legacy/Api/V8/OAuth2/Repository/ClientRepository.php',
    'Api\\V8\\OAuth2\\Repository\\RefreshTokenRepository' => $baseDir . '/public/legacy/Api/V8/OAuth2/Repository/RefreshTokenRepository.php',
    'Api\\V8\\OAuth2\\Repository\\ScopeRepository' => $baseDir . '/public/legacy/Api/V8/OAuth2/Repository/ScopeRepository.php',
    'Api\\V8\\OAuth2\\Repository\\UserRepository' => $baseDir . '/public/legacy/Api/V8/OAuth2/Repository/UserRepository.php',
    'Api\\V8\\Param\\BaseParam' => $baseDir . '/public/legacy/Api/V8/Param/BaseParam.php',
    'Api\\V8\\Param\\CreateModuleDataParams' => $baseDir . '/public/legacy/Api/V8/Param/CreateModuleDataParams.php',
    'Api\\V8\\Param\\CreateModuleParams' => $baseDir . '/public/legacy/Api/V8/Param/CreateModuleParams.php',
    'Api\\V8\\Param\\CreateRelationshipByLinkParams' => $baseDir . '/public/legacy/Api/V8/Param/CreateRelationshipByLinkParams.php',
    'Api\\V8\\Param\\CreateRelationshipParams' => $baseDir . '/public/legacy/Api/V8/Param/CreateRelationshipParams.php',
    'Api\\V8\\Param\\DeleteModuleParams' => $baseDir . '/public/legacy/Api/V8/Param/DeleteModuleParams.php',
    'Api\\V8\\Param\\DeleteRelationshipParams' => $baseDir . '/public/legacy/Api/V8/Param/DeleteRelationshipParams.php',
    'Api\\V8\\Param\\GetFieldListParams' => $baseDir . '/public/legacy/Api/V8/Param/GetFieldListParams.php',
    'Api\\V8\\Param\\GetModuleParams' => $baseDir . '/public/legacy/Api/V8/Param/GetModuleParams.php',
    'Api\\V8\\Param\\GetModulesParams' => $baseDir . '/public/legacy/Api/V8/Param/GetModulesParams.php',
    'Api\\V8\\Param\\GetRelationshipDataParams' => $baseDir . '/public/legacy/Api/V8/Param/GetRelationshipDataParams.php',
    'Api\\V8\\Param\\GetRelationshipParams' => $baseDir . '/public/legacy/Api/V8/Param/GetRelationshipParams.php',
    'Api\\V8\\Param\\GetUserPreferencesParams' => $baseDir . '/public/legacy/Api/V8/Param/GetUserPreferencesParams.php',
    'Api\\V8\\Param\\ListViewColumnsParams' => $baseDir . '/public/legacy/Api/V8/Param/ListViewColumnsParams.php',
    'Api\\V8\\Param\\ListViewSearchParams' => $baseDir . '/public/legacy/Api/V8/Param/ListViewSearchParams.php',
    'Api\\V8\\Param\\Options\\Attributes' => $baseDir . '/public/legacy/Api/V8/Param/Options/Attributes.php',
    'Api\\V8\\Param\\Options\\BaseOption' => $baseDir . '/public/legacy/Api/V8/Param/Options/BaseOption.php',
    'Api\\V8\\Param\\Options\\Fields' => $baseDir . '/public/legacy/Api/V8/Param/Options/Fields.php',
    'Api\\V8\\Param\\Options\\Filter' => $baseDir . '/public/legacy/Api/V8/Param/Options/Filter.php',
    'Api\\V8\\Param\\Options\\Id' => $baseDir . '/public/legacy/Api/V8/Param/Options/Id.php',
    'Api\\V8\\Param\\Options\\LinkFieldName' => $baseDir . '/public/legacy/Api/V8/Param/Options/LinkFieldName.php',
    'Api\\V8\\Param\\Options\\ModuleName' => $baseDir . '/public/legacy/Api/V8/Param/Options/ModuleName.php',
    'Api\\V8\\Param\\Options\\Page' => $baseDir . '/public/legacy/Api/V8/Param/Options/Page.php',
    'Api\\V8\\Param\\Options\\Sort' => $baseDir . '/public/legacy/Api/V8/Param/Options/Sort.php',
    'Api\\V8\\Param\\Options\\Type' => $baseDir . '/public/legacy/Api/V8/Param/Options/Type.php',
    'Api\\V8\\Param\\PageParams' => $baseDir . '/public/legacy/Api/V8/Param/PageParams.php',
    'Api\\V8\\Param\\UpdateModuleDataParams' => $baseDir . '/public/legacy/Api/V8/Param/UpdateModuleDataParams.php',
    'Api\\V8\\Param\\UpdateModuleParams' => $baseDir . '/public/legacy/Api/V8/Param/UpdateModuleParams.php',
    'Api\\V8\\Service\\ListViewSearchService' => $baseDir . '/public/legacy/Api/V8/Service/ListViewSearchService.php',
    'Api\\V8\\Service\\ListViewService' => $baseDir . '/public/legacy/Api/V8/Service/ListViewService.php',
    'Api\\V8\\Service\\LogoutService' => $baseDir . '/public/legacy/Api/V8/Service/LogoutService.php',
    'Api\\V8\\Service\\MetaService' => $baseDir . '/public/legacy/Api/V8/Service/MetaService.php',
    'Api\\V8\\Service\\ModuleService' => $baseDir . '/public/legacy/Api/V8/Service/ModuleService.php',
    'Api\\V8\\Service\\RelationshipService' => $baseDir . '/public/legacy/Api/V8/Service/RelationshipService.php',
    'Api\\V8\\Service\\UserPreferencesService' => $baseDir . '/public/legacy/Api/V8/Service/UserPreferencesService.php',
    'Api\\V8\\Service\\UserService' => $baseDir . '/public/legacy/Api/V8/Service/UserService.php',
    'App\\Authentication\\Controller\\SecurityController' => $baseDir . '/core/backend/Authentication/Controller/SecurityController.php',
    'App\\Authentication\\LegacyHandler\\Authentication' => $baseDir . '/core/backend/Authentication/LegacyHandler/Authentication.php',
    'App\\Authentication\\LegacyHandler\\UserHandler' => $baseDir . '/core/backend/Authentication/LegacyHandler/UserHandler.php',
    'App\\Currency\\LegacyHandler\\CurrencyHandler' => $baseDir . '/core/backend/Currency/LegacyHandler/CurrencyHandler.php',
    'App\\Data\\DataProvider\\RecordItemDataProvider' => $baseDir . '/core/backend/Data/DataProvider/RecordItemDataProvider.php',
    'App\\Data\\DataProvider\\RecordListItemDataProvider' => $baseDir . '/core/backend/Data/DataProvider/RecordListItemDataProvider.php',
    'App\\Data\\Entity\\Record' => $baseDir . '/core/backend/Data/Entity/Record.php',
    'App\\Data\\Entity\\RecordList' => $baseDir . '/core/backend/Data/Entity/RecordList.php',
    'App\\Data\\LegacyHandler\\AlertHandler' => $baseDir . '/core/backend/Data/LegacyHandler/AlertHandler.php',
    'App\\Data\\LegacyHandler\\AuditQueryingTrait' => $baseDir . '/core/backend/Data/LegacyHandler/AuditQueryingTrait.php',
    'App\\Data\\LegacyHandler\\BaseListDataHandler' => $baseDir . '/core/backend/Data/LegacyHandler/BaseListDataHandler.php',
    'App\\Data\\LegacyHandler\\FilterMapper\\LegacyFilterMapper' => $baseDir . '/core/backend/Data/LegacyHandler/FilterMapper/LegacyFilterMapper.php',
    'App\\Data\\LegacyHandler\\ListData' => $baseDir . '/core/backend/Data/LegacyHandler/ListData.php',
    'App\\Data\\LegacyHandler\\ListDataHandler' => $baseDir . '/core/backend/Data/LegacyHandler/ListDataHandler.php',
    'App\\Data\\LegacyHandler\\ListDataHandlerInterface' => $baseDir . '/core/backend/Data/LegacyHandler/ListDataHandlerInterface.php',
    'App\\Data\\LegacyHandler\\ListDataQueryHandler' => $baseDir . '/core/backend/Data/LegacyHandler/ListDataQueryHandler.php',
    'App\\Data\\LegacyHandler\\MassUpdateHandler' => $baseDir . '/core/backend/Data/LegacyHandler/MassUpdateHandler.php',
    'App\\Data\\LegacyHandler\\PreparedStatementHandler' => $baseDir . '/core/backend/Data/LegacyHandler/PreparedStatementHandler.php',
    'App\\Data\\LegacyHandler\\PresetDataHandlers\\AlertsDataHandler' => $baseDir . '/core/backend/Data/LegacyHandler/PresetDataHandlers/AlertsDataHandler.php',
    'App\\Data\\LegacyHandler\\PresetDataHandlers\\HistoryTimelineDataHandler' => $baseDir . '/core/backend/Data/LegacyHandler/PresetDataHandlers/HistoryTimelineDataHandler.php',
    'App\\Data\\LegacyHandler\\PresetDataHandlers\\SubpanelDataHandler' => $baseDir . '/core/backend/Data/LegacyHandler/PresetDataHandlers/SubpanelDataHandler.php',
    'App\\Data\\LegacyHandler\\PresetDataHandlers\\SubpanelDataQueryHandler' => $baseDir . '/core/backend/Data/LegacyHandler/PresetDataHandlers/SubpanelDataQueryHandler.php',
    'App\\Data\\LegacyHandler\\PresetListDataHandlerInterface' => $baseDir . '/core/backend/Data/LegacyHandler/PresetListDataHandlerInterface.php',
    'App\\Data\\LegacyHandler\\PresetListDataHandlers' => $baseDir . '/core/backend/Data/LegacyHandler/PresetListDataHandlers.php',
    'App\\Data\\LegacyHandler\\RecordDeletionHandler' => $baseDir . '/core/backend/Data/LegacyHandler/RecordDeletionHandler.php',
    'App\\Data\\LegacyHandler\\RecordHandler' => $baseDir . '/core/backend/Data/LegacyHandler/RecordHandler.php',
    'App\\Data\\LegacyHandler\\RecordListHandler' => $baseDir . '/core/backend/Data/LegacyHandler/RecordListHandler.php',
    'App\\Data\\LegacyHandler\\RecordMapper' => $baseDir . '/core/backend/Data/LegacyHandler/RecordMapper.php',
    'App\\Data\\LegacyHandler\\RecordMarkAsReadHandler' => $baseDir . '/core/backend/Data/LegacyHandler/RecordMarkAsReadHandler.php',
    'App\\Data\\LegacyHandler\\RecordSnoozeHandler' => $baseDir . '/core/backend/Data/LegacyHandler/RecordSnoozeHandler.php',
    'App\\Data\\LegacyHandler\\SecurityFiltersTrait' => $baseDir . '/core/backend/Data/LegacyHandler/SecurityFiltersTrait.php',
    'App\\Data\\Resolver\\RecordItemResolver' => $baseDir . '/core/backend/Data/Resolver/RecordItemResolver.php',
    'App\\Data\\Resolver\\RecordListResolver' => $baseDir . '/core/backend/Data/Resolver/RecordListResolver.php',
    'App\\Data\\Service\\AlertProviderInterface' => $baseDir . '/core/backend/Data/Service/AlertProviderInterface.php',
    'App\\Data\\Service\\RecordActionDefinitionProvider' => $baseDir . '/core/backend/Data/Service/RecordActionDefinitionProvider.php',
    'App\\Data\\Service\\RecordActionDefinitionProviderInterface' => $baseDir . '/core/backend/Data/Service/RecordActionDefinitionProviderInterface.php',
    'App\\Data\\Service\\RecordDeletionServiceInterface' => $baseDir . '/core/backend/Data/Service/RecordDeletionServiceInterface.php',
    'App\\Data\\Service\\RecordListProviderInterface' => $baseDir . '/core/backend/Data/Service/RecordListProviderInterface.php',
    'App\\Data\\Service\\RecordMarkAsReadServiceInterface' => $baseDir . '/core/backend/Data/Service/RecordMarkAsReadServiceInterface.php',
    'App\\Data\\Service\\RecordMassUpdateServiceInterface' => $baseDir . '/core/backend/Data/Service/RecordMassUpdateServiceInterface.php',
    'App\\Data\\Service\\RecordProviderInterface' => $baseDir . '/core/backend/Data/Service/RecordProviderInterface.php',
    'App\\Data\\Service\\RecordSnoozeServiceInterface' => $baseDir . '/core/backend/Data/Service/RecordSnoozeServiceInterface.php',
    'App\\DateTime\\LegacyHandler\\DateTimeHandler' => $baseDir . '/core/backend/DateTime/LegacyHandler/DateTimeHandler.php',
    'App\\Engine\\Controller\\IndexController' => $baseDir . '/core/backend/Engine/Controller/IndexController.php',
    'App\\Engine\\LegacyHandler\\AclHandler' => $baseDir . '/core/backend/Engine/LegacyHandler/AclHandler.php',
    'App\\Engine\\LegacyHandler\\ActionAvailabilityChecker\\Checkers\\AuditActionChecker' => $baseDir . '/core/backend/Engine/LegacyHandler/ActionAvailabilityChecker/Checkers/AuditActionChecker.php',
    'App\\Engine\\LegacyHandler\\ActionAvailabilityChecker\\Checkers\\DuplicateMergeActionChecker' => $baseDir . '/core/backend/Engine/LegacyHandler/ActionAvailabilityChecker/Checkers/DuplicateMergeActionChecker.php',
    'App\\Engine\\LegacyHandler\\ActionNameMapperHandler' => $baseDir . '/core/backend/Engine/LegacyHandler/ActionNameMapperHandler.php',
    'App\\Engine\\LegacyHandler\\CacheManagerHandler' => $baseDir . '/core/backend/Engine/LegacyHandler/CacheManagerHandler.php',
    'App\\Engine\\LegacyHandler\\LegacyHandler' => $baseDir . '/core/backend/Engine/LegacyHandler/LegacyHandler.php',
    'App\\Engine\\LegacyHandler\\LegacyScopeState' => $baseDir . '/core/backend/Engine/LegacyHandler/LegacyScopeState.php',
    'App\\Engine\\Model\\Feedback' => $baseDir . '/core/backend/Engine/Model/Feedback.php',
    'App\\Engine\\Model\\MultiFeedback' => $baseDir . '/core/backend/Engine/Model/MultiFeedback.php',
    'App\\Engine\\Model\\ProcessStepInterface' => $baseDir . '/core/backend/Engine/Model/ProcessStepInterface.php',
    'App\\Engine\\Model\\ProcessStepTrait' => $baseDir . '/core/backend/Engine/Model/ProcessStepTrait.php',
    'App\\Engine\\Service\\AclManagerInterface' => $baseDir . '/core/backend/Engine/Service/AclManagerInterface.php',
    'App\\Engine\\Service\\ActionAvailabilityChecker\\ActionAvailabilityChecker' => $baseDir . '/core/backend/Engine/Service/ActionAvailabilityChecker/ActionAvailabilityChecker.php',
    'App\\Engine\\Service\\ActionAvailabilityChecker\\ActionAvailabilityCheckerInterface' => $baseDir . '/core/backend/Engine/Service/ActionAvailabilityChecker/ActionAvailabilityCheckerInterface.php',
    'App\\Engine\\Service\\ActionAvailabilityChecker\\Checkers\\ACLActionChecker' => $baseDir . '/core/backend/Engine/Service/ActionAvailabilityChecker/Checkers/ACLActionChecker.php',
    'App\\Engine\\Service\\ActionAvailabilityChecker\\Checkers\\MassUpdateActionChecker' => $baseDir . '/core/backend/Engine/Service/ActionAvailabilityChecker/Checkers/MassUpdateActionChecker.php',
    'App\\Engine\\Service\\CacheManagerInterface' => $baseDir . '/core/backend/Engine/Service/CacheManagerInterface.php',
    'App\\Engine\\Service\\DefinitionEntryHandlingTrait' => $baseDir . '/core/backend/Engine/Service/DefinitionEntryHandlingTrait.php',
    'App\\Engine\\Service\\Extensions\\ExtensionAssetCacheWarmupDecorator' => $baseDir . '/core/backend/Engine/Service/Extensions/ExtensionAssetCacheWarmupDecorator.php',
    'App\\Engine\\Service\\Extensions\\ExtensionAssetCopy' => $baseDir . '/core/backend/Engine/Service/Extensions/ExtensionAssetCopy.php',
    'App\\Engine\\Service\\Extensions\\ExtensionAssetCopyInterface' => $baseDir . '/core/backend/Engine/Service/Extensions/ExtensionAssetCopyInterface.php',
    'App\\Engine\\Service\\FolderSync\\FolderComparator' => $baseDir . '/core/backend/Engine/Service/FolderSync/FolderComparator.php',
    'App\\Engine\\Service\\FolderSync\\FolderComparatorInterface' => $baseDir . '/core/backend/Engine/Service/FolderSync/FolderComparatorInterface.php',
    'App\\Engine\\Service\\FolderSync\\FolderSync' => $baseDir . '/core/backend/Engine/Service/FolderSync/FolderSync.php',
    'App\\Engine\\Service\\FolderSync\\FolderSyncManifestEntry' => $baseDir . '/core/backend/Engine/Service/FolderSync/FolderSyncManifestEntry.php',
    'App\\Engine\\Service\\ProcessSteps\\ProcessStepAlert' => $baseDir . '/core/backend/Engine/Service/ProcessSteps/ProcessStepAlert.php',
    'App\\Engine\\Service\\ProcessSteps\\ProcessStepExecutor' => $baseDir . '/core/backend/Engine/Service/ProcessSteps/ProcessStepExecutor.php',
    'App\\Engine\\Service\\ProcessSteps\\ProcessStepExecutorInterface' => $baseDir . '/core/backend/Engine/Service/ProcessSteps/ProcessStepExecutorInterface.php',
    'App\\FieldDefinitions\\DataProvider\\FieldDefinitionItemDataProvider' => $baseDir . '/core/backend/FieldDefinitions/DataProvider/FieldDefinitionItemDataProvider.php',
    'App\\FieldDefinitions\\Entity\\FieldDefinition' => $baseDir . '/core/backend/FieldDefinitions/Entity/FieldDefinition.php',
    'App\\FieldDefinitions\\LegacyHandler\\CurrencyDropdownFunctionDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/CurrencyDropdownFunctionDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\FieldDefinitionMapperInterface' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/FieldDefinitionMapperInterface.php',
    'App\\FieldDefinitions\\LegacyHandler\\FieldDefinitionMappers' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/FieldDefinitionMappers.php',
    'App\\FieldDefinitions\\LegacyHandler\\FieldDefinitionsHandler' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/FieldDefinitionsHandler.php',
    'App\\FieldDefinitions\\LegacyHandler\\GroupedFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/GroupedFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\GroupedFieldDefinitionMapperInterface' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/GroupedFieldDefinitionMapperInterface.php',
    'App\\FieldDefinitions\\LegacyHandler\\LegacyCurrencyFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/LegacyCurrencyFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\LegacyDisableNumFormatFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/LegacyDisableNumFormatFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\LegacyDynamicEnumFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/LegacyDynamicEnumFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\LegacyGroupedFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/LegacyGroupedFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\LegacyInlineEditFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/LegacyInlineEditFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\LegacyReadOnlyFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/LegacyReadOnlyFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\LegacyToFrontendFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/LegacyToFrontendFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\LegacyHandler\\LinkFieldDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/LegacyHandler/LinkFieldDefinitionMapper.php',
    'App\\FieldDefinitions\\Service\\FieldDefinitionsProviderInterface' => $baseDir . '/core/backend/FieldDefinitions/Service/FieldDefinitionsProviderInterface.php',
    'App\\FieldDefinitions\\Service\\LegacyToFrontendDefinitionMapper' => $baseDir . '/core/backend/FieldDefinitions/Service/LegacyToFrontendDefinitionMapper.php',
    'App\\Filters\\Service\\FilterDefinitionProvider' => $baseDir . '/core/backend/Filters/Service/FilterDefinitionProvider.php',
    'App\\Filters\\Service\\FilterDefinitionProviderInterface' => $baseDir . '/core/backend/Filters/Service/FilterDefinitionProviderInterface.php',
    'App\\Install\\Command\\BaseCommand' => $baseDir . '/core/backend/Install/Command/BaseCommand.php',
    'App\\Install\\Command\\BaseStepExecutorCommand' => $baseDir . '/core/backend/Install/Command/BaseStepExecutorCommand.php',
    'App\\Install\\Command\\CopyLegacyAssets' => $baseDir . '/core/backend/Install/Command/CopyLegacyAssets.php',
    'App\\Install\\Command\\InstallExtensionAssets' => $baseDir . '/core/backend/Install/Command/InstallExtensionAssets.php',
    'App\\Install\\Command\\LegacyInstallCommand' => $baseDir . '/core/backend/Install/Command/LegacyInstallCommand.php',
    'App\\Install\\Command\\SetupLegacyMigrationCommand' => $baseDir . '/core/backend/Install/Command/SetupLegacyMigrationCommand.php',
    'App\\Install\\Command\\UpgradeCommand' => $baseDir . '/core/backend/Install/Command/UpgradeCommand.php',
    'App\\Install\\Command\\UpgradeFinalizeCommand' => $baseDir . '/core/backend/Install/Command/UpgradeFinalizeCommand.php',
    'App\\Install\\LegacyHandler\\InstallHandler' => $baseDir . '/core/backend/Install/LegacyHandler/InstallHandler.php',
    'App\\Install\\LegacyHandler\\Upgrade\\AddNewConfigEntriesHandler' => $baseDir . '/core/backend/Install/LegacyHandler/Upgrade/AddNewConfigEntriesHandler.php',
    'App\\Install\\LegacyHandler\\Upgrade\\MetadataMergeHandler' => $baseDir . '/core/backend/Install/LegacyHandler/Upgrade/MetadataMergeHandler.php',
    'App\\Install\\LegacyHandler\\Upgrade\\PostUpgradeHandler' => $baseDir . '/core/backend/Install/LegacyHandler/Upgrade/PostUpgradeHandler.php',
    'App\\Install\\Service\\Cache\\CacheBridge' => $baseDir . '/core/backend/Install/Service/Cache/CacheBridge.php',
    'App\\Install\\Service\\InstallationUtilsTrait' => $baseDir . '/core/backend/Install/Service/InstallationUtilsTrait.php',
    'App\\Install\\Service\\Installation\\InstallActionHandler' => $baseDir . '/core/backend/Install/Service/Installation/InstallActionHandler.php',
    'App\\Install\\Service\\Installation\\InstallHandlerInterface' => $baseDir . '/core/backend/Install/Service/Installation/InstallHandlerInterface.php',
    'App\\Install\\Service\\Installation\\InstallStatus' => $baseDir . '/core/backend/Install/Service/Installation/InstallStatus.php',
    'App\\Install\\Service\\Installation\\InstallStepHandler' => $baseDir . '/core/backend/Install/Service/Installation/InstallStepHandler.php',
    'App\\Install\\Service\\Installation\\InstallStepInterface' => $baseDir . '/core/backend/Install/Service/Installation/InstallStepInterface.php',
    'App\\Install\\Service\\Installation\\InstallStepTrait' => $baseDir . '/core/backend/Install/Service/Installation/InstallStepTrait.php',
    'App\\Install\\Service\\Installation\\Steps\\CheckDBConnection' => $baseDir . '/core/backend/Install/Service/Installation/Steps/CheckDBConnection.php',
    'App\\Install\\Service\\Installation\\Steps\\CheckInstallerLock' => $baseDir . '/core/backend/Install/Service/Installation/Steps/CheckInstallerLock.php',
    'App\\Install\\Service\\Installation\\Steps\\CreateEnv' => $baseDir . '/core/backend/Install/Service/Installation/Steps/CreateEnv.php',
    'App\\Install\\Service\\Installation\\Steps\\CreateSilentInstallConfig' => $baseDir . '/core/backend/Install/Service/Installation/Steps/CreateSilentInstallConfig.php',
    'App\\Install\\Service\\Installation\\Steps\\RunLegacyInstall' => $baseDir . '/core/backend/Install/Service/Installation/Steps/RunLegacyInstall.php',
    'App\\Install\\Service\\Installation\\Steps\\SystemChecks' => $baseDir . '/core/backend/Install/Service/Installation/Steps/SystemChecks.php',
    'App\\Install\\Service\\LegacyMigration\\LegacyMigrationHandler' => $baseDir . '/core/backend/Install/Service/LegacyMigration/LegacyMigrationHandler.php',
    'App\\Install\\Service\\LegacyMigration\\LegacyMigrationHandlerInterface' => $baseDir . '/core/backend/Install/Service/LegacyMigration/LegacyMigrationHandlerInterface.php',
    'App\\Install\\Service\\LegacyMigration\\LegacyMigrationStepInterface' => $baseDir . '/core/backend/Install/Service/LegacyMigration/LegacyMigrationStepInterface.php',
    'App\\Install\\Service\\LegacyMigration\\Steps\\ChangeRewriteBase' => $baseDir . '/core/backend/Install/Service/LegacyMigration/Steps/ChangeRewriteBase.php',
    'App\\Install\\Service\\LegacyMigration\\Steps\\ChangeTheme' => $baseDir . '/core/backend/Install/Service/LegacyMigration/Steps/ChangeTheme.php',
    'App\\Install\\Service\\LegacyMigration\\Steps\\CheckLegacyConfig' => $baseDir . '/core/backend/Install/Service/LegacyMigration/Steps/CheckLegacyConfig.php',
    'App\\Install\\Service\\LegacyMigration\\Steps\\InstallPortability' => $baseDir . '/core/backend/Install/Service/LegacyMigration/Steps/InstallPortability.php',
    'App\\Install\\Service\\LegacyMigration\\Steps\\ManualConfigCheck' => $baseDir . '/core/backend/Install/Service/LegacyMigration/Steps/ManualConfigCheck.php',
    'App\\Install\\Service\\LegacyMigration\\Steps\\ManualRewriteBaseCheck' => $baseDir . '/core/backend/Install/Service/LegacyMigration/Steps/ManualRewriteBaseCheck.php',
    'App\\Install\\Service\\LegacyMigration\\Steps\\SetupEnv' => $baseDir . '/core/backend/Install/Service/LegacyMigration/Steps/SetupEnv.php',
    'App\\Install\\Service\\Migrations\\MigrationBridge' => $baseDir . '/core/backend/Install/Service/Migrations/MigrationBridge.php',
    'App\\Install\\Service\\Migrations\\MigrationFactoryDecorator' => $baseDir . '/core/backend/Install/Service/Migrations/MigrationFactoryDecorator.php',
    'App\\Install\\Service\\Package\\PackageHandler' => $baseDir . '/core/backend/Install/Service/Package/PackageHandler.php',
    'App\\Install\\Service\\Upgrade\\Steps\\AddNewConfigEntries' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/AddNewConfigEntries.php',
    'App\\Install\\Service\\Upgrade\\Steps\\BackupOriginalModules' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/BackupOriginalModules.php',
    'App\\Install\\Service\\Upgrade\\Steps\\CheckPackage' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/CheckPackage.php',
    'App\\Install\\Service\\Upgrade\\Steps\\CheckPermissions' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/CheckPermissions.php',
    'App\\Install\\Service\\Upgrade\\Steps\\ClearSymfonyCache' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/ClearSymfonyCache.php',
    'App\\Install\\Service\\Upgrade\\Steps\\ExtractPackage' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/ExtractPackage.php',
    'App\\Install\\Service\\Upgrade\\Steps\\FinalizeClearSymfonyCache' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/FinalizeClearSymfonyCache.php',
    'App\\Install\\Service\\Upgrade\\Steps\\InstallUpgradePackage' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/InstallUpgradePackage.php',
    'App\\Install\\Service\\Upgrade\\Steps\\LegacyPostUpgrade' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/LegacyPostUpgrade.php',
    'App\\Install\\Service\\Upgrade\\Steps\\MetadataMerge' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/MetadataMerge.php',
    'App\\Install\\Service\\Upgrade\\Steps\\RunMigrations' => $baseDir . '/core/backend/Install/Service/Upgrade/Steps/RunMigrations.php',
    'App\\Install\\Service\\Upgrade\\UpgradeFinalizeHandler' => $baseDir . '/core/backend/Install/Service/Upgrade/UpgradeFinalizeHandler.php',
    'App\\Install\\Service\\Upgrade\\UpgradeFinalizeHandlerInterface' => $baseDir . '/core/backend/Install/Service/Upgrade/UpgradeFinalizeHandlerInterface.php',
    'App\\Install\\Service\\Upgrade\\UpgradeHandler' => $baseDir . '/core/backend/Install/Service/Upgrade/UpgradeHandler.php',
    'App\\Install\\Service\\Upgrade\\UpgradeHandlerInterface' => $baseDir . '/core/backend/Install/Service/Upgrade/UpgradeHandlerInterface.php',
    'App\\Install\\Service\\Upgrade\\UpgradePackageHandler' => $baseDir . '/core/backend/Install/Service/Upgrade/UpgradePackageHandler.php',
    'App\\Install\\Service\\Upgrade\\UpgradeStepInterface' => $baseDir . '/core/backend/Install/Service/Upgrade/UpgradeStepInterface.php',
    'App\\Kernel' => $baseDir . '/core/backend/Kernel.php',
    'App\\Languages\\DataProvider\\AppListStringsItemDataProvider' => $baseDir . '/core/backend/Languages/DataProvider/AppListStringsItemDataProvider.php',
    'App\\Languages\\DataProvider\\AppStringsItemDataProvider' => $baseDir . '/core/backend/Languages/DataProvider/AppStringsItemDataProvider.php',
    'App\\Languages\\DataProvider\\ModStringsItemDataProvider' => $baseDir . '/core/backend/Languages/DataProvider/ModStringsItemDataProvider.php',
    'App\\Languages\\Entity\\AppListStrings' => $baseDir . '/core/backend/Languages/Entity/AppListStrings.php',
    'App\\Languages\\Entity\\AppStrings' => $baseDir . '/core/backend/Languages/Entity/AppStrings.php',
    'App\\Languages\\Entity\\ModStrings' => $baseDir . '/core/backend/Languages/Entity/ModStrings.php',
    'App\\Languages\\LegacyHandler\\AppListStringsHandler' => $baseDir . '/core/backend/Languages/LegacyHandler/AppListStringsHandler.php',
    'App\\Languages\\LegacyHandler\\AppListStringsProviderInterface' => $baseDir . '/core/backend/Languages/LegacyHandler/AppListStringsProviderInterface.php',
    'App\\Languages\\LegacyHandler\\AppStringsHandler' => $baseDir . '/core/backend/Languages/LegacyHandler/AppStringsHandler.php',
    'App\\Languages\\LegacyHandler\\ModStringsHandler' => $baseDir . '/core/backend/Languages/LegacyHandler/ModStringsHandler.php',
    'App\\Languages\\LegacyHandler\\SetSessionLanguage' => $baseDir . '/core/backend/Languages/LegacyHandler/SetSessionLanguage.php',
    'App\\Logging\\Services\\AppLoggingTrait' => $baseDir . '/core/backend/Logging/Services/AppLoggingTrait.php',
    'App\\Metadata\\DataProvider\\AppMetadataItemDataProvider' => $baseDir . '/core/backend/Metadata/DataProvider/AppMetadataItemDataProvider.php',
    'App\\Metadata\\DataProvider\\ModuleMetadataItemDataProvider' => $baseDir . '/core/backend/Metadata/DataProvider/ModuleMetadataItemDataProvider.php',
    'App\\Metadata\\Entity\\AppMetadata' => $baseDir . '/core/backend/Metadata/Entity/AppMetadata.php',
    'App\\Metadata\\Entity\\ModuleMetadata' => $baseDir . '/core/backend/Metadata/Entity/ModuleMetadata.php',
    'App\\Metadata\\Service\\AppMetadataProvider' => $baseDir . '/core/backend/Metadata/Service/AppMetadataProvider.php',
    'App\\Metadata\\Service\\AppMetadataProviderInterface' => $baseDir . '/core/backend/Metadata/Service/AppMetadataProviderInterface.php',
    'App\\Metadata\\Service\\ModuleMetadataProvider' => $baseDir . '/core/backend/Metadata/Service/ModuleMetadataProvider.php',
    'App\\Metadata\\Service\\ModuleMetadataProviderInterface' => $baseDir . '/core/backend/Metadata/Service/ModuleMetadataProviderInterface.php',
    'App\\Migrations\\BaseMigration' => $baseDir . '/core/backend/Migrations/BaseMigration.php',
    'App\\Migrations\\EnvHandlingMigrationTrait' => $baseDir . '/core/backend/Migrations/EnvHandlingMigrationTrait.php',
    'App\\Migrations\\Version20200608135040' => $baseDir . '/core/backend/Migrations/Version20200608135040.php',
    'App\\Migrations\\Version20220907112919' => $baseDir . '/core/backend/Migrations/Version20220907112919.php',
    'App\\Migrations\\Version20220912082608' => $baseDir . '/core/backend/Migrations/Version20220912082608.php',
    'App\\Migrations\\Version20221003150202' => $baseDir . '/core/backend/Migrations/Version20221003150202.php',
    'App\\Migrations\\Version20230309192124' => $baseDir . '/core/backend/Migrations/Version20230309192124.php',
    'App\\Migrations\\Version20230420135520' => $baseDir . '/core/backend/Migrations/Version20230420135520.php',
    'App\\Migrations\\Version20230817141244' => $baseDir . '/core/backend/Migrations/Version20230817141244.php',
    'App\\Migrations\\Version20231103101649' => $baseDir . '/core/backend/Migrations/Version20231103101649.php',
    'App\\Migrations\\Version20231108164138' => $baseDir . '/core/backend/Migrations/Version20231108164138.php',
    'App\\Migrations\\Version20231117113210' => $baseDir . '/core/backend/Migrations/Version20231117113210.php',
    'App\\Module\\Accounts\\Service\\MassUpdate\\AccountsEmailOptoutMapper' => $baseDir . '/core/modules/Accounts/Service/MassUpdate/AccountsEmailOptoutMapper.php',
    'App\\Module\\Accounts\\Statistics\\Series\\AccountsNewByMonth' => $baseDir . '/core/modules/Accounts/Statistics/Series/AccountsNewByMonth.php',
    'App\\Module\\Activities\\Statistics\\Subpanels\\SubPanelActivitiesNextDate' => $baseDir . '/core/modules/Activities/Statistics/Subpanels/SubPanelActivitiesNextDate.php',
    'App\\Module\\Campaigns\\Statistics\\Subpanels\\SubPanelCampaignsLastReceived' => $baseDir . '/core/modules/Campaigns/Statistics/Subpanels/SubPanelCampaignsLastReceived.php',
    'App\\Module\\Cases\\Statistics\\CaseAccountGetDateEntered' => $baseDir . '/core/modules/Cases/Statistics/CaseAccountGetDateEntered.php',
    'App\\Module\\Cases\\Statistics\\CaseDaysOpen' => $baseDir . '/core/modules/Cases/Statistics/CaseDaysOpen.php',
    'App\\Module\\Cases\\Statistics\\CasesPerAccount' => $baseDir . '/core/modules/Cases/Statistics/CasesPerAccount.php',
    'App\\Module\\Cases\\Statistics\\Subpanels\\SubPanelCasesCount' => $baseDir . '/core/modules/Cases/Statistics/Subpanels/SubPanelCasesCount.php',
    'App\\Module\\Contacts\\Service\\MassUpdate\\ContactSyncMapper' => $baseDir . '/core/modules/Contacts/Service/MassUpdate/ContactSyncMapper.php',
    'App\\Module\\Contacts\\Service\\MassUpdate\\ContactsEmailOptoutMapper' => $baseDir . '/core/modules/Contacts/Service/MassUpdate/ContactsEmailOptoutMapper.php',
    'App\\Module\\Contacts\\Statistics\\ContactLastTouchPoint' => $baseDir . '/core/modules/Contacts/Statistics/ContactLastTouchPoint.php',
    'App\\Module\\Contracts\\Statistics\\Subpanels\\SubPanelContractsRenewalDate' => $baseDir . '/core/modules/Contracts/Statistics/Subpanels/SubPanelContractsRenewalDate.php',
    'App\\Module\\Events\\Statistics\\Subpanels\\SubPanelEventsLastDate' => $baseDir . '/core/modules/Events/Statistics/Subpanels/SubPanelEventsLastDate.php',
    'App\\Module\\History\\Statistics\\Subpanels\\SubPanelHistoryLastDate' => $baseDir . '/core/modules/History/Statistics/Subpanels/SubPanelHistoryLastDate.php',
    'App\\Module\\Invoices\\Statistics\\Subpanels\\SubPanelInvoicesTotal' => $baseDir . '/core/modules/Invoices/Statistics/Subpanels/SubPanelInvoicesTotal.php',
    'App\\Module\\Leads\\Service\\MassUpdate\\LeadsEmailOptoutMapper' => $baseDir . '/core/modules/Leads/Service/MassUpdate/LeadsEmailOptoutMapper.php',
    'App\\Module\\Leads\\Statistics\\LeadDaysOpen' => $baseDir . '/core/modules/Leads/Statistics/LeadDaysOpen.php',
    'App\\Module\\Leads\\Statistics\\Series\\LeadsByStatusCount' => $baseDir . '/core/modules/Leads/Statistics/Series/LeadsByStatusCount.php',
    'App\\Module\\LegacyHandler\\Favorites\\FavoritesHandler' => $baseDir . '/core/backend/Module/LegacyHandler/Favorites/FavoritesHandler.php',
    'App\\Module\\LegacyHandler\\Favorites\\UpdateFavorite' => $baseDir . '/core/backend/Module/LegacyHandler/Favorites/UpdateFavorite.php',
    'App\\Module\\LegacyHandler\\ModuleNameMapperHandler' => $baseDir . '/core/backend/Module/LegacyHandler/ModuleNameMapperHandler.php',
    'App\\Module\\LegacyHandler\\ModuleRegistryHandler' => $baseDir . '/core/backend/Module/LegacyHandler/ModuleRegistryHandler.php',
    'App\\Module\\LegacyHandler\\RecentlyViewed\\AddRecentlyViewed' => $baseDir . '/core/backend/Module/LegacyHandler/RecentlyViewed/AddRecentlyViewed.php',
    'App\\Module\\LegacyHandler\\RecentlyViewed\\RecentlyViewedHandler' => $baseDir . '/core/backend/Module/LegacyHandler/RecentlyViewed/RecentlyViewedHandler.php',
    'App\\Module\\Opportunities\\Statistics\\OpportunitySalesStageTimeSpan' => $baseDir . '/core/modules/Opportunities/Statistics/OpportunitySalesStageTimeSpan.php',
    'App\\Module\\Opportunities\\Statistics\\OpportunitySizeAnalysis' => $baseDir . '/core/modules/Opportunities/Statistics/OpportunitySizeAnalysis.php',
    'App\\Module\\Opportunities\\Statistics\\Series\\OpportunitiesBySalesStagePipeline' => $baseDir . '/core/modules/Opportunities/Statistics/Series/OpportunitiesBySalesStagePipeline.php',
    'App\\Module\\Opportunities\\Statistics\\Series\\PastYearsClosedOpportunityAmounts' => $baseDir . '/core/modules/Opportunities/Statistics/Series/PastYearsClosedOpportunityAmounts.php',
    'App\\Module\\Opportunities\\Statistics\\Subpanels\\SubpanelOpportunitiesTotal' => $baseDir . '/core/modules/Opportunities/Statistics/Subpanels/SubpanelOpportunitiesTotal.php',
    'App\\Module\\Opportunities\\Statistics\\WonOpportunityAmountByYear' => $baseDir . '/core/modules/Opportunities/Statistics/WonOpportunityAmountByYear.php',
    'App\\Module\\Prospects\\Service\\MassUpdate\\ProspectsEmailOptoutMapper' => $baseDir . '/core/modules/Prospects/Service/MassUpdate/ProspectsEmailOptoutMapper.php',
    'App\\Module\\Quotes\\Statistics\\Subpanels\\SubPanelQuotesTotal' => $baseDir . '/core/modules/Quotes/Statistics/Subpanels/SubPanelQuotesTotal.php',
    'App\\Module\\Service\\FavoriteProviderInterface' => $baseDir . '/core/backend/Module/Service/FavoriteProviderInterface.php',
    'App\\Module\\Service\\ModuleAwareRegistry' => $baseDir . '/core/backend/Module/Service/ModuleAwareRegistry.php',
    'App\\Module\\Service\\ModuleAwareRegistryItemInterface' => $baseDir . '/core/backend/Module/Service/ModuleAwareRegistryItemInterface.php',
    'App\\Module\\Service\\ModuleNameMapperInterface' => $baseDir . '/core/backend/Module/Service/ModuleNameMapperInterface.php',
    'App\\Module\\Service\\ModuleRegistryInterface' => $baseDir . '/core/backend/Module/Service/ModuleRegistryInterface.php',
    'App\\Module\\Tasks\\Statistics\\DaysUntilDueTask' => $baseDir . '/core/modules/Tasks/Statistics/DaysUntilDueTask.php',
    'App\\Module\\Tasks\\Statistics\\Subpanels\\SubPanelTasksHistoryCount' => $baseDir . '/core/modules/Tasks/Statistics/Subpanels/SubPanelTasksHistoryCount.php',
    'App\\Module\\Users\\Entity\\User' => $baseDir . '/core/modules/Users/Entity/User.php',
    'App\\Module\\Users\\Repository\\UserRepository' => $baseDir . '/core/modules/Users/Repository/UserRepository.php',
    'App\\Module\\Users\\Statistics\\AssignedUserOpportunitiesCount' => $baseDir . '/core/modules/Users/Statistics/AssignedUserOpportunitiesCount.php',
    'App\\Navbar\\DataProvider\\NavbarItemDataProvider' => $baseDir . '/core/backend/Navbar/DataProvider/NavbarItemDataProvider.php',
    'App\\Navbar\\Entity\\Navbar' => $baseDir . '/core/backend/Navbar/Entity/Navbar.php',
    'App\\Navbar\\LegacyHandler\\NavbarHandler' => $baseDir . '/core/backend/Navbar/LegacyHandler/NavbarHandler.php',
    'App\\Process\\DataPersister\\ProcessDataPersister' => $baseDir . '/core/backend/Process/DataPersister/ProcessDataPersister.php',
    'App\\Process\\DataPersister\\RecordDataPersister' => $baseDir . '/core/backend/Process/DataPersister/RecordDataPersister.php',
    'App\\Process\\DataProvider\\ProcessCollectionDataProvider' => $baseDir . '/core/backend/Process/DataProvider/ProcessCollectionDataProvider.php',
    'App\\Process\\DataProvider\\ProcessItemDataProvider' => $baseDir . '/core/backend/Process/DataProvider/ProcessItemDataProvider.php',
    'App\\Process\\Entity\\Process' => $baseDir . '/core/backend/Process/Entity/Process.php',
    'App\\Process\\LegacyHandler\\ACL\\UserACLHandler' => $baseDir . '/core/backend/Process/LegacyHandler/ACL/UserACLHandler.php',
    'App\\Process\\LegacyHandler\\AddContactsToTargetListBulkActionHandler' => $baseDir . '/core/backend/Process/LegacyHandler/AddContactsToTargetListBulkActionHandler.php',
    'App\\Process\\LegacyHandler\\AddRecordsToTargetListBulkActionHandler' => $baseDir . '/core/backend/Process/LegacyHandler/AddRecordsToTargetListBulkActionHandler.php',
    'App\\Process\\LegacyHandler\\LinkRelationHandler' => $baseDir . '/core/backend/Process/LegacyHandler/LinkRelationHandler.php',
    'App\\Process\\LegacyHandler\\ResetPasswordHandler' => $baseDir . '/core/backend/Process/LegacyHandler/ResetPasswordHandler.php',
    'App\\Process\\LegacyHandler\\UnlinkRelationHandler' => $baseDir . '/core/backend/Process/LegacyHandler/UnlinkRelationHandler.php',
    'App\\Process\\Service\\ActionDefinitionProvider' => $baseDir . '/core/backend/Process/Service/ActionDefinitionProvider.php',
    'App\\Process\\Service\\ActionNameMapperInterface' => $baseDir . '/core/backend/Process/Service/ActionNameMapperInterface.php',
    'App\\Process\\Service\\BaseActionDefinitionProvider' => $baseDir . '/core/backend/Process/Service/BaseActionDefinitionProvider.php',
    'App\\Process\\Service\\BaseActionDefinitionProviderInterface' => $baseDir . '/core/backend/Process/Service/BaseActionDefinitionProviderInterface.php',
    'App\\Process\\Service\\BulkActionDefinitionProvider' => $baseDir . '/core/backend/Process/Service/BulkActionDefinitionProvider.php',
    'App\\Process\\Service\\BulkActionDefinitionProviderInterface' => $baseDir . '/core/backend/Process/Service/BulkActionDefinitionProviderInterface.php',
    'App\\Process\\Service\\BulkActions\\CsvExportBulkAction' => $baseDir . '/core/backend/Process/Service/BulkActions/CsvExportBulkAction.php',
    'App\\Process\\Service\\BulkActions\\DeleteRecordsBulkAction' => $baseDir . '/core/backend/Process/Service/BulkActions/DeleteRecordsBulkAction.php',
    'App\\Process\\Service\\BulkActions\\MassUpdateBulkAction' => $baseDir . '/core/backend/Process/Service/BulkActions/MassUpdateBulkAction.php',
    'App\\Process\\Service\\BulkActions\\MergeRecordsBulkAction' => $baseDir . '/core/backend/Process/Service/BulkActions/MergeRecordsBulkAction.php',
    'App\\Process\\Service\\BulkActions\\PrintAsPdfBulkAction' => $baseDir . '/core/backend/Process/Service/BulkActions/PrintAsPdfBulkAction.php',
    'App\\Process\\Service\\LegacyActionResolver' => $baseDir . '/core/backend/Process/Service/LegacyActionResolver.php',
    'App\\Process\\Service\\LegacyActionResolverInterface' => $baseDir . '/core/backend/Process/Service/LegacyActionResolverInterface.php',
    'App\\Process\\Service\\LineActionDefinitionProvider' => $baseDir . '/core/backend/Process/Service/LineActionDefinitionProvider.php',
    'App\\Process\\Service\\LineActionDefinitionProviderInterface' => $baseDir . '/core/backend/Process/Service/LineActionDefinitionProviderInterface.php',
    'App\\Process\\Service\\ProcessHandlerInterface' => $baseDir . '/core/backend/Process/Service/ProcessHandlerInterface.php',
    'App\\Process\\Service\\ProcessHandlerRegistry' => $baseDir . '/core/backend/Process/Service/ProcessHandlerRegistry.php',
    'App\\Process\\Service\\RecordActions\\ChangeLogAction' => $baseDir . '/core/backend/Process/Service/RecordActions/ChangeLogAction.php',
    'App\\Process\\Service\\RecordActions\\ConvertLeadAction' => $baseDir . '/core/backend/Process/Service/RecordActions/ConvertLeadAction.php',
    'App\\Process\\Service\\RecordActions\\DeleteRecordAction' => $baseDir . '/core/backend/Process/Service/RecordActions/DeleteRecordAction.php',
    'App\\Process\\Service\\RecordActions\\DuplicateRecordAction' => $baseDir . '/core/backend/Process/Service/RecordActions/DuplicateRecordAction.php',
    'App\\Process\\Service\\RecordActions\\EditAction' => $baseDir . '/core/backend/Process/Service/RecordActions/EditAction.php',
    'App\\Process\\Service\\RecordActions\\MergeDuplicateAction' => $baseDir . '/core/backend/Process/Service/RecordActions/MergeDuplicateAction.php',
    'App\\Process\\Service\\RecordActions\\PrintAsPdfAction' => $baseDir . '/core/backend/Process/Service/RecordActions/PrintAsPdfAction.php',
    'App\\Process\\Service\\RecordThreadItemActions\\DeleteRecordThreadItemAction' => $baseDir . '/core/backend/Process/Service/RecordThreadItemActions/DeleteRecordThreadItemAction.php',
    'App\\Process\\Service\\RecordThreadItemActions\\DismissAlertAction' => $baseDir . '/core/backend/Process/Service/RecordThreadItemActions/DismissAlertAction.php',
    'App\\Process\\Service\\RecordThreadItemActions\\SnoozeRecordThreadItemAction' => $baseDir . '/core/backend/Process/Service/RecordThreadItemActions/SnoozeRecordThreadItemAction.php',
    'App\\Process\\Service\\RecordThreadListActions\\DeleteAllRecordThreadListAction' => $baseDir . '/core/backend/Process/Service/RecordThreadListActions/DeleteAllRecordThreadListAction.php',
    'App\\Process\\Service\\RecordThreadListActions\\DismissAllAlertsRecordThreadListAction' => $baseDir . '/core/backend/Process/Service/RecordThreadListActions/DismissAllAlertsRecordThreadListAction.php',
    'App\\Process\\Service\\RecordThreadListActions\\MarkAsReadRecordThreadListAction' => $baseDir . '/core/backend/Process/Service/RecordThreadListActions/MarkAsReadRecordThreadListAction.php',
    'App\\Process\\Service\\SubpanelLineActionDefinitionProvider' => $baseDir . '/core/backend/Process/Service/SubpanelLineActionDefinitionProvider.php',
    'App\\Process\\Service\\SubpanelLineActionDefinitionProviderInterface' => $baseDir . '/core/backend/Process/Service/SubpanelLineActionDefinitionProviderInterface.php',
    'App\\Process\\Service\\SubpanelTopActionDefinitionProvider' => $baseDir . '/core/backend/Process/Service/SubpanelTopActionDefinitionProvider.php',
    'App\\Process\\Service\\SubpanelTopActionDefinitionProviderInterface' => $baseDir . '/core/backend/Process/Service/SubpanelTopActionDefinitionProviderInterface.php',
    'App\\Process\\Service\\TableActionDefinitionProvider' => $baseDir . '/core/backend/Process/Service/TableActionDefinitionProvider.php',
    'App\\Process\\Service\\TableActionDefinitionProviderInterface' => $baseDir . '/core/backend/Process/Service/TableActionDefinitionProviderInterface.php',
    'App\\Routes\\EventListener\\LegacyRedirectListener' => $baseDir . '/core/backend/Routes/EventListener/LegacyRedirectListener.php',
    'App\\Routes\\EventSubscriber\\RequestSubscriber' => $baseDir . '/core/backend/Routes/EventSubscriber/RequestSubscriber.php',
    'App\\Routes\\LegacyHandler\\ClassicViewRoutingExclusionsHandler' => $baseDir . '/core/backend/Routes/LegacyHandler/ClassicViewRoutingExclusionsHandler.php',
    'App\\Routes\\LegacyHandler\\RouteConverterHandler' => $baseDir . '/core/backend/Routes/LegacyHandler/RouteConverterHandler.php',
    'App\\Routes\\Service\\LegacyApiRedirectHandler' => $baseDir . '/core/backend/Routes/Service/LegacyApiRedirectHandler.php',
    'App\\Routes\\Service\\LegacyAssetRedirectHandler' => $baseDir . '/core/backend/Routes/Service/LegacyAssetRedirectHandler.php',
    'App\\Routes\\Service\\LegacyNonViewActionRedirectHandler' => $baseDir . '/core/backend/Routes/Service/LegacyNonViewActionRedirectHandler.php',
    'App\\Routes\\Service\\LegacyRedirectHandler' => $baseDir . '/core/backend/Routes/Service/LegacyRedirectHandler.php',
    'App\\Routes\\Service\\LegacyRouteHandler' => $baseDir . '/core/backend/Routes/Service/LegacyRouteHandler.php',
    'App\\Routes\\Service\\NavigationProviderInterface' => $baseDir . '/core/backend/Routes/Service/NavigationProviderInterface.php',
    'App\\Routes\\Service\\RouteConverterInterface' => $baseDir . '/core/backend/Routes/Service/RouteConverterInterface.php',
    'App\\Security\\AppJsonLoginAuthenticator' => $baseDir . '/core/backend/Security/AppJsonLoginAuthenticator.php',
    'App\\Security\\CSRFCookieListener' => $baseDir . '/core/backend/Security/CSRFCookieListener.php',
    'App\\Security\\CSRFTokenManager' => $baseDir . '/core/backend/Security/CSRFTokenManager.php',
    'App\\Security\\CSRFValidationListener' => $baseDir . '/core/backend/Security/CSRFValidationListener.php',
    'App\\Security\\Exception\\UserDeletedException' => $baseDir . '/core/backend/Security/Exception/UserDeletedException.php',
    'App\\Security\\Exception\\UserNotFoundException' => $baseDir . '/core/backend/Security/Exception/UserNotFoundException.php',
    'App\\Security\\GraphqlIntrospectionManager' => $baseDir . '/core/backend/Security/GraphqlIntrospectionManager.php',
    'App\\Security\\Ldap\\AppCheckLdapCredentialsListener' => $baseDir . '/core/backend/Security/Ldap/AppCheckLdapCredentialsListener.php',
    'App\\Security\\Ldap\\AppLdapUserProvider' => $baseDir . '/core/backend/Security/Ldap/AppLdapUserProvider.php',
    'App\\Security\\Ldap\\AppLdapUserProviderProxy' => $baseDir . '/core/backend/Security/Ldap/AppLdapUserProviderProxy.php',
    'App\\Security\\LegacyPasswordEncoder' => $baseDir . '/core/backend/Security/LegacyPasswordEncoder.php',
    'App\\Security\\LegacySessionDenyAccessListener' => $baseDir . '/core/backend/Security/LegacySessionDenyAccessListener.php',
    'App\\Security\\LegacySessionLogoutHandler' => $baseDir . '/core/backend/Security/LegacySessionLogoutHandler.php',
    'App\\Security\\LegacySessionSecurityStage' => $baseDir . '/core/backend/Security/LegacySessionSecurityStage.php',
    'App\\Security\\LoginFormAuthenticator' => $baseDir . '/core/backend/Security/LoginFormAuthenticator.php',
    'App\\Security\\LoginSuccessEventListener' => $baseDir . '/core/backend/Security/LoginSuccessEventListener.php',
    'App\\Security\\RouteMatcher' => $baseDir . '/core/backend/Security/RouteMatcher.php',
    'App\\Security\\RouteMatcherInterface' => $baseDir . '/core/backend/Security/RouteMatcherInterface.php',
    'App\\Security\\Saml\\AppSamlAuthenticator' => $baseDir . '/core/backend/Security/Saml/AppSamlAuthenticator.php',
    'App\\Security\\Saml\\AppSamlUserFactory' => $baseDir . '/core/backend/Security/Saml/AppSamlUserFactory.php',
    'App\\Security\\UserChecker' => $baseDir . '/core/backend/Security/UserChecker.php',
    'App\\Statistics\\DataProvider\\BatchedStatisticsItemDataProvider' => $baseDir . '/core/backend/Statistics/DataProvider/BatchedStatisticsItemDataProvider.php',
    'App\\Statistics\\DataProvider\\StatisticsItemDataProvider' => $baseDir . '/core/backend/Statistics/DataProvider/StatisticsItemDataProvider.php',
    'App\\Statistics\\DateTimeStatisticsHandlingTrait' => $baseDir . '/core/backend/Statistics/DateTimeStatisticsHandlingTrait.php',
    'App\\Statistics\\Entity\\BatchedStatistics' => $baseDir . '/core/backend/Statistics/Entity/BatchedStatistics.php',
    'App\\Statistics\\Entity\\Statistic' => $baseDir . '/core/backend/Statistics/Entity/Statistic.php',
    'App\\Statistics\\LegacyHandler\\DefaultError' => $baseDir . '/core/backend/Statistics/LegacyHandler/DefaultError.php',
    'App\\Statistics\\LegacyHandler\\SubpanelDefault' => $baseDir . '/core/backend/Statistics/LegacyHandler/SubpanelDefault.php',
    'App\\Statistics\\Model\\ChartOptions' => $baseDir . '/core/backend/Statistics/Model/ChartOptions.php',
    'App\\Statistics\\Model\\Series' => $baseDir . '/core/backend/Statistics/Model/Series.php',
    'App\\Statistics\\Model\\SeriesItem' => $baseDir . '/core/backend/Statistics/Model/SeriesItem.php',
    'App\\Statistics\\Model\\SeriesResult' => $baseDir . '/core/backend/Statistics/Model/SeriesResult.php',
    'App\\Statistics\\Resolver\\BatchedStatisticsItemResolver' => $baseDir . '/core/backend/Statistics/Resolver/BatchedStatisticsItemResolver.php',
    'App\\Statistics\\Resolver\\StatisticsItemResolver' => $baseDir . '/core/backend/Statistics/Resolver/StatisticsItemResolver.php',
    'App\\Statistics\\Service\\StatisticsManager' => $baseDir . '/core/backend/Statistics/Service/StatisticsManager.php',
    'App\\Statistics\\Service\\StatisticsManagerInterface' => $baseDir . '/core/backend/Statistics/Service/StatisticsManagerInterface.php',
    'App\\Statistics\\Service\\StatisticsProviderInterface' => $baseDir . '/core/backend/Statistics/Service/StatisticsProviderInterface.php',
    'App\\Statistics\\Service\\StatisticsProviderRegistry' => $baseDir . '/core/backend/Statistics/Service/StatisticsProviderRegistry.php',
    'App\\Statistics\\StatisticsHandlingTrait' => $baseDir . '/core/backend/Statistics/StatisticsHandlingTrait.php',
    'App\\SystemConfig\\DataProvider\\SystemConfigCollectionDataProvider' => $baseDir . '/core/backend/SystemConfig/DataProvider/SystemConfigCollectionDataProvider.php',
    'App\\SystemConfig\\DataProvider\\SystemConfigItemDataProvider' => $baseDir . '/core/backend/SystemConfig/DataProvider/SystemConfigItemDataProvider.php',
    'App\\SystemConfig\\Entity\\SystemConfig' => $baseDir . '/core/backend/SystemConfig/Entity/SystemConfig.php',
    'App\\SystemConfig\\LegacyHandler\\DateFormatConfigMapper' => $baseDir . '/core/backend/SystemConfig/LegacyHandler/DateFormatConfigMapper.php',
    'App\\SystemConfig\\LegacyHandler\\DefaultCurrencyConfigMapper' => $baseDir . '/core/backend/SystemConfig/LegacyHandler/DefaultCurrencyConfigMapper.php',
    'App\\SystemConfig\\LegacyHandler\\DefaultModuleConfigMapper' => $baseDir . '/core/backend/SystemConfig/LegacyHandler/DefaultModuleConfigMapper.php',
    'App\\SystemConfig\\LegacyHandler\\SystemConfigHandler' => $baseDir . '/core/backend/SystemConfig/LegacyHandler/SystemConfigHandler.php',
    'App\\SystemConfig\\LegacyHandler\\SystemConfigMapperInterface' => $baseDir . '/core/backend/SystemConfig/LegacyHandler/SystemConfigMapperInterface.php',
    'App\\SystemConfig\\LegacyHandler\\SystemConfigMappers' => $baseDir . '/core/backend/SystemConfig/LegacyHandler/SystemConfigMappers.php',
    'App\\SystemConfig\\LegacyHandler\\TimeFormatConfigMapper' => $baseDir . '/core/backend/SystemConfig/LegacyHandler/TimeFormatConfigMapper.php',
    'App\\SystemConfig\\Service\\SystemConfigProviderInterface' => $baseDir . '/core/backend/SystemConfig/Service/SystemConfigProviderInterface.php',
    'App\\Themes\\DataProvider\\ThemeImagesItemDataProvider' => $baseDir . '/core/backend/Themes/DataProvider/ThemeImagesItemDataProvider.php',
    'App\\Themes\\Entity\\ThemeImages' => $baseDir . '/core/backend/Themes/Entity/ThemeImages.php',
    'App\\Themes\\Service\\ThemeImageFinder' => $baseDir . '/core/backend/Themes/Service/ThemeImageFinder.php',
    'App\\Themes\\Service\\ThemeImageService' => $baseDir . '/core/backend/Themes/Service/ThemeImageService.php',
    'App\\UserPreferences\\DataProvider\\UserPreferenceCollectionDataProvider' => $baseDir . '/core/backend/UserPreferences/DataProvider/UserPreferenceCollectionDataProvider.php',
    'App\\UserPreferences\\DataProvider\\UserPreferenceItemDataProvider' => $baseDir . '/core/backend/UserPreferences/DataProvider/UserPreferenceItemDataProvider.php',
    'App\\UserPreferences\\Entity\\UserPreference' => $baseDir . '/core/backend/UserPreferences/Entity/UserPreference.php',
    'App\\UserPreferences\\LegacyHandler\\Mappers\\CurrencyPreferenceMapper' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/Mappers/CurrencyPreferenceMapper.php',
    'App\\UserPreferences\\LegacyHandler\\Mappers\\DateFormatPreferenceMapper' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/Mappers/DateFormatPreferenceMapper.php',
    'App\\UserPreferences\\LegacyHandler\\Mappers\\SnoozeAlertTimerPreferenceMapper' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/Mappers/SnoozeAlertTimerPreferenceMapper.php',
    'App\\UserPreferences\\LegacyHandler\\Mappers\\TimeFormatPreferenceMapper' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/Mappers/TimeFormatPreferenceMapper.php',
    'App\\UserPreferences\\LegacyHandler\\Mappers\\TimezonePreferenceMapper' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/Mappers/TimezonePreferenceMapper.php',
    'App\\UserPreferences\\LegacyHandler\\Mappers\\UiPreferenceMapper' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/Mappers/UiPreferenceMapper.php',
    'App\\UserPreferences\\LegacyHandler\\SaveUiPreferences' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/SaveUiPreferences.php',
    'App\\UserPreferences\\LegacyHandler\\UserPreferenceHandler' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/UserPreferenceHandler.php',
    'App\\UserPreferences\\LegacyHandler\\UserPreferencesMapperInterface' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/UserPreferencesMapperInterface.php',
    'App\\UserPreferences\\LegacyHandler\\UserPreferencesMappers' => $baseDir . '/core/backend/UserPreferences/LegacyHandler/UserPreferencesMappers.php',
    'App\\UserPreferences\\Service\\UserPreferencesProviderInterface' => $baseDir . '/core/backend/UserPreferences/Service/UserPreferencesProviderInterface.php',
    'App\\ViewDefinitions\\DataProvider\\ViewDefinitionItemDataProvider' => $baseDir . '/core/backend/ViewDefinitions/DataProvider/ViewDefinitionItemDataProvider.php',
    'App\\ViewDefinitions\\Entity\\ViewDefinition' => $baseDir . '/core/backend/ViewDefinitions/Entity/ViewDefinition.php',
    'App\\ViewDefinitions\\LegacyHandler\\AdminPanelDefinitionHandler' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/AdminPanelDefinitionHandler.php',
    'App\\ViewDefinitions\\LegacyHandler\\FieldDefinitionsInjectorTrait' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/FieldDefinitionsInjectorTrait.php',
    'App\\ViewDefinitions\\LegacyHandler\\LegacyToFrontendViewDefinitionMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/LegacyToFrontendViewDefinitionMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\ListViewDefinitionHandler' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/ListViewDefinitionHandler.php',
    'App\\ViewDefinitions\\LegacyHandler\\ListView\\BulkActions\\MassUpdateBulkActionMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/ListView/BulkActions/MassUpdateBulkActionMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\MassUpdateDefinitionHandler' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/MassUpdateDefinitionHandler.php',
    'App\\ViewDefinitions\\LegacyHandler\\RecordViewDefinitionHandler' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/RecordViewDefinitionHandler.php',
    'App\\ViewDefinitions\\LegacyHandler\\RecordView\\RecordThreadDefinitionMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/RecordView/RecordThreadDefinitionMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\RecordView\\RecordViewCurrencyFieldMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/RecordView/RecordViewCurrencyFieldMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\RecordView\\RecordViewDynamicEnumMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/RecordView/RecordViewDynamicEnumMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\RecordView\\RecordViewEmailMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/RecordView/RecordViewEmailMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\RecordView\\RecordViewGroupTypeMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/RecordView/RecordViewGroupTypeMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\RecordView\\RecordViewReadOnlyMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/RecordView/RecordViewReadOnlyMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\SearchDefs\\SearchDefsDateTypeMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/SearchDefs/SearchDefsDateTypeMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\SearchDefs\\SearchDefsEnumToRelateTypeMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/SearchDefs/SearchDefsEnumToRelateTypeMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\SubPanelDefinitionHandler' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/SubPanelDefinitionHandler.php',
    'App\\ViewDefinitions\\LegacyHandler\\SubpanelButtonMapperInterface' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/SubpanelButtonMapperInterface.php',
    'App\\ViewDefinitions\\LegacyHandler\\SubpanelButtonMappers' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/SubpanelButtonMappers.php',
    'App\\ViewDefinitions\\LegacyHandler\\SubpanelButtonTraverser' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/SubpanelButtonTraverser.php',
    'App\\ViewDefinitions\\LegacyHandler\\Subpanel\\CreateAccountNameButtonMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/Subpanel/CreateAccountNameButtonMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\Subpanel\\CreateButtonMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/Subpanel/CreateButtonMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\Subpanel\\CreateLeadNameButtonMapper' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/Subpanel/CreateLeadNameButtonMapper.php',
    'App\\ViewDefinitions\\LegacyHandler\\ViewDefinitionMapperInterface' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/ViewDefinitionMapperInterface.php',
    'App\\ViewDefinitions\\LegacyHandler\\ViewDefinitionMappers' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/ViewDefinitionMappers.php',
    'App\\ViewDefinitions\\LegacyHandler\\ViewDefinitionsHandler' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/ViewDefinitionsHandler.php',
    'App\\ViewDefinitions\\LegacyHandler\\WidgetDefinitionProvider' => $baseDir . '/core/backend/ViewDefinitions/LegacyHandler/WidgetDefinitionProvider.php',
    'App\\ViewDefinitions\\Service\\AdminPanelDefinitionProviderInterface' => $baseDir . '/core/backend/ViewDefinitions/Service/AdminPanelDefinitionProviderInterface.php',
    'App\\ViewDefinitions\\Service\\FieldAliasMapper' => $baseDir . '/core/backend/ViewDefinitions/Service/FieldAliasMapper.php',
    'App\\ViewDefinitions\\Service\\MassUpdateDefinitionMapperInterface' => $baseDir . '/core/backend/ViewDefinitions/Service/MassUpdateDefinitionMapperInterface.php',
    'App\\ViewDefinitions\\Service\\MassUpdateDefinitionMappers' => $baseDir . '/core/backend/ViewDefinitions/Service/MassUpdateDefinitionMappers.php',
    'App\\ViewDefinitions\\Service\\MassUpdateDefinitionProviderInterface' => $baseDir . '/core/backend/ViewDefinitions/Service/MassUpdateDefinitionProviderInterface.php',
    'App\\ViewDefinitions\\Service\\MassUpdate\\EmailOptoutMapper' => $baseDir . '/core/backend/ViewDefinitions/Service/MassUpdate/EmailOptoutMapper.php',
    'App\\ViewDefinitions\\Service\\MassUpdate\\MassUpdateFieldDefinitionsInjectorTrait' => $baseDir . '/core/backend/ViewDefinitions/Service/MassUpdate/MassUpdateFieldDefinitionsInjectorTrait.php',
    'App\\ViewDefinitions\\Service\\SubPanelDefinitionProviderInterface' => $baseDir . '/core/backend/ViewDefinitions/Service/SubPanelDefinitionProviderInterface.php',
    'App\\ViewDefinitions\\Service\\ViewDefinitionsProviderInterface' => $baseDir . '/core/backend/ViewDefinitions/Service/ViewDefinitionsProviderInterface.php',
    'App\\ViewDefinitions\\Service\\WidgetDefinitionProviderInterface' => $baseDir . '/core/backend/ViewDefinitions/Service/WidgetDefinitionProviderInterface.php',
    'Assert\\Assert' => $vendorDir . '/beberlei/assert/lib/Assert/Assert.php',
    'Assert\\Assertion' => $vendorDir . '/beberlei/assert/lib/Assert/Assertion.php',
    'Assert\\AssertionChain' => $vendorDir . '/beberlei/assert/lib/Assert/AssertionChain.php',
    'Assert\\AssertionFailedException' => $vendorDir . '/beberlei/assert/lib/Assert/AssertionFailedException.php',
    'Assert\\InvalidArgumentException' => $vendorDir . '/beberlei/assert/lib/Assert/InvalidArgumentException.php',
    'Assert\\LazyAssertion' => $vendorDir . '/beberlei/assert/lib/Assert/LazyAssertion.php',
    'Assert\\LazyAssertionException' => $vendorDir . '/beberlei/assert/lib/Assert/LazyAssertionException.php',
    'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
    'Behat\\Transliterator\\SyncTool' => $vendorDir . '/behat/transliterator/src/Behat/Transliterator/SyncTool.php',
    'Behat\\Transliterator\\Transliterator' => $vendorDir . '/behat/transliterator/src/Behat/Transliterator/Transliterator.php',
    'Carbon\\AbstractTranslator' => $vendorDir . '/nesbot/carbon/src/Carbon/AbstractTranslator.php',
    'Carbon\\Carbon' => $vendorDir . '/nesbot/carbon/src/Carbon/Carbon.php',
    'Carbon\\CarbonConverterInterface' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonConverterInterface.php',
    'Carbon\\CarbonImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonImmutable.php',
    'Carbon\\CarbonInterface' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonInterface.php',
    'Carbon\\CarbonInterval' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonInterval.php',
    'Carbon\\CarbonPeriod' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonPeriod.php',
    'Carbon\\CarbonPeriodImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonPeriodImmutable.php',
    'Carbon\\CarbonTimeZone' => $vendorDir . '/nesbot/carbon/src/Carbon/CarbonTimeZone.php',
    'Carbon\\Cli\\Invoker' => $vendorDir . '/nesbot/carbon/src/Carbon/Cli/Invoker.php',
    'Carbon\\Doctrine\\CarbonDoctrineType' => $vendorDir . '/nesbot/carbon/src/Carbon/Doctrine/CarbonDoctrineType.php',
    'Carbon\\Doctrine\\CarbonImmutableType' => $vendorDir . '/nesbot/carbon/src/Carbon/Doctrine/CarbonImmutableType.php',
    'Carbon\\Doctrine\\CarbonType' => $vendorDir . '/nesbot/carbon/src/Carbon/Doctrine/CarbonType.php',
    'Carbon\\Doctrine\\CarbonTypeConverter' => $vendorDir . '/nesbot/carbon/src/Carbon/Doctrine/CarbonTypeConverter.php',
    'Carbon\\Doctrine\\DateTimeDefaultPrecision' => $vendorDir . '/nesbot/carbon/src/Carbon/Doctrine/DateTimeDefaultPrecision.php',
    'Carbon\\Doctrine\\DateTimeImmutableType' => $vendorDir . '/nesbot/carbon/src/Carbon/Doctrine/DateTimeImmutableType.php',
    'Carbon\\Doctrine\\DateTimeType' => $vendorDir . '/nesbot/carbon/src/Carbon/Doctrine/DateTimeType.php',
    'Carbon\\Exceptions\\BadComparisonUnitException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/BadComparisonUnitException.php',
    'Carbon\\Exceptions\\BadFluentConstructorException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/BadFluentConstructorException.php',
    'Carbon\\Exceptions\\BadFluentSetterException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/BadFluentSetterException.php',
    'Carbon\\Exceptions\\BadMethodCallException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/BadMethodCallException.php',
    'Carbon\\Exceptions\\EndLessPeriodException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/EndLessPeriodException.php',
    'Carbon\\Exceptions\\Exception' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/Exception.php',
    'Carbon\\Exceptions\\ImmutableException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/ImmutableException.php',
    'Carbon\\Exceptions\\InvalidArgumentException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidArgumentException.php',
    'Carbon\\Exceptions\\InvalidCastException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidCastException.php',
    'Carbon\\Exceptions\\InvalidDateException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php',
    'Carbon\\Exceptions\\InvalidFormatException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidFormatException.php',
    'Carbon\\Exceptions\\InvalidIntervalException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidIntervalException.php',
    'Carbon\\Exceptions\\InvalidPeriodDateException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidPeriodDateException.php',
    'Carbon\\Exceptions\\InvalidPeriodParameterException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidPeriodParameterException.php',
    'Carbon\\Exceptions\\InvalidTimeZoneException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidTimeZoneException.php',
    'Carbon\\Exceptions\\InvalidTypeException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/InvalidTypeException.php',
    'Carbon\\Exceptions\\NotACarbonClassException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/NotACarbonClassException.php',
    'Carbon\\Exceptions\\NotAPeriodException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/NotAPeriodException.php',
    'Carbon\\Exceptions\\NotLocaleAwareException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/NotLocaleAwareException.php',
    'Carbon\\Exceptions\\OutOfRangeException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/OutOfRangeException.php',
    'Carbon\\Exceptions\\ParseErrorException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/ParseErrorException.php',
    'Carbon\\Exceptions\\RuntimeException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/RuntimeException.php',
    'Carbon\\Exceptions\\UnitException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnitException.php',
    'Carbon\\Exceptions\\UnitNotConfiguredException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnitNotConfiguredException.php',
    'Carbon\\Exceptions\\UnknownGetterException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnknownGetterException.php',
    'Carbon\\Exceptions\\UnknownMethodException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnknownMethodException.php',
    'Carbon\\Exceptions\\UnknownSetterException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnknownSetterException.php',
    'Carbon\\Exceptions\\UnknownUnitException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnknownUnitException.php',
    'Carbon\\Exceptions\\UnreachableException' => $vendorDir . '/nesbot/carbon/src/Carbon/Exceptions/UnreachableException.php',
    'Carbon\\Factory' => $vendorDir . '/nesbot/carbon/src/Carbon/Factory.php',
    'Carbon\\FactoryImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/FactoryImmutable.php',
    'Carbon\\Language' => $vendorDir . '/nesbot/carbon/src/Carbon/Language.php',
    'Carbon\\Laravel\\ServiceProvider' => $vendorDir . '/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php',
    'Carbon\\MessageFormatter\\MessageFormatterMapper' => $vendorDir . '/nesbot/carbon/src/Carbon/MessageFormatter/MessageFormatterMapper.php',
    'Carbon\\PHPStan\\AbstractMacro' => $vendorDir . '/nesbot/carbon/src/Carbon/PHPStan/AbstractMacro.php',
    'Carbon\\PHPStan\\Macro' => $vendorDir . '/nesbot/carbon/src/Carbon/PHPStan/Macro.php',
    'Carbon\\PHPStan\\MacroExtension' => $vendorDir . '/nesbot/carbon/src/Carbon/PHPStan/MacroExtension.php',
    'Carbon\\PHPStan\\MacroScanner' => $vendorDir . '/nesbot/carbon/src/Carbon/PHPStan/MacroScanner.php',
    'Carbon\\Traits\\Boundaries' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Boundaries.php',
    'Carbon\\Traits\\Cast' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Cast.php',
    'Carbon\\Traits\\Comparison' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Comparison.php',
    'Carbon\\Traits\\Converter' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Converter.php',
    'Carbon\\Traits\\Creator' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Creator.php',
    'Carbon\\Traits\\Date' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Date.php',
    'Carbon\\Traits\\DeprecatedProperties' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/DeprecatedProperties.php',
    'Carbon\\Traits\\Difference' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Difference.php',
    'Carbon\\Traits\\IntervalRounding' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/IntervalRounding.php',
    'Carbon\\Traits\\IntervalStep' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/IntervalStep.php',
    'Carbon\\Traits\\Localization' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Localization.php',
    'Carbon\\Traits\\Macro' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Macro.php',
    'Carbon\\Traits\\MagicParameter' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/MagicParameter.php',
    'Carbon\\Traits\\Mixin' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Mixin.php',
    'Carbon\\Traits\\Modifiers' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Modifiers.php',
    'Carbon\\Traits\\Mutability' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Mutability.php',
    'Carbon\\Traits\\ObjectInitialisation' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/ObjectInitialisation.php',
    'Carbon\\Traits\\Options' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Options.php',
    'Carbon\\Traits\\Rounding' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Rounding.php',
    'Carbon\\Traits\\Serialization' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Serialization.php',
    'Carbon\\Traits\\Test' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Test.php',
    'Carbon\\Traits\\Timestamp' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Timestamp.php',
    'Carbon\\Traits\\ToStringFormat' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/ToStringFormat.php',
    'Carbon\\Traits\\Units' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Units.php',
    'Carbon\\Traits\\Week' => $vendorDir . '/nesbot/carbon/src/Carbon/Traits/Week.php',
    'Carbon\\Translator' => $vendorDir . '/nesbot/carbon/src/Carbon/Translator.php',
    'Carbon\\TranslatorImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/TranslatorImmutable.php',
    'Carbon\\TranslatorStrongTypeInterface' => $vendorDir . '/nesbot/carbon/src/Carbon/TranslatorStrongTypeInterface.php',
    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    'Datamatrix' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/datamatrix.php',
    'Defuse\\Crypto\\Core' => $vendorDir . '/defuse/php-encryption/src/Core.php',
    'Defuse\\Crypto\\Crypto' => $vendorDir . '/defuse/php-encryption/src/Crypto.php',
    'Defuse\\Crypto\\DerivedKeys' => $vendorDir . '/defuse/php-encryption/src/DerivedKeys.php',
    'Defuse\\Crypto\\Encoding' => $vendorDir . '/defuse/php-encryption/src/Encoding.php',
    'Defuse\\Crypto\\Exception\\BadFormatException' => $vendorDir . '/defuse/php-encryption/src/Exception/BadFormatException.php',
    'Defuse\\Crypto\\Exception\\CryptoException' => $vendorDir . '/defuse/php-encryption/src/Exception/CryptoException.php',
    'Defuse\\Crypto\\Exception\\EnvironmentIsBrokenException' => $vendorDir . '/defuse/php-encryption/src/Exception/EnvironmentIsBrokenException.php',
    'Defuse\\Crypto\\Exception\\IOException' => $vendorDir . '/defuse/php-encryption/src/Exception/IOException.php',
    'Defuse\\Crypto\\Exception\\WrongKeyOrModifiedCiphertextException' => $vendorDir . '/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php',
    'Defuse\\Crypto\\File' => $vendorDir . '/defuse/php-encryption/src/File.php',
    'Defuse\\Crypto\\Key' => $vendorDir . '/defuse/php-encryption/src/Key.php',
    'Defuse\\Crypto\\KeyOrPassword' => $vendorDir . '/defuse/php-encryption/src/KeyOrPassword.php',
    'Defuse\\Crypto\\KeyProtectedByPassword' => $vendorDir . '/defuse/php-encryption/src/KeyProtectedByPassword.php',
    'Defuse\\Crypto\\RuntimeTests' => $vendorDir . '/defuse/php-encryption/src/RuntimeTests.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Attribute\\AsEntityListener' => $vendorDir . '/doctrine/doctrine-bundle/Attribute/AsEntityListener.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Attribute\\AsMiddleware' => $vendorDir . '/doctrine/doctrine-bundle/Attribute/AsMiddleware.php',
    'Doctrine\\Bundle\\DoctrineBundle\\CacheWarmer\\DoctrineMetadataCacheWarmer' => $vendorDir . '/doctrine/doctrine-bundle/CacheWarmer/DoctrineMetadataCacheWarmer.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\DoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/DoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DoctrineCommandHelper' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/DoctrineCommandHelper.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand' => $vendorDir . '/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php',
    'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory' => $vendorDir . '/doctrine/doctrine-bundle/ConnectionFactory.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => $vendorDir . '/doctrine/doctrine-bundle/Controller/ProfilerController.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector' => $vendorDir . '/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\BlacklistSchemaAssetFilter' => $vendorDir . '/doctrine/doctrine-bundle/Dbal/BlacklistSchemaAssetFilter.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\Logging\\BacktraceLogger' => $vendorDir . '/doctrine/doctrine-bundle/Dbal/Logging/BacktraceLogger.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => $vendorDir . '/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\RegexSchemaAssetFilter' => $vendorDir . '/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\SchemaAssetsFilterManager' => $vendorDir . '/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\CacheCompatibilityPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/CacheCompatibilityPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\CacheSchemaSubscriberPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/CacheSchemaSubscriberPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\DbalSchemaFilterPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/DbalSchemaFilterPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\DoctrineOrmMappingsPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\EntityListenerPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/EntityListenerPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\IdGeneratorPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/IdGeneratorPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\MiddlewaresPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/MiddlewaresPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\RemoveLoggingMiddlewarePass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/RemoveLoggingMiddlewarePass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\RemoveProfilerControllerPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/RemoveProfilerControllerPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\ServiceRepositoryCompilerPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Compiler\\WellKnownSchemaFilterPass' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Compiler/WellKnownSchemaFilterPass.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\Configuration' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/Configuration.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DependencyInjection\\DoctrineExtension' => $vendorDir . '/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php',
    'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle' => $vendorDir . '/doctrine/doctrine-bundle/DoctrineBundle.php',
    'Doctrine\\Bundle\\DoctrineBundle\\EventSubscriber\\EventSubscriberInterface' => $vendorDir . '/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php',
    'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator' => $vendorDir . '/doctrine/doctrine-bundle/ManagerConfigurator.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataCollection' => $vendorDir . '/doctrine/doctrine-bundle/Mapping/ClassMetadataCollection.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory' => $vendorDir . '/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver' => $vendorDir . '/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\DisconnectedMetadataFactory' => $vendorDir . '/doctrine/doctrine-bundle/Mapping/DisconnectedMetadataFactory.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\EntityListenerServiceResolver' => $vendorDir . '/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\MappingDriver' => $vendorDir . '/doctrine/doctrine-bundle/Mapping/MappingDriver.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Middleware\\ConnectionNameAwareInterface' => $vendorDir . '/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Registry' => $vendorDir . '/doctrine/doctrine-bundle/Registry.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Repository\\ContainerRepositoryFactory' => $vendorDir . '/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepository' => $vendorDir . '/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Repository\\ServiceEntityRepositoryInterface' => $vendorDir . '/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php',
    'Doctrine\\Bundle\\DoctrineBundle\\Twig\\DoctrineExtension' => $vendorDir . '/doctrine/doctrine-bundle/Twig/DoctrineExtension.php',
    'Doctrine\\Bundle\\MigrationsBundle\\DependencyInjection\\CompilerPass\\ConfigureDependencyFactoryPass' => $vendorDir . '/doctrine/doctrine-migrations-bundle/DependencyInjection/CompilerPass/ConfigureDependencyFactoryPass.php',
    'Doctrine\\Bundle\\MigrationsBundle\\DependencyInjection\\Configuration' => $vendorDir . '/doctrine/doctrine-migrations-bundle/DependencyInjection/Configuration.php',
    'Doctrine\\Bundle\\MigrationsBundle\\DependencyInjection\\DoctrineMigrationsExtension' => $vendorDir . '/doctrine/doctrine-migrations-bundle/DependencyInjection/DoctrineMigrationsExtension.php',
    'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle' => $vendorDir . '/doctrine/doctrine-migrations-bundle/DoctrineMigrationsBundle.php',
    'Doctrine\\Common\\Annotations\\Annotation' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php',
    'Doctrine\\Common\\Annotations\\AnnotationException' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php',
    'Doctrine\\Common\\Annotations\\AnnotationReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php',
    'Doctrine\\Common\\Annotations\\AnnotationRegistry' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php',
    'Doctrine\\Common\\Annotations\\Annotation\\Attribute' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php',
    'Doctrine\\Common\\Annotations\\Annotation\\Attributes' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php',
    'Doctrine\\Common\\Annotations\\Annotation\\Enum' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php',
    'Doctrine\\Common\\Annotations\\Annotation\\IgnoreAnnotation' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php',
    'Doctrine\\Common\\Annotations\\Annotation\\NamedArgumentConstructor' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php',
    'Doctrine\\Common\\Annotations\\Annotation\\Required' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php',
    'Doctrine\\Common\\Annotations\\Annotation\\Target' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php',
    'Doctrine\\Common\\Annotations\\CachedReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php',
    'Doctrine\\Common\\Annotations\\DocLexer' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php',
    'Doctrine\\Common\\Annotations\\DocParser' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php',
    'Doctrine\\Common\\Annotations\\FileCacheReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php',
    'Doctrine\\Common\\Annotations\\ImplicitlyIgnoredAnnotationNames' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php',
    'Doctrine\\Common\\Annotations\\IndexedReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php',
    'Doctrine\\Common\\Annotations\\NamedArgumentConstructorAnnotation' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php',
    'Doctrine\\Common\\Annotations\\PhpParser' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php',
    'Doctrine\\Common\\Annotations\\PsrCachedReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php',
    'Doctrine\\Common\\Annotations\\Reader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php',
    'Doctrine\\Common\\Annotations\\SimpleAnnotationReader' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php',
    'Doctrine\\Common\\Annotations\\TokenParser' => $vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php',
    'Doctrine\\Common\\Cache\\ApcCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php',
    'Doctrine\\Common\\Cache\\ApcuCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php',
    'Doctrine\\Common\\Cache\\ArrayCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php',
    'Doctrine\\Common\\Cache\\Cache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php',
    'Doctrine\\Common\\Cache\\CacheProvider' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php',
    'Doctrine\\Common\\Cache\\ChainCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php',
    'Doctrine\\Common\\Cache\\ClearableCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php',
    'Doctrine\\Common\\Cache\\CouchbaseBucketCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseBucketCache.php',
    'Doctrine\\Common\\Cache\\CouchbaseCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php',
    'Doctrine\\Common\\Cache\\ExtMongoDBCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ExtMongoDBCache.php',
    'Doctrine\\Common\\Cache\\FileCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php',
    'Doctrine\\Common\\Cache\\FilesystemCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php',
    'Doctrine\\Common\\Cache\\FlushableCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php',
    'Doctrine\\Common\\Cache\\InvalidCacheId' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/InvalidCacheId.php',
    'Doctrine\\Common\\Cache\\LegacyMongoDBCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/LegacyMongoDBCache.php',
    'Doctrine\\Common\\Cache\\MemcacheCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php',
    'Doctrine\\Common\\Cache\\MemcachedCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php',
    'Doctrine\\Common\\Cache\\MongoDBCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php',
    'Doctrine\\Common\\Cache\\MultiDeleteCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php',
    'Doctrine\\Common\\Cache\\MultiGetCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php',
    'Doctrine\\Common\\Cache\\MultiOperationCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php',
    'Doctrine\\Common\\Cache\\MultiPutCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php',
    'Doctrine\\Common\\Cache\\PhpFileCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php',
    'Doctrine\\Common\\Cache\\PredisCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php',
    'Doctrine\\Common\\Cache\\Psr6\\CacheAdapter' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php',
    'Doctrine\\Common\\Cache\\Psr6\\CacheItem' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php',
    'Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php',
    'Doctrine\\Common\\Cache\\Psr6\\InvalidArgument' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php',
    'Doctrine\\Common\\Cache\\Psr6\\TypedCacheItem' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/TypedCacheItem.php',
    'Doctrine\\Common\\Cache\\RedisCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php',
    'Doctrine\\Common\\Cache\\SQLite3Cache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php',
    'Doctrine\\Common\\Cache\\Version' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/Version.php',
    'Doctrine\\Common\\Cache\\VoidCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php',
    'Doctrine\\Common\\Cache\\WinCacheCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php',
    'Doctrine\\Common\\Cache\\XcacheCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php',
    'Doctrine\\Common\\Cache\\ZendDataCache' => $vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php',
    'Doctrine\\Common\\ClassLoader' => $vendorDir . '/doctrine/common/src/ClassLoader.php',
    'Doctrine\\Common\\Collections\\AbstractLazyCollection' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php',
    'Doctrine\\Common\\Collections\\ArrayCollection' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php',
    'Doctrine\\Common\\Collections\\Collection' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php',
    'Doctrine\\Common\\Collections\\Criteria' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php',
    'Doctrine\\Common\\Collections\\Expr\\ClosureExpressionVisitor' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php',
    'Doctrine\\Common\\Collections\\Expr\\Comparison' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php',
    'Doctrine\\Common\\Collections\\Expr\\CompositeExpression' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php',
    'Doctrine\\Common\\Collections\\Expr\\Expression' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php',
    'Doctrine\\Common\\Collections\\Expr\\ExpressionVisitor' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php',
    'Doctrine\\Common\\Collections\\Expr\\Value' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php',
    'Doctrine\\Common\\Collections\\ExpressionBuilder' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php',
    'Doctrine\\Common\\Collections\\ReadableCollection' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php',
    'Doctrine\\Common\\Collections\\Selectable' => $vendorDir . '/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php',
    'Doctrine\\Common\\CommonException' => $vendorDir . '/doctrine/common/src/CommonException.php',
    'Doctrine\\Common\\Comparable' => $vendorDir . '/doctrine/common/src/Comparable.php',
    'Doctrine\\Common\\EventArgs' => $vendorDir . '/doctrine/event-manager/src/EventArgs.php',
    'Doctrine\\Common\\EventManager' => $vendorDir . '/doctrine/event-manager/src/EventManager.php',
    'Doctrine\\Common\\EventSubscriber' => $vendorDir . '/doctrine/event-manager/src/EventSubscriber.php',
    'Doctrine\\Common\\Inflector\\Inflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php',
    'Doctrine\\Common\\Lexer\\AbstractLexer' => $vendorDir . '/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php',
    'Doctrine\\Common\\Persistence\\PersistentObject' => $vendorDir . '/doctrine/persistence/src/Common/Persistence/PersistentObject.php',
    'Doctrine\\Common\\Proxy\\AbstractProxyFactory' => $vendorDir . '/doctrine/common/src/Proxy/AbstractProxyFactory.php',
    'Doctrine\\Common\\Proxy\\Autoloader' => $vendorDir . '/doctrine/common/src/Proxy/Autoloader.php',
    'Doctrine\\Common\\Proxy\\Exception\\InvalidArgumentException' => $vendorDir . '/doctrine/common/src/Proxy/Exception/InvalidArgumentException.php',
    'Doctrine\\Common\\Proxy\\Exception\\OutOfBoundsException' => $vendorDir . '/doctrine/common/src/Proxy/Exception/OutOfBoundsException.php',
    'Doctrine\\Common\\Proxy\\Exception\\ProxyException' => $vendorDir . '/doctrine/common/src/Proxy/Exception/ProxyException.php',
    'Doctrine\\Common\\Proxy\\Exception\\UnexpectedValueException' => $vendorDir . '/doctrine/common/src/Proxy/Exception/UnexpectedValueException.php',
    'Doctrine\\Common\\Proxy\\Proxy' => $vendorDir . '/doctrine/common/src/Proxy/Proxy.php',
    'Doctrine\\Common\\Proxy\\ProxyDefinition' => $vendorDir . '/doctrine/common/src/Proxy/ProxyDefinition.php',
    'Doctrine\\Common\\Proxy\\ProxyGenerator' => $vendorDir . '/doctrine/common/src/Proxy/ProxyGenerator.php',
    'Doctrine\\Common\\Util\\ClassUtils' => $vendorDir . '/doctrine/common/src/Util/ClassUtils.php',
    'Doctrine\\Common\\Util\\Debug' => $vendorDir . '/doctrine/common/src/Util/Debug.php',
    'Doctrine\\DBAL\\Abstraction\\Result' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php',
    'Doctrine\\DBAL\\Cache\\ArrayStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php',
    'Doctrine\\DBAL\\Cache\\CacheException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php',
    'Doctrine\\DBAL\\Cache\\QueryCacheProfile' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php',
    'Doctrine\\DBAL\\Cache\\ResultCacheStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php',
    'Doctrine\\DBAL\\ColumnCase' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/ColumnCase.php',
    'Doctrine\\DBAL\\Configuration' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php',
    'Doctrine\\DBAL\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Connection.php',
    'Doctrine\\DBAL\\ConnectionException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php',
    'Doctrine\\DBAL\\Connections\\MasterSlaveConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php',
    'Doctrine\\DBAL\\Connections\\PrimaryReadReplicaConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Connections/PrimaryReadReplicaConnection.php',
    'Doctrine\\DBAL\\DBALException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php',
    'Doctrine\\DBAL\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver.php',
    'Doctrine\\DBAL\\DriverManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php',
    'Doctrine\\DBAL\\Driver\\AbstractDB2Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php',
    'Doctrine\\DBAL\\Driver\\AbstractDriverException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php',
    'Doctrine\\DBAL\\Driver\\AbstractException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractException.php',
    'Doctrine\\DBAL\\Driver\\AbstractMySQLDriver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php',
    'Doctrine\\DBAL\\Driver\\AbstractOracleDriver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php',
    'Doctrine\\DBAL\\Driver\\AbstractOracleDriver\\EasyConnectString' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver/EasyConnectString.php',
    'Doctrine\\DBAL\\Driver\\AbstractPostgreSQLDriver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php',
    'Doctrine\\DBAL\\Driver\\AbstractSQLAnywhereDriver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php',
    'Doctrine\\DBAL\\Driver\\AbstractSQLServerDriver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php',
    'Doctrine\\DBAL\\Driver\\AbstractSQLServerDriver\\Exception\\PortWithoutHost' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php',
    'Doctrine\\DBAL\\Driver\\AbstractSQLiteDriver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php',
    'Doctrine\\DBAL\\Driver\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php',
    'Doctrine\\DBAL\\Driver\\DriverException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php',
    'Doctrine\\DBAL\\Driver\\DrizzlePDOMySql\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php',
    'Doctrine\\DBAL\\Driver\\DrizzlePDOMySql\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php',
    'Doctrine\\DBAL\\Driver\\Exception' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Exception.php',
    'Doctrine\\DBAL\\Driver\\ExceptionConverterDriver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php',
    'Doctrine\\DBAL\\Driver\\FetchUtils' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/FetchUtils.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Connection.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\DB2Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\DB2Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\DB2Exception' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\DB2Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\DataSourceName' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DataSourceName.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Driver.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Exception\\CannotCopyStreamToStream' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotCopyStreamToStream.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Exception\\CannotCreateTemporaryFile' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotCreateTemporaryFile.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Exception\\CannotWriteToTemporaryFile' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotWriteToTemporaryFile.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Exception\\ConnectionError' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/ConnectionError.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Exception\\ConnectionFailed' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/ConnectionFailed.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Exception\\PrepareFailed' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/PrepareFailed.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Exception\\StatementError' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/StatementError.php',
    'Doctrine\\DBAL\\Driver\\IBMDB2\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Statement.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Connection.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Exception\\ConnectionError' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/ConnectionError.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Exception\\ConnectionFailed' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/ConnectionFailed.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Exception\\FailedReadingStreamOffset' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/FailedReadingStreamOffset.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Exception\\InvalidOption' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/InvalidOption.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Exception\\StatementError' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/StatementError.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Exception\\UnknownType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/UnknownType.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\MysqliConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\MysqliException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\MysqliStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php',
    'Doctrine\\DBAL\\Driver\\Mysqli\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Statement.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Connection.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\Exception\\NonTerminatedStringLiteral' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Exception/NonTerminatedStringLiteral.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\Exception\\SequenceDoesNotExist' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Exception/SequenceDoesNotExist.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\Exception\\UnknownParameterIndex' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Exception/UnknownParameterIndex.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\OCI8Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\OCI8Exception' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\OCI8Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php',
    'Doctrine\\DBAL\\Driver\\OCI8\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Statement.php',
    'Doctrine\\DBAL\\Driver\\PDOConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php',
    'Doctrine\\DBAL\\Driver\\PDOException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php',
    'Doctrine\\DBAL\\Driver\\PDOIbm\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDOMySql\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDOOracle\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDOPgSql\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDOQueryImplementation' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php',
    'Doctrine\\DBAL\\Driver\\PDOSqlite\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDOSqlsrv\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php',
    'Doctrine\\DBAL\\Driver\\PDOSqlsrv\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDOSqlsrv\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php',
    'Doctrine\\DBAL\\Driver\\PDOStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php',
    'Doctrine\\DBAL\\Driver\\PDOStatementImplementations' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php',
    'Doctrine\\DBAL\\Driver\\PDO\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php',
    'Doctrine\\DBAL\\Driver\\PDO\\Exception' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php',
    'Doctrine\\DBAL\\Driver\\PDO\\MySQL\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDO\\OCI\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/OCI/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDO\\PgSQL\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/PgSQL/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDO\\SQLSrv\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/SQLSrv/Connection.php',
    'Doctrine\\DBAL\\Driver\\PDO\\SQLSrv\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/SQLSrv/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDO\\SQLSrv\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/SQLSrv/Statement.php',
    'Doctrine\\DBAL\\Driver\\PDO\\SQLite\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/SQLite/Driver.php',
    'Doctrine\\DBAL\\Driver\\PDO\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php',
    'Doctrine\\DBAL\\Driver\\PingableConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php',
    'Doctrine\\DBAL\\Driver\\Result' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php',
    'Doctrine\\DBAL\\Driver\\ResultStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php',
    'Doctrine\\DBAL\\Driver\\SQLAnywhere\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php',
    'Doctrine\\DBAL\\Driver\\SQLAnywhere\\SQLAnywhereConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php',
    'Doctrine\\DBAL\\Driver\\SQLAnywhere\\SQLAnywhereException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php',
    'Doctrine\\DBAL\\Driver\\SQLAnywhere\\SQLAnywhereStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php',
    'Doctrine\\DBAL\\Driver\\SQLSrv\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Connection.php',
    'Doctrine\\DBAL\\Driver\\SQLSrv\\Driver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php',
    'Doctrine\\DBAL\\Driver\\SQLSrv\\Exception\\Error' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Exception/Error.php',
    'Doctrine\\DBAL\\Driver\\SQLSrv\\LastInsertId' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php',
    'Doctrine\\DBAL\\Driver\\SQLSrv\\SQLSrvConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php',
    'Doctrine\\DBAL\\Driver\\SQLSrv\\SQLSrvException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php',
    'Doctrine\\DBAL\\Driver\\SQLSrv\\SQLSrvStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php',
    'Doctrine\\DBAL\\Driver\\SQLSrv\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Statement.php',
    'Doctrine\\DBAL\\Driver\\ServerInfoAwareConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php',
    'Doctrine\\DBAL\\Driver\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php',
    'Doctrine\\DBAL\\Driver\\StatementIterator' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Driver/StatementIterator.php',
    'Doctrine\\DBAL\\Event\\ConnectionEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php',
    'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php',
    'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php',
    'Doctrine\\DBAL\\Event\\Listeners\\SQLSessionInit' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php',
    'Doctrine\\DBAL\\Event\\SchemaAlterTableAddColumnEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaAlterTableChangeColumnEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaAlterTableEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaAlterTableRemoveColumnEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaAlterTableRenameColumnEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaColumnDefinitionEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaCreateTableColumnEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaCreateTableEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaDropTableEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php',
    'Doctrine\\DBAL\\Event\\SchemaIndexDefinitionEventArgs' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php',
    'Doctrine\\DBAL\\Events' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Events.php',
    'Doctrine\\DBAL\\Exception' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception.php',
    'Doctrine\\DBAL\\Exception\\ConnectionException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php',
    'Doctrine\\DBAL\\Exception\\ConnectionLost' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionLost.php',
    'Doctrine\\DBAL\\Exception\\ConstraintViolationException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php',
    'Doctrine\\DBAL\\Exception\\DatabaseObjectExistsException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php',
    'Doctrine\\DBAL\\Exception\\DatabaseObjectNotFoundException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php',
    'Doctrine\\DBAL\\Exception\\DeadlockException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/DeadlockException.php',
    'Doctrine\\DBAL\\Exception\\DriverException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php',
    'Doctrine\\DBAL\\Exception\\ForeignKeyConstraintViolationException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php',
    'Doctrine\\DBAL\\Exception\\InvalidArgumentException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php',
    'Doctrine\\DBAL\\Exception\\InvalidFieldNameException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php',
    'Doctrine\\DBAL\\Exception\\LockWaitTimeoutException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/LockWaitTimeoutException.php',
    'Doctrine\\DBAL\\Exception\\NoKeyValue' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/NoKeyValue.php',
    'Doctrine\\DBAL\\Exception\\NonUniqueFieldNameException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php',
    'Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php',
    'Doctrine\\DBAL\\Exception\\ReadOnlyException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php',
    'Doctrine\\DBAL\\Exception\\RetryableException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/RetryableException.php',
    'Doctrine\\DBAL\\Exception\\ServerException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php',
    'Doctrine\\DBAL\\Exception\\SyntaxErrorException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php',
    'Doctrine\\DBAL\\Exception\\TableExistsException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php',
    'Doctrine\\DBAL\\Exception\\TableNotFoundException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php',
    'Doctrine\\DBAL\\Exception\\UniqueConstraintViolationException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php',
    'Doctrine\\DBAL\\FetchMode' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php',
    'Doctrine\\DBAL\\ForwardCompatibility\\DriverResultStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php',
    'Doctrine\\DBAL\\ForwardCompatibility\\DriverStatement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php',
    'Doctrine\\DBAL\\ForwardCompatibility\\Result' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php',
    'Doctrine\\DBAL\\Id\\TableGenerator' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php',
    'Doctrine\\DBAL\\Id\\TableGeneratorSchemaVisitor' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php',
    'Doctrine\\DBAL\\LockMode' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php',
    'Doctrine\\DBAL\\Logging\\DebugStack' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php',
    'Doctrine\\DBAL\\Logging\\EchoSQLLogger' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php',
    'Doctrine\\DBAL\\Logging\\LoggerChain' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php',
    'Doctrine\\DBAL\\Logging\\SQLLogger' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php',
    'Doctrine\\DBAL\\ParameterType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php',
    'Doctrine\\DBAL\\Platforms\\AbstractPlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php',
    'Doctrine\\DBAL\\Platforms\\DB2Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php',
    'Doctrine\\DBAL\\Platforms\\DateIntervalUnit' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php',
    'Doctrine\\DBAL\\Platforms\\DrizzlePlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\DB2Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\DrizzleKeywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\KeywordList' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\MariaDb102Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\MsSQLKeywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\MySQL57Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\MySQL80Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\MySQLKeywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\OracleKeywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQL100Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL100Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQL91Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQL92Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQL94Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQLKeywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\ReservedKeywordsValidator' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere11Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere12Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhere16Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLAnywhereKeywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2005Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2008Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2012Keywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLServerKeywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php',
    'Doctrine\\DBAL\\Platforms\\Keywords\\SQLiteKeywords' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php',
    'Doctrine\\DBAL\\Platforms\\MariaDb1027Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php',
    'Doctrine\\DBAL\\Platforms\\MySQL57Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php',
    'Doctrine\\DBAL\\Platforms\\MySQL80Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php',
    'Doctrine\\DBAL\\Platforms\\MySqlPlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php',
    'Doctrine\\DBAL\\Platforms\\OraclePlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php',
    'Doctrine\\DBAL\\Platforms\\PostgreSQL100Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php',
    'Doctrine\\DBAL\\Platforms\\PostgreSQL91Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php',
    'Doctrine\\DBAL\\Platforms\\PostgreSQL92Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php',
    'Doctrine\\DBAL\\Platforms\\PostgreSQL94Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php',
    'Doctrine\\DBAL\\Platforms\\PostgreSqlPlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php',
    'Doctrine\\DBAL\\Platforms\\SQLAnywhere11Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php',
    'Doctrine\\DBAL\\Platforms\\SQLAnywhere12Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php',
    'Doctrine\\DBAL\\Platforms\\SQLAnywhere16Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php',
    'Doctrine\\DBAL\\Platforms\\SQLAnywherePlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php',
    'Doctrine\\DBAL\\Platforms\\SQLAzurePlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php',
    'Doctrine\\DBAL\\Platforms\\SQLServer2005Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php',
    'Doctrine\\DBAL\\Platforms\\SQLServer2008Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php',
    'Doctrine\\DBAL\\Platforms\\SQLServer2012Platform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php',
    'Doctrine\\DBAL\\Platforms\\SQLServerPlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php',
    'Doctrine\\DBAL\\Platforms\\SqlitePlatform' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php',
    'Doctrine\\DBAL\\Platforms\\TrimMode' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php',
    'Doctrine\\DBAL\\Portability\\Connection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php',
    'Doctrine\\DBAL\\Portability\\OptimizeFlags' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Portability/OptimizeFlags.php',
    'Doctrine\\DBAL\\Portability\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php',
    'Doctrine\\DBAL\\Query\\Expression\\CompositeExpression' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php',
    'Doctrine\\DBAL\\Query\\Expression\\ExpressionBuilder' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php',
    'Doctrine\\DBAL\\Query\\QueryBuilder' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php',
    'Doctrine\\DBAL\\Query\\QueryException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php',
    'Doctrine\\DBAL\\Result' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Result.php',
    'Doctrine\\DBAL\\SQLParserUtils' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php',
    'Doctrine\\DBAL\\SQLParserUtilsException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php',
    'Doctrine\\DBAL\\Schema\\AbstractAsset' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php',
    'Doctrine\\DBAL\\Schema\\AbstractSchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php',
    'Doctrine\\DBAL\\Schema\\Column' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php',
    'Doctrine\\DBAL\\Schema\\ColumnDiff' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php',
    'Doctrine\\DBAL\\Schema\\Comparator' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php',
    'Doctrine\\DBAL\\Schema\\Constraint' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php',
    'Doctrine\\DBAL\\Schema\\DB2SchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php',
    'Doctrine\\DBAL\\Schema\\DrizzleSchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php',
    'Doctrine\\DBAL\\Schema\\ForeignKeyConstraint' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php',
    'Doctrine\\DBAL\\Schema\\Identifier' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php',
    'Doctrine\\DBAL\\Schema\\Index' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php',
    'Doctrine\\DBAL\\Schema\\MySqlSchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php',
    'Doctrine\\DBAL\\Schema\\OracleSchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php',
    'Doctrine\\DBAL\\Schema\\PostgreSqlSchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php',
    'Doctrine\\DBAL\\Schema\\SQLAnywhereSchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php',
    'Doctrine\\DBAL\\Schema\\SQLServerSchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php',
    'Doctrine\\DBAL\\Schema\\Schema' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php',
    'Doctrine\\DBAL\\Schema\\SchemaConfig' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php',
    'Doctrine\\DBAL\\Schema\\SchemaDiff' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php',
    'Doctrine\\DBAL\\Schema\\SchemaException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php',
    'Doctrine\\DBAL\\Schema\\Sequence' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php',
    'Doctrine\\DBAL\\Schema\\SqliteSchemaManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php',
    'Doctrine\\DBAL\\Schema\\Synchronizer\\AbstractSchemaSynchronizer' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php',
    'Doctrine\\DBAL\\Schema\\Synchronizer\\SchemaSynchronizer' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php',
    'Doctrine\\DBAL\\Schema\\Synchronizer\\SingleDatabaseSynchronizer' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php',
    'Doctrine\\DBAL\\Schema\\Table' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php',
    'Doctrine\\DBAL\\Schema\\TableDiff' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php',
    'Doctrine\\DBAL\\Schema\\View' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php',
    'Doctrine\\DBAL\\Schema\\Visitor\\AbstractVisitor' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php',
    'Doctrine\\DBAL\\Schema\\Visitor\\CreateSchemaSqlCollector' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php',
    'Doctrine\\DBAL\\Schema\\Visitor\\DropSchemaSqlCollector' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php',
    'Doctrine\\DBAL\\Schema\\Visitor\\Graphviz' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php',
    'Doctrine\\DBAL\\Schema\\Visitor\\NamespaceVisitor' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php',
    'Doctrine\\DBAL\\Schema\\Visitor\\RemoveNamespacedAssets' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php',
    'Doctrine\\DBAL\\Schema\\Visitor\\SchemaDiffVisitor' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php',
    'Doctrine\\DBAL\\Schema\\Visitor\\Visitor' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php',
    'Doctrine\\DBAL\\Sharding\\PoolingShardConnection' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php',
    'Doctrine\\DBAL\\Sharding\\PoolingShardManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php',
    'Doctrine\\DBAL\\Sharding\\SQLAzure\\SQLAzureFederationsSynchronizer' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php',
    'Doctrine\\DBAL\\Sharding\\SQLAzure\\SQLAzureShardManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php',
    'Doctrine\\DBAL\\Sharding\\SQLAzure\\Schema\\MultiTenantVisitor' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php',
    'Doctrine\\DBAL\\Sharding\\ShardChoser\\MultiTenantShardChoser' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php',
    'Doctrine\\DBAL\\Sharding\\ShardChoser\\ShardChoser' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php',
    'Doctrine\\DBAL\\Sharding\\ShardManager' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php',
    'Doctrine\\DBAL\\Sharding\\ShardingException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php',
    'Doctrine\\DBAL\\Statement' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Statement.php',
    'Doctrine\\DBAL\\Tools\\Console\\Command\\ImportCommand' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php',
    'Doctrine\\DBAL\\Tools\\Console\\Command\\ReservedWordsCommand' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php',
    'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php',
    'Doctrine\\DBAL\\Tools\\Console\\ConnectionNotFound' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionNotFound.php',
    'Doctrine\\DBAL\\Tools\\Console\\ConnectionProvider' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php',
    'Doctrine\\DBAL\\Tools\\Console\\ConnectionProvider\\SingleConnectionProvider' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider/SingleConnectionProvider.php',
    'Doctrine\\DBAL\\Tools\\Console\\ConsoleRunner' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php',
    'Doctrine\\DBAL\\Tools\\Console\\Helper\\ConnectionHelper' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php',
    'Doctrine\\DBAL\\Tools\\Dumper' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Tools/Dumper.php',
    'Doctrine\\DBAL\\TransactionIsolationLevel' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php',
    'Doctrine\\DBAL\\Types\\ArrayType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php',
    'Doctrine\\DBAL\\Types\\AsciiStringType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php',
    'Doctrine\\DBAL\\Types\\BigIntType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php',
    'Doctrine\\DBAL\\Types\\BinaryType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php',
    'Doctrine\\DBAL\\Types\\BlobType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php',
    'Doctrine\\DBAL\\Types\\BooleanType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php',
    'Doctrine\\DBAL\\Types\\ConversionException' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php',
    'Doctrine\\DBAL\\Types\\DateImmutableType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php',
    'Doctrine\\DBAL\\Types\\DateIntervalType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php',
    'Doctrine\\DBAL\\Types\\DateTimeImmutableType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php',
    'Doctrine\\DBAL\\Types\\DateTimeType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php',
    'Doctrine\\DBAL\\Types\\DateTimeTzImmutableType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php',
    'Doctrine\\DBAL\\Types\\DateTimeTzType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php',
    'Doctrine\\DBAL\\Types\\DateType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php',
    'Doctrine\\DBAL\\Types\\DecimalType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php',
    'Doctrine\\DBAL\\Types\\FloatType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php',
    'Doctrine\\DBAL\\Types\\GuidType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php',
    'Doctrine\\DBAL\\Types\\IntegerType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php',
    'Doctrine\\DBAL\\Types\\JsonArrayType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php',
    'Doctrine\\DBAL\\Types\\JsonType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php',
    'Doctrine\\DBAL\\Types\\ObjectType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php',
    'Doctrine\\DBAL\\Types\\PhpDateTimeMappingType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php',
    'Doctrine\\DBAL\\Types\\PhpIntegerMappingType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php',
    'Doctrine\\DBAL\\Types\\SimpleArrayType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php',
    'Doctrine\\DBAL\\Types\\SmallIntType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php',
    'Doctrine\\DBAL\\Types\\StringType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php',
    'Doctrine\\DBAL\\Types\\TextType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php',
    'Doctrine\\DBAL\\Types\\TimeImmutableType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php',
    'Doctrine\\DBAL\\Types\\TimeType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php',
    'Doctrine\\DBAL\\Types\\Type' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php',
    'Doctrine\\DBAL\\Types\\TypeRegistry' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php',
    'Doctrine\\DBAL\\Types\\Types' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php',
    'Doctrine\\DBAL\\Types\\VarDateTimeImmutableType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeImmutableType.php',
    'Doctrine\\DBAL\\Types\\VarDateTimeType' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php',
    'Doctrine\\DBAL\\Version' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/Version.php',
    'Doctrine\\DBAL\\VersionAwarePlatformDriver' => $vendorDir . '/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php',
    'Doctrine\\Deprecations\\Deprecation' => $vendorDir . '/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php',
    'Doctrine\\Deprecations\\PHPUnit\\VerifyDeprecations' => $vendorDir . '/doctrine/deprecations/lib/Doctrine/Deprecations/PHPUnit/VerifyDeprecations.php',
    'Doctrine\\Inflector\\CachedWordInflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php',
    'Doctrine\\Inflector\\GenericLanguageInflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php',
    'Doctrine\\Inflector\\Inflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php',
    'Doctrine\\Inflector\\InflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php',
    'Doctrine\\Inflector\\Language' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Language.php',
    'Doctrine\\Inflector\\LanguageInflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php',
    'Doctrine\\Inflector\\NoopWordInflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/NoopWordInflector.php',
    'Doctrine\\Inflector\\Rules\\English\\Inflectible' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\English\\InflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\English\\Rules' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php',
    'Doctrine\\Inflector\\Rules\\English\\Uninflected' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\French\\Inflectible' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\French\\InflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\French\\Rules' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Rules.php',
    'Doctrine\\Inflector\\Rules\\French\\Uninflected' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/French/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\NorwegianBokmal\\Inflectible' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\NorwegianBokmal\\InflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\NorwegianBokmal\\Rules' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Rules.php',
    'Doctrine\\Inflector\\Rules\\NorwegianBokmal\\Uninflected' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Pattern' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php',
    'Doctrine\\Inflector\\Rules\\Patterns' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php',
    'Doctrine\\Inflector\\Rules\\Portuguese\\Inflectible' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\Portuguese\\InflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\Portuguese\\Rules' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Rules.php',
    'Doctrine\\Inflector\\Rules\\Portuguese\\Uninflected' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Ruleset' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php',
    'Doctrine\\Inflector\\Rules\\Spanish\\Inflectible' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\Spanish\\InflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\Spanish\\Rules' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Rules.php',
    'Doctrine\\Inflector\\Rules\\Spanish\\Uninflected' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Substitution' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php',
    'Doctrine\\Inflector\\Rules\\Substitutions' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php',
    'Doctrine\\Inflector\\Rules\\Transformation' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php',
    'Doctrine\\Inflector\\Rules\\Transformations' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php',
    'Doctrine\\Inflector\\Rules\\Turkish\\Inflectible' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Inflectible.php',
    'Doctrine\\Inflector\\Rules\\Turkish\\InflectorFactory' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/InflectorFactory.php',
    'Doctrine\\Inflector\\Rules\\Turkish\\Rules' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Rules.php',
    'Doctrine\\Inflector\\Rules\\Turkish\\Uninflected' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish/Uninflected.php',
    'Doctrine\\Inflector\\Rules\\Word' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php',
    'Doctrine\\Inflector\\RulesetInflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php',
    'Doctrine\\Inflector\\WordInflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php',
    'Doctrine\\Instantiator\\Exception\\ExceptionInterface' => $vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php',
    'Doctrine\\Instantiator\\Exception\\InvalidArgumentException' => $vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php',
    'Doctrine\\Instantiator\\Exception\\UnexpectedValueException' => $vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php',
    'Doctrine\\Instantiator\\Instantiator' => $vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php',
    'Doctrine\\Instantiator\\InstantiatorInterface' => $vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php',
    'Doctrine\\Migrations\\AbstractMigration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/AbstractMigration.php',
    'Doctrine\\Migrations\\Configuration\\Configuration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php',
    'Doctrine\\Migrations\\Configuration\\Connection\\ConfigurationFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Connection/ConfigurationFile.php',
    'Doctrine\\Migrations\\Configuration\\Connection\\ConnectionLoader' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Connection/ConnectionLoader.php',
    'Doctrine\\Migrations\\Configuration\\Connection\\Exception\\ConnectionNotSpecified' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Connection/Exception/ConnectionNotSpecified.php',
    'Doctrine\\Migrations\\Configuration\\Connection\\Exception\\FileNotFound' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Connection/Exception/FileNotFound.php',
    'Doctrine\\Migrations\\Configuration\\Connection\\Exception\\InvalidConfiguration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Connection/Exception/InvalidConfiguration.php',
    'Doctrine\\Migrations\\Configuration\\Connection\\Exception\\LoaderException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Connection/Exception/LoaderException.php',
    'Doctrine\\Migrations\\Configuration\\Connection\\ExistingConnection' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Connection/ExistingConnection.php',
    'Doctrine\\Migrations\\Configuration\\EntityManager\\ConfigurationFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ConfigurationFile.php',
    'Doctrine\\Migrations\\Configuration\\EntityManager\\EntityManagerLoader' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php',
    'Doctrine\\Migrations\\Configuration\\EntityManager\\Exception\\FileNotFound' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/Exception/FileNotFound.php',
    'Doctrine\\Migrations\\Configuration\\EntityManager\\Exception\\InvalidConfiguration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/Exception/InvalidConfiguration.php',
    'Doctrine\\Migrations\\Configuration\\EntityManager\\Exception\\LoaderException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/Exception/LoaderException.php',
    'Doctrine\\Migrations\\Configuration\\EntityManager\\ExistingEntityManager' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ExistingEntityManager.php',
    'Doctrine\\Migrations\\Configuration\\Exception\\ConfigurationException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Exception/ConfigurationException.php',
    'Doctrine\\Migrations\\Configuration\\Exception\\FileNotFound' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Exception/FileNotFound.php',
    'Doctrine\\Migrations\\Configuration\\Exception\\FrozenConfiguration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Exception/FrozenConfiguration.php',
    'Doctrine\\Migrations\\Configuration\\Exception\\UnknownConfigurationValue' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Exception/UnknownConfigurationValue.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\ConfigurationArray' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationArray.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\ConfigurationFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationFile.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\ConfigurationFileWithFallback' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationFileWithFallback.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\ConfigurationLoader' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\Exception\\InvalidConfigurationFormat' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/Exception/InvalidConfigurationFormat.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\Exception\\InvalidConfigurationKey' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/Exception/InvalidConfigurationKey.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\Exception\\JsonNotValid' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/Exception/JsonNotValid.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\Exception\\MissingConfigurationFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/Exception/MissingConfigurationFile.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\Exception\\XmlNotValid' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/Exception/XmlNotValid.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\Exception\\YamlNotAvailable' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/Exception/YamlNotAvailable.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\Exception\\YamlNotValid' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/Exception/YamlNotValid.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\ExistingConfiguration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\FormattedFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/FormattedFile.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\JsonFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/JsonFile.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\PhpFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/PhpFile.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\XmlFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/XmlFile.php',
    'Doctrine\\Migrations\\Configuration\\Migration\\YamlFile' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/YamlFile.php',
    'Doctrine\\Migrations\\DbalMigrator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/DbalMigrator.php',
    'Doctrine\\Migrations\\DependencyFactory' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php',
    'Doctrine\\Migrations\\EventDispatcher' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/EventDispatcher.php',
    'Doctrine\\Migrations\\Event\\Listeners\\AutoCommitListener' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Event/Listeners/AutoCommitListener.php',
    'Doctrine\\Migrations\\Event\\MigrationsEventArgs' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Event/MigrationsEventArgs.php',
    'Doctrine\\Migrations\\Event\\MigrationsVersionEventArgs' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Event/MigrationsVersionEventArgs.php',
    'Doctrine\\Migrations\\Events' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Events.php',
    'Doctrine\\Migrations\\Exception\\AbortMigration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/AbortMigration.php',
    'Doctrine\\Migrations\\Exception\\AlreadyAtVersion' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/AlreadyAtVersion.php',
    'Doctrine\\Migrations\\Exception\\ControlException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/ControlException.php',
    'Doctrine\\Migrations\\Exception\\DependencyException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/DependencyException.php',
    'Doctrine\\Migrations\\Exception\\DuplicateMigrationVersion' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/DuplicateMigrationVersion.php',
    'Doctrine\\Migrations\\Exception\\FrozenDependencies' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/FrozenDependencies.php',
    'Doctrine\\Migrations\\Exception\\IrreversibleMigration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/IrreversibleMigration.php',
    'Doctrine\\Migrations\\Exception\\MetadataStorageError' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/MetadataStorageError.php',
    'Doctrine\\Migrations\\Exception\\MigrationClassNotFound' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/MigrationClassNotFound.php',
    'Doctrine\\Migrations\\Exception\\MigrationException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/MigrationException.php',
    'Doctrine\\Migrations\\Exception\\MigrationNotAvailable' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/MigrationNotAvailable.php',
    'Doctrine\\Migrations\\Exception\\MigrationNotExecuted' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/MigrationNotExecuted.php',
    'Doctrine\\Migrations\\Exception\\MissingDependency' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/MissingDependency.php',
    'Doctrine\\Migrations\\Exception\\NoMigrationsFoundWithCriteria' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/NoMigrationsFoundWithCriteria.php',
    'Doctrine\\Migrations\\Exception\\NoMigrationsToExecute' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/NoMigrationsToExecute.php',
    'Doctrine\\Migrations\\Exception\\NoTablesFound' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/NoTablesFound.php',
    'Doctrine\\Migrations\\Exception\\PlanAlreadyExecuted' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/PlanAlreadyExecuted.php',
    'Doctrine\\Migrations\\Exception\\RollupFailed' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/RollupFailed.php',
    'Doctrine\\Migrations\\Exception\\SkipMigration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/SkipMigration.php',
    'Doctrine\\Migrations\\Exception\\UnknownMigrationVersion' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Exception/UnknownMigrationVersion.php',
    'Doctrine\\Migrations\\FileQueryWriter' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/FileQueryWriter.php',
    'Doctrine\\Migrations\\FilesystemMigrationsRepository' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/FilesystemMigrationsRepository.php',
    'Doctrine\\Migrations\\Finder\\Exception\\FinderException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Finder/Exception/FinderException.php',
    'Doctrine\\Migrations\\Finder\\Exception\\InvalidDirectory' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Finder/Exception/InvalidDirectory.php',
    'Doctrine\\Migrations\\Finder\\Exception\\NameIsReserved' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Finder/Exception/NameIsReserved.php',
    'Doctrine\\Migrations\\Finder\\Finder' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Finder/Finder.php',
    'Doctrine\\Migrations\\Finder\\GlobFinder' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Finder/GlobFinder.php',
    'Doctrine\\Migrations\\Finder\\MigrationFinder' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Finder/MigrationFinder.php',
    'Doctrine\\Migrations\\Finder\\RecursiveRegexFinder' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Finder/RecursiveRegexFinder.php',
    'Doctrine\\Migrations\\Generator\\ClassNameGenerator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/ClassNameGenerator.php',
    'Doctrine\\Migrations\\Generator\\ConcatenationFileBuilder' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/ConcatenationFileBuilder.php',
    'Doctrine\\Migrations\\Generator\\DiffGenerator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/DiffGenerator.php',
    'Doctrine\\Migrations\\Generator\\Exception\\GeneratorException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/Exception/GeneratorException.php',
    'Doctrine\\Migrations\\Generator\\Exception\\InvalidTemplateSpecified' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/Exception/InvalidTemplateSpecified.php',
    'Doctrine\\Migrations\\Generator\\Exception\\NoChangesDetected' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/Exception/NoChangesDetected.php',
    'Doctrine\\Migrations\\Generator\\FileBuilder' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/FileBuilder.php',
    'Doctrine\\Migrations\\Generator\\Generator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/Generator.php',
    'Doctrine\\Migrations\\Generator\\SqlGenerator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Generator/SqlGenerator.php',
    'Doctrine\\Migrations\\InlineParameterFormatter' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/InlineParameterFormatter.php',
    'Doctrine\\Migrations\\Metadata\\AvailableMigration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/AvailableMigration.php',
    'Doctrine\\Migrations\\Metadata\\AvailableMigrationsList' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/AvailableMigrationsList.php',
    'Doctrine\\Migrations\\Metadata\\AvailableMigrationsSet' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/AvailableMigrationsSet.php',
    'Doctrine\\Migrations\\Metadata\\ExecutedMigration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/ExecutedMigration.php',
    'Doctrine\\Migrations\\Metadata\\ExecutedMigrationsList' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/ExecutedMigrationsList.php',
    'Doctrine\\Migrations\\Metadata\\MigrationPlan' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/MigrationPlan.php',
    'Doctrine\\Migrations\\Metadata\\MigrationPlanList' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/MigrationPlanList.php',
    'Doctrine\\Migrations\\Metadata\\Storage\\MetadataStorage' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorage.php',
    'Doctrine\\Migrations\\Metadata\\Storage\\MetadataStorageConfiguration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php',
    'Doctrine\\Migrations\\Metadata\\Storage\\TableMetadataStorage' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php',
    'Doctrine\\Migrations\\Metadata\\Storage\\TableMetadataStorageConfiguration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php',
    'Doctrine\\Migrations\\MigrationsRepository' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/MigrationsRepository.php',
    'Doctrine\\Migrations\\Migrator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Migrator.php',
    'Doctrine\\Migrations\\MigratorConfiguration' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/MigratorConfiguration.php',
    'Doctrine\\Migrations\\ParameterFormatter' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/ParameterFormatter.php',
    'Doctrine\\Migrations\\Provider\\DBALSchemaDiffProvider' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/DBALSchemaDiffProvider.php',
    'Doctrine\\Migrations\\Provider\\EmptySchemaProvider' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/EmptySchemaProvider.php',
    'Doctrine\\Migrations\\Provider\\Exception\\NoMappingFound' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/Exception/NoMappingFound.php',
    'Doctrine\\Migrations\\Provider\\Exception\\ProviderException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/Exception/ProviderException.php',
    'Doctrine\\Migrations\\Provider\\LazySchemaDiffProvider' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/LazySchemaDiffProvider.php',
    'Doctrine\\Migrations\\Provider\\OrmSchemaProvider' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/OrmSchemaProvider.php',
    'Doctrine\\Migrations\\Provider\\SchemaDiffProvider' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/SchemaDiffProvider.php',
    'Doctrine\\Migrations\\Provider\\SchemaProvider' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/SchemaProvider.php',
    'Doctrine\\Migrations\\Provider\\StubSchemaProvider' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Provider/StubSchemaProvider.php',
    'Doctrine\\Migrations\\QueryWriter' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/QueryWriter.php',
    'Doctrine\\Migrations\\Query\\Exception\\InvalidArguments' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Query/Exception/InvalidArguments.php',
    'Doctrine\\Migrations\\Query\\Query' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Query/Query.php',
    'Doctrine\\Migrations\\Rollup' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Rollup.php',
    'Doctrine\\Migrations\\SchemaDumper' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/SchemaDumper.php',
    'Doctrine\\Migrations\\Tools\\BooleanStringFormatter' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/BooleanStringFormatter.php',
    'Doctrine\\Migrations\\Tools\\BytesFormatter' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/BytesFormatter.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\DoctrineCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php',
    'Doctrine\\Migrations\\Tools\\Console\\ConsoleInputMigratorConfigurationFactory' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/ConsoleInputMigratorConfigurationFactory.php',
    'Doctrine\\Migrations\\Tools\\Console\\ConsoleLogger' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/ConsoleLogger.php',
    'Doctrine\\Migrations\\Tools\\Console\\ConsoleRunner' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/ConsoleRunner.php',
    'Doctrine\\Migrations\\Tools\\Console\\Exception\\ConsoleException' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Exception/ConsoleException.php',
    'Doctrine\\Migrations\\Tools\\Console\\Exception\\DependenciesNotSatisfied' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Exception/DependenciesNotSatisfied.php',
    'Doctrine\\Migrations\\Tools\\Console\\Exception\\DirectoryDoesNotExist' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Exception/DirectoryDoesNotExist.php',
    'Doctrine\\Migrations\\Tools\\Console\\Exception\\FileTypeNotSupported' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Exception/FileTypeNotSupported.php',
    'Doctrine\\Migrations\\Tools\\Console\\Exception\\InvalidOptionUsage' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Exception/InvalidOptionUsage.php',
    'Doctrine\\Migrations\\Tools\\Console\\Exception\\SchemaDumpRequiresNoMigrations' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Exception/SchemaDumpRequiresNoMigrations.php',
    'Doctrine\\Migrations\\Tools\\Console\\Exception\\VersionAlreadyExists' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Exception/VersionAlreadyExists.php',
    'Doctrine\\Migrations\\Tools\\Console\\Exception\\VersionDoesNotExist' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Exception/VersionDoesNotExist.php',
    'Doctrine\\Migrations\\Tools\\Console\\Helper\\ConfigurationHelper' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Helper/ConfigurationHelper.php',
    'Doctrine\\Migrations\\Tools\\Console\\Helper\\MigrationDirectoryHelper' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Helper/MigrationDirectoryHelper.php',
    'Doctrine\\Migrations\\Tools\\Console\\Helper\\MigrationStatusInfosHelper' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Helper/MigrationStatusInfosHelper.php',
    'Doctrine\\Migrations\\Tools\\Console\\MigratorConfigurationFactory' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/MigratorConfigurationFactory.php',
    'Doctrine\\Migrations\\Tools\\TransactionHelper' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Tools/TransactionHelper.php',
    'Doctrine\\Migrations\\Version\\AliasResolver' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/AliasResolver.php',
    'Doctrine\\Migrations\\Version\\AlphabeticalComparator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/AlphabeticalComparator.php',
    'Doctrine\\Migrations\\Version\\Comparator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/Comparator.php',
    'Doctrine\\Migrations\\Version\\CurrentMigrationStatusCalculator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/CurrentMigrationStatusCalculator.php',
    'Doctrine\\Migrations\\Version\\DbalExecutor' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/DbalExecutor.php',
    'Doctrine\\Migrations\\Version\\DbalMigrationFactory' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/DbalMigrationFactory.php',
    'Doctrine\\Migrations\\Version\\DefaultAliasResolver' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/DefaultAliasResolver.php',
    'Doctrine\\Migrations\\Version\\Direction' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/Direction.php',
    'Doctrine\\Migrations\\Version\\ExecutionResult' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/ExecutionResult.php',
    'Doctrine\\Migrations\\Version\\Executor' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/Executor.php',
    'Doctrine\\Migrations\\Version\\MigrationFactory' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php',
    'Doctrine\\Migrations\\Version\\MigrationPlanCalculator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationPlanCalculator.php',
    'Doctrine\\Migrations\\Version\\MigrationStatusCalculator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationStatusCalculator.php',
    'Doctrine\\Migrations\\Version\\SortedMigrationPlanCalculator' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/SortedMigrationPlanCalculator.php',
    'Doctrine\\Migrations\\Version\\State' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/State.php',
    'Doctrine\\Migrations\\Version\\Version' => $vendorDir . '/doctrine/migrations/lib/Doctrine/Migrations/Version/Version.php',
    'Doctrine\\ORM\\AbstractQuery' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php',
    'Doctrine\\ORM\\Cache' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache.php',
    'Doctrine\\ORM\\Cache\\AssociationCacheEntry' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/AssociationCacheEntry.php',
    'Doctrine\\ORM\\Cache\\CacheConfiguration' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php',
    'Doctrine\\ORM\\Cache\\CacheEntry' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/CacheEntry.php',
    'Doctrine\\ORM\\Cache\\CacheException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/CacheException.php',
    'Doctrine\\ORM\\Cache\\CacheFactory' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php',
    'Doctrine\\ORM\\Cache\\CacheKey' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/CacheKey.php',
    'Doctrine\\ORM\\Cache\\CollectionCacheEntry' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheEntry.php',
    'Doctrine\\ORM\\Cache\\CollectionCacheKey' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionCacheKey.php',
    'Doctrine\\ORM\\Cache\\CollectionHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/CollectionHydrator.php',
    'Doctrine\\ORM\\Cache\\ConcurrentRegion' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/ConcurrentRegion.php',
    'Doctrine\\ORM\\Cache\\DefaultCache' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCache.php',
    'Doctrine\\ORM\\Cache\\DefaultCacheFactory' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php',
    'Doctrine\\ORM\\Cache\\DefaultCollectionHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCollectionHydrator.php',
    'Doctrine\\ORM\\Cache\\DefaultEntityHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php',
    'Doctrine\\ORM\\Cache\\DefaultQueryCache' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultQueryCache.php',
    'Doctrine\\ORM\\Cache\\EntityCacheEntry' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheEntry.php',
    'Doctrine\\ORM\\Cache\\EntityCacheKey' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/EntityCacheKey.php',
    'Doctrine\\ORM\\Cache\\EntityHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/EntityHydrator.php',
    'Doctrine\\ORM\\Cache\\Exception\\CacheException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/CacheException.php',
    'Doctrine\\ORM\\Cache\\Exception\\CannotUpdateReadOnlyCollection' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/CannotUpdateReadOnlyCollection.php',
    'Doctrine\\ORM\\Cache\\Exception\\CannotUpdateReadOnlyEntity' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/CannotUpdateReadOnlyEntity.php',
    'Doctrine\\ORM\\Cache\\Exception\\FeatureNotImplemented' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/FeatureNotImplemented.php',
    'Doctrine\\ORM\\Cache\\Exception\\InvalidResultCacheDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/InvalidResultCacheDriver.php',
    'Doctrine\\ORM\\Cache\\Exception\\MetadataCacheNotConfigured' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/MetadataCacheNotConfigured.php',
    'Doctrine\\ORM\\Cache\\Exception\\MetadataCacheUsesNonPersistentCache' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/MetadataCacheUsesNonPersistentCache.php',
    'Doctrine\\ORM\\Cache\\Exception\\NonCacheableEntity' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/NonCacheableEntity.php',
    'Doctrine\\ORM\\Cache\\Exception\\NonCacheableEntityAssociation' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/NonCacheableEntityAssociation.php',
    'Doctrine\\ORM\\Cache\\Exception\\QueryCacheNotConfigured' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/QueryCacheNotConfigured.php',
    'Doctrine\\ORM\\Cache\\Exception\\QueryCacheUsesNonPersistentCache' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Exception/QueryCacheUsesNonPersistentCache.php',
    'Doctrine\\ORM\\Cache\\Lock' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Lock.php',
    'Doctrine\\ORM\\Cache\\LockException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/LockException.php',
    'Doctrine\\ORM\\Cache\\Logging\\CacheLogger' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php',
    'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php',
    'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php',
    'Doctrine\\ORM\\Cache\\MultiGetRegion' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php',
    'Doctrine\\ORM\\Cache\\Persister\\CachedPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/CachedPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Collection\\AbstractCollectionPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/AbstractCollectionPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Collection\\CachedCollectionPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/CachedCollectionPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Collection\\NonStrictReadWriteCachedCollectionPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Collection\\ReadOnlyCachedCollectionPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadOnlyCachedCollectionPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Collection\\ReadWriteCachedCollectionPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Collection/ReadWriteCachedCollectionPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Entity\\AbstractEntityPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/AbstractEntityPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Entity\\CachedEntityPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/CachedEntityPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Entity\\NonStrictReadWriteCachedEntityPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Entity\\ReadOnlyCachedEntityPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadOnlyCachedEntityPersister.php',
    'Doctrine\\ORM\\Cache\\Persister\\Entity\\ReadWriteCachedEntityPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php',
    'Doctrine\\ORM\\Cache\\QueryCache' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCache.php',
    'Doctrine\\ORM\\Cache\\QueryCacheEntry' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheEntry.php',
    'Doctrine\\ORM\\Cache\\QueryCacheKey' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheKey.php',
    'Doctrine\\ORM\\Cache\\QueryCacheValidator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/QueryCacheValidator.php',
    'Doctrine\\ORM\\Cache\\Region' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php',
    'Doctrine\\ORM\\Cache\\Region\\DefaultMultiGetRegion' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultMultiGetRegion.php',
    'Doctrine\\ORM\\Cache\\Region\\DefaultRegion' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php',
    'Doctrine\\ORM\\Cache\\Region\\FileLockRegion' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Region/FileLockRegion.php',
    'Doctrine\\ORM\\Cache\\Region\\UpdateTimestampCache' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/Region/UpdateTimestampCache.php',
    'Doctrine\\ORM\\Cache\\RegionsConfiguration' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php',
    'Doctrine\\ORM\\Cache\\TimestampCacheEntry' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheEntry.php',
    'Doctrine\\ORM\\Cache\\TimestampCacheKey' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampCacheKey.php',
    'Doctrine\\ORM\\Cache\\TimestampQueryCacheValidator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampQueryCacheValidator.php',
    'Doctrine\\ORM\\Cache\\TimestampRegion' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Cache/TimestampRegion.php',
    'Doctrine\\ORM\\Configuration' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Configuration.php',
    'Doctrine\\ORM\\Decorator\\EntityManagerDecorator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php',
    'Doctrine\\ORM\\EntityManager' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/EntityManager.php',
    'Doctrine\\ORM\\EntityManagerInterface' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php',
    'Doctrine\\ORM\\EntityNotFoundException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/EntityNotFoundException.php',
    'Doctrine\\ORM\\EntityRepository' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php',
    'Doctrine\\ORM\\Event\\LifecycleEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/LifecycleEventArgs.php',
    'Doctrine\\ORM\\Event\\ListenersInvoker' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php',
    'Doctrine\\ORM\\Event\\LoadClassMetadataEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php',
    'Doctrine\\ORM\\Event\\OnClassMetadataNotFoundEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/OnClassMetadataNotFoundEventArgs.php',
    'Doctrine\\ORM\\Event\\OnClearEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/OnClearEventArgs.php',
    'Doctrine\\ORM\\Event\\OnFlushEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/OnFlushEventArgs.php',
    'Doctrine\\ORM\\Event\\PostFlushEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/PostFlushEventArgs.php',
    'Doctrine\\ORM\\Event\\PreFlushEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/PreFlushEventArgs.php',
    'Doctrine\\ORM\\Event\\PreUpdateEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Event/PreUpdateEventArgs.php',
    'Doctrine\\ORM\\Events' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Events.php',
    'Doctrine\\ORM\\Exception\\ConfigurationException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/ConfigurationException.php',
    'Doctrine\\ORM\\Exception\\EntityManagerClosed' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/EntityManagerClosed.php',
    'Doctrine\\ORM\\Exception\\EntityMissingAssignedId' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/EntityMissingAssignedId.php',
    'Doctrine\\ORM\\Exception\\InvalidEntityRepository' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/InvalidEntityRepository.php',
    'Doctrine\\ORM\\Exception\\InvalidHydrationMode' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/InvalidHydrationMode.php',
    'Doctrine\\ORM\\Exception\\ManagerException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/ManagerException.php',
    'Doctrine\\ORM\\Exception\\MismatchedEventManager' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/MismatchedEventManager.php',
    'Doctrine\\ORM\\Exception\\MissingIdentifierField' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/MissingIdentifierField.php',
    'Doctrine\\ORM\\Exception\\MissingMappingDriverImplementation' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/MissingMappingDriverImplementation.php',
    'Doctrine\\ORM\\Exception\\MultipleSelectorsFoundException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/MultipleSelectorsFoundException.php',
    'Doctrine\\ORM\\Exception\\NamedNativeQueryNotFound' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/NamedNativeQueryNotFound.php',
    'Doctrine\\ORM\\Exception\\NamedQueryNotFound' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/NamedQueryNotFound.php',
    'Doctrine\\ORM\\Exception\\NotSupported' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php',
    'Doctrine\\ORM\\Exception\\ORMException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php',
    'Doctrine\\ORM\\Exception\\PersisterException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/PersisterException.php',
    'Doctrine\\ORM\\Exception\\ProxyClassesAlwaysRegenerating' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/ProxyClassesAlwaysRegenerating.php',
    'Doctrine\\ORM\\Exception\\RepositoryException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/RepositoryException.php',
    'Doctrine\\ORM\\Exception\\SchemaToolException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/SchemaToolException.php',
    'Doctrine\\ORM\\Exception\\UnexpectedAssociationValue' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/UnexpectedAssociationValue.php',
    'Doctrine\\ORM\\Exception\\UnknownEntityNamespace' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/UnknownEntityNamespace.php',
    'Doctrine\\ORM\\Exception\\UnrecognizedIdentifierFields' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Exception/UnrecognizedIdentifierFields.php',
    'Doctrine\\ORM\\Id\\AbstractIdGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php',
    'Doctrine\\ORM\\Id\\AssignedGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Id/AssignedGenerator.php',
    'Doctrine\\ORM\\Id\\BigIntegerIdentityGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Id/BigIntegerIdentityGenerator.php',
    'Doctrine\\ORM\\Id\\IdentityGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php',
    'Doctrine\\ORM\\Id\\SequenceGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Id/SequenceGenerator.php',
    'Doctrine\\ORM\\Id\\TableGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Id/TableGenerator.php',
    'Doctrine\\ORM\\Id\\UuidGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Id/UuidGenerator.php',
    'Doctrine\\ORM\\Internal\\CommitOrderCalculator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/CommitOrderCalculator.php',
    'Doctrine\\ORM\\Internal\\HydrationCompleteHandler' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php',
    'Doctrine\\ORM\\Internal\\Hydration\\AbstractHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php',
    'Doctrine\\ORM\\Internal\\Hydration\\ArrayHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php',
    'Doctrine\\ORM\\Internal\\Hydration\\HydrationException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/HydrationException.php',
    'Doctrine\\ORM\\Internal\\Hydration\\IterableResult' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/IterableResult.php',
    'Doctrine\\ORM\\Internal\\Hydration\\ObjectHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php',
    'Doctrine\\ORM\\Internal\\Hydration\\ScalarColumnHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ScalarColumnHydrator.php',
    'Doctrine\\ORM\\Internal\\Hydration\\ScalarHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php',
    'Doctrine\\ORM\\Internal\\Hydration\\SimpleObjectHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php',
    'Doctrine\\ORM\\Internal\\Hydration\\SingleScalarHydrator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php',
    'Doctrine\\ORM\\Internal\\SQLResultCasing' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php',
    'Doctrine\\ORM\\LazyCriteriaCollection' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/LazyCriteriaCollection.php',
    'Doctrine\\ORM\\Mapping\\Annotation' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php',
    'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/AnsiQuoteStrategy.php',
    'Doctrine\\ORM\\Mapping\\AssociationOverride' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php',
    'Doctrine\\ORM\\Mapping\\AssociationOverrides' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php',
    'Doctrine\\ORM\\Mapping\\AttributeOverride' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php',
    'Doctrine\\ORM\\Mapping\\AttributeOverrides' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php',
    'Doctrine\\ORM\\Mapping\\Builder\\AssociationBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php',
    'Doctrine\\ORM\\Mapping\\Builder\\ClassMetadataBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php',
    'Doctrine\\ORM\\Mapping\\Builder\\EmbeddedBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EmbeddedBuilder.php',
    'Doctrine\\ORM\\Mapping\\Builder\\EntityListenerBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/EntityListenerBuilder.php',
    'Doctrine\\ORM\\Mapping\\Builder\\FieldBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/FieldBuilder.php',
    'Doctrine\\ORM\\Mapping\\Builder\\ManyToManyAssociationBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/ManyToManyAssociationBuilder.php',
    'Doctrine\\ORM\\Mapping\\Builder\\OneToManyAssociationBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Builder/OneToManyAssociationBuilder.php',
    'Doctrine\\ORM\\Mapping\\Cache' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php',
    'Doctrine\\ORM\\Mapping\\ChangeTrackingPolicy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php',
    'Doctrine\\ORM\\Mapping\\ClassMetadata' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php',
    'Doctrine\\ORM\\Mapping\\ClassMetadataFactory' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php',
    'Doctrine\\ORM\\Mapping\\ClassMetadataInfo' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php',
    'Doctrine\\ORM\\Mapping\\Column' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php',
    'Doctrine\\ORM\\Mapping\\ColumnResult' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php',
    'Doctrine\\ORM\\Mapping\\CustomIdGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php',
    'Doctrine\\ORM\\Mapping\\DefaultEntityListenerResolver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultEntityListenerResolver.php',
    'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php',
    'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php',
    'Doctrine\\ORM\\Mapping\\DiscriminatorColumn' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php',
    'Doctrine\\ORM\\Mapping\\DiscriminatorMap' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php',
    'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php',
    'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php',
    'Doctrine\\ORM\\Mapping\\Driver\\AttributeReader' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeReader.php',
    'Doctrine\\ORM\\Mapping\\Driver\\DatabaseDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php',
    'Doctrine\\ORM\\Mapping\\Driver\\DriverChain' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DriverChain.php',
    'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/PHPDriver.php',
    'Doctrine\\ORM\\Mapping\\Driver\\RepeatableAttributeCollection' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/RepeatableAttributeCollection.php',
    'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php',
    'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php',
    'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/StaticPHPDriver.php',
    'Doctrine\\ORM\\Mapping\\Driver\\XmlDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php',
    'Doctrine\\ORM\\Mapping\\Driver\\YamlDriver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php',
    'Doctrine\\ORM\\Mapping\\Embeddable' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php',
    'Doctrine\\ORM\\Mapping\\Embedded' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php',
    'Doctrine\\ORM\\Mapping\\Entity' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php',
    'Doctrine\\ORM\\Mapping\\EntityListenerResolver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php',
    'Doctrine\\ORM\\Mapping\\EntityListeners' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php',
    'Doctrine\\ORM\\Mapping\\EntityResult' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php',
    'Doctrine\\ORM\\Mapping\\Exception\\CannotGenerateIds' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Exception/CannotGenerateIds.php',
    'Doctrine\\ORM\\Mapping\\Exception\\InvalidCustomGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Exception/InvalidCustomGenerator.php',
    'Doctrine\\ORM\\Mapping\\Exception\\UnknownGeneratorType' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Exception/UnknownGeneratorType.php',
    'Doctrine\\ORM\\Mapping\\FieldResult' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php',
    'Doctrine\\ORM\\Mapping\\GeneratedValue' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php',
    'Doctrine\\ORM\\Mapping\\HasLifecycleCallbacks' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php',
    'Doctrine\\ORM\\Mapping\\Id' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php',
    'Doctrine\\ORM\\Mapping\\Index' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php',
    'Doctrine\\ORM\\Mapping\\InheritanceType' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php',
    'Doctrine\\ORM\\Mapping\\InverseJoinColumn' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/InverseJoinColumn.php',
    'Doctrine\\ORM\\Mapping\\JoinColumn' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php',
    'Doctrine\\ORM\\Mapping\\JoinColumns' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php',
    'Doctrine\\ORM\\Mapping\\JoinTable' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php',
    'Doctrine\\ORM\\Mapping\\ManyToMany' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php',
    'Doctrine\\ORM\\Mapping\\ManyToOne' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php',
    'Doctrine\\ORM\\Mapping\\MappedSuperclass' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php',
    'Doctrine\\ORM\\Mapping\\MappingException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php',
    'Doctrine\\ORM\\Mapping\\NamedNativeQueries' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php',
    'Doctrine\\ORM\\Mapping\\NamedNativeQuery' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php',
    'Doctrine\\ORM\\Mapping\\NamedQueries' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php',
    'Doctrine\\ORM\\Mapping\\NamedQuery' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php',
    'Doctrine\\ORM\\Mapping\\NamingStrategy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php',
    'Doctrine\\ORM\\Mapping\\OneToMany' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php',
    'Doctrine\\ORM\\Mapping\\OneToOne' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php',
    'Doctrine\\ORM\\Mapping\\OrderBy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php',
    'Doctrine\\ORM\\Mapping\\PostLoad' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php',
    'Doctrine\\ORM\\Mapping\\PostPersist' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php',
    'Doctrine\\ORM\\Mapping\\PostRemove' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php',
    'Doctrine\\ORM\\Mapping\\PostUpdate' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php',
    'Doctrine\\ORM\\Mapping\\PreFlush' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php',
    'Doctrine\\ORM\\Mapping\\PrePersist' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php',
    'Doctrine\\ORM\\Mapping\\PreRemove' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php',
    'Doctrine\\ORM\\Mapping\\PreUpdate' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php',
    'Doctrine\\ORM\\Mapping\\QuoteStrategy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php',
    'Doctrine\\ORM\\Mapping\\ReflectionEmbeddedProperty' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/ReflectionEmbeddedProperty.php',
    'Doctrine\\ORM\\Mapping\\Reflection\\ReflectionPropertiesGetter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php',
    'Doctrine\\ORM\\Mapping\\SequenceGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php',
    'Doctrine\\ORM\\Mapping\\SqlResultSetMapping' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php',
    'Doctrine\\ORM\\Mapping\\SqlResultSetMappings' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php',
    'Doctrine\\ORM\\Mapping\\Table' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php',
    'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php',
    'Doctrine\\ORM\\Mapping\\UniqueConstraint' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php',
    'Doctrine\\ORM\\Mapping\\Version' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php',
    'Doctrine\\ORM\\NativeQuery' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/NativeQuery.php',
    'Doctrine\\ORM\\NoResultException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/NoResultException.php',
    'Doctrine\\ORM\\NonUniqueResultException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/NonUniqueResultException.php',
    'Doctrine\\ORM\\ORMException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/ORMException.php',
    'Doctrine\\ORM\\ORMInvalidArgumentException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/ORMInvalidArgumentException.php',
    'Doctrine\\ORM\\OptimisticLockException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/OptimisticLockException.php',
    'Doctrine\\ORM\\PersistentCollection' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/PersistentCollection.php',
    'Doctrine\\ORM\\Persisters\\Collection\\AbstractCollectionPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/AbstractCollectionPersister.php',
    'Doctrine\\ORM\\Persisters\\Collection\\CollectionPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/CollectionPersister.php',
    'Doctrine\\ORM\\Persisters\\Collection\\ManyToManyPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/ManyToManyPersister.php',
    'Doctrine\\ORM\\Persisters\\Collection\\OneToManyPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Collection/OneToManyPersister.php',
    'Doctrine\\ORM\\Persisters\\Entity\\AbstractEntityInheritancePersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/AbstractEntityInheritancePersister.php',
    'Doctrine\\ORM\\Persisters\\Entity\\BasicEntityPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php',
    'Doctrine\\ORM\\Persisters\\Entity\\CachedPersisterContext' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/CachedPersisterContext.php',
    'Doctrine\\ORM\\Persisters\\Entity\\EntityPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/EntityPersister.php',
    'Doctrine\\ORM\\Persisters\\Entity\\JoinedSubclassPersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php',
    'Doctrine\\ORM\\Persisters\\Entity\\SingleTablePersister' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/SingleTablePersister.php',
    'Doctrine\\ORM\\Persisters\\Exception\\CantUseInOperatorOnCompositeKeys' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Exception/CantUseInOperatorOnCompositeKeys.php',
    'Doctrine\\ORM\\Persisters\\Exception\\InvalidOrientation' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Exception/InvalidOrientation.php',
    'Doctrine\\ORM\\Persisters\\Exception\\UnrecognizedField' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/Exception/UnrecognizedField.php',
    'Doctrine\\ORM\\Persisters\\MatchingAssociationFieldRequiresObject' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/MatchingAssociationFieldRequiresObject.php',
    'Doctrine\\ORM\\Persisters\\PersisterException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/PersisterException.php',
    'Doctrine\\ORM\\Persisters\\SqlExpressionVisitor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlExpressionVisitor.php',
    'Doctrine\\ORM\\Persisters\\SqlValueVisitor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Persisters/SqlValueVisitor.php',
    'Doctrine\\ORM\\PessimisticLockException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/PessimisticLockException.php',
    'Doctrine\\ORM\\Proxy\\Autoloader' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php',
    'Doctrine\\ORM\\Proxy\\Proxy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php',
    'Doctrine\\ORM\\Proxy\\ProxyFactory' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php',
    'Doctrine\\ORM\\Query' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query.php',
    'Doctrine\\ORM\\QueryBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/QueryBuilder.php',
    'Doctrine\\ORM\\Query\\AST\\ASTException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ASTException.php',
    'Doctrine\\ORM\\Query\\AST\\AggregateExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/AggregateExpression.php',
    'Doctrine\\ORM\\Query\\AST\\ArithmeticExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticExpression.php',
    'Doctrine\\ORM\\Query\\AST\\ArithmeticFactor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticFactor.php',
    'Doctrine\\ORM\\Query\\AST\\ArithmeticTerm' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticTerm.php',
    'Doctrine\\ORM\\Query\\AST\\BetweenExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/BetweenExpression.php',
    'Doctrine\\ORM\\Query\\AST\\CoalesceExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/CoalesceExpression.php',
    'Doctrine\\ORM\\Query\\AST\\CollectionMemberExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/CollectionMemberExpression.php',
    'Doctrine\\ORM\\Query\\AST\\ComparisonExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ComparisonExpression.php',
    'Doctrine\\ORM\\Query\\AST\\ConditionalExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalExpression.php',
    'Doctrine\\ORM\\Query\\AST\\ConditionalFactor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalFactor.php',
    'Doctrine\\ORM\\Query\\AST\\ConditionalPrimary' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalPrimary.php',
    'Doctrine\\ORM\\Query\\AST\\ConditionalTerm' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalTerm.php',
    'Doctrine\\ORM\\Query\\AST\\DeleteClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteClause.php',
    'Doctrine\\ORM\\Query\\AST\\DeleteStatement' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/DeleteStatement.php',
    'Doctrine\\ORM\\Query\\AST\\EmptyCollectionComparisonExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php',
    'Doctrine\\ORM\\Query\\AST\\ExistsExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ExistsExpression.php',
    'Doctrine\\ORM\\Query\\AST\\FromClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/FromClause.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\AbsFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/AbsFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\AvgFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/AvgFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\BitAndFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitAndFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\BitOrFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/BitOrFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\ConcatFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\CountFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CountFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\CurrentTimeFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\CurrentTimestampFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\DateAddFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateAddFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\DateDiffFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateDiffFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\DateSubFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\FunctionNode' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/FunctionNode.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\IdentityFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/IdentityFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\LengthFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LengthFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\LocateFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LocateFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\LowerFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/LowerFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\MaxFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/MaxFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\MinFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/MinFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\ModFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\SizeFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\SqrtFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\SubstringFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\SumFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SumFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\TrimFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/TrimFunction.php',
    'Doctrine\\ORM\\Query\\AST\\Functions\\UpperFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/UpperFunction.php',
    'Doctrine\\ORM\\Query\\AST\\GeneralCaseExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/GeneralCaseExpression.php',
    'Doctrine\\ORM\\Query\\AST\\GroupByClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/GroupByClause.php',
    'Doctrine\\ORM\\Query\\AST\\HavingClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/HavingClause.php',
    'Doctrine\\ORM\\Query\\AST\\IdentificationVariableDeclaration' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php',
    'Doctrine\\ORM\\Query\\AST\\InExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/InExpression.php',
    'Doctrine\\ORM\\Query\\AST\\IndexBy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/IndexBy.php',
    'Doctrine\\ORM\\Query\\AST\\InputParameter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/InputParameter.php',
    'Doctrine\\ORM\\Query\\AST\\InstanceOfExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/InstanceOfExpression.php',
    'Doctrine\\ORM\\Query\\AST\\Join' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Join.php',
    'Doctrine\\ORM\\Query\\AST\\JoinAssociationDeclaration' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationDeclaration.php',
    'Doctrine\\ORM\\Query\\AST\\JoinAssociationPathExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php',
    'Doctrine\\ORM\\Query\\AST\\JoinClassPathExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinClassPathExpression.php',
    'Doctrine\\ORM\\Query\\AST\\JoinVariableDeclaration' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php',
    'Doctrine\\ORM\\Query\\AST\\LikeExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/LikeExpression.php',
    'Doctrine\\ORM\\Query\\AST\\Literal' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Literal.php',
    'Doctrine\\ORM\\Query\\AST\\NewObjectExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/NewObjectExpression.php',
    'Doctrine\\ORM\\Query\\AST\\Node' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Node.php',
    'Doctrine\\ORM\\Query\\AST\\NullComparisonExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullComparisonExpression.php',
    'Doctrine\\ORM\\Query\\AST\\NullIfExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullIfExpression.php',
    'Doctrine\\ORM\\Query\\AST\\OrderByClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByClause.php',
    'Doctrine\\ORM\\Query\\AST\\OrderByItem' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByItem.php',
    'Doctrine\\ORM\\Query\\AST\\ParenthesisExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/ParenthesisExpression.php',
    'Doctrine\\ORM\\Query\\AST\\PartialObjectExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/PartialObjectExpression.php',
    'Doctrine\\ORM\\Query\\AST\\PathExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/PathExpression.php',
    'Doctrine\\ORM\\Query\\AST\\QuantifiedExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/QuantifiedExpression.php',
    'Doctrine\\ORM\\Query\\AST\\RangeVariableDeclaration' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php',
    'Doctrine\\ORM\\Query\\AST\\SelectClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectClause.php',
    'Doctrine\\ORM\\Query\\AST\\SelectExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectExpression.php',
    'Doctrine\\ORM\\Query\\AST\\SelectStatement' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectStatement.php',
    'Doctrine\\ORM\\Query\\AST\\SimpleArithmeticExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php',
    'Doctrine\\ORM\\Query\\AST\\SimpleCaseExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleCaseExpression.php',
    'Doctrine\\ORM\\Query\\AST\\SimpleSelectClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectClause.php',
    'Doctrine\\ORM\\Query\\AST\\SimpleSelectExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php',
    'Doctrine\\ORM\\Query\\AST\\SimpleWhenClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SimpleWhenClause.php',
    'Doctrine\\ORM\\Query\\AST\\Subselect' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/Subselect.php',
    'Doctrine\\ORM\\Query\\AST\\SubselectFromClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectFromClause.php',
    'Doctrine\\ORM\\Query\\AST\\SubselectIdentificationVariableDeclaration' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/SubselectIdentificationVariableDeclaration.php',
    'Doctrine\\ORM\\Query\\AST\\TypedExpression' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/TypedExpression.php',
    'Doctrine\\ORM\\Query\\AST\\UpdateClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateClause.php',
    'Doctrine\\ORM\\Query\\AST\\UpdateItem' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateItem.php',
    'Doctrine\\ORM\\Query\\AST\\UpdateStatement' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/UpdateStatement.php',
    'Doctrine\\ORM\\Query\\AST\\WhenClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhenClause.php',
    'Doctrine\\ORM\\Query\\AST\\WhereClause' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhereClause.php',
    'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php',
    'Doctrine\\ORM\\Query\\Exec\\MultiTableDeleteExecutor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php',
    'Doctrine\\ORM\\Query\\Exec\\MultiTableUpdateExecutor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php',
    'Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php',
    'Doctrine\\ORM\\Query\\Exec\\SingleTableDeleteUpdateExecutor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php',
    'Doctrine\\ORM\\Query\\Expr' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr.php',
    'Doctrine\\ORM\\Query\\Expr\\Andx' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Andx.php',
    'Doctrine\\ORM\\Query\\Expr\\Base' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Base.php',
    'Doctrine\\ORM\\Query\\Expr\\Comparison' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Comparison.php',
    'Doctrine\\ORM\\Query\\Expr\\Composite' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Composite.php',
    'Doctrine\\ORM\\Query\\Expr\\From' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/From.php',
    'Doctrine\\ORM\\Query\\Expr\\Func' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Func.php',
    'Doctrine\\ORM\\Query\\Expr\\GroupBy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/GroupBy.php',
    'Doctrine\\ORM\\Query\\Expr\\Join' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Join.php',
    'Doctrine\\ORM\\Query\\Expr\\Literal' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Literal.php',
    'Doctrine\\ORM\\Query\\Expr\\Math' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Math.php',
    'Doctrine\\ORM\\Query\\Expr\\OrderBy' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/OrderBy.php',
    'Doctrine\\ORM\\Query\\Expr\\Orx' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Orx.php',
    'Doctrine\\ORM\\Query\\Expr\\Select' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Select.php',
    'Doctrine\\ORM\\Query\\FilterCollection' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/FilterCollection.php',
    'Doctrine\\ORM\\Query\\Filter\\FilterException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Filter/FilterException.php',
    'Doctrine\\ORM\\Query\\Filter\\SQLFilter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Filter/SQLFilter.php',
    'Doctrine\\ORM\\Query\\Lexer' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Lexer.php',
    'Doctrine\\ORM\\Query\\Parameter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Parameter.php',
    'Doctrine\\ORM\\Query\\ParameterTypeInferer' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/ParameterTypeInferer.php',
    'Doctrine\\ORM\\Query\\Parser' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php',
    'Doctrine\\ORM\\Query\\ParserResult' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/ParserResult.php',
    'Doctrine\\ORM\\Query\\Printer' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/Printer.php',
    'Doctrine\\ORM\\Query\\QueryException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/QueryException.php',
    'Doctrine\\ORM\\Query\\QueryExpressionVisitor' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php',
    'Doctrine\\ORM\\Query\\ResultSetMapping' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMapping.php',
    'Doctrine\\ORM\\Query\\ResultSetMappingBuilder' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMappingBuilder.php',
    'Doctrine\\ORM\\Query\\SqlWalker' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/SqlWalker.php',
    'Doctrine\\ORM\\Query\\TreeWalker' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalker.php',
    'Doctrine\\ORM\\Query\\TreeWalkerAdapter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerAdapter.php',
    'Doctrine\\ORM\\Query\\TreeWalkerChain' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChain.php',
    'Doctrine\\ORM\\Query\\TreeWalkerChainIterator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php',
    'Doctrine\\ORM\\Repository\\DefaultRepositoryFactory' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php',
    'Doctrine\\ORM\\Repository\\Exception\\InvalidFindByCall' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Repository/Exception/InvalidFindByCall.php',
    'Doctrine\\ORM\\Repository\\Exception\\InvalidMagicMethodCall' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Repository/Exception/InvalidMagicMethodCall.php',
    'Doctrine\\ORM\\Repository\\RepositoryFactory' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php',
    'Doctrine\\ORM\\Tools\\AttachEntityListenersListener' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\AbstractEntityManagerCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertDoctrine1SchemaCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\GenerateEntitiesCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\GenerateProxiesCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\GenerateRepositoriesCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\MappingDescribeCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\AbstractCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php',
    'Doctrine\\ORM\\Tools\\Console\\ConsoleRunner' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php',
    'Doctrine\\ORM\\Tools\\Console\\EntityManagerProvider' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php',
    'Doctrine\\ORM\\Tools\\Console\\EntityManagerProvider\\ConnectionFromManagerProvider' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider/ConnectionFromManagerProvider.php',
    'Doctrine\\ORM\\Tools\\Console\\EntityManagerProvider\\HelperSetManagerProvider' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider/HelperSetManagerProvider.php',
    'Doctrine\\ORM\\Tools\\Console\\EntityManagerProvider\\SingleManagerProvider' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider/SingleManagerProvider.php',
    'Doctrine\\ORM\\Tools\\Console\\EntityManagerProvider\\UnknownManagerException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider/UnknownManagerException.php',
    'Doctrine\\ORM\\Tools\\Console\\Helper\\EntityManagerHelper' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php',
    'Doctrine\\ORM\\Tools\\Console\\MetadataFilter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Console/MetadataFilter.php',
    'Doctrine\\ORM\\Tools\\ConvertDoctrine1Schema' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php',
    'Doctrine\\ORM\\Tools\\DebugUnitOfWorkListener' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/DebugUnitOfWorkListener.php',
    'Doctrine\\ORM\\Tools\\DisconnectedClassMetadataFactory' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/DisconnectedClassMetadataFactory.php',
    'Doctrine\\ORM\\Tools\\EntityGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/EntityGenerator.php',
    'Doctrine\\ORM\\Tools\\EntityRepositoryGenerator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php',
    'Doctrine\\ORM\\Tools\\Event\\GenerateSchemaEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php',
    'Doctrine\\ORM\\Tools\\Event\\GenerateSchemaTableEventArgs' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php',
    'Doctrine\\ORM\\Tools\\Exception\\MissingColumnException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Exception/MissingColumnException.php',
    'Doctrine\\ORM\\Tools\\Exception\\NotSupported' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Exception/NotSupported.php',
    'Doctrine\\ORM\\Tools\\Export\\ClassMetadataExporter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php',
    'Doctrine\\ORM\\Tools\\Export\\Driver\\AbstractExporter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php',
    'Doctrine\\ORM\\Tools\\Export\\Driver\\AnnotationExporter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php',
    'Doctrine\\ORM\\Tools\\Export\\Driver\\PhpExporter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php',
    'Doctrine\\ORM\\Tools\\Export\\Driver\\XmlExporter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php',
    'Doctrine\\ORM\\Tools\\Export\\Driver\\YamlExporter' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php',
    'Doctrine\\ORM\\Tools\\Export\\ExportException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ExportException.php',
    'Doctrine\\ORM\\Tools\\Pagination\\CountOutputWalker' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountOutputWalker.php',
    'Doctrine\\ORM\\Tools\\Pagination\\CountWalker' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/CountWalker.php',
    'Doctrine\\ORM\\Tools\\Pagination\\Exception\\RowNumberOverFunctionNotEnabled' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Exception/RowNumberOverFunctionNotEnabled.php',
    'Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryOutputWalker' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php',
    'Doctrine\\ORM\\Tools\\Pagination\\LimitSubqueryWalker' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php',
    'Doctrine\\ORM\\Tools\\Pagination\\Paginator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/Paginator.php',
    'Doctrine\\ORM\\Tools\\Pagination\\RowNumberOverFunction' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/RowNumberOverFunction.php',
    'Doctrine\\ORM\\Tools\\Pagination\\WhereInWalker' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Pagination/WhereInWalker.php',
    'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php',
    'Doctrine\\ORM\\Tools\\SchemaTool' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaTool.php',
    'Doctrine\\ORM\\Tools\\SchemaValidator' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php',
    'Doctrine\\ORM\\Tools\\Setup' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php',
    'Doctrine\\ORM\\Tools\\ToolEvents' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/ToolEvents.php',
    'Doctrine\\ORM\\Tools\\ToolsException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Tools/ToolsException.php',
    'Doctrine\\ORM\\TransactionRequiredException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/TransactionRequiredException.php',
    'Doctrine\\ORM\\UnexpectedResultException' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/UnexpectedResultException.php',
    'Doctrine\\ORM\\UnitOfWork' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php',
    'Doctrine\\ORM\\Utility\\HierarchyDiscriminatorResolver' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Utility/HierarchyDiscriminatorResolver.php',
    'Doctrine\\ORM\\Utility\\IdentifierFlattener' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php',
    'Doctrine\\ORM\\Utility\\PersisterHelper' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Utility/PersisterHelper.php',
    'Doctrine\\ORM\\Version' => $vendorDir . '/doctrine/orm/lib/Doctrine/ORM/Version.php',
    'Doctrine\\Persistence\\AbstractManagerRegistry' => $vendorDir . '/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php',
    'Doctrine\\Persistence\\ConnectionRegistry' => $vendorDir . '/doctrine/persistence/src/Persistence/ConnectionRegistry.php',
    'Doctrine\\Persistence\\Event\\LifecycleEventArgs' => $vendorDir . '/doctrine/persistence/src/Persistence/Event/LifecycleEventArgs.php',
    'Doctrine\\Persistence\\Event\\LoadClassMetadataEventArgs' => $vendorDir . '/doctrine/persistence/src/Persistence/Event/LoadClassMetadataEventArgs.php',
    'Doctrine\\Persistence\\Event\\ManagerEventArgs' => $vendorDir . '/doctrine/persistence/src/Persistence/Event/ManagerEventArgs.php',
    'Doctrine\\Persistence\\Event\\OnClearEventArgs' => $vendorDir . '/doctrine/persistence/src/Persistence/Event/OnClearEventArgs.php',
    'Doctrine\\Persistence\\Event\\PreUpdateEventArgs' => $vendorDir . '/doctrine/persistence/src/Persistence/Event/PreUpdateEventArgs.php',
    'Doctrine\\Persistence\\ManagerRegistry' => $vendorDir . '/doctrine/persistence/src/Persistence/ManagerRegistry.php',
    'Doctrine\\Persistence\\Mapping\\AbstractClassMetadataFactory' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php',
    'Doctrine\\Persistence\\Mapping\\ClassMetadata' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php',
    'Doctrine\\Persistence\\Mapping\\ClassMetadataFactory' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\AnnotationDriver' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\ColocatedMappingDriver' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\DefaultFileLocator' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/DefaultFileLocator.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\FileDriver' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\FileLocator' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriver' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\PHPDriver' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/PHPDriver.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\StaticPHPDriver' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/StaticPHPDriver.php',
    'Doctrine\\Persistence\\Mapping\\Driver\\SymfonyFileLocator' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php',
    'Doctrine\\Persistence\\Mapping\\MappingException' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/MappingException.php',
    'Doctrine\\Persistence\\Mapping\\ProxyClassNameResolver' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php',
    'Doctrine\\Persistence\\Mapping\\ReflectionService' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php',
    'Doctrine\\Persistence\\Mapping\\RuntimeReflectionService' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php',
    'Doctrine\\Persistence\\Mapping\\StaticReflectionService' => $vendorDir . '/doctrine/persistence/src/Persistence/Mapping/StaticReflectionService.php',
    'Doctrine\\Persistence\\NotifyPropertyChanged' => $vendorDir . '/doctrine/persistence/src/Persistence/NotifyPropertyChanged.php',
    'Doctrine\\Persistence\\ObjectManager' => $vendorDir . '/doctrine/persistence/src/Persistence/ObjectManager.php',
    'Doctrine\\Persistence\\ObjectManagerAware' => $vendorDir . '/doctrine/persistence/src/Persistence/ObjectManagerAware.php',
    'Doctrine\\Persistence\\ObjectManagerDecorator' => $vendorDir . '/doctrine/persistence/src/Persistence/ObjectManagerDecorator.php',
    'Doctrine\\Persistence\\ObjectRepository' => $vendorDir . '/doctrine/persistence/src/Persistence/ObjectRepository.php',
    'Doctrine\\Persistence\\PropertyChangedListener' => $vendorDir . '/doctrine/persistence/src/Persistence/PropertyChangedListener.php',
    'Doctrine\\Persistence\\Proxy' => $vendorDir . '/doctrine/persistence/src/Persistence/Proxy.php',
    'Doctrine\\Persistence\\Reflection\\EnumReflectionProperty' => $vendorDir . '/doctrine/persistence/src/Persistence/Reflection/EnumReflectionProperty.php',
    'Doctrine\\Persistence\\Reflection\\RuntimePublicReflectionProperty' => $vendorDir . '/doctrine/persistence/src/Persistence/Reflection/RuntimePublicReflectionProperty.php',
    'Doctrine\\Persistence\\Reflection\\TypedNoDefaultReflectionProperty' => $vendorDir . '/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionProperty.php',
    'Doctrine\\Persistence\\Reflection\\TypedNoDefaultReflectionPropertyBase' => $vendorDir . '/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionPropertyBase.php',
    'Doctrine\\Persistence\\Reflection\\TypedNoDefaultRuntimePublicReflectionProperty' => $vendorDir . '/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultRuntimePublicReflectionProperty.php',
    'Doctrine\\SqlFormatter\\CliHighlighter' => $vendorDir . '/doctrine/sql-formatter/src/CliHighlighter.php',
    'Doctrine\\SqlFormatter\\Cursor' => $vendorDir . '/doctrine/sql-formatter/src/Cursor.php',
    'Doctrine\\SqlFormatter\\Highlighter' => $vendorDir . '/doctrine/sql-formatter/src/Highlighter.php',
    'Doctrine\\SqlFormatter\\HtmlHighlighter' => $vendorDir . '/doctrine/sql-formatter/src/HtmlHighlighter.php',
    'Doctrine\\SqlFormatter\\NullHighlighter' => $vendorDir . '/doctrine/sql-formatter/src/NullHighlighter.php',
    'Doctrine\\SqlFormatter\\SqlFormatter' => $vendorDir . '/doctrine/sql-formatter/src/SqlFormatter.php',
    'Doctrine\\SqlFormatter\\Token' => $vendorDir . '/doctrine/sql-formatter/src/Token.php',
    'Doctrine\\SqlFormatter\\Tokenizer' => $vendorDir . '/doctrine/sql-formatter/src/Tokenizer.php',
    'Dotenv\\Dotenv' => $vendorDir . '/vlucas/phpdotenv/src/Dotenv.php',
    'Dotenv\\Environment\\AbstractVariables' => $vendorDir . '/vlucas/phpdotenv/src/Environment/AbstractVariables.php',
    'Dotenv\\Environment\\Adapter\\AdapterInterface' => $vendorDir . '/vlucas/phpdotenv/src/Environment/Adapter/AdapterInterface.php',
    'Dotenv\\Environment\\Adapter\\ApacheAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Environment/Adapter/ApacheAdapter.php',
    'Dotenv\\Environment\\Adapter\\ArrayAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Environment/Adapter/ArrayAdapter.php',
    'Dotenv\\Environment\\Adapter\\EnvConstAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Environment/Adapter/EnvConstAdapter.php',
    'Dotenv\\Environment\\Adapter\\PutenvAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php',
    'Dotenv\\Environment\\Adapter\\ServerConstAdapter' => $vendorDir . '/vlucas/phpdotenv/src/Environment/Adapter/ServerConstAdapter.php',
    'Dotenv\\Environment\\DotenvFactory' => $vendorDir . '/vlucas/phpdotenv/src/Environment/DotenvFactory.php',
    'Dotenv\\Environment\\DotenvVariables' => $vendorDir . '/vlucas/phpdotenv/src/Environment/DotenvVariables.php',
    'Dotenv\\Environment\\FactoryInterface' => $vendorDir . '/vlucas/phpdotenv/src/Environment/FactoryInterface.php',
    'Dotenv\\Environment\\VariablesInterface' => $vendorDir . '/vlucas/phpdotenv/src/Environment/VariablesInterface.php',
    'Dotenv\\Exception\\ExceptionInterface' => $vendorDir . '/vlucas/phpdotenv/src/Exception/ExceptionInterface.php',
    'Dotenv\\Exception\\InvalidFileException' => $vendorDir . '/vlucas/phpdotenv/src/Exception/InvalidFileException.php',
    'Dotenv\\Exception\\InvalidPathException' => $vendorDir . '/vlucas/phpdotenv/src/Exception/InvalidPathException.php',
    'Dotenv\\Exception\\ValidationException' => $vendorDir . '/vlucas/phpdotenv/src/Exception/ValidationException.php',
    'Dotenv\\Lines' => $vendorDir . '/vlucas/phpdotenv/src/Lines.php',
    'Dotenv\\Loader' => $vendorDir . '/vlucas/phpdotenv/src/Loader.php',
    'Dotenv\\Parser' => $vendorDir . '/vlucas/phpdotenv/src/Parser.php',
    'Dotenv\\Regex\\Error' => $vendorDir . '/vlucas/phpdotenv/src/Regex/Error.php',
    'Dotenv\\Regex\\Regex' => $vendorDir . '/vlucas/phpdotenv/src/Regex/Regex.php',
    'Dotenv\\Regex\\Result' => $vendorDir . '/vlucas/phpdotenv/src/Regex/Result.php',
    'Dotenv\\Regex\\Success' => $vendorDir . '/vlucas/phpdotenv/src/Regex/Success.php',
    'Dotenv\\Validator' => $vendorDir . '/vlucas/phpdotenv/src/Validator.php',
    'Elasticsearch\\Client' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Client.php',
    'Elasticsearch\\ClientBuilder' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ClientBuilder.php',
    'Elasticsearch\\Common\\EmptyLogger' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/EmptyLogger.php',
    'Elasticsearch\\Common\\Exceptions\\AuthenticationConfigException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/AuthenticationConfigException.php',
    'Elasticsearch\\Common\\Exceptions\\BadMethodCallException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/BadMethodCallException.php',
    'Elasticsearch\\Common\\Exceptions\\BadRequest400Exception' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/BadRequest400Exception.php',
    'Elasticsearch\\Common\\Exceptions\\ClientErrorResponseException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/ClientErrorResponseException.php',
    'Elasticsearch\\Common\\Exceptions\\Conflict409Exception' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Conflict409Exception.php',
    'Elasticsearch\\Common\\Exceptions\\Curl\\CouldNotConnectToHost' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Curl/CouldNotConnectToHost.php',
    'Elasticsearch\\Common\\Exceptions\\Curl\\CouldNotResolveHostException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Curl/CouldNotResolveHostException.php',
    'Elasticsearch\\Common\\Exceptions\\Curl\\OperationTimeoutException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Curl/OperationTimeoutException.php',
    'Elasticsearch\\Common\\Exceptions\\ElasticCloudIdParseException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/ElasticCloudIdParseException.php',
    'Elasticsearch\\Common\\Exceptions\\ElasticsearchException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/ElasticsearchException.php',
    'Elasticsearch\\Common\\Exceptions\\Forbidden403Exception' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Forbidden403Exception.php',
    'Elasticsearch\\Common\\Exceptions\\InvalidArgumentException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/InvalidArgumentException.php',
    'Elasticsearch\\Common\\Exceptions\\MaxRetriesException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/MaxRetriesException.php',
    'Elasticsearch\\Common\\Exceptions\\Missing404Exception' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Missing404Exception.php',
    'Elasticsearch\\Common\\Exceptions\\NoDocumentsToGetException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/NoDocumentsToGetException.php',
    'Elasticsearch\\Common\\Exceptions\\NoNodesAvailableException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/NoNodesAvailableException.php',
    'Elasticsearch\\Common\\Exceptions\\NoShardAvailableException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/NoShardAvailableException.php',
    'Elasticsearch\\Common\\Exceptions\\RequestTimeout408Exception' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/RequestTimeout408Exception.php',
    'Elasticsearch\\Common\\Exceptions\\RoutingMissingException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/RoutingMissingException.php',
    'Elasticsearch\\Common\\Exceptions\\RuntimeException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/RuntimeException.php',
    'Elasticsearch\\Common\\Exceptions\\ScriptLangNotSupportedException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/ScriptLangNotSupportedException.php',
    'Elasticsearch\\Common\\Exceptions\\Serializer\\JsonErrorException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/JsonErrorException.php',
    'Elasticsearch\\Common\\Exceptions\\ServerErrorResponseException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/ServerErrorResponseException.php',
    'Elasticsearch\\Common\\Exceptions\\TransportException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/TransportException.php',
    'Elasticsearch\\Common\\Exceptions\\Unauthorized401Exception' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Unauthorized401Exception.php',
    'Elasticsearch\\Common\\Exceptions\\UnexpectedValueException' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/UnexpectedValueException.php',
    'Elasticsearch\\ConnectionPool\\AbstractConnectionPool' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/AbstractConnectionPool.php',
    'Elasticsearch\\ConnectionPool\\ConnectionPoolInterface' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/ConnectionPoolInterface.php',
    'Elasticsearch\\ConnectionPool\\Selectors\\RandomSelector' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/RandomSelector.php',
    'Elasticsearch\\ConnectionPool\\Selectors\\RoundRobinSelector' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/RoundRobinSelector.php',
    'Elasticsearch\\ConnectionPool\\Selectors\\SelectorInterface' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/SelectorInterface.php',
    'Elasticsearch\\ConnectionPool\\Selectors\\StickyRoundRobinSelector' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/StickyRoundRobinSelector.php',
    'Elasticsearch\\ConnectionPool\\SimpleConnectionPool' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/SimpleConnectionPool.php',
    'Elasticsearch\\ConnectionPool\\SniffingConnectionPool' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/SniffingConnectionPool.php',
    'Elasticsearch\\ConnectionPool\\StaticConnectionPool' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/StaticConnectionPool.php',
    'Elasticsearch\\ConnectionPool\\StaticNoPingConnectionPool' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/StaticNoPingConnectionPool.php',
    'Elasticsearch\\Connections\\Connection' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php',
    'Elasticsearch\\Connections\\ConnectionFactory' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ConnectionFactory.php',
    'Elasticsearch\\Connections\\ConnectionFactoryInterface' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ConnectionFactoryInterface.php',
    'Elasticsearch\\Connections\\ConnectionInterface' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ConnectionInterface.php',
    'Elasticsearch\\Endpoints\\AbstractEndpoint' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AbstractEndpoint.php',
    'Elasticsearch\\Endpoints\\AsyncSearch\\Delete' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AsyncSearch/Delete.php',
    'Elasticsearch\\Endpoints\\AsyncSearch\\Get' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AsyncSearch/Get.php',
    'Elasticsearch\\Endpoints\\AsyncSearch\\Status' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AsyncSearch/Status.php',
    'Elasticsearch\\Endpoints\\AsyncSearch\\Submit' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AsyncSearch/Submit.php',
    'Elasticsearch\\Endpoints\\Autoscaling\\DeleteAutoscalingPolicy' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Autoscaling/DeleteAutoscalingPolicy.php',
    'Elasticsearch\\Endpoints\\Autoscaling\\GetAutoscalingCapacity' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Autoscaling/GetAutoscalingCapacity.php',
    'Elasticsearch\\Endpoints\\Autoscaling\\GetAutoscalingPolicy' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Autoscaling/GetAutoscalingPolicy.php',
    'Elasticsearch\\Endpoints\\Autoscaling\\PutAutoscalingPolicy' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Autoscaling/PutAutoscalingPolicy.php',
    'Elasticsearch\\Endpoints\\Bulk' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Bulk.php',
    'Elasticsearch\\Endpoints\\Cat\\Aliases' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Aliases.php',
    'Elasticsearch\\Endpoints\\Cat\\Allocation' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Allocation.php',
    'Elasticsearch\\Endpoints\\Cat\\Count' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Count.php',
    'Elasticsearch\\Endpoints\\Cat\\Fielddata' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Fielddata.php',
    'Elasticsearch\\Endpoints\\Cat\\Health' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Health.php',
    'Elasticsearch\\Endpoints\\Cat\\Help' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Help.php',
    'Elasticsearch\\Endpoints\\Cat\\Indices' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Indices.php',
    'Elasticsearch\\Endpoints\\Cat\\Master' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Master.php',
    'Elasticsearch\\Endpoints\\Cat\\MlDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/MlDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Cat\\MlDatafeeds' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/MlDatafeeds.php',
    'Elasticsearch\\Endpoints\\Cat\\MlJobs' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/MlJobs.php',
    'Elasticsearch\\Endpoints\\Cat\\MlTrainedModels' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/MlTrainedModels.php',
    'Elasticsearch\\Endpoints\\Cat\\NodeAttrs' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php',
    'Elasticsearch\\Endpoints\\Cat\\Nodes' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Nodes.php',
    'Elasticsearch\\Endpoints\\Cat\\PendingTasks' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/PendingTasks.php',
    'Elasticsearch\\Endpoints\\Cat\\Plugins' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Plugins.php',
    'Elasticsearch\\Endpoints\\Cat\\Recovery' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Recovery.php',
    'Elasticsearch\\Endpoints\\Cat\\Repositories' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Repositories.php',
    'Elasticsearch\\Endpoints\\Cat\\Segments' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Segments.php',
    'Elasticsearch\\Endpoints\\Cat\\Shards' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Shards.php',
    'Elasticsearch\\Endpoints\\Cat\\Snapshots' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Snapshots.php',
    'Elasticsearch\\Endpoints\\Cat\\Tasks' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Tasks.php',
    'Elasticsearch\\Endpoints\\Cat\\Templates' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Templates.php',
    'Elasticsearch\\Endpoints\\Cat\\ThreadPool' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/ThreadPool.php',
    'Elasticsearch\\Endpoints\\Cat\\Transforms' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/Transforms.php',
    'Elasticsearch\\Endpoints\\Ccr\\DeleteAutoFollowPattern' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php',
    'Elasticsearch\\Endpoints\\Ccr\\Follow' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/Follow.php',
    'Elasticsearch\\Endpoints\\Ccr\\FollowInfo' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php',
    'Elasticsearch\\Endpoints\\Ccr\\FollowStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/FollowStats.php',
    'Elasticsearch\\Endpoints\\Ccr\\ForgetFollower' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php',
    'Elasticsearch\\Endpoints\\Ccr\\GetAutoFollowPattern' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php',
    'Elasticsearch\\Endpoints\\Ccr\\PauseAutoFollowPattern' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/PauseAutoFollowPattern.php',
    'Elasticsearch\\Endpoints\\Ccr\\PauseFollow' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php',
    'Elasticsearch\\Endpoints\\Ccr\\PutAutoFollowPattern' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php',
    'Elasticsearch\\Endpoints\\Ccr\\ResumeAutoFollowPattern' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/ResumeAutoFollowPattern.php',
    'Elasticsearch\\Endpoints\\Ccr\\ResumeFollow' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php',
    'Elasticsearch\\Endpoints\\Ccr\\Stats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/Stats.php',
    'Elasticsearch\\Endpoints\\Ccr\\Unfollow' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ccr/Unfollow.php',
    'Elasticsearch\\Endpoints\\ClearScroll' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ClearScroll.php',
    'Elasticsearch\\Endpoints\\ClosePointInTime' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ClosePointInTime.php',
    'Elasticsearch\\Endpoints\\Cluster\\AllocationExplain' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php',
    'Elasticsearch\\Endpoints\\Cluster\\DeleteComponentTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/DeleteComponentTemplate.php',
    'Elasticsearch\\Endpoints\\Cluster\\DeleteVotingConfigExclusions' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/DeleteVotingConfigExclusions.php',
    'Elasticsearch\\Endpoints\\Cluster\\ExistsComponentTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/ExistsComponentTemplate.php',
    'Elasticsearch\\Endpoints\\Cluster\\GetComponentTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/GetComponentTemplate.php',
    'Elasticsearch\\Endpoints\\Cluster\\GetSettings' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/GetSettings.php',
    'Elasticsearch\\Endpoints\\Cluster\\Health' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/Health.php',
    'Elasticsearch\\Endpoints\\Cluster\\PendingTasks' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php',
    'Elasticsearch\\Endpoints\\Cluster\\PostVotingConfigExclusions' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PostVotingConfigExclusions.php',
    'Elasticsearch\\Endpoints\\Cluster\\PutComponentTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PutComponentTemplate.php',
    'Elasticsearch\\Endpoints\\Cluster\\PutSettings' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PutSettings.php',
    'Elasticsearch\\Endpoints\\Cluster\\RemoteInfo' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php',
    'Elasticsearch\\Endpoints\\Cluster\\Reroute' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/Reroute.php',
    'Elasticsearch\\Endpoints\\Cluster\\State' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/State.php',
    'Elasticsearch\\Endpoints\\Cluster\\Stats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/Stats.php',
    'Elasticsearch\\Endpoints\\Count' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Count.php',
    'Elasticsearch\\Endpoints\\Create' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Create.php',
    'Elasticsearch\\Endpoints\\DanglingIndices\\DeleteDanglingIndex' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DanglingIndices/DeleteDanglingIndex.php',
    'Elasticsearch\\Endpoints\\DanglingIndices\\ImportDanglingIndex' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DanglingIndices/ImportDanglingIndex.php',
    'Elasticsearch\\Endpoints\\DanglingIndices\\ListDanglingIndices' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DanglingIndices/ListDanglingIndices.php',
    'Elasticsearch\\Endpoints\\DataFrameTransformDeprecated\\DeleteTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/DeleteTransform.php',
    'Elasticsearch\\Endpoints\\DataFrameTransformDeprecated\\GetTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/GetTransform.php',
    'Elasticsearch\\Endpoints\\DataFrameTransformDeprecated\\GetTransformStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/GetTransformStats.php',
    'Elasticsearch\\Endpoints\\DataFrameTransformDeprecated\\PreviewTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/PreviewTransform.php',
    'Elasticsearch\\Endpoints\\DataFrameTransformDeprecated\\PutTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/PutTransform.php',
    'Elasticsearch\\Endpoints\\DataFrameTransformDeprecated\\StartTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/StartTransform.php',
    'Elasticsearch\\Endpoints\\DataFrameTransformDeprecated\\StopTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/StopTransform.php',
    'Elasticsearch\\Endpoints\\DataFrameTransformDeprecated\\UpdateTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DataFrameTransformDeprecated/UpdateTransform.php',
    'Elasticsearch\\Endpoints\\Delete' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Delete.php',
    'Elasticsearch\\Endpoints\\DeleteByQuery' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteByQuery.php',
    'Elasticsearch\\Endpoints\\DeleteByQueryRethrottle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php',
    'Elasticsearch\\Endpoints\\DeleteScript' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteScript.php',
    'Elasticsearch\\Endpoints\\Enrich\\DeletePolicy' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/DeletePolicy.php',
    'Elasticsearch\\Endpoints\\Enrich\\ExecutePolicy' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/ExecutePolicy.php',
    'Elasticsearch\\Endpoints\\Enrich\\GetPolicy' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/GetPolicy.php',
    'Elasticsearch\\Endpoints\\Enrich\\PutPolicy' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/PutPolicy.php',
    'Elasticsearch\\Endpoints\\Enrich\\Stats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Enrich/Stats.php',
    'Elasticsearch\\Endpoints\\Eql\\Delete' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/Delete.php',
    'Elasticsearch\\Endpoints\\Eql\\Get' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/Get.php',
    'Elasticsearch\\Endpoints\\Eql\\GetStatus' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/GetStatus.php',
    'Elasticsearch\\Endpoints\\Eql\\Search' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/Search.php',
    'Elasticsearch\\Endpoints\\Exists' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Exists.php',
    'Elasticsearch\\Endpoints\\ExistsSource' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ExistsSource.php',
    'Elasticsearch\\Endpoints\\Explain' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Explain.php',
    'Elasticsearch\\Endpoints\\Features\\GetFeatures' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Features/GetFeatures.php',
    'Elasticsearch\\Endpoints\\Features\\ResetFeatures' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Features/ResetFeatures.php',
    'Elasticsearch\\Endpoints\\FieldCaps' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/FieldCaps.php',
    'Elasticsearch\\Endpoints\\Fleet\\GlobalCheckpoints' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Fleet/GlobalCheckpoints.php',
    'Elasticsearch\\Endpoints\\Fleet\\Msearch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Fleet/Msearch.php',
    'Elasticsearch\\Endpoints\\Fleet\\Search' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Fleet/Search.php',
    'Elasticsearch\\Endpoints\\Get' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Get.php',
    'Elasticsearch\\Endpoints\\GetScript' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScript.php',
    'Elasticsearch\\Endpoints\\GetScriptContext' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScriptContext.php',
    'Elasticsearch\\Endpoints\\GetScriptLanguages' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScriptLanguages.php',
    'Elasticsearch\\Endpoints\\GetSource' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetSource.php',
    'Elasticsearch\\Endpoints\\Graph\\Explore' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Graph/Explore.php',
    'Elasticsearch\\Endpoints\\Ilm\\DeleteLifecycle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php',
    'Elasticsearch\\Endpoints\\Ilm\\ExplainLifecycle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php',
    'Elasticsearch\\Endpoints\\Ilm\\GetLifecycle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php',
    'Elasticsearch\\Endpoints\\Ilm\\GetStatus' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/GetStatus.php',
    'Elasticsearch\\Endpoints\\Ilm\\MigrateToDataTiers' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/MigrateToDataTiers.php',
    'Elasticsearch\\Endpoints\\Ilm\\MoveToStep' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php',
    'Elasticsearch\\Endpoints\\Ilm\\PutLifecycle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php',
    'Elasticsearch\\Endpoints\\Ilm\\RemovePolicy' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php',
    'Elasticsearch\\Endpoints\\Ilm\\Retry' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/Retry.php',
    'Elasticsearch\\Endpoints\\Ilm\\Start' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/Start.php',
    'Elasticsearch\\Endpoints\\Ilm\\Stop' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ilm/Stop.php',
    'Elasticsearch\\Endpoints\\Index' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Index.php',
    'Elasticsearch\\Endpoints\\Indices\\AddBlock' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/AddBlock.php',
    'Elasticsearch\\Endpoints\\Indices\\Analyze' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Analyze.php',
    'Elasticsearch\\Endpoints\\Indices\\ClearCache' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ClearCache.php',
    'Elasticsearch\\Endpoints\\Indices\\CloneIndices' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/CloneIndices.php',
    'Elasticsearch\\Endpoints\\Indices\\Close' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Close.php',
    'Elasticsearch\\Endpoints\\Indices\\Create' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Create.php',
    'Elasticsearch\\Endpoints\\Indices\\CreateDataStream' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/CreateDataStream.php',
    'Elasticsearch\\Endpoints\\Indices\\DataStreamsStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DataStreamsStats.php',
    'Elasticsearch\\Endpoints\\Indices\\Delete' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Delete.php',
    'Elasticsearch\\Endpoints\\Indices\\DeleteAlias' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php',
    'Elasticsearch\\Endpoints\\Indices\\DeleteDataStream' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteDataStream.php',
    'Elasticsearch\\Endpoints\\Indices\\DeleteIndexTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteIndexTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\DeleteTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\DiskUsage' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DiskUsage.php',
    'Elasticsearch\\Endpoints\\Indices\\Exists' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Exists.php',
    'Elasticsearch\\Endpoints\\Indices\\ExistsAlias' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php',
    'Elasticsearch\\Endpoints\\Indices\\ExistsIndexTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsIndexTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\ExistsTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\ExistsType' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsType.php',
    'Elasticsearch\\Endpoints\\Indices\\FieldUsageStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/FieldUsageStats.php',
    'Elasticsearch\\Endpoints\\Indices\\Flush' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Flush.php',
    'Elasticsearch\\Endpoints\\Indices\\FlushSynced' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/FlushSynced.php',
    'Elasticsearch\\Endpoints\\Indices\\ForceMerge' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ForceMerge.php',
    'Elasticsearch\\Endpoints\\Indices\\Freeze' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Freeze.php',
    'Elasticsearch\\Endpoints\\Indices\\Get' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Get.php',
    'Elasticsearch\\Endpoints\\Indices\\GetAlias' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetAlias.php',
    'Elasticsearch\\Endpoints\\Indices\\GetDataStream' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetDataStream.php',
    'Elasticsearch\\Endpoints\\Indices\\GetFieldMapping' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php',
    'Elasticsearch\\Endpoints\\Indices\\GetIndexTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetIndexTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\GetMapping' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetMapping.php',
    'Elasticsearch\\Endpoints\\Indices\\GetSettings' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetSettings.php',
    'Elasticsearch\\Endpoints\\Indices\\GetTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\GetUpgrade' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php',
    'Elasticsearch\\Endpoints\\Indices\\MigrateToDataStream' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/MigrateToDataStream.php',
    'Elasticsearch\\Endpoints\\Indices\\ModifyDataStream' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ModifyDataStream.php',
    'Elasticsearch\\Endpoints\\Indices\\Open' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Open.php',
    'Elasticsearch\\Endpoints\\Indices\\PromoteDataStream' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PromoteDataStream.php',
    'Elasticsearch\\Endpoints\\Indices\\PutAlias' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutAlias.php',
    'Elasticsearch\\Endpoints\\Indices\\PutIndexTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutIndexTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\PutMapping' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutMapping.php',
    'Elasticsearch\\Endpoints\\Indices\\PutSettings' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutSettings.php',
    'Elasticsearch\\Endpoints\\Indices\\PutTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\Recovery' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Recovery.php',
    'Elasticsearch\\Endpoints\\Indices\\Refresh' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Refresh.php',
    'Elasticsearch\\Endpoints\\Indices\\ReloadSearchAnalyzers' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ReloadSearchAnalyzers.php',
    'Elasticsearch\\Endpoints\\Indices\\ResolveIndex' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ResolveIndex.php',
    'Elasticsearch\\Endpoints\\Indices\\Rollover' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Rollover.php',
    'Elasticsearch\\Endpoints\\Indices\\Segments' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Segments.php',
    'Elasticsearch\\Endpoints\\Indices\\ShardStores' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ShardStores.php',
    'Elasticsearch\\Endpoints\\Indices\\Shrink' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Shrink.php',
    'Elasticsearch\\Endpoints\\Indices\\SimulateIndexTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/SimulateIndexTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\SimulateTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/SimulateTemplate.php',
    'Elasticsearch\\Endpoints\\Indices\\Split' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Split.php',
    'Elasticsearch\\Endpoints\\Indices\\Stats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Stats.php',
    'Elasticsearch\\Endpoints\\Indices\\Unfreeze' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Unfreeze.php',
    'Elasticsearch\\Endpoints\\Indices\\UpdateAliases' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php',
    'Elasticsearch\\Endpoints\\Indices\\Upgrade' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Upgrade.php',
    'Elasticsearch\\Endpoints\\Indices\\ValidateQuery' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php',
    'Elasticsearch\\Endpoints\\Info' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Info.php',
    'Elasticsearch\\Endpoints\\Ingest\\DeletePipeline' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php',
    'Elasticsearch\\Endpoints\\Ingest\\GeoIpStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/GeoIpStats.php',
    'Elasticsearch\\Endpoints\\Ingest\\GetPipeline' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php',
    'Elasticsearch\\Endpoints\\Ingest\\ProcessorGrok' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php',
    'Elasticsearch\\Endpoints\\Ingest\\PutPipeline' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php',
    'Elasticsearch\\Endpoints\\Ingest\\Simulate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/Simulate.php',
    'Elasticsearch\\Endpoints\\License\\Delete' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/Delete.php',
    'Elasticsearch\\Endpoints\\License\\Get' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/Get.php',
    'Elasticsearch\\Endpoints\\License\\GetBasicStatus' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/GetBasicStatus.php',
    'Elasticsearch\\Endpoints\\License\\GetTrialStatus' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/GetTrialStatus.php',
    'Elasticsearch\\Endpoints\\License\\Post' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/Post.php',
    'Elasticsearch\\Endpoints\\License\\PostStartBasic' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/PostStartBasic.php',
    'Elasticsearch\\Endpoints\\License\\PostStartTrial' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/PostStartTrial.php',
    'Elasticsearch\\Endpoints\\Logstash\\DeletePipeline' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Logstash/DeletePipeline.php',
    'Elasticsearch\\Endpoints\\Logstash\\GetPipeline' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Logstash/GetPipeline.php',
    'Elasticsearch\\Endpoints\\Logstash\\PutPipeline' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Logstash/PutPipeline.php',
    'Elasticsearch\\Endpoints\\MTermVectors' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/MTermVectors.php',
    'Elasticsearch\\Endpoints\\Mget' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Mget.php',
    'Elasticsearch\\Endpoints\\Migration\\Deprecations' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Migration/Deprecations.php',
    'Elasticsearch\\Endpoints\\Migration\\GetFeatureUpgradeStatus' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Migration/GetFeatureUpgradeStatus.php',
    'Elasticsearch\\Endpoints\\Migration\\PostFeatureUpgrade' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Migration/PostFeatureUpgrade.php',
    'Elasticsearch\\Endpoints\\Ml\\CloseJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/CloseJob.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteCalendar' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteCalendarEvent' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteCalendarJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteDatafeed' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteExpiredData' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteFilter' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteForecast' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteJob.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteModelSnapshot' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteTrainedModel' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteTrainedModel.php',
    'Elasticsearch\\Endpoints\\Ml\\DeleteTrainedModelAlias' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/DeleteTrainedModelAlias.php',
    'Elasticsearch\\Endpoints\\Ml\\EstimateModelMemory' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/EstimateModelMemory.php',
    'Elasticsearch\\Endpoints\\Ml\\EvaluateDataFrame' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/EvaluateDataFrame.php',
    'Elasticsearch\\Endpoints\\Ml\\ExplainDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/ExplainDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Ml\\FindFileStructure' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php',
    'Elasticsearch\\Endpoints\\Ml\\FlushJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/FlushJob.php',
    'Elasticsearch\\Endpoints\\Ml\\Forecast' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/Forecast.php',
    'Elasticsearch\\Endpoints\\Ml\\GetBuckets' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetBuckets.php',
    'Elasticsearch\\Endpoints\\Ml\\GetCalendarEvents' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php',
    'Elasticsearch\\Endpoints\\Ml\\GetCalendars' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetCalendars.php',
    'Elasticsearch\\Endpoints\\Ml\\GetCategories' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetCategories.php',
    'Elasticsearch\\Endpoints\\Ml\\GetDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Ml\\GetDataFrameAnalyticsStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetDataFrameAnalyticsStats.php',
    'Elasticsearch\\Endpoints\\Ml\\GetDatafeedStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php',
    'Elasticsearch\\Endpoints\\Ml\\GetDatafeeds' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php',
    'Elasticsearch\\Endpoints\\Ml\\GetFilters' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetFilters.php',
    'Elasticsearch\\Endpoints\\Ml\\GetInfluencers' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php',
    'Elasticsearch\\Endpoints\\Ml\\GetJobStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetJobStats.php',
    'Elasticsearch\\Endpoints\\Ml\\GetJobs' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetJobs.php',
    'Elasticsearch\\Endpoints\\Ml\\GetModelSnapshotUpgradeStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetModelSnapshotUpgradeStats.php',
    'Elasticsearch\\Endpoints\\Ml\\GetModelSnapshots' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php',
    'Elasticsearch\\Endpoints\\Ml\\GetOverallBuckets' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php',
    'Elasticsearch\\Endpoints\\Ml\\GetRecords' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetRecords.php',
    'Elasticsearch\\Endpoints\\Ml\\GetTrainedModels' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetTrainedModels.php',
    'Elasticsearch\\Endpoints\\Ml\\GetTrainedModelsStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/GetTrainedModelsStats.php',
    'Elasticsearch\\Endpoints\\Ml\\Info' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/Info.php',
    'Elasticsearch\\Endpoints\\Ml\\OpenJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/OpenJob.php',
    'Elasticsearch\\Endpoints\\Ml\\PostCalendarEvents' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php',
    'Elasticsearch\\Endpoints\\Ml\\PostData' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PostData.php',
    'Elasticsearch\\Endpoints\\Ml\\PreviewDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PreviewDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Ml\\PreviewDatafeed' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php',
    'Elasticsearch\\Endpoints\\Ml\\PutCalendar' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PutCalendar.php',
    'Elasticsearch\\Endpoints\\Ml\\PutCalendarJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php',
    'Elasticsearch\\Endpoints\\Ml\\PutDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PutDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Ml\\PutDatafeed' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php',
    'Elasticsearch\\Endpoints\\Ml\\PutFilter' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PutFilter.php',
    'Elasticsearch\\Endpoints\\Ml\\PutJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PutJob.php',
    'Elasticsearch\\Endpoints\\Ml\\PutTrainedModel' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PutTrainedModel.php',
    'Elasticsearch\\Endpoints\\Ml\\PutTrainedModelAlias' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/PutTrainedModelAlias.php',
    'Elasticsearch\\Endpoints\\Ml\\ResetJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/ResetJob.php',
    'Elasticsearch\\Endpoints\\Ml\\RevertModelSnapshot' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php',
    'Elasticsearch\\Endpoints\\Ml\\SetUpgradeMode' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php',
    'Elasticsearch\\Endpoints\\Ml\\StartDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/StartDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Ml\\StartDatafeed' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php',
    'Elasticsearch\\Endpoints\\Ml\\StopDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/StopDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Ml\\StopDatafeed' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php',
    'Elasticsearch\\Endpoints\\Ml\\UpdateDataFrameAnalytics' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/UpdateDataFrameAnalytics.php',
    'Elasticsearch\\Endpoints\\Ml\\UpdateDatafeed' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php',
    'Elasticsearch\\Endpoints\\Ml\\UpdateFilter' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php',
    'Elasticsearch\\Endpoints\\Ml\\UpdateJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/UpdateJob.php',
    'Elasticsearch\\Endpoints\\Ml\\UpdateModelSnapshot' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php',
    'Elasticsearch\\Endpoints\\Ml\\UpgradeJobSnapshot' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/UpgradeJobSnapshot.php',
    'Elasticsearch\\Endpoints\\Ml\\Validate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/Validate.php',
    'Elasticsearch\\Endpoints\\Ml\\ValidateDetector' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php',
    'Elasticsearch\\Endpoints\\Monitoring\\Bulk' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/Bulk.php',
    'Elasticsearch\\Endpoints\\Msearch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Msearch.php',
    'Elasticsearch\\Endpoints\\MsearchTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/MsearchTemplate.php',
    'Elasticsearch\\Endpoints\\Nodes\\ClearRepositoriesMeteringArchive' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/ClearRepositoriesMeteringArchive.php',
    'Elasticsearch\\Endpoints\\Nodes\\GetRepositoriesMeteringInfo' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/GetRepositoriesMeteringInfo.php',
    'Elasticsearch\\Endpoints\\Nodes\\HotThreads' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/HotThreads.php',
    'Elasticsearch\\Endpoints\\Nodes\\Info' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Info.php',
    'Elasticsearch\\Endpoints\\Nodes\\ReloadSecureSettings' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php',
    'Elasticsearch\\Endpoints\\Nodes\\Stats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Stats.php',
    'Elasticsearch\\Endpoints\\Nodes\\Usage' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Usage.php',
    'Elasticsearch\\Endpoints\\OpenPointInTime' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/OpenPointInTime.php',
    'Elasticsearch\\Endpoints\\Ping' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ping.php',
    'Elasticsearch\\Endpoints\\PutScript' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/PutScript.php',
    'Elasticsearch\\Endpoints\\RankEval' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/RankEval.php',
    'Elasticsearch\\Endpoints\\Reindex' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Reindex.php',
    'Elasticsearch\\Endpoints\\ReindexRethrottle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ReindexRethrottle.php',
    'Elasticsearch\\Endpoints\\RenderSearchTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/RenderSearchTemplate.php',
    'Elasticsearch\\Endpoints\\Rollup\\DeleteJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php',
    'Elasticsearch\\Endpoints\\Rollup\\GetJobs' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/GetJobs.php',
    'Elasticsearch\\Endpoints\\Rollup\\GetRollupCaps' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php',
    'Elasticsearch\\Endpoints\\Rollup\\GetRollupIndexCaps' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php',
    'Elasticsearch\\Endpoints\\Rollup\\PutJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/PutJob.php',
    'Elasticsearch\\Endpoints\\Rollup\\Rollup' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/Rollup.php',
    'Elasticsearch\\Endpoints\\Rollup\\RollupSearch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php',
    'Elasticsearch\\Endpoints\\Rollup\\StartJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/StartJob.php',
    'Elasticsearch\\Endpoints\\Rollup\\StopJob' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/StopJob.php',
    'Elasticsearch\\Endpoints\\ScriptsPainlessExecute' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php',
    'Elasticsearch\\Endpoints\\Scroll' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Scroll.php',
    'Elasticsearch\\Endpoints\\Search' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Search.php',
    'Elasticsearch\\Endpoints\\SearchMvt' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchMvt.php',
    'Elasticsearch\\Endpoints\\SearchShards' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchShards.php',
    'Elasticsearch\\Endpoints\\SearchTemplate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchTemplate.php',
    'Elasticsearch\\Endpoints\\SearchableSnapshots\\CacheStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/CacheStats.php',
    'Elasticsearch\\Endpoints\\SearchableSnapshots\\ClearCache' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/ClearCache.php',
    'Elasticsearch\\Endpoints\\SearchableSnapshots\\Mount' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/Mount.php',
    'Elasticsearch\\Endpoints\\SearchableSnapshots\\RepositoryStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/RepositoryStats.php',
    'Elasticsearch\\Endpoints\\SearchableSnapshots\\Stats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/Stats.php',
    'Elasticsearch\\Endpoints\\Security\\Authenticate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/Authenticate.php',
    'Elasticsearch\\Endpoints\\Security\\ChangePassword' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/ChangePassword.php',
    'Elasticsearch\\Endpoints\\Security\\ClearApiKeyCache' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/ClearApiKeyCache.php',
    'Elasticsearch\\Endpoints\\Security\\ClearCachedPrivileges' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/ClearCachedPrivileges.php',
    'Elasticsearch\\Endpoints\\Security\\ClearCachedRealms' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php',
    'Elasticsearch\\Endpoints\\Security\\ClearCachedRoles' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php',
    'Elasticsearch\\Endpoints\\Security\\ClearCachedServiceTokens' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/ClearCachedServiceTokens.php',
    'Elasticsearch\\Endpoints\\Security\\CreateApiKey' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/CreateApiKey.php',
    'Elasticsearch\\Endpoints\\Security\\CreateServiceToken' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/CreateServiceToken.php',
    'Elasticsearch\\Endpoints\\Security\\DeletePrivileges' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php',
    'Elasticsearch\\Endpoints\\Security\\DeleteRole' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/DeleteRole.php',
    'Elasticsearch\\Endpoints\\Security\\DeleteRoleMapping' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php',
    'Elasticsearch\\Endpoints\\Security\\DeleteServiceToken' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/DeleteServiceToken.php',
    'Elasticsearch\\Endpoints\\Security\\DeleteUser' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/DeleteUser.php',
    'Elasticsearch\\Endpoints\\Security\\DisableUser' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/DisableUser.php',
    'Elasticsearch\\Endpoints\\Security\\EnableUser' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/EnableUser.php',
    'Elasticsearch\\Endpoints\\Security\\GetApiKey' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetApiKey.php',
    'Elasticsearch\\Endpoints\\Security\\GetBuiltinPrivileges' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetBuiltinPrivileges.php',
    'Elasticsearch\\Endpoints\\Security\\GetPrivileges' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetPrivileges.php',
    'Elasticsearch\\Endpoints\\Security\\GetRole' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetRole.php',
    'Elasticsearch\\Endpoints\\Security\\GetRoleMapping' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php',
    'Elasticsearch\\Endpoints\\Security\\GetServiceAccounts' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetServiceAccounts.php',
    'Elasticsearch\\Endpoints\\Security\\GetServiceCredentials' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetServiceCredentials.php',
    'Elasticsearch\\Endpoints\\Security\\GetToken' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetToken.php',
    'Elasticsearch\\Endpoints\\Security\\GetUser' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetUser.php',
    'Elasticsearch\\Endpoints\\Security\\GetUserPrivileges' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php',
    'Elasticsearch\\Endpoints\\Security\\GrantApiKey' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/GrantApiKey.php',
    'Elasticsearch\\Endpoints\\Security\\HasPrivileges' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/HasPrivileges.php',
    'Elasticsearch\\Endpoints\\Security\\InvalidateApiKey' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php',
    'Elasticsearch\\Endpoints\\Security\\InvalidateToken' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/InvalidateToken.php',
    'Elasticsearch\\Endpoints\\Security\\PutPrivileges' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/PutPrivileges.php',
    'Elasticsearch\\Endpoints\\Security\\PutRole' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/PutRole.php',
    'Elasticsearch\\Endpoints\\Security\\PutRoleMapping' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php',
    'Elasticsearch\\Endpoints\\Security\\PutUser' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/PutUser.php',
    'Elasticsearch\\Endpoints\\Security\\QueryApiKeys' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/QueryApiKeys.php',
    'Elasticsearch\\Endpoints\\Security\\SamlAuthenticate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/SamlAuthenticate.php',
    'Elasticsearch\\Endpoints\\Security\\SamlCompleteLogout' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/SamlCompleteLogout.php',
    'Elasticsearch\\Endpoints\\Security\\SamlInvalidate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/SamlInvalidate.php',
    'Elasticsearch\\Endpoints\\Security\\SamlLogout' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/SamlLogout.php',
    'Elasticsearch\\Endpoints\\Security\\SamlPrepareAuthentication' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/SamlPrepareAuthentication.php',
    'Elasticsearch\\Endpoints\\Security\\SamlServiceProviderMetadata' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/SamlServiceProviderMetadata.php',
    'Elasticsearch\\Endpoints\\Shutdown\\DeleteNode' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Shutdown/DeleteNode.php',
    'Elasticsearch\\Endpoints\\Shutdown\\GetNode' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Shutdown/GetNode.php',
    'Elasticsearch\\Endpoints\\Shutdown\\PutNode' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Shutdown/PutNode.php',
    'Elasticsearch\\Endpoints\\Slm\\DeleteLifecycle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/DeleteLifecycle.php',
    'Elasticsearch\\Endpoints\\Slm\\ExecuteLifecycle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/ExecuteLifecycle.php',
    'Elasticsearch\\Endpoints\\Slm\\ExecuteRetention' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/ExecuteRetention.php',
    'Elasticsearch\\Endpoints\\Slm\\GetLifecycle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/GetLifecycle.php',
    'Elasticsearch\\Endpoints\\Slm\\GetStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/GetStats.php',
    'Elasticsearch\\Endpoints\\Slm\\GetStatus' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/GetStatus.php',
    'Elasticsearch\\Endpoints\\Slm\\PutLifecycle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/PutLifecycle.php',
    'Elasticsearch\\Endpoints\\Slm\\Start' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/Start.php',
    'Elasticsearch\\Endpoints\\Slm\\Stop' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Slm/Stop.php',
    'Elasticsearch\\Endpoints\\Snapshot\\CleanupRepository' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CleanupRepository.php',
    'Elasticsearch\\Endpoints\\Snapshot\\CloneSnapshot' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CloneSnapshot.php',
    'Elasticsearch\\Endpoints\\Snapshot\\Create' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/Create.php',
    'Elasticsearch\\Endpoints\\Snapshot\\CreateRepository' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php',
    'Elasticsearch\\Endpoints\\Snapshot\\Delete' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/Delete.php',
    'Elasticsearch\\Endpoints\\Snapshot\\DeleteRepository' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php',
    'Elasticsearch\\Endpoints\\Snapshot\\Get' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/Get.php',
    'Elasticsearch\\Endpoints\\Snapshot\\GetRepository' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php',
    'Elasticsearch\\Endpoints\\Snapshot\\RepositoryAnalyze' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/RepositoryAnalyze.php',
    'Elasticsearch\\Endpoints\\Snapshot\\Restore' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/Restore.php',
    'Elasticsearch\\Endpoints\\Snapshot\\Status' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/Status.php',
    'Elasticsearch\\Endpoints\\Snapshot\\VerifyRepository' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php',
    'Elasticsearch\\Endpoints\\Sql\\ClearCursor' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/ClearCursor.php',
    'Elasticsearch\\Endpoints\\Sql\\DeleteAsync' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/DeleteAsync.php',
    'Elasticsearch\\Endpoints\\Sql\\GetAsync' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/GetAsync.php',
    'Elasticsearch\\Endpoints\\Sql\\GetAsyncStatus' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/GetAsyncStatus.php',
    'Elasticsearch\\Endpoints\\Sql\\Query' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/Query.php',
    'Elasticsearch\\Endpoints\\Sql\\Translate' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Sql/Translate.php',
    'Elasticsearch\\Endpoints\\Ssl\\Certificates' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ssl/Certificates.php',
    'Elasticsearch\\Endpoints\\Tasks\\Cancel' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/Cancel.php',
    'Elasticsearch\\Endpoints\\Tasks\\Get' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/Get.php',
    'Elasticsearch\\Endpoints\\Tasks\\ListTasks' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/ListTasks.php',
    'Elasticsearch\\Endpoints\\TermVectors' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TermVectors.php',
    'Elasticsearch\\Endpoints\\TermsEnum' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TermsEnum.php',
    'Elasticsearch\\Endpoints\\TextStructure\\FindStructure' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/FindStructure.php',
    'Elasticsearch\\Endpoints\\Transform\\DeleteTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/DeleteTransform.php',
    'Elasticsearch\\Endpoints\\Transform\\GetTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/GetTransform.php',
    'Elasticsearch\\Endpoints\\Transform\\GetTransformStats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/GetTransformStats.php',
    'Elasticsearch\\Endpoints\\Transform\\PreviewTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/PreviewTransform.php',
    'Elasticsearch\\Endpoints\\Transform\\PutTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/PutTransform.php',
    'Elasticsearch\\Endpoints\\Transform\\StartTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/StartTransform.php',
    'Elasticsearch\\Endpoints\\Transform\\StopTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/StopTransform.php',
    'Elasticsearch\\Endpoints\\Transform\\UpdateTransform' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/UpdateTransform.php',
    'Elasticsearch\\Endpoints\\Transform\\UpgradeTransforms' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Transform/UpgradeTransforms.php',
    'Elasticsearch\\Endpoints\\Update' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Update.php',
    'Elasticsearch\\Endpoints\\UpdateByQuery' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/UpdateByQuery.php',
    'Elasticsearch\\Endpoints\\UpdateByQueryRethrottle' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php',
    'Elasticsearch\\Endpoints\\Watcher\\AckWatch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/AckWatch.php',
    'Elasticsearch\\Endpoints\\Watcher\\ActivateWatch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php',
    'Elasticsearch\\Endpoints\\Watcher\\DeactivateWatch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php',
    'Elasticsearch\\Endpoints\\Watcher\\DeleteWatch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php',
    'Elasticsearch\\Endpoints\\Watcher\\ExecuteWatch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php',
    'Elasticsearch\\Endpoints\\Watcher\\GetWatch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/GetWatch.php',
    'Elasticsearch\\Endpoints\\Watcher\\PutWatch' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/PutWatch.php',
    'Elasticsearch\\Endpoints\\Watcher\\QueryWatches' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/QueryWatches.php',
    'Elasticsearch\\Endpoints\\Watcher\\Start' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/Start.php',
    'Elasticsearch\\Endpoints\\Watcher\\Stats' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/Stats.php',
    'Elasticsearch\\Endpoints\\Watcher\\Stop' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/Stop.php',
    'Elasticsearch\\Endpoints\\Xpack\\Info' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Xpack/Info.php',
    'Elasticsearch\\Endpoints\\Xpack\\Usage' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Xpack/Usage.php',
    'Elasticsearch\\Helper\\Iterators\\SearchHitIterator' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/SearchHitIterator.php',
    'Elasticsearch\\Helper\\Iterators\\SearchResponseIterator' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/SearchResponseIterator.php',
    'Elasticsearch\\Namespaces\\AbstractNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/AbstractNamespace.php',
    'Elasticsearch\\Namespaces\\AsyncSearchNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/AsyncSearchNamespace.php',
    'Elasticsearch\\Namespaces\\AutoscalingNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/AutoscalingNamespace.php',
    'Elasticsearch\\Namespaces\\BooleanRequestWrapper' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/BooleanRequestWrapper.php',
    'Elasticsearch\\Namespaces\\CatNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/CatNamespace.php',
    'Elasticsearch\\Namespaces\\CcrNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/CcrNamespace.php',
    'Elasticsearch\\Namespaces\\ClusterNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ClusterNamespace.php',
    'Elasticsearch\\Namespaces\\DanglingIndicesNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/DanglingIndicesNamespace.php',
    'Elasticsearch\\Namespaces\\DataFrameTransformDeprecatedNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/DataFrameTransformDeprecatedNamespace.php',
    'Elasticsearch\\Namespaces\\EnrichNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/EnrichNamespace.php',
    'Elasticsearch\\Namespaces\\EqlNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/EqlNamespace.php',
    'Elasticsearch\\Namespaces\\FeaturesNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/FeaturesNamespace.php',
    'Elasticsearch\\Namespaces\\FleetNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/FleetNamespace.php',
    'Elasticsearch\\Namespaces\\GraphNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/GraphNamespace.php',
    'Elasticsearch\\Namespaces\\IlmNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/IlmNamespace.php',
    'Elasticsearch\\Namespaces\\IndicesNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/IndicesNamespace.php',
    'Elasticsearch\\Namespaces\\IngestNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/IngestNamespace.php',
    'Elasticsearch\\Namespaces\\LicenseNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/LicenseNamespace.php',
    'Elasticsearch\\Namespaces\\LogstashNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/LogstashNamespace.php',
    'Elasticsearch\\Namespaces\\MigrationNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/MigrationNamespace.php',
    'Elasticsearch\\Namespaces\\MlNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/MlNamespace.php',
    'Elasticsearch\\Namespaces\\MonitoringNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/MonitoringNamespace.php',
    'Elasticsearch\\Namespaces\\NamespaceBuilderInterface' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/NamespaceBuilderInterface.php',
    'Elasticsearch\\Namespaces\\NodesNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/NodesNamespace.php',
    'Elasticsearch\\Namespaces\\RollupNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/RollupNamespace.php',
    'Elasticsearch\\Namespaces\\SearchableSnapshotsNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SearchableSnapshotsNamespace.php',
    'Elasticsearch\\Namespaces\\SecurityNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SecurityNamespace.php',
    'Elasticsearch\\Namespaces\\ShutdownNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ShutdownNamespace.php',
    'Elasticsearch\\Namespaces\\SlmNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SlmNamespace.php',
    'Elasticsearch\\Namespaces\\SnapshotNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SnapshotNamespace.php',
    'Elasticsearch\\Namespaces\\SqlNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SqlNamespace.php',
    'Elasticsearch\\Namespaces\\SslNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/SslNamespace.php',
    'Elasticsearch\\Namespaces\\TasksNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/TasksNamespace.php',
    'Elasticsearch\\Namespaces\\TextStructureNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/TextStructureNamespace.php',
    'Elasticsearch\\Namespaces\\TransformNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/TransformNamespace.php',
    'Elasticsearch\\Namespaces\\WatcherNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/WatcherNamespace.php',
    'Elasticsearch\\Namespaces\\XpackNamespace' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/XpackNamespace.php',
    'Elasticsearch\\Serializers\\ArrayToJSONSerializer' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/ArrayToJSONSerializer.php',
    'Elasticsearch\\Serializers\\EverythingToJSONSerializer' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/EverythingToJSONSerializer.php',
    'Elasticsearch\\Serializers\\SerializerInterface' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/SerializerInterface.php',
    'Elasticsearch\\Serializers\\SmartSerializer' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/SmartSerializer.php',
    'Elasticsearch\\Transport' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Transport.php',
    'Elasticsearch\\Utility' => $vendorDir . '/elasticsearch/elasticsearch/src/Elasticsearch/Utility.php',
    'FastRoute\\BadRouteException' => $vendorDir . '/nikic/fast-route/src/BadRouteException.php',
    'FastRoute\\DataGenerator' => $vendorDir . '/nikic/fast-route/src/DataGenerator.php',
    'FastRoute\\DataGenerator\\CharCountBased' => $vendorDir . '/nikic/fast-route/src/DataGenerator/CharCountBased.php',
    'FastRoute\\DataGenerator\\GroupCountBased' => $vendorDir . '/nikic/fast-route/src/DataGenerator/GroupCountBased.php',
    'FastRoute\\DataGenerator\\GroupPosBased' => $vendorDir . '/nikic/fast-route/src/DataGenerator/GroupPosBased.php',
    'FastRoute\\DataGenerator\\MarkBased' => $vendorDir . '/nikic/fast-route/src/DataGenerator/MarkBased.php',
    'FastRoute\\DataGenerator\\RegexBasedAbstract' => $vendorDir . '/nikic/fast-route/src/DataGenerator/RegexBasedAbstract.php',
    'FastRoute\\Dispatcher' => $vendorDir . '/nikic/fast-route/src/Dispatcher.php',
    'FastRoute\\Dispatcher\\CharCountBased' => $vendorDir . '/nikic/fast-route/src/Dispatcher/CharCountBased.php',
    'FastRoute\\Dispatcher\\GroupCountBased' => $vendorDir . '/nikic/fast-route/src/Dispatcher/GroupCountBased.php',
    'FastRoute\\Dispatcher\\GroupPosBased' => $vendorDir . '/nikic/fast-route/src/Dispatcher/GroupPosBased.php',
    'FastRoute\\Dispatcher\\MarkBased' => $vendorDir . '/nikic/fast-route/src/Dispatcher/MarkBased.php',
    'FastRoute\\Dispatcher\\RegexBasedAbstract' => $vendorDir . '/nikic/fast-route/src/Dispatcher/RegexBasedAbstract.php',
    'FastRoute\\Route' => $vendorDir . '/nikic/fast-route/src/Route.php',
    'FastRoute\\RouteCollector' => $vendorDir . '/nikic/fast-route/src/RouteCollector.php',
    'FastRoute\\RouteParser' => $vendorDir . '/nikic/fast-route/src/RouteParser.php',
    'FastRoute\\RouteParser\\Std' => $vendorDir . '/nikic/fast-route/src/RouteParser/Std.php',
    'Firebase\\JWT\\BeforeValidException' => $vendorDir . '/firebase/php-jwt/src/BeforeValidException.php',
    'Firebase\\JWT\\ExpiredException' => $vendorDir . '/firebase/php-jwt/src/ExpiredException.php',
    'Firebase\\JWT\\JWK' => $vendorDir . '/firebase/php-jwt/src/JWK.php',
    'Firebase\\JWT\\JWT' => $vendorDir . '/firebase/php-jwt/src/JWT.php',
    'Firebase\\JWT\\Key' => $vendorDir . '/firebase/php-jwt/src/Key.php',
    'Firebase\\JWT\\SignatureInvalidException' => $vendorDir . '/firebase/php-jwt/src/SignatureInvalidException.php',
    'Google\\AccessToken\\Revoke' => $vendorDir . '/google/apiclient/src/AccessToken/Revoke.php',
    'Google\\AccessToken\\Verify' => $vendorDir . '/google/apiclient/src/AccessToken/Verify.php',
    'Google\\AuthHandler\\AuthHandlerFactory' => $vendorDir . '/google/apiclient/src/AuthHandler/AuthHandlerFactory.php',
    'Google\\AuthHandler\\Guzzle5AuthHandler' => $vendorDir . '/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php',
    'Google\\AuthHandler\\Guzzle6AuthHandler' => $vendorDir . '/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php',
    'Google\\AuthHandler\\Guzzle7AuthHandler' => $vendorDir . '/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php',
    'Google\\Auth\\AccessToken' => $vendorDir . '/google/auth/src/AccessToken.php',
    'Google\\Auth\\ApplicationDefaultCredentials' => $vendorDir . '/google/auth/src/ApplicationDefaultCredentials.php',
    'Google\\Auth\\CacheTrait' => $vendorDir . '/google/auth/src/CacheTrait.php',
    'Google\\Auth\\Cache\\InvalidArgumentException' => $vendorDir . '/google/auth/src/Cache/InvalidArgumentException.php',
    'Google\\Auth\\Cache\\Item' => $vendorDir . '/google/auth/src/Cache/Item.php',
    'Google\\Auth\\Cache\\MemoryCacheItemPool' => $vendorDir . '/google/auth/src/Cache/MemoryCacheItemPool.php',
    'Google\\Auth\\Cache\\SysVCacheItemPool' => $vendorDir . '/google/auth/src/Cache/SysVCacheItemPool.php',
    'Google\\Auth\\Cache\\TypedItem' => $vendorDir . '/google/auth/src/Cache/TypedItem.php',
    'Google\\Auth\\CredentialsLoader' => $vendorDir . '/google/auth/src/CredentialsLoader.php',
    'Google\\Auth\\Credentials\\AppIdentityCredentials' => $vendorDir . '/google/auth/src/Credentials/AppIdentityCredentials.php',
    'Google\\Auth\\Credentials\\GCECredentials' => $vendorDir . '/google/auth/src/Credentials/GCECredentials.php',
    'Google\\Auth\\Credentials\\IAMCredentials' => $vendorDir . '/google/auth/src/Credentials/IAMCredentials.php',
    'Google\\Auth\\Credentials\\ImpersonatedServiceAccountCredentials' => $vendorDir . '/google/auth/src/Credentials/ImpersonatedServiceAccountCredentials.php',
    'Google\\Auth\\Credentials\\InsecureCredentials' => $vendorDir . '/google/auth/src/Credentials/InsecureCredentials.php',
    'Google\\Auth\\Credentials\\ServiceAccountCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountCredentials.php',
    'Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials' => $vendorDir . '/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php',
    'Google\\Auth\\Credentials\\UserRefreshCredentials' => $vendorDir . '/google/auth/src/Credentials/UserRefreshCredentials.php',
    'Google\\Auth\\FetchAuthTokenCache' => $vendorDir . '/google/auth/src/FetchAuthTokenCache.php',
    'Google\\Auth\\FetchAuthTokenInterface' => $vendorDir . '/google/auth/src/FetchAuthTokenInterface.php',
    'Google\\Auth\\GCECache' => $vendorDir . '/google/auth/src/GCECache.php',
    'Google\\Auth\\GetQuotaProjectInterface' => $vendorDir . '/google/auth/src/GetQuotaProjectInterface.php',
    'Google\\Auth\\HttpHandler\\Guzzle5HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle5HttpHandler.php',
    'Google\\Auth\\HttpHandler\\Guzzle6HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle6HttpHandler.php',
    'Google\\Auth\\HttpHandler\\Guzzle7HttpHandler' => $vendorDir . '/google/auth/src/HttpHandler/Guzzle7HttpHandler.php',
    'Google\\Auth\\HttpHandler\\HttpClientCache' => $vendorDir . '/google/auth/src/HttpHandler/HttpClientCache.php',
    'Google\\Auth\\HttpHandler\\HttpHandlerFactory' => $vendorDir . '/google/auth/src/HttpHandler/HttpHandlerFactory.php',
    'Google\\Auth\\Iam' => $vendorDir . '/google/auth/src/Iam.php',
    'Google\\Auth\\IamSignerTrait' => $vendorDir . '/google/auth/src/IamSignerTrait.php',
    'Google\\Auth\\Middleware\\AuthTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/AuthTokenMiddleware.php',
    'Google\\Auth\\Middleware\\ProxyAuthTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/ProxyAuthTokenMiddleware.php',
    'Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware' => $vendorDir . '/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php',
    'Google\\Auth\\Middleware\\SimpleMiddleware' => $vendorDir . '/google/auth/src/Middleware/SimpleMiddleware.php',
    'Google\\Auth\\OAuth2' => $vendorDir . '/google/auth/src/OAuth2.php',
    'Google\\Auth\\ProjectIdProviderInterface' => $vendorDir . '/google/auth/src/ProjectIdProviderInterface.php',
    'Google\\Auth\\ServiceAccountSignerTrait' => $vendorDir . '/google/auth/src/ServiceAccountSignerTrait.php',
    'Google\\Auth\\SignBlobInterface' => $vendorDir . '/google/auth/src/SignBlobInterface.php',
    'Google\\Auth\\UpdateMetadataInterface' => $vendorDir . '/google/auth/src/UpdateMetadataInterface.php',
    'Google\\Client' => $vendorDir . '/google/apiclient/src/Client.php',
    'Google\\Collection' => $vendorDir . '/google/apiclient/src/Collection.php',
    'Google\\Exception' => $vendorDir . '/google/apiclient/src/Exception.php',
    'Google\\Http\\Batch' => $vendorDir . '/google/apiclient/src/Http/Batch.php',
    'Google\\Http\\MediaFileUpload' => $vendorDir . '/google/apiclient/src/Http/MediaFileUpload.php',
    'Google\\Http\\REST' => $vendorDir . '/google/apiclient/src/Http/REST.php',
    'Google\\Model' => $vendorDir . '/google/apiclient/src/Model.php',
    'Google\\Service' => $vendorDir . '/google/apiclient/src/Service.php',
    'Google\\Service\\Calendar' => $vendorDir . '/google/apiclient-services/src/Calendar.php',
    'Google\\Service\\Calendar\\Acl' => $vendorDir . '/google/apiclient-services/src/Calendar/Acl.php',
    'Google\\Service\\Calendar\\AclRule' => $vendorDir . '/google/apiclient-services/src/Calendar/AclRule.php',
    'Google\\Service\\Calendar\\AclRuleScope' => $vendorDir . '/google/apiclient-services/src/Calendar/AclRuleScope.php',
    'Google\\Service\\Calendar\\Calendar' => $vendorDir . '/google/apiclient-services/src/Calendar/Calendar.php',
    'Google\\Service\\Calendar\\CalendarList' => $vendorDir . '/google/apiclient-services/src/Calendar/CalendarList.php',
    'Google\\Service\\Calendar\\CalendarListEntry' => $vendorDir . '/google/apiclient-services/src/Calendar/CalendarListEntry.php',
    'Google\\Service\\Calendar\\CalendarListEntryNotificationSettings' => $vendorDir . '/google/apiclient-services/src/Calendar/CalendarListEntryNotificationSettings.php',
    'Google\\Service\\Calendar\\CalendarNotification' => $vendorDir . '/google/apiclient-services/src/Calendar/CalendarNotification.php',
    'Google\\Service\\Calendar\\Channel' => $vendorDir . '/google/apiclient-services/src/Calendar/Channel.php',
    'Google\\Service\\Calendar\\ColorDefinition' => $vendorDir . '/google/apiclient-services/src/Calendar/ColorDefinition.php',
    'Google\\Service\\Calendar\\Colors' => $vendorDir . '/google/apiclient-services/src/Calendar/Colors.php',
    'Google\\Service\\Calendar\\ConferenceData' => $vendorDir . '/google/apiclient-services/src/Calendar/ConferenceData.php',
    'Google\\Service\\Calendar\\ConferenceParameters' => $vendorDir . '/google/apiclient-services/src/Calendar/ConferenceParameters.php',
    'Google\\Service\\Calendar\\ConferenceParametersAddOnParameters' => $vendorDir . '/google/apiclient-services/src/Calendar/ConferenceParametersAddOnParameters.php',
    'Google\\Service\\Calendar\\ConferenceProperties' => $vendorDir . '/google/apiclient-services/src/Calendar/ConferenceProperties.php',
    'Google\\Service\\Calendar\\ConferenceRequestStatus' => $vendorDir . '/google/apiclient-services/src/Calendar/ConferenceRequestStatus.php',
    'Google\\Service\\Calendar\\ConferenceSolution' => $vendorDir . '/google/apiclient-services/src/Calendar/ConferenceSolution.php',
    'Google\\Service\\Calendar\\ConferenceSolutionKey' => $vendorDir . '/google/apiclient-services/src/Calendar/ConferenceSolutionKey.php',
    'Google\\Service\\Calendar\\CreateConferenceRequest' => $vendorDir . '/google/apiclient-services/src/Calendar/CreateConferenceRequest.php',
    'Google\\Service\\Calendar\\EntryPoint' => $vendorDir . '/google/apiclient-services/src/Calendar/EntryPoint.php',
    'Google\\Service\\Calendar\\Error' => $vendorDir . '/google/apiclient-services/src/Calendar/Error.php',
    'Google\\Service\\Calendar\\Event' => $vendorDir . '/google/apiclient-services/src/Calendar/Event.php',
    'Google\\Service\\Calendar\\EventAttachment' => $vendorDir . '/google/apiclient-services/src/Calendar/EventAttachment.php',
    'Google\\Service\\Calendar\\EventAttendee' => $vendorDir . '/google/apiclient-services/src/Calendar/EventAttendee.php',
    'Google\\Service\\Calendar\\EventCreator' => $vendorDir . '/google/apiclient-services/src/Calendar/EventCreator.php',
    'Google\\Service\\Calendar\\EventDateTime' => $vendorDir . '/google/apiclient-services/src/Calendar/EventDateTime.php',
    'Google\\Service\\Calendar\\EventExtendedProperties' => $vendorDir . '/google/apiclient-services/src/Calendar/EventExtendedProperties.php',
    'Google\\Service\\Calendar\\EventGadget' => $vendorDir . '/google/apiclient-services/src/Calendar/EventGadget.php',
    'Google\\Service\\Calendar\\EventOrganizer' => $vendorDir . '/google/apiclient-services/src/Calendar/EventOrganizer.php',
    'Google\\Service\\Calendar\\EventReminder' => $vendorDir . '/google/apiclient-services/src/Calendar/EventReminder.php',
    'Google\\Service\\Calendar\\EventReminders' => $vendorDir . '/google/apiclient-services/src/Calendar/EventReminders.php',
    'Google\\Service\\Calendar\\EventSource' => $vendorDir . '/google/apiclient-services/src/Calendar/EventSource.php',
    'Google\\Service\\Calendar\\EventWorkingLocationProperties' => $vendorDir . '/google/apiclient-services/src/Calendar/EventWorkingLocationProperties.php',
    'Google\\Service\\Calendar\\EventWorkingLocationPropertiesCustomLocation' => $vendorDir . '/google/apiclient-services/src/Calendar/EventWorkingLocationPropertiesCustomLocation.php',
    'Google\\Service\\Calendar\\EventWorkingLocationPropertiesOfficeLocation' => $vendorDir . '/google/apiclient-services/src/Calendar/EventWorkingLocationPropertiesOfficeLocation.php',
    'Google\\Service\\Calendar\\Events' => $vendorDir . '/google/apiclient-services/src/Calendar/Events.php',
    'Google\\Service\\Calendar\\FreeBusyCalendar' => $vendorDir . '/google/apiclient-services/src/Calendar/FreeBusyCalendar.php',
    'Google\\Service\\Calendar\\FreeBusyGroup' => $vendorDir . '/google/apiclient-services/src/Calendar/FreeBusyGroup.php',
    'Google\\Service\\Calendar\\FreeBusyRequest' => $vendorDir . '/google/apiclient-services/src/Calendar/FreeBusyRequest.php',
    'Google\\Service\\Calendar\\FreeBusyRequestItem' => $vendorDir . '/google/apiclient-services/src/Calendar/FreeBusyRequestItem.php',
    'Google\\Service\\Calendar\\FreeBusyResponse' => $vendorDir . '/google/apiclient-services/src/Calendar/FreeBusyResponse.php',
    'Google\\Service\\Calendar\\Resource\\Acl' => $vendorDir . '/google/apiclient-services/src/Calendar/Resource/Acl.php',
    'Google\\Service\\Calendar\\Resource\\CalendarList' => $vendorDir . '/google/apiclient-services/src/Calendar/Resource/CalendarList.php',
    'Google\\Service\\Calendar\\Resource\\Calendars' => $vendorDir . '/google/apiclient-services/src/Calendar/Resource/Calendars.php',
    'Google\\Service\\Calendar\\Resource\\Channels' => $vendorDir . '/google/apiclient-services/src/Calendar/Resource/Channels.php',
    'Google\\Service\\Calendar\\Resource\\Colors' => $vendorDir . '/google/apiclient-services/src/Calendar/Resource/Colors.php',
    'Google\\Service\\Calendar\\Resource\\Events' => $vendorDir . '/google/apiclient-services/src/Calendar/Resource/Events.php',
    'Google\\Service\\Calendar\\Resource\\Freebusy' => $vendorDir . '/google/apiclient-services/src/Calendar/Resource/Freebusy.php',
    'Google\\Service\\Calendar\\Resource\\Settings' => $vendorDir . '/google/apiclient-services/src/Calendar/Resource/Settings.php',
    'Google\\Service\\Calendar\\Setting' => $vendorDir . '/google/apiclient-services/src/Calendar/Setting.php',
    'Google\\Service\\Calendar\\Settings' => $vendorDir . '/google/apiclient-services/src/Calendar/Settings.php',
    'Google\\Service\\Calendar\\TimePeriod' => $vendorDir . '/google/apiclient-services/src/Calendar/TimePeriod.php',
    'Google\\Service\\Exception' => $vendorDir . '/google/apiclient/src/Service/Exception.php',
    'Google\\Service\\Resource' => $vendorDir . '/google/apiclient/src/Service/Resource.php',
    'Google\\Task\\Composer' => $vendorDir . '/google/apiclient/src/Task/Composer.php',
    'Google\\Task\\Exception' => $vendorDir . '/google/apiclient/src/Task/Exception.php',
    'Google\\Task\\Retryable' => $vendorDir . '/google/apiclient/src/Task/Retryable.php',
    'Google\\Task\\Runner' => $vendorDir . '/google/apiclient/src/Task/Runner.php',
    'Google\\Utils\\UriTemplate' => $vendorDir . '/google/apiclient/src/Utils/UriTemplate.php',
    'Google_AccessToken_Revoke' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_AccessToken_Verify' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_AuthHandler_AuthHandlerFactory' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_AuthHandler_Guzzle5AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_AuthHandler_Guzzle6AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_AuthHandler_Guzzle7AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Client' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Collection' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Exception' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Http_Batch' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Http_MediaFileUpload' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Http_REST' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Model' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Service' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Service_Exception' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Service_Resource' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Task_Composer' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Task_Exception' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Task_Retryable' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Task_Runner' => $vendorDir . '/google/apiclient/src/aliases.php',
    'Google_Utils_UriTemplate' => $vendorDir . '/google/apiclient/src/aliases.php',
    'GraphQL\\Deferred' => $vendorDir . '/webonyx/graphql-php/src/Deferred.php',
    'GraphQL\\Error\\ClientAware' => $vendorDir . '/webonyx/graphql-php/src/Error/ClientAware.php',
    'GraphQL\\Error\\Debug' => $vendorDir . '/webonyx/graphql-php/src/Error/Debug.php',
    'GraphQL\\Error\\Error' => $vendorDir . '/webonyx/graphql-php/src/Error/Error.php',
    'GraphQL\\Error\\FormattedError' => $vendorDir . '/webonyx/graphql-php/src/Error/FormattedError.php',
    'GraphQL\\Error\\InvariantViolation' => $vendorDir . '/webonyx/graphql-php/src/Error/InvariantViolation.php',
    'GraphQL\\Error\\SyntaxError' => $vendorDir . '/webonyx/graphql-php/src/Error/SyntaxError.php',
    'GraphQL\\Error\\UserError' => $vendorDir . '/webonyx/graphql-php/src/Error/UserError.php',
    'GraphQL\\Error\\Warning' => $vendorDir . '/webonyx/graphql-php/src/Error/Warning.php',
    'GraphQL\\Executor\\ExecutionContext' => $vendorDir . '/webonyx/graphql-php/src/Executor/ExecutionContext.php',
    'GraphQL\\Executor\\ExecutionResult' => $vendorDir . '/webonyx/graphql-php/src/Executor/ExecutionResult.php',
    'GraphQL\\Executor\\Executor' => $vendorDir . '/webonyx/graphql-php/src/Executor/Executor.php',
    'GraphQL\\Executor\\ExecutorImplementation' => $vendorDir . '/webonyx/graphql-php/src/Executor/ExecutorImplementation.php',
    'GraphQL\\Executor\\Promise\\Adapter\\ReactPromiseAdapter' => $vendorDir . '/webonyx/graphql-php/src/Executor/Promise/Adapter/ReactPromiseAdapter.php',
    'GraphQL\\Executor\\Promise\\Adapter\\SyncPromise' => $vendorDir . '/webonyx/graphql-php/src/Executor/Promise/Adapter/SyncPromise.php',
    'GraphQL\\Executor\\Promise\\Adapter\\SyncPromiseAdapter' => $vendorDir . '/webonyx/graphql-php/src/Executor/Promise/Adapter/SyncPromiseAdapter.php',
    'GraphQL\\Executor\\Promise\\Promise' => $vendorDir . '/webonyx/graphql-php/src/Executor/Promise/Promise.php',
    'GraphQL\\Executor\\Promise\\PromiseAdapter' => $vendorDir . '/webonyx/graphql-php/src/Executor/Promise/PromiseAdapter.php',
    'GraphQL\\Executor\\ReferenceExecutor' => $vendorDir . '/webonyx/graphql-php/src/Executor/ReferenceExecutor.php',
    'GraphQL\\Executor\\Values' => $vendorDir . '/webonyx/graphql-php/src/Executor/Values.php',
    'GraphQL\\Experimental\\Executor\\Collector' => $vendorDir . '/webonyx/graphql-php/src/Experimental/Executor/Collector.php',
    'GraphQL\\Experimental\\Executor\\CoroutineContext' => $vendorDir . '/webonyx/graphql-php/src/Experimental/Executor/CoroutineContext.php',
    'GraphQL\\Experimental\\Executor\\CoroutineContextShared' => $vendorDir . '/webonyx/graphql-php/src/Experimental/Executor/CoroutineContextShared.php',
    'GraphQL\\Experimental\\Executor\\CoroutineExecutor' => $vendorDir . '/webonyx/graphql-php/src/Experimental/Executor/CoroutineExecutor.php',
    'GraphQL\\Experimental\\Executor\\Runtime' => $vendorDir . '/webonyx/graphql-php/src/Experimental/Executor/Runtime.php',
    'GraphQL\\Experimental\\Executor\\Strand' => $vendorDir . '/webonyx/graphql-php/src/Experimental/Executor/Strand.php',
    'GraphQL\\GraphQL' => $vendorDir . '/webonyx/graphql-php/src/GraphQL.php',
    'GraphQL\\Language\\AST\\ArgumentNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ArgumentNode.php',
    'GraphQL\\Language\\AST\\BooleanValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/BooleanValueNode.php',
    'GraphQL\\Language\\AST\\DefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/DefinitionNode.php',
    'GraphQL\\Language\\AST\\DirectiveDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/DirectiveDefinitionNode.php',
    'GraphQL\\Language\\AST\\DirectiveNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/DirectiveNode.php',
    'GraphQL\\Language\\AST\\DocumentNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/DocumentNode.php',
    'GraphQL\\Language\\AST\\EnumTypeDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/EnumTypeDefinitionNode.php',
    'GraphQL\\Language\\AST\\EnumTypeExtensionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/EnumTypeExtensionNode.php',
    'GraphQL\\Language\\AST\\EnumValueDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/EnumValueDefinitionNode.php',
    'GraphQL\\Language\\AST\\EnumValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/EnumValueNode.php',
    'GraphQL\\Language\\AST\\ExecutableDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ExecutableDefinitionNode.php',
    'GraphQL\\Language\\AST\\FieldDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/FieldDefinitionNode.php',
    'GraphQL\\Language\\AST\\FieldNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/FieldNode.php',
    'GraphQL\\Language\\AST\\FloatValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/FloatValueNode.php',
    'GraphQL\\Language\\AST\\FragmentDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/FragmentDefinitionNode.php',
    'GraphQL\\Language\\AST\\FragmentSpreadNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/FragmentSpreadNode.php',
    'GraphQL\\Language\\AST\\HasSelectionSet' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/HasSelectionSet.php',
    'GraphQL\\Language\\AST\\InlineFragmentNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/InlineFragmentNode.php',
    'GraphQL\\Language\\AST\\InputObjectTypeDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/InputObjectTypeDefinitionNode.php',
    'GraphQL\\Language\\AST\\InputObjectTypeExtensionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/InputObjectTypeExtensionNode.php',
    'GraphQL\\Language\\AST\\InputValueDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/InputValueDefinitionNode.php',
    'GraphQL\\Language\\AST\\IntValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/IntValueNode.php',
    'GraphQL\\Language\\AST\\InterfaceTypeDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/InterfaceTypeDefinitionNode.php',
    'GraphQL\\Language\\AST\\InterfaceTypeExtensionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/InterfaceTypeExtensionNode.php',
    'GraphQL\\Language\\AST\\ListTypeNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ListTypeNode.php',
    'GraphQL\\Language\\AST\\ListValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ListValueNode.php',
    'GraphQL\\Language\\AST\\Location' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/Location.php',
    'GraphQL\\Language\\AST\\NameNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/NameNode.php',
    'GraphQL\\Language\\AST\\NamedTypeNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/NamedTypeNode.php',
    'GraphQL\\Language\\AST\\Node' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/Node.php',
    'GraphQL\\Language\\AST\\NodeKind' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/NodeKind.php',
    'GraphQL\\Language\\AST\\NodeList' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/NodeList.php',
    'GraphQL\\Language\\AST\\NonNullTypeNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/NonNullTypeNode.php',
    'GraphQL\\Language\\AST\\NullValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/NullValueNode.php',
    'GraphQL\\Language\\AST\\ObjectFieldNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ObjectFieldNode.php',
    'GraphQL\\Language\\AST\\ObjectTypeDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ObjectTypeDefinitionNode.php',
    'GraphQL\\Language\\AST\\ObjectTypeExtensionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ObjectTypeExtensionNode.php',
    'GraphQL\\Language\\AST\\ObjectValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ObjectValueNode.php',
    'GraphQL\\Language\\AST\\OperationDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/OperationDefinitionNode.php',
    'GraphQL\\Language\\AST\\OperationTypeDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/OperationTypeDefinitionNode.php',
    'GraphQL\\Language\\AST\\ScalarTypeDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ScalarTypeDefinitionNode.php',
    'GraphQL\\Language\\AST\\ScalarTypeExtensionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ScalarTypeExtensionNode.php',
    'GraphQL\\Language\\AST\\SchemaDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/SchemaDefinitionNode.php',
    'GraphQL\\Language\\AST\\SchemaTypeExtensionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/SchemaTypeExtensionNode.php',
    'GraphQL\\Language\\AST\\SelectionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/SelectionNode.php',
    'GraphQL\\Language\\AST\\SelectionSetNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/SelectionSetNode.php',
    'GraphQL\\Language\\AST\\StringValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/StringValueNode.php',
    'GraphQL\\Language\\AST\\TypeDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/TypeDefinitionNode.php',
    'GraphQL\\Language\\AST\\TypeExtensionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/TypeExtensionNode.php',
    'GraphQL\\Language\\AST\\TypeNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/TypeNode.php',
    'GraphQL\\Language\\AST\\TypeSystemDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/TypeSystemDefinitionNode.php',
    'GraphQL\\Language\\AST\\UnionTypeDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/UnionTypeDefinitionNode.php',
    'GraphQL\\Language\\AST\\UnionTypeExtensionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/UnionTypeExtensionNode.php',
    'GraphQL\\Language\\AST\\ValueNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/ValueNode.php',
    'GraphQL\\Language\\AST\\VariableDefinitionNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/VariableDefinitionNode.php',
    'GraphQL\\Language\\AST\\VariableNode' => $vendorDir . '/webonyx/graphql-php/src/Language/AST/VariableNode.php',
    'GraphQL\\Language\\DirectiveLocation' => $vendorDir . '/webonyx/graphql-php/src/Language/DirectiveLocation.php',
    'GraphQL\\Language\\Lexer' => $vendorDir . '/webonyx/graphql-php/src/Language/Lexer.php',
    'GraphQL\\Language\\Parser' => $vendorDir . '/webonyx/graphql-php/src/Language/Parser.php',
    'GraphQL\\Language\\Printer' => $vendorDir . '/webonyx/graphql-php/src/Language/Printer.php',
    'GraphQL\\Language\\Source' => $vendorDir . '/webonyx/graphql-php/src/Language/Source.php',
    'GraphQL\\Language\\SourceLocation' => $vendorDir . '/webonyx/graphql-php/src/Language/SourceLocation.php',
    'GraphQL\\Language\\Token' => $vendorDir . '/webonyx/graphql-php/src/Language/Token.php',
    'GraphQL\\Language\\Visitor' => $vendorDir . '/webonyx/graphql-php/src/Language/Visitor.php',
    'GraphQL\\Language\\VisitorOperation' => $vendorDir . '/webonyx/graphql-php/src/Language/VisitorOperation.php',
    'GraphQL\\Schema' => $vendorDir . '/webonyx/graphql-php/src/Schema.php',
    'GraphQL\\Server\\Helper' => $vendorDir . '/webonyx/graphql-php/src/Server/Helper.php',
    'GraphQL\\Server\\OperationParams' => $vendorDir . '/webonyx/graphql-php/src/Server/OperationParams.php',
    'GraphQL\\Server\\RequestError' => $vendorDir . '/webonyx/graphql-php/src/Server/RequestError.php',
    'GraphQL\\Server\\ServerConfig' => $vendorDir . '/webonyx/graphql-php/src/Server/ServerConfig.php',
    'GraphQL\\Server\\StandardServer' => $vendorDir . '/webonyx/graphql-php/src/Server/StandardServer.php',
    'GraphQL\\Type\\Definition\\AbstractType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/AbstractType.php',
    'GraphQL\\Type\\Definition\\BooleanType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/BooleanType.php',
    'GraphQL\\Type\\Definition\\CompositeType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/CompositeType.php',
    'GraphQL\\Type\\Definition\\CustomScalarType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/CustomScalarType.php',
    'GraphQL\\Type\\Definition\\Directive' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/Directive.php',
    'GraphQL\\Type\\Definition\\EnumType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/EnumType.php',
    'GraphQL\\Type\\Definition\\EnumValueDefinition' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/EnumValueDefinition.php',
    'GraphQL\\Type\\Definition\\FieldArgument' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/FieldArgument.php',
    'GraphQL\\Type\\Definition\\FieldDefinition' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/FieldDefinition.php',
    'GraphQL\\Type\\Definition\\FloatType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/FloatType.php',
    'GraphQL\\Type\\Definition\\IDType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/IDType.php',
    'GraphQL\\Type\\Definition\\InputObjectField' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/InputObjectField.php',
    'GraphQL\\Type\\Definition\\InputObjectType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/InputObjectType.php',
    'GraphQL\\Type\\Definition\\InputType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/InputType.php',
    'GraphQL\\Type\\Definition\\IntType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/IntType.php',
    'GraphQL\\Type\\Definition\\InterfaceType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/InterfaceType.php',
    'GraphQL\\Type\\Definition\\LeafType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/LeafType.php',
    'GraphQL\\Type\\Definition\\ListOfType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/ListOfType.php',
    'GraphQL\\Type\\Definition\\NamedType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/NamedType.php',
    'GraphQL\\Type\\Definition\\NonNull' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/NonNull.php',
    'GraphQL\\Type\\Definition\\NullableType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/NullableType.php',
    'GraphQL\\Type\\Definition\\ObjectType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/ObjectType.php',
    'GraphQL\\Type\\Definition\\OutputType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/OutputType.php',
    'GraphQL\\Type\\Definition\\QueryPlan' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/QueryPlan.php',
    'GraphQL\\Type\\Definition\\ResolveInfo' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/ResolveInfo.php',
    'GraphQL\\Type\\Definition\\ScalarType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/ScalarType.php',
    'GraphQL\\Type\\Definition\\StringType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/StringType.php',
    'GraphQL\\Type\\Definition\\Type' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/Type.php',
    'GraphQL\\Type\\Definition\\UnionType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/UnionType.php',
    'GraphQL\\Type\\Definition\\UnmodifiedType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/UnmodifiedType.php',
    'GraphQL\\Type\\Definition\\WrappingType' => $vendorDir . '/webonyx/graphql-php/src/Type/Definition/WrappingType.php',
    'GraphQL\\Type\\Introspection' => $vendorDir . '/webonyx/graphql-php/src/Type/Introspection.php',
    'GraphQL\\Type\\Schema' => $vendorDir . '/webonyx/graphql-php/src/Type/Schema.php',
    'GraphQL\\Type\\SchemaConfig' => $vendorDir . '/webonyx/graphql-php/src/Type/SchemaConfig.php',
    'GraphQL\\Type\\SchemaValidationContext' => $vendorDir . '/webonyx/graphql-php/src/Type/SchemaValidationContext.php',
    'GraphQL\\Type\\TypeKind' => $vendorDir . '/webonyx/graphql-php/src/Type/TypeKind.php',
    'GraphQL\\Utils\\AST' => $vendorDir . '/webonyx/graphql-php/src/Utils/AST.php',
    'GraphQL\\Utils\\ASTDefinitionBuilder' => $vendorDir . '/webonyx/graphql-php/src/Utils/ASTDefinitionBuilder.php',
    'GraphQL\\Utils\\BlockString' => $vendorDir . '/webonyx/graphql-php/src/Utils/BlockString.php',
    'GraphQL\\Utils\\BreakingChangesFinder' => $vendorDir . '/webonyx/graphql-php/src/Utils/BreakingChangesFinder.php',
    'GraphQL\\Utils\\BuildSchema' => $vendorDir . '/webonyx/graphql-php/src/Utils/BuildSchema.php',
    'GraphQL\\Utils\\MixedStore' => $vendorDir . '/webonyx/graphql-php/src/Utils/MixedStore.php',
    'GraphQL\\Utils\\PairSet' => $vendorDir . '/webonyx/graphql-php/src/Utils/PairSet.php',
    'GraphQL\\Utils\\SchemaExtender' => $vendorDir . '/webonyx/graphql-php/src/Utils/SchemaExtender.php',
    'GraphQL\\Utils\\SchemaPrinter' => $vendorDir . '/webonyx/graphql-php/src/Utils/SchemaPrinter.php',
    'GraphQL\\Utils\\TypeComparators' => $vendorDir . '/webonyx/graphql-php/src/Utils/TypeComparators.php',
    'GraphQL\\Utils\\TypeInfo' => $vendorDir . '/webonyx/graphql-php/src/Utils/TypeInfo.php',
    'GraphQL\\Utils\\Utils' => $vendorDir . '/webonyx/graphql-php/src/Utils/Utils.php',
    'GraphQL\\Utils\\Value' => $vendorDir . '/webonyx/graphql-php/src/Utils/Value.php',
    'GraphQL\\Validator\\DocumentValidator' => $vendorDir . '/webonyx/graphql-php/src/Validator/DocumentValidator.php',
    'GraphQL\\Validator\\Rules\\CustomValidationRule' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/CustomValidationRule.php',
    'GraphQL\\Validator\\Rules\\DisableIntrospection' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/DisableIntrospection.php',
    'GraphQL\\Validator\\Rules\\ExecutableDefinitions' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/ExecutableDefinitions.php',
    'GraphQL\\Validator\\Rules\\FieldsOnCorrectType' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/FieldsOnCorrectType.php',
    'GraphQL\\Validator\\Rules\\FragmentsOnCompositeTypes' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/FragmentsOnCompositeTypes.php',
    'GraphQL\\Validator\\Rules\\KnownArgumentNames' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/KnownArgumentNames.php',
    'GraphQL\\Validator\\Rules\\KnownArgumentNamesOnDirectives' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/KnownArgumentNamesOnDirectives.php',
    'GraphQL\\Validator\\Rules\\KnownDirectives' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/KnownDirectives.php',
    'GraphQL\\Validator\\Rules\\KnownFragmentNames' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/KnownFragmentNames.php',
    'GraphQL\\Validator\\Rules\\KnownTypeNames' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/KnownTypeNames.php',
    'GraphQL\\Validator\\Rules\\LoneAnonymousOperation' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/LoneAnonymousOperation.php',
    'GraphQL\\Validator\\Rules\\LoneSchemaDefinition' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/LoneSchemaDefinition.php',
    'GraphQL\\Validator\\Rules\\NoFragmentCycles' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/NoFragmentCycles.php',
    'GraphQL\\Validator\\Rules\\NoUndefinedVariables' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/NoUndefinedVariables.php',
    'GraphQL\\Validator\\Rules\\NoUnusedFragments' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/NoUnusedFragments.php',
    'GraphQL\\Validator\\Rules\\NoUnusedVariables' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/NoUnusedVariables.php',
    'GraphQL\\Validator\\Rules\\OverlappingFieldsCanBeMerged' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/OverlappingFieldsCanBeMerged.php',
    'GraphQL\\Validator\\Rules\\PossibleFragmentSpreads' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/PossibleFragmentSpreads.php',
    'GraphQL\\Validator\\Rules\\ProvidedNonNullArguments' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/ProvidedNonNullArguments.php',
    'GraphQL\\Validator\\Rules\\ProvidedRequiredArgumentsOnDirectives' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/ProvidedRequiredArgumentsOnDirectives.php',
    'GraphQL\\Validator\\Rules\\QueryComplexity' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/QueryComplexity.php',
    'GraphQL\\Validator\\Rules\\QueryDepth' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/QueryDepth.php',
    'GraphQL\\Validator\\Rules\\QuerySecurityRule' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/QuerySecurityRule.php',
    'GraphQL\\Validator\\Rules\\ScalarLeafs' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/ScalarLeafs.php',
    'GraphQL\\Validator\\Rules\\UniqueArgumentNames' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/UniqueArgumentNames.php',
    'GraphQL\\Validator\\Rules\\UniqueDirectivesPerLocation' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/UniqueDirectivesPerLocation.php',
    'GraphQL\\Validator\\Rules\\UniqueFragmentNames' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/UniqueFragmentNames.php',
    'GraphQL\\Validator\\Rules\\UniqueInputFieldNames' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/UniqueInputFieldNames.php',
    'GraphQL\\Validator\\Rules\\UniqueOperationNames' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/UniqueOperationNames.php',
    'GraphQL\\Validator\\Rules\\UniqueVariableNames' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/UniqueVariableNames.php',
    'GraphQL\\Validator\\Rules\\ValidationRule' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/ValidationRule.php',
    'GraphQL\\Validator\\Rules\\ValuesOfCorrectType' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/ValuesOfCorrectType.php',
    'GraphQL\\Validator\\Rules\\VariablesAreInputTypes' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/VariablesAreInputTypes.php',
    'GraphQL\\Validator\\Rules\\VariablesDefaultValueAllowed' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/VariablesDefaultValueAllowed.php',
    'GraphQL\\Validator\\Rules\\VariablesInAllowedPosition' => $vendorDir . '/webonyx/graphql-php/src/Validator/Rules/VariablesInAllowedPosition.php',
    'GraphQL\\Validator\\ValidationContext' => $vendorDir . '/webonyx/graphql-php/src/Validator/ValidationContext.php',
    'GuzzleHttp\\BodySummarizer' => $vendorDir . '/guzzlehttp/guzzle/src/BodySummarizer.php',
    'GuzzleHttp\\BodySummarizerInterface' => $vendorDir . '/guzzlehttp/guzzle/src/BodySummarizerInterface.php',
    'GuzzleHttp\\Client' => $vendorDir . '/guzzlehttp/guzzle/src/Client.php',
    'GuzzleHttp\\ClientInterface' => $vendorDir . '/guzzlehttp/guzzle/src/ClientInterface.php',
    'GuzzleHttp\\ClientTrait' => $vendorDir . '/guzzlehttp/guzzle/src/ClientTrait.php',
    'GuzzleHttp\\Cookie\\CookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php',
    'GuzzleHttp\\Cookie\\CookieJarInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',
    'GuzzleHttp\\Cookie\\FileCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',
    'GuzzleHttp\\Cookie\\SessionCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',
    'GuzzleHttp\\Cookie\\SetCookie' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php',
    'GuzzleHttp\\Exception\\BadResponseException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php',
    'GuzzleHttp\\Exception\\ClientException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ClientException.php',
    'GuzzleHttp\\Exception\\ConnectException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ConnectException.php',
    'GuzzleHttp\\Exception\\GuzzleException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php',
    'GuzzleHttp\\Exception\\InvalidArgumentException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',
    'GuzzleHttp\\Exception\\RequestException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/RequestException.php',
    'GuzzleHttp\\Exception\\ServerException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ServerException.php',
    'GuzzleHttp\\Exception\\TooManyRedirectsException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',
    'GuzzleHttp\\Exception\\TransferException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TransferException.php',
    'GuzzleHttp\\HandlerStack' => $vendorDir . '/guzzlehttp/guzzle/src/HandlerStack.php',
    'GuzzleHttp\\Handler\\CurlFactory' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php',
    'GuzzleHttp\\Handler\\CurlFactoryInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',
    'GuzzleHttp\\Handler\\CurlHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php',
    'GuzzleHttp\\Handler\\CurlMultiHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',
    'GuzzleHttp\\Handler\\EasyHandle' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php',
    'GuzzleHttp\\Handler\\HeaderProcessor' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php',
    'GuzzleHttp\\Handler\\MockHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/MockHandler.php',
    'GuzzleHttp\\Handler\\Proxy' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/Proxy.php',
    'GuzzleHttp\\Handler\\StreamHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php',
    'GuzzleHttp\\MessageFormatter' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatter.php',
    'GuzzleHttp\\MessageFormatterInterface' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatterInterface.php',
    'GuzzleHttp\\Middleware' => $vendorDir . '/guzzlehttp/guzzle/src/Middleware.php',
    'GuzzleHttp\\Pool' => $vendorDir . '/guzzlehttp/guzzle/src/Pool.php',
    'GuzzleHttp\\PrepareBodyMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',
    'GuzzleHttp\\Promise\\AggregateException' => $vendorDir . '/guzzlehttp/promises/src/AggregateException.php',
    'GuzzleHttp\\Promise\\CancellationException' => $vendorDir . '/guzzlehttp/promises/src/CancellationException.php',
    'GuzzleHttp\\Promise\\Coroutine' => $vendorDir . '/guzzlehttp/promises/src/Coroutine.php',
    'GuzzleHttp\\Promise\\Create' => $vendorDir . '/guzzlehttp/promises/src/Create.php',
    'GuzzleHttp\\Promise\\Each' => $vendorDir . '/guzzlehttp/promises/src/Each.php',
    'GuzzleHttp\\Promise\\EachPromise' => $vendorDir . '/guzzlehttp/promises/src/EachPromise.php',
    'GuzzleHttp\\Promise\\FulfilledPromise' => $vendorDir . '/guzzlehttp/promises/src/FulfilledPromise.php',
    'GuzzleHttp\\Promise\\Is' => $vendorDir . '/guzzlehttp/promises/src/Is.php',
    'GuzzleHttp\\Promise\\Promise' => $vendorDir . '/guzzlehttp/promises/src/Promise.php',
    'GuzzleHttp\\Promise\\PromiseInterface' => $vendorDir . '/guzzlehttp/promises/src/PromiseInterface.php',
    'GuzzleHttp\\Promise\\PromisorInterface' => $vendorDir . '/guzzlehttp/promises/src/PromisorInterface.php',
    'GuzzleHttp\\Promise\\RejectedPromise' => $vendorDir . '/guzzlehttp/promises/src/RejectedPromise.php',
    'GuzzleHttp\\Promise\\RejectionException' => $vendorDir . '/guzzlehttp/promises/src/RejectionException.php',
    'GuzzleHttp\\Promise\\TaskQueue' => $vendorDir . '/guzzlehttp/promises/src/TaskQueue.php',
    'GuzzleHttp\\Promise\\TaskQueueInterface' => $vendorDir . '/guzzlehttp/promises/src/TaskQueueInterface.php',
    'GuzzleHttp\\Promise\\Utils' => $vendorDir . '/guzzlehttp/promises/src/Utils.php',
    'GuzzleHttp\\Psr7\\AppendStream' => $vendorDir . '/guzzlehttp/psr7/src/AppendStream.php',
    'GuzzleHttp\\Psr7\\BufferStream' => $vendorDir . '/guzzlehttp/psr7/src/BufferStream.php',
    'GuzzleHttp\\Psr7\\CachingStream' => $vendorDir . '/guzzlehttp/psr7/src/CachingStream.php',
    'GuzzleHttp\\Psr7\\DroppingStream' => $vendorDir . '/guzzlehttp/psr7/src/DroppingStream.php',
    'GuzzleHttp\\Psr7\\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\\Rfc7230' => $vendorDir . '/guzzlehttp/psr7/src/Rfc7230.php',
    'GuzzleHttp\\Psr7\\ServerRequest' => $vendorDir . '/guzzlehttp/psr7/src/ServerRequest.php',
    'GuzzleHttp\\Psr7\\Stream' => $vendorDir . '/guzzlehttp/psr7/src/Stream.php',
    'GuzzleHttp\\Psr7\\StreamDecoratorTrait' => $vendorDir . '/guzzlehttp/psr7/src/StreamDecoratorTrait.php',
    'GuzzleHttp\\Psr7\\StreamWrapper' => $vendorDir . '/guzzlehttp/psr7/src/StreamWrapper.php',
    'GuzzleHttp\\Psr7\\UploadedFile' => $vendorDir . '/guzzlehttp/psr7/src/UploadedFile.php',
    'GuzzleHttp\\Psr7\\Uri' => $vendorDir . '/guzzlehttp/psr7/src/Uri.php',
    'GuzzleHttp\\Psr7\\UriComparator' => $vendorDir . '/guzzlehttp/psr7/src/UriComparator.php',
    'GuzzleHttp\\Psr7\\UriNormalizer' => $vendorDir . '/guzzlehttp/psr7/src/UriNormalizer.php',
    'GuzzleHttp\\Psr7\\UriResolver' => $vendorDir . '/guzzlehttp/psr7/src/UriResolver.php',
    'GuzzleHttp\\Psr7\\Utils' => $vendorDir . '/guzzlehttp/psr7/src/Utils.php',
    'GuzzleHttp\\RedirectMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RedirectMiddleware.php',
    'GuzzleHttp\\RequestOptions' => $vendorDir . '/guzzlehttp/guzzle/src/RequestOptions.php',
    'GuzzleHttp\\RetryMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RetryMiddleware.php',
    'GuzzleHttp\\Ring\\Client\\ClientUtils' => $vendorDir . '/ezimuel/ringphp/src/Client/ClientUtils.php',
    'GuzzleHttp\\Ring\\Client\\CurlFactory' => $vendorDir . '/ezimuel/ringphp/src/Client/CurlFactory.php',
    'GuzzleHttp\\Ring\\Client\\CurlHandler' => $vendorDir . '/ezimuel/ringphp/src/Client/CurlHandler.php',
    'GuzzleHttp\\Ring\\Client\\CurlMultiHandler' => $vendorDir . '/ezimuel/ringphp/src/Client/CurlMultiHandler.php',
    'GuzzleHttp\\Ring\\Client\\Middleware' => $vendorDir . '/ezimuel/ringphp/src/Client/Middleware.php',
    'GuzzleHttp\\Ring\\Client\\MockHandler' => $vendorDir . '/ezimuel/ringphp/src/Client/MockHandler.php',
    'GuzzleHttp\\Ring\\Client\\StreamHandler' => $vendorDir . '/ezimuel/ringphp/src/Client/StreamHandler.php',
    'GuzzleHttp\\Ring\\Core' => $vendorDir . '/ezimuel/ringphp/src/Core.php',
    'GuzzleHttp\\Ring\\Exception\\CancelledException' => $vendorDir . '/ezimuel/ringphp/src/Exception/CancelledException.php',
    'GuzzleHttp\\Ring\\Exception\\CancelledFutureAccessException' => $vendorDir . '/ezimuel/ringphp/src/Exception/CancelledFutureAccessException.php',
    'GuzzleHttp\\Ring\\Exception\\ConnectException' => $vendorDir . '/ezimuel/ringphp/src/Exception/ConnectException.php',
    'GuzzleHttp\\Ring\\Exception\\RingException' => $vendorDir . '/ezimuel/ringphp/src/Exception/RingException.php',
    'GuzzleHttp\\Ring\\Future\\BaseFutureTrait' => $vendorDir . '/ezimuel/ringphp/src/Future/BaseFutureTrait.php',
    'GuzzleHttp\\Ring\\Future\\CompletedFutureArray' => $vendorDir . '/ezimuel/ringphp/src/Future/CompletedFutureArray.php',
    'GuzzleHttp\\Ring\\Future\\CompletedFutureValue' => $vendorDir . '/ezimuel/ringphp/src/Future/CompletedFutureValue.php',
    'GuzzleHttp\\Ring\\Future\\FutureArray' => $vendorDir . '/ezimuel/ringphp/src/Future/FutureArray.php',
    'GuzzleHttp\\Ring\\Future\\FutureArrayInterface' => $vendorDir . '/ezimuel/ringphp/src/Future/FutureArrayInterface.php',
    'GuzzleHttp\\Ring\\Future\\FutureInterface' => $vendorDir . '/ezimuel/ringphp/src/Future/FutureInterface.php',
    'GuzzleHttp\\Ring\\Future\\FutureValue' => $vendorDir . '/ezimuel/ringphp/src/Future/FutureValue.php',
    'GuzzleHttp\\Ring\\Future\\MagicFutureTrait' => $vendorDir . '/ezimuel/ringphp/src/Future/MagicFutureTrait.php',
    'GuzzleHttp\\Stream\\AppendStream' => $vendorDir . '/ezimuel/guzzlestreams/src/AppendStream.php',
    'GuzzleHttp\\Stream\\AsyncReadStream' => $vendorDir . '/ezimuel/guzzlestreams/src/AsyncReadStream.php',
    'GuzzleHttp\\Stream\\BufferStream' => $vendorDir . '/ezimuel/guzzlestreams/src/BufferStream.php',
    'GuzzleHttp\\Stream\\CachingStream' => $vendorDir . '/ezimuel/guzzlestreams/src/CachingStream.php',
    'GuzzleHttp\\Stream\\DroppingStream' => $vendorDir . '/ezimuel/guzzlestreams/src/DroppingStream.php',
    'GuzzleHttp\\Stream\\Exception\\CannotAttachException' => $vendorDir . '/ezimuel/guzzlestreams/src/Exception/CannotAttachException.php',
    'GuzzleHttp\\Stream\\Exception\\SeekException' => $vendorDir . '/ezimuel/guzzlestreams/src/Exception/SeekException.php',
    'GuzzleHttp\\Stream\\FnStream' => $vendorDir . '/ezimuel/guzzlestreams/src/FnStream.php',
    'GuzzleHttp\\Stream\\GuzzleStreamWrapper' => $vendorDir . '/ezimuel/guzzlestreams/src/GuzzleStreamWrapper.php',
    'GuzzleHttp\\Stream\\InflateStream' => $vendorDir . '/ezimuel/guzzlestreams/src/InflateStream.php',
    'GuzzleHttp\\Stream\\LazyOpenStream' => $vendorDir . '/ezimuel/guzzlestreams/src/LazyOpenStream.php',
    'GuzzleHttp\\Stream\\LimitStream' => $vendorDir . '/ezimuel/guzzlestreams/src/LimitStream.php',
    'GuzzleHttp\\Stream\\MetadataStreamInterface' => $vendorDir . '/ezimuel/guzzlestreams/src/MetadataStreamInterface.php',
    'GuzzleHttp\\Stream\\NoSeekStream' => $vendorDir . '/ezimuel/guzzlestreams/src/NoSeekStream.php',
    'GuzzleHttp\\Stream\\NullStream' => $vendorDir . '/ezimuel/guzzlestreams/src/NullStream.php',
    'GuzzleHttp\\Stream\\PumpStream' => $vendorDir . '/ezimuel/guzzlestreams/src/PumpStream.php',
    'GuzzleHttp\\Stream\\Stream' => $vendorDir . '/ezimuel/guzzlestreams/src/Stream.php',
    'GuzzleHttp\\Stream\\StreamDecoratorTrait' => $vendorDir . '/ezimuel/guzzlestreams/src/StreamDecoratorTrait.php',
    'GuzzleHttp\\Stream\\StreamInterface' => $vendorDir . '/ezimuel/guzzlestreams/src/StreamInterface.php',
    'GuzzleHttp\\Stream\\Utils' => $vendorDir . '/ezimuel/guzzlestreams/src/Utils.php',
    'GuzzleHttp\\TransferStats' => $vendorDir . '/guzzlehttp/guzzle/src/TransferStats.php',
    'GuzzleHttp\\Utils' => $vendorDir . '/guzzlehttp/guzzle/src/Utils.php',
    'HTMLPurifier' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.php',
    'HTMLPurifier_Arborize' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php',
    'HTMLPurifier_AttrCollections' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrCollections.php',
    'HTMLPurifier_AttrDef' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef.php',
    'HTMLPurifier_AttrDef_CSS' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS.php',
    'HTMLPurifier_AttrDef_CSS_AlphaValue' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php',
    'HTMLPurifier_AttrDef_CSS_Background' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Background.php',
    'HTMLPurifier_AttrDef_CSS_BackgroundPosition' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php',
    'HTMLPurifier_AttrDef_CSS_Border' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Border.php',
    'HTMLPurifier_AttrDef_CSS_Color' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Color.php',
    'HTMLPurifier_AttrDef_CSS_Composite' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Composite.php',
    'HTMLPurifier_AttrDef_CSS_DenyElementDecorator' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php',
    'HTMLPurifier_AttrDef_CSS_Filter' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Filter.php',
    'HTMLPurifier_AttrDef_CSS_Font' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php',
    'HTMLPurifier_AttrDef_CSS_FontFamily' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php',
    'HTMLPurifier_AttrDef_CSS_Ident' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ident.php',
    'HTMLPurifier_AttrDef_CSS_ImportantDecorator' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php',
    'HTMLPurifier_AttrDef_CSS_Length' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Length.php',
    'HTMLPurifier_AttrDef_CSS_ListStyle' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ListStyle.php',
    'HTMLPurifier_AttrDef_CSS_Multiple' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Multiple.php',
    'HTMLPurifier_AttrDef_CSS_Number' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Number.php',
    'HTMLPurifier_AttrDef_CSS_Percentage' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php',
    'HTMLPurifier_AttrDef_CSS_TextDecoration' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php',
    'HTMLPurifier_AttrDef_CSS_URI' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php',
    'HTMLPurifier_AttrDef_Clone' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php',
    'HTMLPurifier_AttrDef_Enum' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php',
    'HTMLPurifier_AttrDef_HTML_Bool' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php',
    'HTMLPurifier_AttrDef_HTML_Class' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php',
    'HTMLPurifier_AttrDef_HTML_Color' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php',
    'HTMLPurifier_AttrDef_HTML_ContentEditable' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ContentEditable.php',
    'HTMLPurifier_AttrDef_HTML_FrameTarget' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php',
    'HTMLPurifier_AttrDef_HTML_ID' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php',
    'HTMLPurifier_AttrDef_HTML_Length' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php',
    'HTMLPurifier_AttrDef_HTML_LinkTypes' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php',
    'HTMLPurifier_AttrDef_HTML_MultiLength' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php',
    'HTMLPurifier_AttrDef_HTML_Nmtokens' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php',
    'HTMLPurifier_AttrDef_HTML_Pixels' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php',
    'HTMLPurifier_AttrDef_Integer' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Integer.php',
    'HTMLPurifier_AttrDef_Lang' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php',
    'HTMLPurifier_AttrDef_Switch' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Switch.php',
    'HTMLPurifier_AttrDef_Text' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Text.php',
    'HTMLPurifier_AttrDef_URI' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI.php',
    'HTMLPurifier_AttrDef_URI_Email' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email.php',
    'HTMLPurifier_AttrDef_URI_Email_SimpleCheck' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php',
    'HTMLPurifier_AttrDef_URI_Host' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php',
    'HTMLPurifier_AttrDef_URI_IPv4' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv4.php',
    'HTMLPurifier_AttrDef_URI_IPv6' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php',
    'HTMLPurifier_AttrTransform' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform.php',
    'HTMLPurifier_AttrTransform_Background' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Background.php',
    'HTMLPurifier_AttrTransform_BdoDir' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BdoDir.php',
    'HTMLPurifier_AttrTransform_BgColor' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BgColor.php',
    'HTMLPurifier_AttrTransform_BoolToCSS' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BoolToCSS.php',
    'HTMLPurifier_AttrTransform_Border' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Border.php',
    'HTMLPurifier_AttrTransform_EnumToCSS' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/EnumToCSS.php',
    'HTMLPurifier_AttrTransform_ImgRequired' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgRequired.php',
    'HTMLPurifier_AttrTransform_ImgSpace' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgSpace.php',
    'HTMLPurifier_AttrTransform_Input' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Input.php',
    'HTMLPurifier_AttrTransform_Lang' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Lang.php',
    'HTMLPurifier_AttrTransform_Length' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php',
    'HTMLPurifier_AttrTransform_Name' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Name.php',
    'HTMLPurifier_AttrTransform_NameSync' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php',
    'HTMLPurifier_AttrTransform_Nofollow' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Nofollow.php',
    'HTMLPurifier_AttrTransform_SafeEmbed' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeEmbed.php',
    'HTMLPurifier_AttrTransform_SafeObject' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeObject.php',
    'HTMLPurifier_AttrTransform_SafeParam' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeParam.php',
    'HTMLPurifier_AttrTransform_ScriptRequired' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ScriptRequired.php',
    'HTMLPurifier_AttrTransform_TargetBlank' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetBlank.php',
    'HTMLPurifier_AttrTransform_TargetNoopener' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoopener.php',
    'HTMLPurifier_AttrTransform_TargetNoreferrer' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoreferrer.php',
    'HTMLPurifier_AttrTransform_Textarea' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Textarea.php',
    'HTMLPurifier_AttrTypes' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrTypes.php',
    'HTMLPurifier_AttrValidator' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php',
    'HTMLPurifier_Bootstrap' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Bootstrap.php',
    'HTMLPurifier_CSSDefinition' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/CSSDefinition.php',
    'HTMLPurifier_ChildDef' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef.php',
    'HTMLPurifier_ChildDef_Chameleon' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php',
    'HTMLPurifier_ChildDef_Custom' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php',
    'HTMLPurifier_ChildDef_Empty' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php',
    'HTMLPurifier_ChildDef_List' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/List.php',
    'HTMLPurifier_ChildDef_Optional' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php',
    'HTMLPurifier_ChildDef_Required' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php',
    'HTMLPurifier_ChildDef_StrictBlockquote' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/StrictBlockquote.php',
    'HTMLPurifier_ChildDef_Table' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Table.php',
    'HTMLPurifier_Config' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Config.php',
    'HTMLPurifier_ConfigSchema' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php',
    'HTMLPurifier_ConfigSchema_Builder_ConfigSchema' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php',
    'HTMLPurifier_ConfigSchema_Builder_Xml' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/Xml.php',
    'HTMLPurifier_ConfigSchema_Exception' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Exception.php',
    'HTMLPurifier_ConfigSchema_Interchange' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange.php',
    'HTMLPurifier_ConfigSchema_InterchangeBuilder' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php',
    'HTMLPurifier_ConfigSchema_Interchange_Directive' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Directive.php',
    'HTMLPurifier_ConfigSchema_Interchange_Id' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Id.php',
    'HTMLPurifier_ConfigSchema_Validator' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Validator.php',
    'HTMLPurifier_ConfigSchema_ValidatorAtom' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ValidatorAtom.php',
    'HTMLPurifier_ContentSets' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ContentSets.php',
    'HTMLPurifier_Context' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Context.php',
    'HTMLPurifier_Definition' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Definition.php',
    'HTMLPurifier_DefinitionCache' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache.php',
    'HTMLPurifier_DefinitionCacheFactory' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php',
    'HTMLPurifier_DefinitionCache_Decorator' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php',
    'HTMLPurifier_DefinitionCache_Decorator_Cleanup' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php',
    'HTMLPurifier_DefinitionCache_Decorator_Memory' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Memory.php',
    'HTMLPurifier_DefinitionCache_Null' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Null.php',
    'HTMLPurifier_DefinitionCache_Serializer' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php',
    'HTMLPurifier_Doctype' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Doctype.php',
    'HTMLPurifier_DoctypeRegistry' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/DoctypeRegistry.php',
    'HTMLPurifier_ElementDef' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ElementDef.php',
    'HTMLPurifier_Encoder' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php',
    'HTMLPurifier_EntityLookup' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup.php',
    'HTMLPurifier_EntityParser' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/EntityParser.php',
    'HTMLPurifier_ErrorCollector' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ErrorCollector.php',
    'HTMLPurifier_ErrorStruct' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/ErrorStruct.php',
    'HTMLPurifier_Exception' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Exception.php',
    'HTMLPurifier_Filter' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Filter.php',
    'HTMLPurifier_Filter_ExtractStyleBlocks' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ExtractStyleBlocks.php',
    'HTMLPurifier_Filter_YouTube' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Filter/YouTube.php',
    'HTMLPurifier_Generator' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php',
    'HTMLPurifier_HTMLDefinition' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php',
    'HTMLPurifier_HTMLModule' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php',
    'HTMLPurifier_HTMLModuleManager' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php',
    'HTMLPurifier_HTMLModule_Bdo' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Bdo.php',
    'HTMLPurifier_HTMLModule_CommonAttributes' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/CommonAttributes.php',
    'HTMLPurifier_HTMLModule_Edit' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Edit.php',
    'HTMLPurifier_HTMLModule_Forms' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Forms.php',
    'HTMLPurifier_HTMLModule_Hypertext' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Hypertext.php',
    'HTMLPurifier_HTMLModule_Iframe' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Iframe.php',
    'HTMLPurifier_HTMLModule_Image' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Image.php',
    'HTMLPurifier_HTMLModule_Legacy' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Legacy.php',
    'HTMLPurifier_HTMLModule_List' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/List.php',
    'HTMLPurifier_HTMLModule_Name' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Name.php',
    'HTMLPurifier_HTMLModule_Nofollow' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Nofollow.php',
    'HTMLPurifier_HTMLModule_NonXMLCommonAttributes' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php',
    'HTMLPurifier_HTMLModule_Object' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Object.php',
    'HTMLPurifier_HTMLModule_Presentation' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php',
    'HTMLPurifier_HTMLModule_Proprietary' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Proprietary.php',
    'HTMLPurifier_HTMLModule_Ruby' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Ruby.php',
    'HTMLPurifier_HTMLModule_SafeEmbed' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeEmbed.php',
    'HTMLPurifier_HTMLModule_SafeObject' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeObject.php',
    'HTMLPurifier_HTMLModule_SafeScripting' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeScripting.php',
    'HTMLPurifier_HTMLModule_Scripting' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php',
    'HTMLPurifier_HTMLModule_StyleAttribute' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/StyleAttribute.php',
    'HTMLPurifier_HTMLModule_Tables' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tables.php',
    'HTMLPurifier_HTMLModule_Target' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Target.php',
    'HTMLPurifier_HTMLModule_TargetBlank' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetBlank.php',
    'HTMLPurifier_HTMLModule_TargetNoopener' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoopener.php',
    'HTMLPurifier_HTMLModule_TargetNoreferrer' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoreferrer.php',
    'HTMLPurifier_HTMLModule_Text' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php',
    'HTMLPurifier_HTMLModule_Tidy' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy.php',
    'HTMLPurifier_HTMLModule_Tidy_Name' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php',
    'HTMLPurifier_HTMLModule_Tidy_Proprietary' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php',
    'HTMLPurifier_HTMLModule_Tidy_Strict' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Strict.php',
    'HTMLPurifier_HTMLModule_Tidy_Transitional' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php',
    'HTMLPurifier_HTMLModule_Tidy_XHTML' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php',
    'HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php',
    'HTMLPurifier_HTMLModule_XMLCommonAttributes' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php',
    'HTMLPurifier_IDAccumulator' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/IDAccumulator.php',
    'HTMLPurifier_Injector' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php',
    'HTMLPurifier_Injector_AutoParagraph' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Injector/AutoParagraph.php',
    'HTMLPurifier_Injector_DisplayLinkURI' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Injector/DisplayLinkURI.php',
    'HTMLPurifier_Injector_Linkify' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Injector/Linkify.php',
    'HTMLPurifier_Injector_PurifierLinkify' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Injector/PurifierLinkify.php',
    'HTMLPurifier_Injector_RemoveEmpty' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveEmpty.php',
    'HTMLPurifier_Injector_RemoveSpansWithoutAttributes' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php',
    'HTMLPurifier_Injector_SafeObject' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php',
    'HTMLPurifier_Language' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Language.php',
    'HTMLPurifier_LanguageFactory' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/LanguageFactory.php',
    'HTMLPurifier_Length' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Length.php',
    'HTMLPurifier_Lexer' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php',
    'HTMLPurifier_Lexer_DOMLex' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php',
    'HTMLPurifier_Lexer_DirectLex' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DirectLex.php',
    'HTMLPurifier_Lexer_PH5P' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/PH5P.php',
    'HTMLPurifier_Node' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Node.php',
    'HTMLPurifier_Node_Comment' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Node/Comment.php',
    'HTMLPurifier_Node_Element' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Node/Element.php',
    'HTMLPurifier_Node_Text' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Node/Text.php',
    'HTMLPurifier_PercentEncoder' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/PercentEncoder.php',
    'HTMLPurifier_Printer' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Printer.php',
    'HTMLPurifier_Printer_CSSDefinition' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Printer/CSSDefinition.php',
    'HTMLPurifier_Printer_ConfigForm' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ConfigForm.php',
    'HTMLPurifier_Printer_HTMLDefinition' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Printer/HTMLDefinition.php',
    'HTMLPurifier_PropertyList' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/PropertyList.php',
    'HTMLPurifier_PropertyListIterator' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/PropertyListIterator.php',
    'HTMLPurifier_Queue' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Queue.php',
    'HTMLPurifier_Strategy' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Strategy.php',
    'HTMLPurifier_Strategy_Composite' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Composite.php',
    'HTMLPurifier_Strategy_Core' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Core.php',
    'HTMLPurifier_Strategy_FixNesting' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/FixNesting.php',
    'HTMLPurifier_Strategy_MakeWellFormed' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php',
    'HTMLPurifier_Strategy_RemoveForeignElements' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php',
    'HTMLPurifier_Strategy_ValidateAttributes' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ValidateAttributes.php',
    'HTMLPurifier_StringHash' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/StringHash.php',
    'HTMLPurifier_StringHashParser' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/StringHashParser.php',
    'HTMLPurifier_TagTransform' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform.php',
    'HTMLPurifier_TagTransform_Font' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php',
    'HTMLPurifier_TagTransform_Simple' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Simple.php',
    'HTMLPurifier_Token' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Token.php',
    'HTMLPurifier_TokenFactory' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/TokenFactory.php',
    'HTMLPurifier_Token_Comment' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Token/Comment.php',
    'HTMLPurifier_Token_Empty' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Token/Empty.php',
    'HTMLPurifier_Token_End' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Token/End.php',
    'HTMLPurifier_Token_Start' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Token/Start.php',
    'HTMLPurifier_Token_Tag' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Token/Tag.php',
    'HTMLPurifier_Token_Text' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Token/Text.php',
    'HTMLPurifier_URI' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URI.php',
    'HTMLPurifier_URIDefinition' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIDefinition.php',
    'HTMLPurifier_URIFilter' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php',
    'HTMLPurifier_URIFilter_DisableExternal' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternal.php',
    'HTMLPurifier_URIFilter_DisableExternalResources' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableExternalResources.php',
    'HTMLPurifier_URIFilter_DisableResources' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/DisableResources.php',
    'HTMLPurifier_URIFilter_HostBlacklist' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/HostBlacklist.php',
    'HTMLPurifier_URIFilter_MakeAbsolute' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/MakeAbsolute.php',
    'HTMLPurifier_URIFilter_Munge' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/Munge.php',
    'HTMLPurifier_URIFilter_SafeIframe' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/SafeIframe.php',
    'HTMLPurifier_URIParser' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIParser.php',
    'HTMLPurifier_URIScheme' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme.php',
    'HTMLPurifier_URISchemeRegistry' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URISchemeRegistry.php',
    'HTMLPurifier_URIScheme_data' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/data.php',
    'HTMLPurifier_URIScheme_file' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/file.php',
    'HTMLPurifier_URIScheme_ftp' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/ftp.php',
    'HTMLPurifier_URIScheme_http' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/http.php',
    'HTMLPurifier_URIScheme_https' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/https.php',
    'HTMLPurifier_URIScheme_mailto' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/mailto.php',
    'HTMLPurifier_URIScheme_news' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/news.php',
    'HTMLPurifier_URIScheme_nntp' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/nntp.php',
    'HTMLPurifier_URIScheme_tel' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/tel.php',
    'HTMLPurifier_UnitConverter' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/UnitConverter.php',
    'HTMLPurifier_VarParser' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/VarParser.php',
    'HTMLPurifier_VarParserException' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/VarParserException.php',
    'HTMLPurifier_VarParser_Flexible' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Flexible.php',
    'HTMLPurifier_VarParser_Native' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Native.php',
    'HTMLPurifier_Zipper' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php',
    'Hslavich\\OneloginSamlBundle\\Controller\\SamlController' => $vendorDir . '/hslavich/oneloginsaml-bundle/Controller/SamlController.php',
    'Hslavich\\OneloginSamlBundle\\DependencyInjection\\Compiler\\SecurityCompilerPass' => $vendorDir . '/hslavich/oneloginsaml-bundle/DependencyInjection/Compiler/SecurityCompilerPass.php',
    'Hslavich\\OneloginSamlBundle\\DependencyInjection\\Configuration' => $vendorDir . '/hslavich/oneloginsaml-bundle/DependencyInjection/Configuration.php',
    'Hslavich\\OneloginSamlBundle\\DependencyInjection\\HslavichOneloginSamlExtension' => $vendorDir . '/hslavich/oneloginsaml-bundle/DependencyInjection/HslavichOneloginSamlExtension.php',
    'Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Factory\\SamlFactory' => $vendorDir . '/hslavich/oneloginsaml-bundle/DependencyInjection/Security/Factory/SamlFactory.php',
    'Hslavich\\OneloginSamlBundle\\DependencyInjection\\Security\\Factory\\SamlUserProviderFactory' => $vendorDir . '/hslavich/oneloginsaml-bundle/DependencyInjection/Security/Factory/SamlUserProviderFactory.php',
    'Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener' => $vendorDir . '/hslavich/oneloginsaml-bundle/EventListener/Security/SamlLogoutListener.php',
    'Hslavich\\OneloginSamlBundle\\HslavichOneloginSamlBundle' => $vendorDir . '/hslavich/oneloginsaml-bundle/HslavichOneloginSamlBundle.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Authentication\\Provider\\SamlProvider' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Authentication/Provider/SamlProvider.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Authentication\\SamlAuthenticationSuccessHandler' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Authentication/SamlAuthenticationSuccessHandler.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Authentication\\Token\\SamlToken' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlToken.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Authentication\\Token\\SamlTokenFactory' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactory.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Authentication\\Token\\SamlTokenFactoryInterface' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenFactoryInterface.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Authentication\\Token\\SamlTokenInterface' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Authentication/Token/SamlTokenInterface.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Firewall\\SamlListener' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Firewall/SamlListener.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Http\\Authentication\\SamlAuthenticationSuccessHandler' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Http/Authentication/SamlAuthenticationSuccessHandler.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Http\\Authenticator\\Passport\\SamlPassport' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Http/Authenticator/Passport/SamlPassport.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Http\\Authenticator\\Passport\\SamlPassportInterface' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Http/Authenticator/Passport/SamlPassportInterface.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Http\\Authenticator\\SamlAuthenticator' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Http/Authenticator/SamlAuthenticator.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Http\\Authenticator\\Token\\SamlToken' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Http/Authenticator/Token/SamlToken.php',
    'Hslavich\\OneloginSamlBundle\\Security\\Http\\Authenticator\\Token\\SamlTokenInterface' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/Http/Authenticator/Token/SamlTokenInterface.php',
    'Hslavich\\OneloginSamlBundle\\Security\\User\\LegacySamlUserFactoryInterface' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/User/LegacySamlUserFactoryInterface.php',
    'Hslavich\\OneloginSamlBundle\\Security\\User\\SamlUserFactory' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/User/SamlUserFactory.php',
    'Hslavich\\OneloginSamlBundle\\Security\\User\\SamlUserFactoryInterface' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/User/SamlUserFactoryInterface.php',
    'Hslavich\\OneloginSamlBundle\\Security\\User\\SamlUserInterface' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/User/SamlUserInterface.php',
    'Hslavich\\OneloginSamlBundle\\Security\\User\\SamlUserProvider' => $vendorDir . '/hslavich/oneloginsaml-bundle/Security/User/SamlUserProvider.php',
    'Html2Text\\Html2Text' => $vendorDir . '/soundasleep/html2text/src/Html2Text.php',
    'Html2Text\\Html2TextException' => $vendorDir . '/soundasleep/html2text/src/Html2TextException.php',
    'JShrink\\Minifier' => $vendorDir . '/tedivm/jshrink/src/JShrink/Minifier.php',
    'Javanile\\Imap2\\Acl' => $vendorDir . '/javanile/php-imap2/src/Acl.php',
    'Javanile\\Imap2\\BodyStructure' => $vendorDir . '/javanile/php-imap2/src/BodyStructure.php',
    'Javanile\\Imap2\\Connection' => $vendorDir . '/javanile/php-imap2/src/Connection.php',
    'Javanile\\Imap2\\Errors' => $vendorDir . '/javanile/php-imap2/src/Errors.php',
    'Javanile\\Imap2\\Functions' => $vendorDir . '/javanile/php-imap2/src/Functions.php',
    'Javanile\\Imap2\\HeaderInfo' => $vendorDir . '/javanile/php-imap2/src/HeaderInfo.php',
    'Javanile\\Imap2\\ImapHelpers' => $vendorDir . '/javanile/php-imap2/src/ImapHelpers.php',
    'Javanile\\Imap2\\Mail' => $vendorDir . '/javanile/php-imap2/src/Mail.php',
    'Javanile\\Imap2\\Mailbox' => $vendorDir . '/javanile/php-imap2/src/Mailbox.php',
    'Javanile\\Imap2\\Message' => $vendorDir . '/javanile/php-imap2/src/Message.php',
    'Javanile\\Imap2\\Polyfill' => $vendorDir . '/javanile/php-imap2/src/Polyfill.php',
    'Javanile\\Imap2\\Roundcube\\Charset' => $vendorDir . '/javanile/php-imap2/src/Roundcube/Charset.php',
    'Javanile\\Imap2\\Roundcube\\ImapClient' => $vendorDir . '/javanile/php-imap2/src/Roundcube/ImapClient.php',
    'Javanile\\Imap2\\Roundcube\\MessageHeader' => $vendorDir . '/javanile/php-imap2/src/Roundcube/MessageHeader.php',
    'Javanile\\Imap2\\Roundcube\\MessageHeaderSorter' => $vendorDir . '/javanile/php-imap2/src/Roundcube/MessageHeaderSorter.php',
    'Javanile\\Imap2\\Roundcube\\Mime' => $vendorDir . '/javanile/php-imap2/src/Roundcube/Mime.php',
    'Javanile\\Imap2\\Roundcube\\ResultIndex' => $vendorDir . '/javanile/php-imap2/src/Roundcube/ResultIndex.php',
    'Javanile\\Imap2\\Roundcube\\ResultThread' => $vendorDir . '/javanile/php-imap2/src/Roundcube/ResultThread.php',
    'Javanile\\Imap2\\Roundcube\\Utils' => $vendorDir . '/javanile/php-imap2/src/Roundcube/Utils.php',
    'Javanile\\Imap2\\Thread' => $vendorDir . '/javanile/php-imap2/src/Thread.php',
    'Javanile\\Imap2\\Timeout' => $vendorDir . '/javanile/php-imap2/src/Timeout.php',
    'JeroenDesloovere\\VCard\\VCard' => $vendorDir . '/jeroendesloovere/vcard/src/VCard.php',
    'JeroenDesloovere\\VCard\\VCardException' => $vendorDir . '/jeroendesloovere/vcard/src/VCardException.php',
    'JeroenDesloovere\\VCard\\VCardParser' => $vendorDir . '/jeroendesloovere/vcard/src/VCardParser.php',
    'JsonException' => $vendorDir . '/symfony/polyfill-php73/Resources/stubs/JsonException.php',
    'JsonSchema\\Constraints\\BaseConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php',
    'JsonSchema\\Constraints\\CollectionConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php',
    'JsonSchema\\Constraints\\Constraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php',
    'JsonSchema\\Constraints\\ConstraintInterface' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php',
    'JsonSchema\\Constraints\\EnumConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php',
    'JsonSchema\\Constraints\\Factory' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php',
    'JsonSchema\\Constraints\\FormatConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php',
    'JsonSchema\\Constraints\\NumberConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php',
    'JsonSchema\\Constraints\\ObjectConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php',
    'JsonSchema\\Constraints\\SchemaConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php',
    'JsonSchema\\Constraints\\StringConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php',
    'JsonSchema\\Constraints\\TypeCheck\\LooseTypeCheck' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/LooseTypeCheck.php',
    'JsonSchema\\Constraints\\TypeCheck\\StrictTypeCheck' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/StrictTypeCheck.php',
    'JsonSchema\\Constraints\\TypeCheck\\TypeCheckInterface' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeCheck/TypeCheckInterface.php',
    'JsonSchema\\Constraints\\TypeConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php',
    'JsonSchema\\Constraints\\UndefinedConstraint' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php',
    'JsonSchema\\Entity\\JsonPointer' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Entity/JsonPointer.php',
    'JsonSchema\\Exception\\ExceptionInterface' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/ExceptionInterface.php',
    'JsonSchema\\Exception\\InvalidArgumentException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidArgumentException.php',
    'JsonSchema\\Exception\\InvalidConfigException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidConfigException.php',
    'JsonSchema\\Exception\\InvalidSchemaException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaException.php',
    'JsonSchema\\Exception\\InvalidSchemaMediaTypeException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSchemaMediaTypeException.php',
    'JsonSchema\\Exception\\InvalidSourceUriException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/InvalidSourceUriException.php',
    'JsonSchema\\Exception\\JsonDecodingException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php',
    'JsonSchema\\Exception\\ResourceNotFoundException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/ResourceNotFoundException.php',
    'JsonSchema\\Exception\\RuntimeException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/RuntimeException.php',
    'JsonSchema\\Exception\\UnresolvableJsonPointerException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/UnresolvableJsonPointerException.php',
    'JsonSchema\\Exception\\UriResolverException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/UriResolverException.php',
    'JsonSchema\\Exception\\ValidationException' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Exception/ValidationException.php',
    'JsonSchema\\Iterator\\ObjectIterator' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Iterator/ObjectIterator.php',
    'JsonSchema\\Rfc3339' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Rfc3339.php',
    'JsonSchema\\SchemaStorage' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php',
    'JsonSchema\\SchemaStorageInterface' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/SchemaStorageInterface.php',
    'JsonSchema\\UriResolverInterface' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/UriResolverInterface.php',
    'JsonSchema\\UriRetrieverInterface' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/UriRetrieverInterface.php',
    'JsonSchema\\Uri\\Retrievers\\AbstractRetriever' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/AbstractRetriever.php',
    'JsonSchema\\Uri\\Retrievers\\Curl' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php',
    'JsonSchema\\Uri\\Retrievers\\FileGetContents' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/FileGetContents.php',
    'JsonSchema\\Uri\\Retrievers\\PredefinedArray' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/PredefinedArray.php',
    'JsonSchema\\Uri\\Retrievers\\UriRetrieverInterface' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/UriRetrieverInterface.php',
    'JsonSchema\\Uri\\UriResolver' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Uri/UriResolver.php',
    'JsonSchema\\Uri\\UriRetriever' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Uri/UriRetriever.php',
    'JsonSchema\\Validator' => $vendorDir . '/justinrainbow/json-schema/src/JsonSchema/Validator.php',
    'Laminas\\Code\\DeclareStatement' => $vendorDir . '/laminas/laminas-code/src/DeclareStatement.php',
    'Laminas\\Code\\Exception\\BadMethodCallException' => $vendorDir . '/laminas/laminas-code/src/Exception/BadMethodCallException.php',
    'Laminas\\Code\\Exception\\ExceptionInterface' => $vendorDir . '/laminas/laminas-code/src/Exception/ExceptionInterface.php',
    'Laminas\\Code\\Exception\\InvalidArgumentException' => $vendorDir . '/laminas/laminas-code/src/Exception/InvalidArgumentException.php',
    'Laminas\\Code\\Exception\\RuntimeException' => $vendorDir . '/laminas/laminas-code/src/Exception/RuntimeException.php',
    'Laminas\\Code\\Generator\\AbstractGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/AbstractGenerator.php',
    'Laminas\\Code\\Generator\\AbstractMemberGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/AbstractMemberGenerator.php',
    'Laminas\\Code\\Generator\\BodyGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/BodyGenerator.php',
    'Laminas\\Code\\Generator\\ClassGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/ClassGenerator.php',
    'Laminas\\Code\\Generator\\DocBlockGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlockGenerator.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag.php',
    'Laminas\\Code\\Generator\\DocBlock\\TagManager' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/TagManager.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\AbstractTypeableTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/AbstractTypeableTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\AuthorTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/AuthorTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\GenericTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/GenericTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\LicenseTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/LicenseTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\MethodTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/MethodTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\ParamTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/ParamTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\PropertyTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/PropertyTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\ReturnTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/ReturnTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\TagInterface' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/TagInterface.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\ThrowsTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/ThrowsTag.php',
    'Laminas\\Code\\Generator\\DocBlock\\Tag\\VarTag' => $vendorDir . '/laminas/laminas-code/src/Generator/DocBlock/Tag/VarTag.php',
    'Laminas\\Code\\Generator\\EnumGenerator\\Cases\\BackedCases' => $vendorDir . '/laminas/laminas-code/src/Generator/EnumGenerator/Cases/BackedCases.php',
    'Laminas\\Code\\Generator\\EnumGenerator\\Cases\\CaseFactory' => $vendorDir . '/laminas/laminas-code/src/Generator/EnumGenerator/Cases/CaseFactory.php',
    'Laminas\\Code\\Generator\\EnumGenerator\\Cases\\PureCases' => $vendorDir . '/laminas/laminas-code/src/Generator/EnumGenerator/Cases/PureCases.php',
    'Laminas\\Code\\Generator\\EnumGenerator\\EnumGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/EnumGenerator/EnumGenerator.php',
    'Laminas\\Code\\Generator\\EnumGenerator\\Name' => $vendorDir . '/laminas/laminas-code/src/Generator/EnumGenerator/Name.php',
    'Laminas\\Code\\Generator\\Exception\\ClassNotFoundException' => $vendorDir . '/laminas/laminas-code/src/Generator/Exception/ClassNotFoundException.php',
    'Laminas\\Code\\Generator\\Exception\\ExceptionInterface' => $vendorDir . '/laminas/laminas-code/src/Generator/Exception/ExceptionInterface.php',
    'Laminas\\Code\\Generator\\Exception\\InvalidArgumentException' => $vendorDir . '/laminas/laminas-code/src/Generator/Exception/InvalidArgumentException.php',
    'Laminas\\Code\\Generator\\Exception\\RuntimeException' => $vendorDir . '/laminas/laminas-code/src/Generator/Exception/RuntimeException.php',
    'Laminas\\Code\\Generator\\FileGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/FileGenerator.php',
    'Laminas\\Code\\Generator\\GeneratorInterface' => $vendorDir . '/laminas/laminas-code/src/Generator/GeneratorInterface.php',
    'Laminas\\Code\\Generator\\InterfaceGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/InterfaceGenerator.php',
    'Laminas\\Code\\Generator\\MethodGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/MethodGenerator.php',
    'Laminas\\Code\\Generator\\ParameterGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/ParameterGenerator.php',
    'Laminas\\Code\\Generator\\PromotedParameterGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/PromotedParameterGenerator.php',
    'Laminas\\Code\\Generator\\PropertyGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/PropertyGenerator.php',
    'Laminas\\Code\\Generator\\PropertyValueGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/PropertyValueGenerator.php',
    'Laminas\\Code\\Generator\\TraitGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/TraitGenerator.php',
    'Laminas\\Code\\Generator\\TraitUsageGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/TraitUsageGenerator.php',
    'Laminas\\Code\\Generator\\TraitUsageInterface' => $vendorDir . '/laminas/laminas-code/src/Generator/TraitUsageInterface.php',
    'Laminas\\Code\\Generator\\TypeGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/TypeGenerator.php',
    'Laminas\\Code\\Generator\\TypeGenerator\\AtomicType' => $vendorDir . '/laminas/laminas-code/src/Generator/TypeGenerator/AtomicType.php',
    'Laminas\\Code\\Generator\\ValueGenerator' => $vendorDir . '/laminas/laminas-code/src/Generator/ValueGenerator.php',
    'Laminas\\Code\\Generic\\Prototype\\PrototypeClassFactory' => $vendorDir . '/laminas/laminas-code/src/Generic/Prototype/PrototypeClassFactory.php',
    'Laminas\\Code\\Generic\\Prototype\\PrototypeGenericInterface' => $vendorDir . '/laminas/laminas-code/src/Generic/Prototype/PrototypeGenericInterface.php',
    'Laminas\\Code\\Generic\\Prototype\\PrototypeInterface' => $vendorDir . '/laminas/laminas-code/src/Generic/Prototype/PrototypeInterface.php',
    'Laminas\\Code\\Reflection\\ClassReflection' => $vendorDir . '/laminas/laminas-code/src/Reflection/ClassReflection.php',
    'Laminas\\Code\\Reflection\\DocBlockReflection' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlockReflection.php',
    'Laminas\\Code\\Reflection\\DocBlock\\TagManager' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/TagManager.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\AuthorTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/AuthorTag.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\GenericTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/GenericTag.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\LicenseTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/LicenseTag.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\MethodTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/MethodTag.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\ParamTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/ParamTag.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\PhpDocTypedTagInterface' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/PhpDocTypedTagInterface.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\PropertyTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/PropertyTag.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\ReturnTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/ReturnTag.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\TagInterface' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/TagInterface.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\ThrowsTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/ThrowsTag.php',
    'Laminas\\Code\\Reflection\\DocBlock\\Tag\\VarTag' => $vendorDir . '/laminas/laminas-code/src/Reflection/DocBlock/Tag/VarTag.php',
    'Laminas\\Code\\Reflection\\Exception\\BadMethodCallException' => $vendorDir . '/laminas/laminas-code/src/Reflection/Exception/BadMethodCallException.php',
    'Laminas\\Code\\Reflection\\Exception\\ExceptionInterface' => $vendorDir . '/laminas/laminas-code/src/Reflection/Exception/ExceptionInterface.php',
    'Laminas\\Code\\Reflection\\Exception\\InvalidArgumentException' => $vendorDir . '/laminas/laminas-code/src/Reflection/Exception/InvalidArgumentException.php',
    'Laminas\\Code\\Reflection\\Exception\\RuntimeException' => $vendorDir . '/laminas/laminas-code/src/Reflection/Exception/RuntimeException.php',
    'Laminas\\Code\\Reflection\\FunctionReflection' => $vendorDir . '/laminas/laminas-code/src/Reflection/FunctionReflection.php',
    'Laminas\\Code\\Reflection\\MethodReflection' => $vendorDir . '/laminas/laminas-code/src/Reflection/MethodReflection.php',
    'Laminas\\Code\\Reflection\\ParameterReflection' => $vendorDir . '/laminas/laminas-code/src/Reflection/ParameterReflection.php',
    'Laminas\\Code\\Reflection\\PropertyReflection' => $vendorDir . '/laminas/laminas-code/src/Reflection/PropertyReflection.php',
    'Laminas\\Code\\Reflection\\ReflectionInterface' => $vendorDir . '/laminas/laminas-code/src/Reflection/ReflectionInterface.php',
    'Laminas\\Code\\Scanner\\DocBlockScanner' => $vendorDir . '/laminas/laminas-code/src/Scanner/DocBlockScanner.php',
    'Lcobucci\\Clock\\Clock' => $vendorDir . '/lcobucci/clock/src/Clock.php',
    'Lcobucci\\Clock\\FrozenClock' => $vendorDir . '/lcobucci/clock/src/FrozenClock.php',
    'Lcobucci\\Clock\\SystemClock' => $vendorDir . '/lcobucci/clock/src/SystemClock.php',
    'Lcobucci\\JWT\\Builder' => $vendorDir . '/lcobucci/jwt/src/Builder.php',
    'Lcobucci\\JWT\\ClaimsFormatter' => $vendorDir . '/lcobucci/jwt/src/ClaimsFormatter.php',
    'Lcobucci\\JWT\\Configuration' => $vendorDir . '/lcobucci/jwt/src/Configuration.php',
    'Lcobucci\\JWT\\Decoder' => $vendorDir . '/lcobucci/jwt/src/Decoder.php',
    'Lcobucci\\JWT\\Encoder' => $vendorDir . '/lcobucci/jwt/src/Encoder.php',
    'Lcobucci\\JWT\\Encoding\\CannotDecodeContent' => $vendorDir . '/lcobucci/jwt/src/Encoding/CannotDecodeContent.php',
    'Lcobucci\\JWT\\Encoding\\CannotEncodeContent' => $vendorDir . '/lcobucci/jwt/src/Encoding/CannotEncodeContent.php',
    'Lcobucci\\JWT\\Encoding\\ChainedFormatter' => $vendorDir . '/lcobucci/jwt/src/Encoding/ChainedFormatter.php',
    'Lcobucci\\JWT\\Encoding\\JoseEncoder' => $vendorDir . '/lcobucci/jwt/src/Encoding/JoseEncoder.php',
    'Lcobucci\\JWT\\Encoding\\MicrosecondBasedDateConversion' => $vendorDir . '/lcobucci/jwt/src/Encoding/MicrosecondBasedDateConversion.php',
    'Lcobucci\\JWT\\Encoding\\UnifyAudience' => $vendorDir . '/lcobucci/jwt/src/Encoding/UnifyAudience.php',
    'Lcobucci\\JWT\\Encoding\\UnixTimestampDates' => $vendorDir . '/lcobucci/jwt/src/Encoding/UnixTimestampDates.php',
    'Lcobucci\\JWT\\Exception' => $vendorDir . '/lcobucci/jwt/src/Exception.php',
    'Lcobucci\\JWT\\JwtFacade' => $vendorDir . '/lcobucci/jwt/src/JwtFacade.php',
    'Lcobucci\\JWT\\Parser' => $vendorDir . '/lcobucci/jwt/src/Parser.php',
    'Lcobucci\\JWT\\Signer' => $vendorDir . '/lcobucci/jwt/src/Signer.php',
    'Lcobucci\\JWT\\Signer\\Blake2b' => $vendorDir . '/lcobucci/jwt/src/Signer/Blake2b.php',
    'Lcobucci\\JWT\\Signer\\CannotSignPayload' => $vendorDir . '/lcobucci/jwt/src/Signer/CannotSignPayload.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\ConversionFailed' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/ConversionFailed.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\MultibyteStringConverter' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/MultibyteStringConverter.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\Sha256' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/Sha256.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\Sha384' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/Sha384.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\Sha512' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/Sha512.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\SignatureConverter' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/SignatureConverter.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\UnsafeSha256' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/UnsafeSha256.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\UnsafeSha384' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/UnsafeSha384.php',
    'Lcobucci\\JWT\\Signer\\Ecdsa\\UnsafeSha512' => $vendorDir . '/lcobucci/jwt/src/Signer/Ecdsa/UnsafeSha512.php',
    'Lcobucci\\JWT\\Signer\\Eddsa' => $vendorDir . '/lcobucci/jwt/src/Signer/Eddsa.php',
    'Lcobucci\\JWT\\Signer\\Hmac' => $vendorDir . '/lcobucci/jwt/src/Signer/Hmac.php',
    'Lcobucci\\JWT\\Signer\\Hmac\\Sha256' => $vendorDir . '/lcobucci/jwt/src/Signer/Hmac/Sha256.php',
    'Lcobucci\\JWT\\Signer\\Hmac\\Sha384' => $vendorDir . '/lcobucci/jwt/src/Signer/Hmac/Sha384.php',
    'Lcobucci\\JWT\\Signer\\Hmac\\Sha512' => $vendorDir . '/lcobucci/jwt/src/Signer/Hmac/Sha512.php',
    'Lcobucci\\JWT\\Signer\\Hmac\\UnsafeSha256' => $vendorDir . '/lcobucci/jwt/src/Signer/Hmac/UnsafeSha256.php',
    'Lcobucci\\JWT\\Signer\\Hmac\\UnsafeSha384' => $vendorDir . '/lcobucci/jwt/src/Signer/Hmac/UnsafeSha384.php',
    'Lcobucci\\JWT\\Signer\\Hmac\\UnsafeSha512' => $vendorDir . '/lcobucci/jwt/src/Signer/Hmac/UnsafeSha512.php',
    'Lcobucci\\JWT\\Signer\\InvalidKeyProvided' => $vendorDir . '/lcobucci/jwt/src/Signer/InvalidKeyProvided.php',
    'Lcobucci\\JWT\\Signer\\Key' => $vendorDir . '/lcobucci/jwt/src/Signer/Key.php',
    'Lcobucci\\JWT\\Signer\\Key\\FileCouldNotBeRead' => $vendorDir . '/lcobucci/jwt/src/Signer/Key/FileCouldNotBeRead.php',
    'Lcobucci\\JWT\\Signer\\Key\\InMemory' => $vendorDir . '/lcobucci/jwt/src/Signer/Key/InMemory.php',
    'Lcobucci\\JWT\\Signer\\Key\\LocalFileReference' => $vendorDir . '/lcobucci/jwt/src/Signer/Key/LocalFileReference.php',
    'Lcobucci\\JWT\\Signer\\None' => $vendorDir . '/lcobucci/jwt/src/Signer/None.php',
    'Lcobucci\\JWT\\Signer\\OpenSSL' => $vendorDir . '/lcobucci/jwt/src/Signer/OpenSSL.php',
    'Lcobucci\\JWT\\Signer\\Rsa' => $vendorDir . '/lcobucci/jwt/src/Signer/Rsa.php',
    'Lcobucci\\JWT\\Signer\\Rsa\\Sha256' => $vendorDir . '/lcobucci/jwt/src/Signer/Rsa/Sha256.php',
    'Lcobucci\\JWT\\Signer\\Rsa\\Sha384' => $vendorDir . '/lcobucci/jwt/src/Signer/Rsa/Sha384.php',
    'Lcobucci\\JWT\\Signer\\Rsa\\Sha512' => $vendorDir . '/lcobucci/jwt/src/Signer/Rsa/Sha512.php',
    'Lcobucci\\JWT\\Signer\\Rsa\\UnsafeSha256' => $vendorDir . '/lcobucci/jwt/src/Signer/Rsa/UnsafeSha256.php',
    'Lcobucci\\JWT\\Signer\\Rsa\\UnsafeSha384' => $vendorDir . '/lcobucci/jwt/src/Signer/Rsa/UnsafeSha384.php',
    'Lcobucci\\JWT\\Signer\\Rsa\\UnsafeSha512' => $vendorDir . '/lcobucci/jwt/src/Signer/Rsa/UnsafeSha512.php',
    'Lcobucci\\JWT\\Signer\\UnsafeEcdsa' => $vendorDir . '/lcobucci/jwt/src/Signer/UnsafeEcdsa.php',
    'Lcobucci\\JWT\\Signer\\UnsafeRsa' => $vendorDir . '/lcobucci/jwt/src/Signer/UnsafeRsa.php',
    'Lcobucci\\JWT\\SodiumBase64Polyfill' => $vendorDir . '/lcobucci/jwt/src/SodiumBase64Polyfill.php',
    'Lcobucci\\JWT\\Token' => $vendorDir . '/lcobucci/jwt/src/Token.php',
    'Lcobucci\\JWT\\Token\\Builder' => $vendorDir . '/lcobucci/jwt/src/Token/Builder.php',
    'Lcobucci\\JWT\\Token\\DataSet' => $vendorDir . '/lcobucci/jwt/src/Token/DataSet.php',
    'Lcobucci\\JWT\\Token\\InvalidTokenStructure' => $vendorDir . '/lcobucci/jwt/src/Token/InvalidTokenStructure.php',
    'Lcobucci\\JWT\\Token\\Parser' => $vendorDir . '/lcobucci/jwt/src/Token/Parser.php',
    'Lcobucci\\JWT\\Token\\Plain' => $vendorDir . '/lcobucci/jwt/src/Token/Plain.php',
    'Lcobucci\\JWT\\Token\\RegisteredClaimGiven' => $vendorDir . '/lcobucci/jwt/src/Token/RegisteredClaimGiven.php',
    'Lcobucci\\JWT\\Token\\RegisteredClaims' => $vendorDir . '/lcobucci/jwt/src/Token/RegisteredClaims.php',
    'Lcobucci\\JWT\\Token\\Signature' => $vendorDir . '/lcobucci/jwt/src/Token/Signature.php',
    'Lcobucci\\JWT\\Token\\UnsupportedHeaderFound' => $vendorDir . '/lcobucci/jwt/src/Token/UnsupportedHeaderFound.php',
    'Lcobucci\\JWT\\UnencryptedToken' => $vendorDir . '/lcobucci/jwt/src/UnencryptedToken.php',
    'Lcobucci\\JWT\\Validation\\Constraint' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint.php',
    'Lcobucci\\JWT\\Validation\\ConstraintViolation' => $vendorDir . '/lcobucci/jwt/src/Validation/ConstraintViolation.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\CannotValidateARegisteredClaim' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/CannotValidateARegisteredClaim.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\HasClaimWithValue' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/HasClaimWithValue.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\IdentifiedBy' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/IdentifiedBy.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\IssuedBy' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/IssuedBy.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\LeewayCannotBeNegative' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/LeewayCannotBeNegative.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\LooseValidAt' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/LooseValidAt.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\PermittedFor' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/PermittedFor.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\RelatedTo' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/RelatedTo.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\SignedWith' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/SignedWith.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\StrictValidAt' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/StrictValidAt.php',
    'Lcobucci\\JWT\\Validation\\Constraint\\ValidAt' => $vendorDir . '/lcobucci/jwt/src/Validation/Constraint/ValidAt.php',
    'Lcobucci\\JWT\\Validation\\NoConstraintsGiven' => $vendorDir . '/lcobucci/jwt/src/Validation/NoConstraintsGiven.php',
    'Lcobucci\\JWT\\Validation\\RequiredConstraintsViolated' => $vendorDir . '/lcobucci/jwt/src/Validation/RequiredConstraintsViolated.php',
    'Lcobucci\\JWT\\Validation\\SignedWith' => $vendorDir . '/lcobucci/jwt/src/Validation/SignedWith.php',
    'Lcobucci\\JWT\\Validation\\ValidAt' => $vendorDir . '/lcobucci/jwt/src/Validation/ValidAt.php',
    'Lcobucci\\JWT\\Validation\\Validator' => $vendorDir . '/lcobucci/jwt/src/Validation/Validator.php',
    'Lcobucci\\JWT\\Validator' => $vendorDir . '/lcobucci/jwt/src/Validator.php',
    'League\\Event\\AbstractEvent' => $vendorDir . '/league/event/src/AbstractEvent.php',
    'League\\Event\\AbstractListener' => $vendorDir . '/league/event/src/AbstractListener.php',
    'League\\Event\\BufferedEmitter' => $vendorDir . '/league/event/src/BufferedEmitter.php',
    'League\\Event\\CallbackListener' => $vendorDir . '/league/event/src/CallbackListener.php',
    'League\\Event\\Emitter' => $vendorDir . '/league/event/src/Emitter.php',
    'League\\Event\\EmitterAwareInterface' => $vendorDir . '/league/event/src/EmitterAwareInterface.php',
    'League\\Event\\EmitterAwareTrait' => $vendorDir . '/league/event/src/EmitterAwareTrait.php',
    'League\\Event\\EmitterInterface' => $vendorDir . '/league/event/src/EmitterInterface.php',
    'League\\Event\\EmitterTrait' => $vendorDir . '/league/event/src/EmitterTrait.php',
    'League\\Event\\Event' => $vendorDir . '/league/event/src/Event.php',
    'League\\Event\\EventInterface' => $vendorDir . '/league/event/src/EventInterface.php',
    'League\\Event\\Generator' => $vendorDir . '/league/event/src/Generator.php',
    'League\\Event\\GeneratorInterface' => $vendorDir . '/league/event/src/GeneratorInterface.php',
    'League\\Event\\GeneratorTrait' => $vendorDir . '/league/event/src/GeneratorTrait.php',
    'League\\Event\\ListenerAcceptor' => $vendorDir . '/league/event/src/ListenerAcceptor.php',
    'League\\Event\\ListenerAcceptorInterface' => $vendorDir . '/league/event/src/ListenerAcceptorInterface.php',
    'League\\Event\\ListenerInterface' => $vendorDir . '/league/event/src/ListenerInterface.php',
    'League\\Event\\ListenerProviderInterface' => $vendorDir . '/league/event/src/ListenerProviderInterface.php',
    'League\\Event\\OneTimeListener' => $vendorDir . '/league/event/src/OneTimeListener.php',
    'League\\OAuth2\\Client\\Grant\\AbstractGrant' => $vendorDir . '/league/oauth2-client/src/Grant/AbstractGrant.php',
    'League\\OAuth2\\Client\\Grant\\AuthorizationCode' => $vendorDir . '/league/oauth2-client/src/Grant/AuthorizationCode.php',
    'League\\OAuth2\\Client\\Grant\\ClientCredentials' => $vendorDir . '/league/oauth2-client/src/Grant/ClientCredentials.php',
    'League\\OAuth2\\Client\\Grant\\Exception\\InvalidGrantException' => $vendorDir . '/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php',
    'League\\OAuth2\\Client\\Grant\\GrantFactory' => $vendorDir . '/league/oauth2-client/src/Grant/GrantFactory.php',
    'League\\OAuth2\\Client\\Grant\\Password' => $vendorDir . '/league/oauth2-client/src/Grant/Password.php',
    'League\\OAuth2\\Client\\Grant\\RefreshToken' => $vendorDir . '/league/oauth2-client/src/Grant/RefreshToken.php',
    'League\\OAuth2\\Client\\OptionProvider\\HttpBasicAuthOptionProvider' => $vendorDir . '/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php',
    'League\\OAuth2\\Client\\OptionProvider\\OptionProviderInterface' => $vendorDir . '/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php',
    'League\\OAuth2\\Client\\OptionProvider\\PostAuthOptionProvider' => $vendorDir . '/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php',
    'League\\OAuth2\\Client\\Provider\\AbstractProvider' => $vendorDir . '/league/oauth2-client/src/Provider/AbstractProvider.php',
    'League\\OAuth2\\Client\\Provider\\Exception\\IdentityProviderException' => $vendorDir . '/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php',
    'League\\OAuth2\\Client\\Provider\\GenericProvider' => $vendorDir . '/league/oauth2-client/src/Provider/GenericProvider.php',
    'League\\OAuth2\\Client\\Provider\\GenericResourceOwner' => $vendorDir . '/league/oauth2-client/src/Provider/GenericResourceOwner.php',
    'League\\OAuth2\\Client\\Provider\\ResourceOwnerInterface' => $vendorDir . '/league/oauth2-client/src/Provider/ResourceOwnerInterface.php',
    'League\\OAuth2\\Client\\Token\\AccessToken' => $vendorDir . '/league/oauth2-client/src/Token/AccessToken.php',
    'League\\OAuth2\\Client\\Token\\AccessTokenInterface' => $vendorDir . '/league/oauth2-client/src/Token/AccessTokenInterface.php',
    'League\\OAuth2\\Client\\Token\\ResourceOwnerAccessTokenInterface' => $vendorDir . '/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php',
    'League\\OAuth2\\Client\\Tool\\ArrayAccessorTrait' => $vendorDir . '/league/oauth2-client/src/Tool/ArrayAccessorTrait.php',
    'League\\OAuth2\\Client\\Tool\\BearerAuthorizationTrait' => $vendorDir . '/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php',
    'League\\OAuth2\\Client\\Tool\\GuardedPropertyTrait' => $vendorDir . '/league/oauth2-client/src/Tool/GuardedPropertyTrait.php',
    'League\\OAuth2\\Client\\Tool\\MacAuthorizationTrait' => $vendorDir . '/league/oauth2-client/src/Tool/MacAuthorizationTrait.php',
    'League\\OAuth2\\Client\\Tool\\ProviderRedirectTrait' => $vendorDir . '/league/oauth2-client/src/Tool/ProviderRedirectTrait.php',
    'League\\OAuth2\\Client\\Tool\\QueryBuilderTrait' => $vendorDir . '/league/oauth2-client/src/Tool/QueryBuilderTrait.php',
    'League\\OAuth2\\Client\\Tool\\RequestFactory' => $vendorDir . '/league/oauth2-client/src/Tool/RequestFactory.php',
    'League\\OAuth2\\Client\\Tool\\RequiredParameterTrait' => $vendorDir . '/league/oauth2-client/src/Tool/RequiredParameterTrait.php',
    'League\\OAuth2\\Server\\AuthorizationServer' => $vendorDir . '/league/oauth2-server/src/AuthorizationServer.php',
    'League\\OAuth2\\Server\\AuthorizationValidators\\AuthorizationValidatorInterface' => $vendorDir . '/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php',
    'League\\OAuth2\\Server\\AuthorizationValidators\\BearerTokenValidator' => $vendorDir . '/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php',
    'League\\OAuth2\\Server\\CodeChallengeVerifiers\\CodeChallengeVerifierInterface' => $vendorDir . '/league/oauth2-server/src/CodeChallengeVerifiers/CodeChallengeVerifierInterface.php',
    'League\\OAuth2\\Server\\CodeChallengeVerifiers\\PlainVerifier' => $vendorDir . '/league/oauth2-server/src/CodeChallengeVerifiers/PlainVerifier.php',
    'League\\OAuth2\\Server\\CodeChallengeVerifiers\\S256Verifier' => $vendorDir . '/league/oauth2-server/src/CodeChallengeVerifiers/S256Verifier.php',
    'League\\OAuth2\\Server\\CryptKey' => $vendorDir . '/league/oauth2-server/src/CryptKey.php',
    'League\\OAuth2\\Server\\CryptTrait' => $vendorDir . '/league/oauth2-server/src/CryptTrait.php',
    'League\\OAuth2\\Server\\Entities\\AccessTokenEntityInterface' => $vendorDir . '/league/oauth2-server/src/Entities/AccessTokenEntityInterface.php',
    'League\\OAuth2\\Server\\Entities\\AuthCodeEntityInterface' => $vendorDir . '/league/oauth2-server/src/Entities/AuthCodeEntityInterface.php',
    'League\\OAuth2\\Server\\Entities\\ClientEntityInterface' => $vendorDir . '/league/oauth2-server/src/Entities/ClientEntityInterface.php',
    'League\\OAuth2\\Server\\Entities\\RefreshTokenEntityInterface' => $vendorDir . '/league/oauth2-server/src/Entities/RefreshTokenEntityInterface.php',
    'League\\OAuth2\\Server\\Entities\\ScopeEntityInterface' => $vendorDir . '/league/oauth2-server/src/Entities/ScopeEntityInterface.php',
    'League\\OAuth2\\Server\\Entities\\TokenInterface' => $vendorDir . '/league/oauth2-server/src/Entities/TokenInterface.php',
    'League\\OAuth2\\Server\\Entities\\Traits\\AccessTokenTrait' => $vendorDir . '/league/oauth2-server/src/Entities/Traits/AccessTokenTrait.php',
    'League\\OAuth2\\Server\\Entities\\Traits\\AuthCodeTrait' => $vendorDir . '/league/oauth2-server/src/Entities/Traits/AuthCodeTrait.php',
    'League\\OAuth2\\Server\\Entities\\Traits\\ClientTrait' => $vendorDir . '/league/oauth2-server/src/Entities/Traits/ClientTrait.php',
    'League\\OAuth2\\Server\\Entities\\Traits\\EntityTrait' => $vendorDir . '/league/oauth2-server/src/Entities/Traits/EntityTrait.php',
    'League\\OAuth2\\Server\\Entities\\Traits\\RefreshTokenTrait' => $vendorDir . '/league/oauth2-server/src/Entities/Traits/RefreshTokenTrait.php',
    'League\\OAuth2\\Server\\Entities\\Traits\\ScopeTrait' => $vendorDir . '/league/oauth2-server/src/Entities/Traits/ScopeTrait.php',
    'League\\OAuth2\\Server\\Entities\\Traits\\TokenEntityTrait' => $vendorDir . '/league/oauth2-server/src/Entities/Traits/TokenEntityTrait.php',
    'League\\OAuth2\\Server\\Entities\\UserEntityInterface' => $vendorDir . '/league/oauth2-server/src/Entities/UserEntityInterface.php',
    'League\\OAuth2\\Server\\Exception\\OAuthServerException' => $vendorDir . '/league/oauth2-server/src/Exception/OAuthServerException.php',
    'League\\OAuth2\\Server\\Exception\\UniqueTokenIdentifierConstraintViolationException' => $vendorDir . '/league/oauth2-server/src/Exception/UniqueTokenIdentifierConstraintViolationException.php',
    'League\\OAuth2\\Server\\Grant\\AbstractAuthorizeGrant' => $vendorDir . '/league/oauth2-server/src/Grant/AbstractAuthorizeGrant.php',
    'League\\OAuth2\\Server\\Grant\\AbstractGrant' => $vendorDir . '/league/oauth2-server/src/Grant/AbstractGrant.php',
    'League\\OAuth2\\Server\\Grant\\AuthCodeGrant' => $vendorDir . '/league/oauth2-server/src/Grant/AuthCodeGrant.php',
    'League\\OAuth2\\Server\\Grant\\ClientCredentialsGrant' => $vendorDir . '/league/oauth2-server/src/Grant/ClientCredentialsGrant.php',
    'League\\OAuth2\\Server\\Grant\\GrantTypeInterface' => $vendorDir . '/league/oauth2-server/src/Grant/GrantTypeInterface.php',
    'League\\OAuth2\\Server\\Grant\\ImplicitGrant' => $vendorDir . '/league/oauth2-server/src/Grant/ImplicitGrant.php',
    'League\\OAuth2\\Server\\Grant\\PasswordGrant' => $vendorDir . '/league/oauth2-server/src/Grant/PasswordGrant.php',
    'League\\OAuth2\\Server\\Grant\\RefreshTokenGrant' => $vendorDir . '/league/oauth2-server/src/Grant/RefreshTokenGrant.php',
    'League\\OAuth2\\Server\\Middleware\\AuthorizationServerMiddleware' => $vendorDir . '/league/oauth2-server/src/Middleware/AuthorizationServerMiddleware.php',
    'League\\OAuth2\\Server\\Middleware\\ResourceServerMiddleware' => $vendorDir . '/league/oauth2-server/src/Middleware/ResourceServerMiddleware.php',
    'League\\OAuth2\\Server\\RedirectUriValidators\\RedirectUriValidator' => $vendorDir . '/league/oauth2-server/src/RedirectUriValidators/RedirectUriValidator.php',
    'League\\OAuth2\\Server\\RedirectUriValidators\\RedirectUriValidatorInterface' => $vendorDir . '/league/oauth2-server/src/RedirectUriValidators/RedirectUriValidatorInterface.php',
    'League\\OAuth2\\Server\\Repositories\\AccessTokenRepositoryInterface' => $vendorDir . '/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php',
    'League\\OAuth2\\Server\\Repositories\\AuthCodeRepositoryInterface' => $vendorDir . '/league/oauth2-server/src/Repositories/AuthCodeRepositoryInterface.php',
    'League\\OAuth2\\Server\\Repositories\\ClientRepositoryInterface' => $vendorDir . '/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php',
    'League\\OAuth2\\Server\\Repositories\\RefreshTokenRepositoryInterface' => $vendorDir . '/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php',
    'League\\OAuth2\\Server\\Repositories\\RepositoryInterface' => $vendorDir . '/league/oauth2-server/src/Repositories/RepositoryInterface.php',
    'League\\OAuth2\\Server\\Repositories\\ScopeRepositoryInterface' => $vendorDir . '/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php',
    'League\\OAuth2\\Server\\Repositories\\UserRepositoryInterface' => $vendorDir . '/league/oauth2-server/src/Repositories/UserRepositoryInterface.php',
    'League\\OAuth2\\Server\\RequestAccessTokenEvent' => $vendorDir . '/league/oauth2-server/src/RequestAccessTokenEvent.php',
    'League\\OAuth2\\Server\\RequestEvent' => $vendorDir . '/league/oauth2-server/src/RequestEvent.php',
    'League\\OAuth2\\Server\\RequestRefreshTokenEvent' => $vendorDir . '/league/oauth2-server/src/RequestRefreshTokenEvent.php',
    'League\\OAuth2\\Server\\RequestTypes\\AuthorizationRequest' => $vendorDir . '/league/oauth2-server/src/RequestTypes/AuthorizationRequest.php',
    'League\\OAuth2\\Server\\ResourceServer' => $vendorDir . '/league/oauth2-server/src/ResourceServer.php',
    'League\\OAuth2\\Server\\ResponseTypes\\AbstractResponseType' => $vendorDir . '/league/oauth2-server/src/ResponseTypes/AbstractResponseType.php',
    'League\\OAuth2\\Server\\ResponseTypes\\BearerTokenResponse' => $vendorDir . '/league/oauth2-server/src/ResponseTypes/BearerTokenResponse.php',
    'League\\OAuth2\\Server\\ResponseTypes\\RedirectResponse' => $vendorDir . '/league/oauth2-server/src/ResponseTypes/RedirectResponse.php',
    'League\\OAuth2\\Server\\ResponseTypes\\ResponseTypeInterface' => $vendorDir . '/league/oauth2-server/src/ResponseTypes/ResponseTypeInterface.php',
    'League\\Uri\\Contracts\\AuthorityInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/AuthorityInterface.php',
    'League\\Uri\\Contracts\\DataPathInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/DataPathInterface.php',
    'League\\Uri\\Contracts\\DomainHostInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/DomainHostInterface.php',
    'League\\Uri\\Contracts\\FragmentInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/FragmentInterface.php',
    'League\\Uri\\Contracts\\HostInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/HostInterface.php',
    'League\\Uri\\Contracts\\IpHostInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/IpHostInterface.php',
    'League\\Uri\\Contracts\\PathInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/PathInterface.php',
    'League\\Uri\\Contracts\\PortInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/PortInterface.php',
    'League\\Uri\\Contracts\\QueryInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/QueryInterface.php',
    'League\\Uri\\Contracts\\SegmentedPathInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php',
    'League\\Uri\\Contracts\\UriComponentInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/UriComponentInterface.php',
    'League\\Uri\\Contracts\\UriException' => $vendorDir . '/league/uri-interfaces/src/Contracts/UriException.php',
    'League\\Uri\\Contracts\\UriInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/UriInterface.php',
    'League\\Uri\\Contracts\\UserInfoInterface' => $vendorDir . '/league/uri-interfaces/src/Contracts/UserInfoInterface.php',
    'League\\Uri\\Exceptions\\FileinfoSupportMissing' => $vendorDir . '/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php',
    'League\\Uri\\Exceptions\\IdnSupportMissing' => $vendorDir . '/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php',
    'League\\Uri\\Exceptions\\IdnaConversionFailed' => $vendorDir . '/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php',
    'League\\Uri\\Exceptions\\SyntaxError' => $vendorDir . '/league/uri-interfaces/src/Exceptions/SyntaxError.php',
    'League\\Uri\\Exceptions\\TemplateCanNotBeExpanded' => $vendorDir . '/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php',
    'League\\Uri\\Http' => $vendorDir . '/league/uri/src/Http.php',
    'League\\Uri\\HttpFactory' => $vendorDir . '/league/uri/src/HttpFactory.php',
    'League\\Uri\\Idna\\Idna' => $vendorDir . '/league/uri-interfaces/src/Idna/Idna.php',
    'League\\Uri\\Idna\\IdnaInfo' => $vendorDir . '/league/uri-interfaces/src/Idna/IdnaInfo.php',
    'League\\Uri\\Uri' => $vendorDir . '/league/uri/src/Uri.php',
    'League\\Uri\\UriInfo' => $vendorDir . '/league/uri/src/UriInfo.php',
    'League\\Uri\\UriResolver' => $vendorDir . '/league/uri/src/UriResolver.php',
    'League\\Uri\\UriString' => $vendorDir . '/league/uri/src/UriString.php',
    'League\\Uri\\UriTemplate' => $vendorDir . '/league/uri/src/UriTemplate.php',
    'League\\Uri\\UriTemplate\\Expression' => $vendorDir . '/league/uri/src/UriTemplate/Expression.php',
    'League\\Uri\\UriTemplate\\Template' => $vendorDir . '/league/uri/src/UriTemplate/Template.php',
    'League\\Uri\\UriTemplate\\VarSpecifier' => $vendorDir . '/league/uri/src/UriTemplate/VarSpecifier.php',
    'League\\Uri\\UriTemplate\\VariableBag' => $vendorDir . '/league/uri/src/UriTemplate/VariableBag.php',
    'Monolog\\ErrorHandler' => $vendorDir . '/monolog/monolog/src/Monolog/ErrorHandler.php',
    'Monolog\\Formatter\\ChromePHPFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php',
    'Monolog\\Formatter\\ElasticaFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php',
    'Monolog\\Formatter\\FlowdockFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php',
    'Monolog\\Formatter\\FluentdFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php',
    'Monolog\\Formatter\\FormatterInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php',
    'Monolog\\Formatter\\GelfMessageFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php',
    'Monolog\\Formatter\\HtmlFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php',
    'Monolog\\Formatter\\JsonFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php',
    'Monolog\\Formatter\\LineFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LineFormatter.php',
    'Monolog\\Formatter\\LogglyFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php',
    'Monolog\\Formatter\\LogstashFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php',
    'Monolog\\Formatter\\MongoDBFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php',
    'Monolog\\Formatter\\NormalizerFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php',
    'Monolog\\Formatter\\ScalarFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php',
    'Monolog\\Formatter\\WildfireFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php',
    'Monolog\\Handler\\AbstractHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractHandler.php',
    'Monolog\\Handler\\AbstractProcessingHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php',
    'Monolog\\Handler\\AbstractSyslogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php',
    'Monolog\\Handler\\AmqpHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AmqpHandler.php',
    'Monolog\\Handler\\BrowserConsoleHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php',
    'Monolog\\Handler\\BufferHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BufferHandler.php',
    'Monolog\\Handler\\ChromePHPHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php',
    'Monolog\\Handler\\CouchDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php',
    'Monolog\\Handler\\CubeHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CubeHandler.php',
    'Monolog\\Handler\\Curl\\Util' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Curl/Util.php',
    'Monolog\\Handler\\DeduplicationHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php',
    'Monolog\\Handler\\DoctrineCouchDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php',
    'Monolog\\Handler\\DynamoDbHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php',
    'Monolog\\Handler\\ElasticSearchHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php',
    'Monolog\\Handler\\ErrorLogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php',
    'Monolog\\Handler\\FilterHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FilterHandler.php',
    'Monolog\\Handler\\FingersCrossedHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php',
    'Monolog\\Handler\\FingersCrossed\\ActivationStrategyInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php',
    'Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php',
    'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php',
    'Monolog\\Handler\\FirePHPHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php',
    'Monolog\\Handler\\FleepHookHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php',
    'Monolog\\Handler\\FlowdockHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php',
    'Monolog\\Handler\\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\\HandlerInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerInterface.php',
    'Monolog\\Handler\\HandlerWrapper' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php',
    'Monolog\\Handler\\HipChatHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HipChatHandler.php',
    'Monolog\\Handler\\IFTTTHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php',
    'Monolog\\Handler\\InsightOpsHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php',
    'Monolog\\Handler\\LogEntriesHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php',
    'Monolog\\Handler\\LogglyHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogglyHandler.php',
    'Monolog\\Handler\\MailHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MailHandler.php',
    'Monolog\\Handler\\MandrillHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MandrillHandler.php',
    'Monolog\\Handler\\MissingExtensionException' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php',
    'Monolog\\Handler\\MongoDBHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php',
    'Monolog\\Handler\\NativeMailerHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php',
    'Monolog\\Handler\\NewRelicHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php',
    'Monolog\\Handler\\NullHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NullHandler.php',
    'Monolog\\Handler\\PHPConsoleHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php',
    'Monolog\\Handler\\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\\RavenHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RavenHandler.php',
    'Monolog\\Handler\\RedisHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisHandler.php',
    'Monolog\\Handler\\RollbarHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RollbarHandler.php',
    'Monolog\\Handler\\RotatingFileHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php',
    'Monolog\\Handler\\SamplingHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SamplingHandler.php',
    'Monolog\\Handler\\SlackHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackHandler.php',
    'Monolog\\Handler\\SlackWebhookHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php',
    'Monolog\\Handler\\Slack\\SlackRecord' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php',
    'Monolog\\Handler\\SlackbotHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php',
    'Monolog\\Handler\\SocketHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php',
    'Monolog\\Handler\\StreamHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/StreamHandler.php',
    'Monolog\\Handler\\SwiftMailerHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php',
    'Monolog\\Handler\\SyslogHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogHandler.php',
    'Monolog\\Handler\\SyslogUdpHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php',
    'Monolog\\Handler\\SyslogUdp\\UdpSocket' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php',
    'Monolog\\Handler\\TestHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TestHandler.php',
    'Monolog\\Handler\\WhatFailureGroupHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php',
    'Monolog\\Handler\\ZendMonitorHandler' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php',
    'Monolog\\Logger' => $vendorDir . '/monolog/monolog/src/Monolog/Logger.php',
    'Monolog\\Processor\\GitProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/GitProcessor.php',
    'Monolog\\Processor\\IntrospectionProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php',
    'Monolog\\Processor\\MemoryPeakUsageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php',
    'Monolog\\Processor\\MemoryProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php',
    'Monolog\\Processor\\MemoryUsageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php',
    'Monolog\\Processor\\MercurialProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php',
    'Monolog\\Processor\\ProcessIdProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php',
    'Monolog\\Processor\\ProcessorInterface' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php',
    'Monolog\\Processor\\PsrLogMessageProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php',
    'Monolog\\Processor\\TagProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/TagProcessor.php',
    'Monolog\\Processor\\UidProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/UidProcessor.php',
    'Monolog\\Processor\\WebProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/WebProcessor.php',
    'Monolog\\Registry' => $vendorDir . '/monolog/monolog/src/Monolog/Registry.php',
    'Monolog\\ResettableInterface' => $vendorDir . '/monolog/monolog/src/Monolog/ResettableInterface.php',
    'Monolog\\SignalHandler' => $vendorDir . '/monolog/monolog/src/Monolog/SignalHandler.php',
    'Monolog\\Utils' => $vendorDir . '/monolog/monolog/src/Monolog/Utils.php',
    'Negotiation\\AbstractNegotiator' => $vendorDir . '/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php',
    'Negotiation\\Accept' => $vendorDir . '/willdurand/negotiation/src/Negotiation/Accept.php',
    'Negotiation\\AcceptCharset' => $vendorDir . '/willdurand/negotiation/src/Negotiation/AcceptCharset.php',
    'Negotiation\\AcceptEncoding' => $vendorDir . '/willdurand/negotiation/src/Negotiation/AcceptEncoding.php',
    'Negotiation\\AcceptHeader' => $vendorDir . '/willdurand/negotiation/src/Negotiation/AcceptHeader.php',
    'Negotiation\\AcceptLanguage' => $vendorDir . '/willdurand/negotiation/src/Negotiation/AcceptLanguage.php',
    'Negotiation\\AcceptMatch' => $vendorDir . '/willdurand/negotiation/src/Negotiation/AcceptMatch.php',
    'Negotiation\\BaseAccept' => $vendorDir . '/willdurand/negotiation/src/Negotiation/BaseAccept.php',
    'Negotiation\\CharsetNegotiator' => $vendorDir . '/willdurand/negotiation/src/Negotiation/CharsetNegotiator.php',
    'Negotiation\\EncodingNegotiator' => $vendorDir . '/willdurand/negotiation/src/Negotiation/EncodingNegotiator.php',
    'Negotiation\\Exception\\Exception' => $vendorDir . '/willdurand/negotiation/src/Negotiation/Exception/Exception.php',
    'Negotiation\\Exception\\InvalidArgument' => $vendorDir . '/willdurand/negotiation/src/Negotiation/Exception/InvalidArgument.php',
    'Negotiation\\Exception\\InvalidHeader' => $vendorDir . '/willdurand/negotiation/src/Negotiation/Exception/InvalidHeader.php',
    'Negotiation\\Exception\\InvalidLanguage' => $vendorDir . '/willdurand/negotiation/src/Negotiation/Exception/InvalidLanguage.php',
    'Negotiation\\Exception\\InvalidMediaType' => $vendorDir . '/willdurand/negotiation/src/Negotiation/Exception/InvalidMediaType.php',
    'Negotiation\\LanguageNegotiator' => $vendorDir . '/willdurand/negotiation/src/Negotiation/LanguageNegotiator.php',
    'Negotiation\\Negotiator' => $vendorDir . '/willdurand/negotiation/src/Negotiation/Negotiator.php',
    'Nelmio\\CorsBundle\\DependencyInjection\\Compiler\\CorsConfigurationProviderPass' => $vendorDir . '/nelmio/cors-bundle/DependencyInjection/Compiler/CorsConfigurationProviderPass.php',
    'Nelmio\\CorsBundle\\DependencyInjection\\Configuration' => $vendorDir . '/nelmio/cors-bundle/DependencyInjection/Configuration.php',
    'Nelmio\\CorsBundle\\DependencyInjection\\NelmioCorsExtension' => $vendorDir . '/nelmio/cors-bundle/DependencyInjection/NelmioCorsExtension.php',
    'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener' => $vendorDir . '/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php',
    'Nelmio\\CorsBundle\\EventListener\\CorsListener' => $vendorDir . '/nelmio/cors-bundle/EventListener/CorsListener.php',
    'Nelmio\\CorsBundle\\NelmioCorsBundle' => $vendorDir . '/nelmio/cors-bundle/NelmioCorsBundle.php',
    'Nelmio\\CorsBundle\\Options\\ConfigProvider' => $vendorDir . '/nelmio/cors-bundle/Options/ConfigProvider.php',
    'Nelmio\\CorsBundle\\Options\\ProviderInterface' => $vendorDir . '/nelmio/cors-bundle/Options/ProviderInterface.php',
    'Nelmio\\CorsBundle\\Options\\Resolver' => $vendorDir . '/nelmio/cors-bundle/Options/Resolver.php',
    'Nelmio\\CorsBundle\\Options\\ResolverInterface' => $vendorDir . '/nelmio/cors-bundle/Options/ResolverInterface.php',
    'Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
    'OneLogin\\Saml2\\Auth' => $vendorDir . '/onelogin/php-saml/src/Saml2/Auth.php',
    'OneLogin\\Saml2\\AuthnRequest' => $vendorDir . '/onelogin/php-saml/src/Saml2/AuthnRequest.php',
    'OneLogin\\Saml2\\Constants' => $vendorDir . '/onelogin/php-saml/src/Saml2/Constants.php',
    'OneLogin\\Saml2\\Error' => $vendorDir . '/onelogin/php-saml/src/Saml2/Error.php',
    'OneLogin\\Saml2\\IdPMetadataParser' => $vendorDir . '/onelogin/php-saml/src/Saml2/IdPMetadataParser.php',
    'OneLogin\\Saml2\\LogoutRequest' => $vendorDir . '/onelogin/php-saml/src/Saml2/LogoutRequest.php',
    'OneLogin\\Saml2\\LogoutResponse' => $vendorDir . '/onelogin/php-saml/src/Saml2/LogoutResponse.php',
    'OneLogin\\Saml2\\Metadata' => $vendorDir . '/onelogin/php-saml/src/Saml2/Metadata.php',
    'OneLogin\\Saml2\\Response' => $vendorDir . '/onelogin/php-saml/src/Saml2/Response.php',
    'OneLogin\\Saml2\\Settings' => $vendorDir . '/onelogin/php-saml/src/Saml2/Settings.php',
    'OneLogin\\Saml2\\Utils' => $vendorDir . '/onelogin/php-saml/src/Saml2/Utils.php',
    'OneLogin\\Saml2\\ValidationError' => $vendorDir . '/onelogin/php-saml/src/Saml2/ValidationError.php',
    'PDF417' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/pdf417.php',
    'PHPMailer\\PHPMailer\\DSNConfigurator' => $vendorDir . '/phpmailer/phpmailer/src/DSNConfigurator.php',
    'PHPMailer\\PHPMailer\\Exception' => $vendorDir . '/phpmailer/phpmailer/src/Exception.php',
    'PHPMailer\\PHPMailer\\OAuth' => $vendorDir . '/phpmailer/phpmailer/src/OAuth.php',
    'PHPMailer\\PHPMailer\\OAuthTokenProvider' => $vendorDir . '/phpmailer/phpmailer/src/OAuthTokenProvider.php',
    'PHPMailer\\PHPMailer\\PHPMailer' => $vendorDir . '/phpmailer/phpmailer/src/PHPMailer.php',
    'PHPMailer\\PHPMailer\\POP3' => $vendorDir . '/phpmailer/phpmailer/src/POP3.php',
    'PHPMailer\\PHPMailer\\SMTP' => $vendorDir . '/phpmailer/phpmailer/src/SMTP.php',
    'PackageVersions\\FallbackVersions' => $vendorDir . '/composer/package-versions-deprecated/src/PackageVersions/FallbackVersions.php',
    'PackageVersions\\Installer' => $vendorDir . '/composer/package-versions-deprecated/src/PackageVersions/Installer.php',
    'PackageVersions\\Versions' => $vendorDir . '/composer/package-versions-deprecated/src/PackageVersions/Versions.php',
    'ParagonIE\\ConstantTime\\Base32' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32.php',
    'ParagonIE\\ConstantTime\\Base32Hex' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32Hex.php',
    'ParagonIE\\ConstantTime\\Base64' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64.php',
    'ParagonIE\\ConstantTime\\Base64DotSlash' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlash.php',
    'ParagonIE\\ConstantTime\\Base64DotSlashOrdered' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php',
    'ParagonIE\\ConstantTime\\Base64UrlSafe' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php',
    'ParagonIE\\ConstantTime\\Binary' => $vendorDir . '/paragonie/constant_time_encoding/src/Binary.php',
    'ParagonIE\\ConstantTime\\EncoderInterface' => $vendorDir . '/paragonie/constant_time_encoding/src/EncoderInterface.php',
    'ParagonIE\\ConstantTime\\Encoding' => $vendorDir . '/paragonie/constant_time_encoding/src/Encoding.php',
    'ParagonIE\\ConstantTime\\Hex' => $vendorDir . '/paragonie/constant_time_encoding/src/Hex.php',
    'ParagonIE\\ConstantTime\\RFC4648' => $vendorDir . '/paragonie/constant_time_encoding/src/RFC4648.php',
    'PhpOption\\LazyOption' => $vendorDir . '/phpoption/phpoption/src/PhpOption/LazyOption.php',
    'PhpOption\\None' => $vendorDir . '/phpoption/phpoption/src/PhpOption/None.php',
    'PhpOption\\Option' => $vendorDir . '/phpoption/phpoption/src/PhpOption/Option.php',
    'PhpOption\\Some' => $vendorDir . '/phpoption/phpoption/src/PhpOption/Some.php',
    'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
    'Pimple\\Container' => $vendorDir . '/pimple/pimple/src/Pimple/Container.php',
    'Pimple\\Exception\\ExpectedInvokableException' => $vendorDir . '/pimple/pimple/src/Pimple/Exception/ExpectedInvokableException.php',
    'Pimple\\Exception\\FrozenServiceException' => $vendorDir . '/pimple/pimple/src/Pimple/Exception/FrozenServiceException.php',
    'Pimple\\Exception\\InvalidServiceIdentifierException' => $vendorDir . '/pimple/pimple/src/Pimple/Exception/InvalidServiceIdentifierException.php',
    'Pimple\\Exception\\UnknownIdentifierException' => $vendorDir . '/pimple/pimple/src/Pimple/Exception/UnknownIdentifierException.php',
    'Pimple\\Psr11\\Container' => $vendorDir . '/pimple/pimple/src/Pimple/Psr11/Container.php',
    'Pimple\\Psr11\\ServiceLocator' => $vendorDir . '/pimple/pimple/src/Pimple/Psr11/ServiceLocator.php',
    'Pimple\\ServiceIterator' => $vendorDir . '/pimple/pimple/src/Pimple/ServiceIterator.php',
    'Pimple\\ServiceProviderInterface' => $vendorDir . '/pimple/pimple/src/Pimple/ServiceProviderInterface.php',
    'Pimple\\Tests\\Fixtures\\Invokable' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php',
    'Pimple\\Tests\\Fixtures\\NonInvokable' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php',
    'Pimple\\Tests\\Fixtures\\PimpleServiceProvider' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php',
    'Pimple\\Tests\\Fixtures\\Service' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php',
    'Pimple\\Tests\\PimpleServiceProviderInterfaceTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php',
    'Pimple\\Tests\\PimpleTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/PimpleTest.php',
    'Pimple\\Tests\\Psr11\\ContainerTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Psr11/ContainerTest.php',
    'Pimple\\Tests\\Psr11\\ServiceLocatorTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/Psr11/ServiceLocatorTest.php',
    'Pimple\\Tests\\ServiceIteratorTest' => $vendorDir . '/pimple/pimple/src/Pimple/Tests/ServiceIteratorTest.php',
    'ProxyManager\\Autoloader\\Autoloader' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Autoloader/Autoloader.php',
    'ProxyManager\\Autoloader\\AutoloaderInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Autoloader/AutoloaderInterface.php',
    'ProxyManager\\Configuration' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Configuration.php',
    'ProxyManager\\Exception\\DisabledMethodException' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Exception/DisabledMethodException.php',
    'ProxyManager\\Exception\\ExceptionInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Exception/ExceptionInterface.php',
    'ProxyManager\\Exception\\FileNotWritableException' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Exception/FileNotWritableException.php',
    'ProxyManager\\Exception\\InvalidProxiedClassException' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Exception/InvalidProxiedClassException.php',
    'ProxyManager\\Exception\\InvalidProxyDirectoryException' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Exception/InvalidProxyDirectoryException.php',
    'ProxyManager\\Exception\\UnsupportedProxiedClassException' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Exception/UnsupportedProxiedClassException.php',
    'ProxyManager\\Factory\\AbstractBaseFactory' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AbstractBaseFactory.php',
    'ProxyManager\\Factory\\AccessInterceptorScopeLocalizerFactory' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php',
    'ProxyManager\\Factory\\AccessInterceptorValueHolderFactory' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php',
    'ProxyManager\\Factory\\LazyLoadingGhostFactory' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingGhostFactory.php',
    'ProxyManager\\Factory\\LazyLoadingValueHolderFactory' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/LazyLoadingValueHolderFactory.php',
    'ProxyManager\\Factory\\NullObjectFactory' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/NullObjectFactory.php',
    'ProxyManager\\Factory\\RemoteObjectFactory' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/RemoteObjectFactory.php',
    'ProxyManager\\Factory\\RemoteObject\\AdapterInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/RemoteObject/AdapterInterface.php',
    'ProxyManager\\Factory\\RemoteObject\\Adapter\\BaseAdapter' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php',
    'ProxyManager\\Factory\\RemoteObject\\Adapter\\JsonRpc' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php',
    'ProxyManager\\Factory\\RemoteObject\\Adapter\\Soap' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/RemoteObject/Adapter/Soap.php',
    'ProxyManager\\Factory\\RemoteObject\\Adapter\\XmlRpc' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php',
    'ProxyManager\\FileLocator\\FileLocator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocator.php',
    'ProxyManager\\FileLocator\\FileLocatorInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/FileLocator/FileLocatorInterface.php',
    'ProxyManager\\GeneratorStrategy\\BaseGeneratorStrategy' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php',
    'ProxyManager\\GeneratorStrategy\\EvaluatingGeneratorStrategy' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php',
    'ProxyManager\\GeneratorStrategy\\FileWriterGeneratorStrategy' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php',
    'ProxyManager\\GeneratorStrategy\\GeneratorStrategyInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php',
    'ProxyManager\\Generator\\ClassGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Generator/ClassGenerator.php',
    'ProxyManager\\Generator\\MagicMethodGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Generator/MagicMethodGenerator.php',
    'ProxyManager\\Generator\\MethodGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Generator/MethodGenerator.php',
    'ProxyManager\\Generator\\Util\\ClassGeneratorUtils' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Generator/Util/ClassGeneratorUtils.php',
    'ProxyManager\\Generator\\Util\\IdentifierSuffixer' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Generator/Util/IdentifierSuffixer.php',
    'ProxyManager\\Generator\\Util\\ProxiedMethodReturnExpression' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Generator/Util/ProxiedMethodReturnExpression.php',
    'ProxyManager\\Generator\\Util\\UniqueIdentifierGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php',
    'ProxyManager\\Generator\\ValueGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Generator/ValueGenerator.php',
    'ProxyManager\\Inflector\\ClassNameInflector' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Inflector/ClassNameInflector.php',
    'ProxyManager\\Inflector\\ClassNameInflectorInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Inflector/ClassNameInflectorInterface.php',
    'ProxyManager\\Inflector\\Util\\ParameterEncoder' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Inflector/Util/ParameterEncoder.php',
    'ProxyManager\\Inflector\\Util\\ParameterHasher' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Inflector/Util/ParameterHasher.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizerGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\BindProxyProperties' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\InterceptedMethod' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\MagicClone' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\MagicGet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\MagicIsset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\MagicSet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\MagicSleep' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\MagicUnset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\StaticProxyConstructor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorScopeLocalizer\\MethodGenerator\\Util\\InterceptorGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolderGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolder\\MethodGenerator\\InterceptedMethod' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolder\\MethodGenerator\\MagicClone' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolder\\MethodGenerator\\MagicGet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolder\\MethodGenerator\\MagicIsset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolder\\MethodGenerator\\MagicSet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolder\\MethodGenerator\\MagicUnset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolder\\MethodGenerator\\StaticProxyConstructor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptorValueHolder\\MethodGenerator\\Util\\InterceptorGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptor\\MethodGenerator\\MagicWakeup' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptor\\MethodGenerator\\SetMethodPrefixInterceptor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptor\\MethodGenerator\\SetMethodSuffixInterceptor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptor\\PropertyGenerator\\MethodPrefixInterceptors' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php',
    'ProxyManager\\ProxyGenerator\\AccessInterceptor\\PropertyGenerator\\MethodSuffixInterceptors' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php',
    'ProxyManager\\ProxyGenerator\\Assertion\\CanProxyAssertion' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhostGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\CallInitializer' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\GetProxyInitializer' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\InitializeProxy' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\IsProxyInitialized' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\MagicClone' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\MagicGet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\MagicIsset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\MagicSet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\MagicSleep' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\MagicUnset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\SetProxyInitializer' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\MethodGenerator\\SkipDestructor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SkipDestructor.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\PropertyGenerator\\InitializationTracker' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\PropertyGenerator\\InitializerProperty' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\PropertyGenerator\\PrivatePropertiesMap' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingGhost\\PropertyGenerator\\ProtectedPropertiesMap' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolderGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\GetProxyInitializer' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\InitializeProxy' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\IsProxyInitialized' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\LazyLoadingMethodInterceptor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\MagicClone' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\MagicGet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\MagicIsset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\MagicSet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\MagicSleep' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\MagicUnset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\SetProxyInitializer' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\MethodGenerator\\SkipDestructor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SkipDestructor.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\PropertyGenerator\\InitializerProperty' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php',
    'ProxyManager\\ProxyGenerator\\LazyLoadingValueHolder\\PropertyGenerator\\ValueHolderProperty' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php',
    'ProxyManager\\ProxyGenerator\\LazyLoading\\MethodGenerator\\StaticProxyConstructor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php',
    'ProxyManager\\ProxyGenerator\\NullObjectGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/NullObjectGenerator.php',
    'ProxyManager\\ProxyGenerator\\NullObject\\MethodGenerator\\NullObjectMethodInterceptor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php',
    'ProxyManager\\ProxyGenerator\\NullObject\\MethodGenerator\\StaticProxyConstructor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php',
    'ProxyManager\\ProxyGenerator\\PropertyGenerator\\PublicPropertiesMap' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php',
    'ProxyManager\\ProxyGenerator\\ProxyGeneratorInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php',
    'ProxyManager\\ProxyGenerator\\RemoteObjectGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php',
    'ProxyManager\\ProxyGenerator\\RemoteObject\\MethodGenerator\\MagicGet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php',
    'ProxyManager\\ProxyGenerator\\RemoteObject\\MethodGenerator\\MagicIsset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php',
    'ProxyManager\\ProxyGenerator\\RemoteObject\\MethodGenerator\\MagicSet' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php',
    'ProxyManager\\ProxyGenerator\\RemoteObject\\MethodGenerator\\MagicUnset' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php',
    'ProxyManager\\ProxyGenerator\\RemoteObject\\MethodGenerator\\RemoteObjectMethod' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php',
    'ProxyManager\\ProxyGenerator\\RemoteObject\\MethodGenerator\\StaticProxyConstructor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php',
    'ProxyManager\\ProxyGenerator\\RemoteObject\\PropertyGenerator\\AdapterProperty' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php',
    'ProxyManager\\ProxyGenerator\\Util\\GetMethodIfExists' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/Util/GetMethodIfExists.php',
    'ProxyManager\\ProxyGenerator\\Util\\Properties' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/Util/Properties.php',
    'ProxyManager\\ProxyGenerator\\Util\\ProxiedMethodsFilter' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php',
    'ProxyManager\\ProxyGenerator\\Util\\PublicScopeSimulator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php',
    'ProxyManager\\ProxyGenerator\\Util\\UnsetPropertiesGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php',
    'ProxyManager\\ProxyGenerator\\ValueHolder\\MethodGenerator\\Constructor' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php',
    'ProxyManager\\ProxyGenerator\\ValueHolder\\MethodGenerator\\GetWrappedValueHolderValue' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php',
    'ProxyManager\\ProxyGenerator\\ValueHolder\\MethodGenerator\\MagicSleep' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php',
    'ProxyManager\\Proxy\\AccessInterceptorInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/AccessInterceptorInterface.php',
    'ProxyManager\\Proxy\\AccessInterceptorValueHolderInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php',
    'ProxyManager\\Proxy\\Exception\\RemoteObjectException' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/Exception/RemoteObjectException.php',
    'ProxyManager\\Proxy\\FallbackValueHolderInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/FallbackValueHolderInterface.php',
    'ProxyManager\\Proxy\\GhostObjectInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/GhostObjectInterface.php',
    'ProxyManager\\Proxy\\LazyLoadingInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/LazyLoadingInterface.php',
    'ProxyManager\\Proxy\\NullObjectInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/NullObjectInterface.php',
    'ProxyManager\\Proxy\\ProxyInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/ProxyInterface.php',
    'ProxyManager\\Proxy\\RemoteObjectInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/RemoteObjectInterface.php',
    'ProxyManager\\Proxy\\SmartReferenceInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/SmartReferenceInterface.php',
    'ProxyManager\\Proxy\\ValueHolderInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/ValueHolderInterface.php',
    'ProxyManager\\Proxy\\VirtualProxyInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Proxy/VirtualProxyInterface.php',
    'ProxyManager\\Signature\\ClassSignatureGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/ClassSignatureGenerator.php',
    'ProxyManager\\Signature\\ClassSignatureGeneratorInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/ClassSignatureGeneratorInterface.php',
    'ProxyManager\\Signature\\Exception\\ExceptionInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/Exception/ExceptionInterface.php',
    'ProxyManager\\Signature\\Exception\\InvalidSignatureException' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/Exception/InvalidSignatureException.php',
    'ProxyManager\\Signature\\Exception\\MissingSignatureException' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/Exception/MissingSignatureException.php',
    'ProxyManager\\Signature\\SignatureChecker' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/SignatureChecker.php',
    'ProxyManager\\Signature\\SignatureCheckerInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/SignatureCheckerInterface.php',
    'ProxyManager\\Signature\\SignatureGenerator' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/SignatureGenerator.php',
    'ProxyManager\\Signature\\SignatureGeneratorInterface' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Signature/SignatureGeneratorInterface.php',
    'ProxyManager\\Stub\\EmptyClassStub' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Stub/EmptyClassStub.php',
    'ProxyManager\\Version' => $vendorDir . '/friendsofphp/proxy-manager-lts/src/ProxyManager/Version.php',
    'Psr\\Cache\\CacheException' => $vendorDir . '/psr/cache/src/CacheException.php',
    'Psr\\Cache\\CacheItemInterface' => $vendorDir . '/psr/cache/src/CacheItemInterface.php',
    'Psr\\Cache\\CacheItemPoolInterface' => $vendorDir . '/psr/cache/src/CacheItemPoolInterface.php',
    'Psr\\Cache\\InvalidArgumentException' => $vendorDir . '/psr/cache/src/InvalidArgumentException.php',
    'Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php',
    'Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php',
    'Psr\\Container\\NotFoundExceptionInterface' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php',
    'Psr\\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\\Link\\EvolvableLinkInterface' => $vendorDir . '/psr/link/src/EvolvableLinkInterface.php',
    'Psr\\Link\\EvolvableLinkProviderInterface' => $vendorDir . '/psr/link/src/EvolvableLinkProviderInterface.php',
    'Psr\\Link\\LinkInterface' => $vendorDir . '/psr/link/src/LinkInterface.php',
    'Psr\\Link\\LinkProviderInterface' => $vendorDir . '/psr/link/src/LinkProviderInterface.php',
    'Psr\\Log\\AbstractLogger' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php',
    'Psr\\Log\\InvalidArgumentException' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php',
    'Psr\\Log\\LogLevel' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php',
    'Psr\\Log\\LoggerAwareInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php',
    'Psr\\Log\\LoggerAwareTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php',
    'Psr\\Log\\LoggerInterface' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php',
    'Psr\\Log\\LoggerTrait' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php',
    'Psr\\Log\\NullLogger' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php',
    'Psr\\Log\\Test\\DummyTest' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php',
    'Psr\\Log\\Test\\LoggerInterfaceTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
    'Psr\\Log\\Test\\TestLogger' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php',
    'QRcode' => $vendorDir . '/tecnickcom/tcpdf/include/barcodes/qrcode.php',
    'ReCaptcha\\ReCaptcha' => $vendorDir . '/google/recaptcha/src/ReCaptcha/ReCaptcha.php',
    'ReCaptcha\\RequestMethod' => $vendorDir . '/google/recaptcha/src/ReCaptcha/RequestMethod.php',
    'ReCaptcha\\RequestMethod\\Curl' => $vendorDir . '/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php',
    'ReCaptcha\\RequestMethod\\CurlPost' => $vendorDir . '/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php',
    'ReCaptcha\\RequestMethod\\Post' => $vendorDir . '/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php',
    'ReCaptcha\\RequestMethod\\Socket' => $vendorDir . '/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php',
    'ReCaptcha\\RequestMethod\\SocketPost' => $vendorDir . '/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php',
    'ReCaptcha\\RequestParameters' => $vendorDir . '/google/recaptcha/src/ReCaptcha/RequestParameters.php',
    'ReCaptcha\\Response' => $vendorDir . '/google/recaptcha/src/ReCaptcha/Response.php',
    'React\\Promise\\CancellablePromiseInterface' => $vendorDir . '/react/promise/src/CancellablePromiseInterface.php',
    'React\\Promise\\CancellationQueue' => $vendorDir . '/react/promise/src/CancellationQueue.php',
    'React\\Promise\\Deferred' => $vendorDir . '/react/promise/src/Deferred.php',
    'React\\Promise\\Exception\\LengthException' => $vendorDir . '/react/promise/src/Exception/LengthException.php',
    'React\\Promise\\ExtendedPromiseInterface' => $vendorDir . '/react/promise/src/ExtendedPromiseInterface.php',
    'React\\Promise\\FulfilledPromise' => $vendorDir . '/react/promise/src/FulfilledPromise.php',
    'React\\Promise\\LazyPromise' => $vendorDir . '/react/promise/src/LazyPromise.php',
    'React\\Promise\\Promise' => $vendorDir . '/react/promise/src/Promise.php',
    'React\\Promise\\PromiseInterface' => $vendorDir . '/react/promise/src/PromiseInterface.php',
    'React\\Promise\\PromisorInterface' => $vendorDir . '/react/promise/src/PromisorInterface.php',
    'React\\Promise\\RejectedPromise' => $vendorDir . '/react/promise/src/RejectedPromise.php',
    'React\\Promise\\UnhandledRejectionException' => $vendorDir . '/react/promise/src/UnhandledRejectionException.php',
    'ReturnTypeWillChange' => $vendorDir . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php',
    'RobRichards\\XMLSecLibs\\Utils\\XPath' => $vendorDir . '/robrichards/xmlseclibs/src/Utils/XPath.php',
    'RobRichards\\XMLSecLibs\\XMLSecEnc' => $vendorDir . '/robrichards/xmlseclibs/src/XMLSecEnc.php',
    'RobRichards\\XMLSecLibs\\XMLSecurityDSig' => $vendorDir . '/robrichards/xmlseclibs/src/XMLSecurityDSig.php',
    'RobRichards\\XMLSecLibs\\XMLSecurityKey' => $vendorDir . '/robrichards/xmlseclibs/src/XMLSecurityKey.php',
    'Shivas\\VersioningBundle\\Command\\ListProvidersCommand' => $vendorDir . '/shivas/versioning-bundle/src/Command/ListProvidersCommand.php',
    'Shivas\\VersioningBundle\\Command\\StatusCommand' => $vendorDir . '/shivas/versioning-bundle/src/Command/StatusCommand.php',
    'Shivas\\VersioningBundle\\Command\\VersionBumpCommand' => $vendorDir . '/shivas/versioning-bundle/src/Command/VersionBumpCommand.php',
    'Shivas\\VersioningBundle\\DependencyInjection\\Compiler\\ProviderCompilerPass' => $vendorDir . '/shivas/versioning-bundle/src/DependencyInjection/Compiler/ProviderCompilerPass.php',
    'Shivas\\VersioningBundle\\DependencyInjection\\ShivasVersioningExtension' => $vendorDir . '/shivas/versioning-bundle/src/DependencyInjection/ShivasVersioningExtension.php',
    'Shivas\\VersioningBundle\\Formatter\\FormatterInterface' => $vendorDir . '/shivas/versioning-bundle/src/Formatter/FormatterInterface.php',
    'Shivas\\VersioningBundle\\Formatter\\GitDescribeFormatter' => $vendorDir . '/shivas/versioning-bundle/src/Formatter/GitDescribeFormatter.php',
    'Shivas\\VersioningBundle\\Formatter\\NullFormatter' => $vendorDir . '/shivas/versioning-bundle/src/Formatter/NullFormatter.php',
    'Shivas\\VersioningBundle\\Provider\\GitRepositoryProvider' => $vendorDir . '/shivas/versioning-bundle/src/Provider/GitRepositoryProvider.php',
    'Shivas\\VersioningBundle\\Provider\\InitialVersionProvider' => $vendorDir . '/shivas/versioning-bundle/src/Provider/InitialVersionProvider.php',
    'Shivas\\VersioningBundle\\Provider\\ProviderInterface' => $vendorDir . '/shivas/versioning-bundle/src/Provider/ProviderInterface.php',
    'Shivas\\VersioningBundle\\Provider\\RevisionProvider' => $vendorDir . '/shivas/versioning-bundle/src/Provider/RevisionProvider.php',
    'Shivas\\VersioningBundle\\Provider\\VersionProvider' => $vendorDir . '/shivas/versioning-bundle/src/Provider/VersionProvider.php',
    'Shivas\\VersioningBundle\\Service\\VersionManager' => $vendorDir . '/shivas/versioning-bundle/src/Service/VersionManager.php',
    'Shivas\\VersioningBundle\\Service\\VersionManagerInterface' => $vendorDir . '/shivas/versioning-bundle/src/Service/VersionManagerInterface.php',
    'Shivas\\VersioningBundle\\ShivasVersioningBundle' => $vendorDir . '/shivas/versioning-bundle/src/ShivasVersioningBundle.php',
    'Shivas\\VersioningBundle\\Twig\\VersionExtension' => $vendorDir . '/shivas/versioning-bundle/src/Twig/VersionExtension.php',
    'Shivas\\VersioningBundle\\Writer\\VersionWriter' => $vendorDir . '/shivas/versioning-bundle/src/Writer/VersionWriter.php',
    'Shivas\\VersioningBundle\\Writer\\WriterInterface' => $vendorDir . '/shivas/versioning-bundle/src/Writer/WriterInterface.php',
    'Slim\\App' => $vendorDir . '/slim/slim/Slim/App.php',
    'Slim\\CallableResolver' => $vendorDir . '/slim/slim/Slim/CallableResolver.php',
    'Slim\\CallableResolverAwareTrait' => $vendorDir . '/slim/slim/Slim/CallableResolverAwareTrait.php',
    'Slim\\Collection' => $vendorDir . '/slim/slim/Slim/Collection.php',
    'Slim\\Container' => $vendorDir . '/slim/slim/Slim/Container.php',
    'Slim\\DefaultServicesProvider' => $vendorDir . '/slim/slim/Slim/DefaultServicesProvider.php',
    'Slim\\DeferredCallable' => $vendorDir . '/slim/slim/Slim/DeferredCallable.php',
    'Slim\\Exception\\ContainerException' => $vendorDir . '/slim/slim/Slim/Exception/ContainerException.php',
    'Slim\\Exception\\ContainerValueNotFoundException' => $vendorDir . '/slim/slim/Slim/Exception/ContainerValueNotFoundException.php',
    'Slim\\Exception\\InvalidMethodException' => $vendorDir . '/slim/slim/Slim/Exception/InvalidMethodException.php',
    'Slim\\Exception\\MethodNotAllowedException' => $vendorDir . '/slim/slim/Slim/Exception/MethodNotAllowedException.php',
    'Slim\\Exception\\NotFoundException' => $vendorDir . '/slim/slim/Slim/Exception/NotFoundException.php',
    'Slim\\Exception\\SlimException' => $vendorDir . '/slim/slim/Slim/Exception/SlimException.php',
    'Slim\\Handlers\\AbstractError' => $vendorDir . '/slim/slim/Slim/Handlers/AbstractError.php',
    'Slim\\Handlers\\AbstractHandler' => $vendorDir . '/slim/slim/Slim/Handlers/AbstractHandler.php',
    'Slim\\Handlers\\Error' => $vendorDir . '/slim/slim/Slim/Handlers/Error.php',
    'Slim\\Handlers\\NotAllowed' => $vendorDir . '/slim/slim/Slim/Handlers/NotAllowed.php',
    'Slim\\Handlers\\NotFound' => $vendorDir . '/slim/slim/Slim/Handlers/NotFound.php',
    'Slim\\Handlers\\PhpError' => $vendorDir . '/slim/slim/Slim/Handlers/PhpError.php',
    'Slim\\Handlers\\Strategies\\RequestResponse' => $vendorDir . '/slim/slim/Slim/Handlers/Strategies/RequestResponse.php',
    'Slim\\Handlers\\Strategies\\RequestResponseArgs' => $vendorDir . '/slim/slim/Slim/Handlers/Strategies/RequestResponseArgs.php',
    'Slim\\Http\\Body' => $vendorDir . '/slim/slim/Slim/Http/Body.php',
    'Slim\\Http\\Cookies' => $vendorDir . '/slim/slim/Slim/Http/Cookies.php',
    'Slim\\Http\\Environment' => $vendorDir . '/slim/slim/Slim/Http/Environment.php',
    'Slim\\Http\\Headers' => $vendorDir . '/slim/slim/Slim/Http/Headers.php',
    'Slim\\Http\\Message' => $vendorDir . '/slim/slim/Slim/Http/Message.php',
    'Slim\\Http\\NonBufferedBody' => $vendorDir . '/slim/slim/Slim/Http/NonBufferedBody.php',
    'Slim\\Http\\Request' => $vendorDir . '/slim/slim/Slim/Http/Request.php',
    'Slim\\Http\\RequestBody' => $vendorDir . '/slim/slim/Slim/Http/RequestBody.php',
    'Slim\\Http\\Response' => $vendorDir . '/slim/slim/Slim/Http/Response.php',
    'Slim\\Http\\StatusCode' => $vendorDir . '/slim/slim/Slim/Http/StatusCode.php',
    'Slim\\Http\\Stream' => $vendorDir . '/slim/slim/Slim/Http/Stream.php',
    'Slim\\Http\\UploadedFile' => $vendorDir . '/slim/slim/Slim/Http/UploadedFile.php',
    'Slim\\Http\\Uri' => $vendorDir . '/slim/slim/Slim/Http/Uri.php',
    'Slim\\Interfaces\\CallableResolverInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/CallableResolverInterface.php',
    'Slim\\Interfaces\\CollectionInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/CollectionInterface.php',
    'Slim\\Interfaces\\Http\\CookiesInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/Http/CookiesInterface.php',
    'Slim\\Interfaces\\Http\\EnvironmentInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/Http/EnvironmentInterface.php',
    'Slim\\Interfaces\\Http\\HeadersInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/Http/HeadersInterface.php',
    'Slim\\Interfaces\\InvocationStrategyInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/InvocationStrategyInterface.php',
    'Slim\\Interfaces\\RouteGroupInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/RouteGroupInterface.php',
    'Slim\\Interfaces\\RouteInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/RouteInterface.php',
    'Slim\\Interfaces\\RouterInterface' => $vendorDir . '/slim/slim/Slim/Interfaces/RouterInterface.php',
    'Slim\\MiddlewareAwareTrait' => $vendorDir . '/slim/slim/Slim/MiddlewareAwareTrait.php',
    'Slim\\Middleware\\JwtAuthentication' => $vendorDir . '/tuupola/slim-jwt-auth/src/JwtAuthentication.php',
    'Slim\\Middleware\\JwtAuthentication\\RequestMethodRule' => $vendorDir . '/tuupola/slim-jwt-auth/src/JwtAuthentication/RequestMethodRule.php',
    'Slim\\Middleware\\JwtAuthentication\\RequestPathRule' => $vendorDir . '/tuupola/slim-jwt-auth/src/JwtAuthentication/RequestPathRule.php',
    'Slim\\Middleware\\JwtAuthentication\\RuleInterface' => $vendorDir . '/tuupola/slim-jwt-auth/src/JwtAuthentication/RuleInterface.php',
    'Slim\\Routable' => $vendorDir . '/slim/slim/Slim/Routable.php',
    'Slim\\Route' => $vendorDir . '/slim/slim/Slim/Route.php',
    'Slim\\RouteGroup' => $vendorDir . '/slim/slim/Slim/RouteGroup.php',
    'Slim\\Router' => $vendorDir . '/slim/slim/Slim/Router.php',
    'Smarty' => $vendorDir . '/smarty/smarty/libs/Smarty.class.php',
    'SmartyCompilerException' => $vendorDir . '/smarty/smarty/libs/sysplugins/smartycompilerexception.php',
    'SmartyException' => $vendorDir . '/smarty/smarty/libs/sysplugins/smartyexception.php',
    'Smarty_Autoloader' => $vendorDir . '/smarty/smarty/libs/Autoloader.php',
    'Smarty_CacheResource' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_cacheresource.php',
    'Smarty_CacheResource_Custom' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_cacheresource_custom.php',
    'Smarty_CacheResource_KeyValueStore' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php',
    'Smarty_Data' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_data.php',
    'Smarty_Internal_Block' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_block.php',
    'Smarty_Internal_CacheResource_File' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php',
    'Smarty_Internal_CompileBase' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php',
    'Smarty_Internal_Compile_Append' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_append.php',
    'Smarty_Internal_Compile_Assign' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php',
    'Smarty_Internal_Compile_Block' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php',
    'Smarty_Internal_Compile_Block_Child' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_block_child.php',
    'Smarty_Internal_Compile_Block_Parent' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_block_parent.php',
    'Smarty_Internal_Compile_Blockclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php',
    'Smarty_Internal_Compile_Break' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php',
    'Smarty_Internal_Compile_Call' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php',
    'Smarty_Internal_Compile_Capture' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php',
    'Smarty_Internal_Compile_CaptureClose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php',
    'Smarty_Internal_Compile_Child' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_child.php',
    'Smarty_Internal_Compile_Config_Load' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_config_load.php',
    'Smarty_Internal_Compile_Continue' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php',
    'Smarty_Internal_Compile_Debug' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_debug.php',
    'Smarty_Internal_Compile_Else' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php',
    'Smarty_Internal_Compile_Elseif' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php',
    'Smarty_Internal_Compile_Eval' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_eval.php',
    'Smarty_Internal_Compile_Extends' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php',
    'Smarty_Internal_Compile_For' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_for.php',
    'Smarty_Internal_Compile_Forclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_for.php',
    'Smarty_Internal_Compile_Foreach' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php',
    'Smarty_Internal_Compile_Foreachclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php',
    'Smarty_Internal_Compile_Foreachelse' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php',
    'Smarty_Internal_Compile_Forelse' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_for.php',
    'Smarty_Internal_Compile_Function' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php',
    'Smarty_Internal_Compile_Functionclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php',
    'Smarty_Internal_Compile_If' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php',
    'Smarty_Internal_Compile_Ifclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php',
    'Smarty_Internal_Compile_Include' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php',
    'Smarty_Internal_Compile_Insert' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_insert.php',
    'Smarty_Internal_Compile_Ldelim' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php',
    'Smarty_Internal_Compile_Make_Nocache' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_make_nocache.php',
    'Smarty_Internal_Compile_Nocache' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_nocache.php',
    'Smarty_Internal_Compile_Nocacheclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_nocache.php',
    'Smarty_Internal_Compile_Parent' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php',
    'Smarty_Internal_Compile_Private_Block_Plugin' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php',
    'Smarty_Internal_Compile_Private_ForeachSection' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php',
    'Smarty_Internal_Compile_Private_Function_Plugin' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php',
    'Smarty_Internal_Compile_Private_Modifier' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php',
    'Smarty_Internal_Compile_Private_Object_Block_Function' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php',
    'Smarty_Internal_Compile_Private_Object_Function' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php',
    'Smarty_Internal_Compile_Private_Print_Expression' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php',
    'Smarty_Internal_Compile_Private_Registered_Block' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php',
    'Smarty_Internal_Compile_Private_Registered_Function' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php',
    'Smarty_Internal_Compile_Private_Special_Variable' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php',
    'Smarty_Internal_Compile_Rdelim' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php',
    'Smarty_Internal_Compile_Section' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_section.php',
    'Smarty_Internal_Compile_Sectionclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_section.php',
    'Smarty_Internal_Compile_Sectionelse' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_section.php',
    'Smarty_Internal_Compile_Setfilter' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php',
    'Smarty_Internal_Compile_Setfilterclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php',
    'Smarty_Internal_Compile_Shared_Inheritance' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php',
    'Smarty_Internal_Compile_While' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_while.php',
    'Smarty_Internal_Compile_Whileclose' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_compile_while.php',
    'Smarty_Internal_Config_File_Compiler' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php',
    'Smarty_Internal_Configfilelexer' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_configfilelexer.php',
    'Smarty_Internal_Configfileparser' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_configfileparser.php',
    'Smarty_Internal_Data' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_data.php',
    'Smarty_Internal_Debug' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_debug.php',
    'Smarty_Internal_ErrorHandler' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_errorhandler.php',
    'Smarty_Internal_Extension_Handler' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php',
    'Smarty_Internal_Method_AddAutoloadFilters' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php',
    'Smarty_Internal_Method_AddDefaultModifiers' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php',
    'Smarty_Internal_Method_Append' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_append.php',
    'Smarty_Internal_Method_AppendByRef' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php',
    'Smarty_Internal_Method_AssignByRef' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php',
    'Smarty_Internal_Method_AssignGlobal' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php',
    'Smarty_Internal_Method_ClearAllAssign' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php',
    'Smarty_Internal_Method_ClearAllCache' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php',
    'Smarty_Internal_Method_ClearAssign' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_clearassign.php',
    'Smarty_Internal_Method_ClearCache' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_clearcache.php',
    'Smarty_Internal_Method_ClearCompiledTemplate' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php',
    'Smarty_Internal_Method_ClearConfig' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php',
    'Smarty_Internal_Method_CompileAllConfig' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php',
    'Smarty_Internal_Method_CompileAllTemplates' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php',
    'Smarty_Internal_Method_ConfigLoad' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_configload.php',
    'Smarty_Internal_Method_CreateData' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php',
    'Smarty_Internal_Method_GetAutoloadFilters' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php',
    'Smarty_Internal_Method_GetConfigVariable' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_getconfigvariable.php',
    'Smarty_Internal_Method_GetConfigVars' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php',
    'Smarty_Internal_Method_GetDebugTemplate' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php',
    'Smarty_Internal_Method_GetDefaultModifiers' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php',
    'Smarty_Internal_Method_GetGlobal' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_getglobal.php',
    'Smarty_Internal_Method_GetRegisteredObject' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php',
    'Smarty_Internal_Method_GetStreamVariable' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php',
    'Smarty_Internal_Method_GetTags' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_gettags.php',
    'Smarty_Internal_Method_GetTemplateVars' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php',
    'Smarty_Internal_Method_Literals' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php',
    'Smarty_Internal_Method_LoadFilter' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php',
    'Smarty_Internal_Method_LoadPlugin' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php',
    'Smarty_Internal_Method_MustCompile' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php',
    'Smarty_Internal_Method_RegisterCacheResource' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php',
    'Smarty_Internal_Method_RegisterClass' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php',
    'Smarty_Internal_Method_RegisterDefaultConfigHandler' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php',
    'Smarty_Internal_Method_RegisterDefaultPluginHandler' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php',
    'Smarty_Internal_Method_RegisterDefaultTemplateHandler' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php',
    'Smarty_Internal_Method_RegisterFilter' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php',
    'Smarty_Internal_Method_RegisterObject' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registerobject.php',
    'Smarty_Internal_Method_RegisterPlugin' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php',
    'Smarty_Internal_Method_RegisterResource' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php',
    'Smarty_Internal_Method_SetAutoloadFilters' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php',
    'Smarty_Internal_Method_SetDebugTemplate' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php',
    'Smarty_Internal_Method_SetDefaultModifiers' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php',
    'Smarty_Internal_Method_UnloadFilter' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php',
    'Smarty_Internal_Method_UnregisterCacheResource' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php',
    'Smarty_Internal_Method_UnregisterFilter' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php',
    'Smarty_Internal_Method_UnregisterObject' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php',
    'Smarty_Internal_Method_UnregisterPlugin' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php',
    'Smarty_Internal_Method_UnregisterResource' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php',
    'Smarty_Internal_Nocache_Insert' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_nocache_insert.php',
    'Smarty_Internal_ParseTree' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php',
    'Smarty_Internal_ParseTree_Code' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_code.php',
    'Smarty_Internal_ParseTree_Dq' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php',
    'Smarty_Internal_ParseTree_DqContent' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php',
    'Smarty_Internal_ParseTree_Tag' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php',
    'Smarty_Internal_ParseTree_Template' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php',
    'Smarty_Internal_ParseTree_Text' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php',
    'Smarty_Internal_Resource_Eval' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_resource_eval.php',
    'Smarty_Internal_Resource_Extends' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_resource_extends.php',
    'Smarty_Internal_Resource_File' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php',
    'Smarty_Internal_Resource_Php' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_resource_php.php',
    'Smarty_Internal_Resource_Stream' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_resource_stream.php',
    'Smarty_Internal_Resource_String' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_resource_string.php',
    'Smarty_Internal_Runtime_CacheModify' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php',
    'Smarty_Internal_Runtime_CacheResourceFile' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php',
    'Smarty_Internal_Runtime_Capture' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php',
    'Smarty_Internal_Runtime_CodeFrame' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php',
    'Smarty_Internal_Runtime_FilterHandler' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php',
    'Smarty_Internal_Runtime_Foreach' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php',
    'Smarty_Internal_Runtime_GetIncludePath' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php',
    'Smarty_Internal_Runtime_Inheritance' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php',
    'Smarty_Internal_Runtime_Make_Nocache' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_make_nocache.php',
    'Smarty_Internal_Runtime_TplFunction' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php',
    'Smarty_Internal_Runtime_UpdateCache' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php',
    'Smarty_Internal_Runtime_UpdateScope' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php',
    'Smarty_Internal_Runtime_WriteFile' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php',
    'Smarty_Internal_SmartyTemplateCompiler' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php',
    'Smarty_Internal_Template' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_template.php',
    'Smarty_Internal_TemplateBase' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php',
    'Smarty_Internal_TemplateCompilerBase' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php',
    'Smarty_Internal_Templatelexer' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php',
    'Smarty_Internal_Templateparser' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php',
    'Smarty_Internal_TestInstall' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_testinstall.php',
    'Smarty_Internal_Undefined' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_undefined.php',
    'Smarty_Resource' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_resource.php',
    'Smarty_Resource_Custom' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_resource_custom.php',
    'Smarty_Resource_Recompiled' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_resource_recompiled.php',
    'Smarty_Resource_Uncompiled' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_resource_uncompiled.php',
    'Smarty_Security' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_security.php',
    'Smarty_Template_Cached' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_template_cached.php',
    'Smarty_Template_Compiled' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_template_compiled.php',
    'Smarty_Template_Config' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_template_config.php',
    'Smarty_Template_Resource_Base' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php',
    'Smarty_Template_Source' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_template_source.php',
    'Smarty_Undefined_Variable' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php',
    'Smarty_Variable' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_variable.php',
    'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Enumerator\\LinksMessage' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Enumerator/LinksMessage.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Enumerator\\RelationshipType' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Enumerator/RelationshipType.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Enumerator\\ResourceEnum' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Enumerator/ResourceEnum.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Enumerator\\SugarBeanRelationshipType' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Enumerator/SugarBeanRelationshipType.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interfaces\\ByIdFilterInterpreter' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interfaces/ByIdFilterInterpreter.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interfaces\\ByPreMadeFilterInterpreter' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interfaces/ByPreMadeFilterInterpreter.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interfaces\\HasParserInterface' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interfaces/HasParserInterface.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interfaces\\OperatorInterface' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interfaces/OperatorInterface.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interfaces\\ParserInterface' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interfaces/ParserInterface.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interfaces\\ValidatorInterface' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interfaces/ValidatorInterface.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interpreters\\ByIdFilters\\ByIdFilter' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interpreters/ByIdFilters/ByIdFilter.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interpreters\\ByPreMadeFilters\\Today' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interpreters/ByPreMadeFilters/Today.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Interpreters\\FilterInterpreter' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Interpreters/FilterInterpreter.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Comparators\\EqualsOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Comparators/EqualsOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Comparators\\GreaterThanOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Comparators/GreaterThanOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Comparators\\GreaterThanOrEqualsOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Comparators/GreaterThanOrEqualsOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Comparators\\InOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Comparators/InOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Comparators\\LessThanOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Comparators/LessThanOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Comparators\\LessThanOrEqualsOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Comparators/LessThanOrEqualsOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Comparators\\NotEqualsOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Comparators/NotEqualsOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Comparators\\NotInOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Comparators/NotInOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\FieldOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/FieldOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Operator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Operator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\SpecialOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/SpecialOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Strings\\LikeOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Strings/LikeOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Operators\\Strings\\NotLikeOperator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Operators/Strings/NotLikeOperator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Parsers\\FilterParser' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Parsers/FilterParser.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Validators\\FieldValidator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Validators/FieldValidator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Validators\\FilterValidator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Validators/FilterValidator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Validators\\OperatorValidator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Validators/OperatorValidator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Validators\\SpecialOperatorValidator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Validators/SpecialOperatorValidator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Filters\\Validators\\ValueValidator' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Filters/Validators/ValueValidator.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Interfaces\\JsonApiResourceIdentifier' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Interfaces/JsonApiResourceIdentifier.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Interfaces\\JsonApiResponseInterface' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Interfaces/JsonApiResponseInterface.php',
    'SuiteCRM\\API\\JsonApi\\v1\\JsonApi' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/JsonApi.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Links' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Links.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Repositories\\FilterRepository' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Repositories/FilterRepository.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Repositories\\RelationshipRepository' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Repositories/RelationshipRepository.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Resource\\Relationship' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Resource/Relationship.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Resource\\Resource' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Resource/Resource.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Resource\\ResourceIdentifier' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Resource/ResourceIdentifier.php',
    'SuiteCRM\\API\\JsonApi\\v1\\Resource\\SuiteBeanResource' => $baseDir . '/public/legacy/lib/API/JsonApi/v1/Resource/SuiteBeanResource.php',
    'SuiteCRM\\API\\OAuth2\\Entities\\AccessTokenEntity' => $baseDir . '/public/legacy/lib/API/OAuth2/Entities/AccessTokenEntity.php',
    'SuiteCRM\\API\\OAuth2\\Entities\\AuthCodeEntity' => $baseDir . '/public/legacy/lib/API/OAuth2/Entities/AuthCodeEntity.php',
    'SuiteCRM\\API\\OAuth2\\Entities\\ClientEntity' => $baseDir . '/public/legacy/lib/API/OAuth2/Entities/ClientEntity.php',
    'SuiteCRM\\API\\OAuth2\\Entities\\RefreshTokenEntity' => $baseDir . '/public/legacy/lib/API/OAuth2/Entities/RefreshTokenEntity.php',
    'SuiteCRM\\API\\OAuth2\\Entities\\ScopeEntity' => $baseDir . '/public/legacy/lib/API/OAuth2/Entities/ScopeEntity.php',
    'SuiteCRM\\API\\OAuth2\\Entities\\UserEntity' => $baseDir . '/public/legacy/lib/API/OAuth2/Entities/UserEntity.php',
    'SuiteCRM\\API\\OAuth2\\Exception\\GrantTypeNotAllowedForClient' => $baseDir . '/public/legacy/lib/API/OAuth2/Exception/GrantTypeNotAllowedForClient.php',
    'SuiteCRM\\API\\OAuth2\\Exception\\OAuth2' => $baseDir . '/public/legacy/lib/API/OAuth2/Exception/OAuth2.php',
    'SuiteCRM\\API\\OAuth2\\Keys' => $baseDir . '/public/legacy/lib/API/OAuth2/Keys.php',
    'SuiteCRM\\API\\OAuth2\\Middleware\\AuthorizationServer' => $baseDir . '/public/legacy/lib/API/OAuth2/Middleware/AuthorizationServer.php',
    'SuiteCRM\\API\\OAuth2\\Middleware\\ResourceServer' => $baseDir . '/public/legacy/lib/API/OAuth2/Middleware/ResourceServer.php',
    'SuiteCRM\\API\\OAuth2\\Repositories\\AccessTokenRepository' => $baseDir . '/public/legacy/lib/API/OAuth2/Repositories/AccessTokenRepository.php',
    'SuiteCRM\\API\\OAuth2\\Repositories\\AuthCodeRepository' => $baseDir . '/public/legacy/lib/API/OAuth2/Repositories/AuthCodeRepository.php',
    'SuiteCRM\\API\\OAuth2\\Repositories\\ClientRepository' => $baseDir . '/public/legacy/lib/API/OAuth2/Repositories/ClientRepository.php',
    'SuiteCRM\\API\\OAuth2\\Repositories\\RefreshTokenRepository' => $baseDir . '/public/legacy/lib/API/OAuth2/Repositories/RefreshTokenRepository.php',
    'SuiteCRM\\API\\OAuth2\\Repositories\\ScopeRepository' => $baseDir . '/public/legacy/lib/API/OAuth2/Repositories/ScopeRepository.php',
    'SuiteCRM\\API\\OAuth2\\Repositories\\UserRepository' => $baseDir . '/public/legacy/lib/API/OAuth2/Repositories/UserRepository.php',
    'SuiteCRM\\API\\v8\\Controller\\ApiController' => $baseDir . '/public/legacy/lib/API/v8/Controller/ApiController.php',
    'SuiteCRM\\API\\v8\\Controller\\ModuleController' => $baseDir . '/public/legacy/lib/API/v8/Controller/ModuleController.php',
    'SuiteCRM\\API\\v8\\Controller\\OAuth2Controller' => $baseDir . '/public/legacy/lib/API/v8/Controller/OAuth2Controller.php',
    'SuiteCRM\\API\\v8\\Controller\\SchemaController' => $baseDir . '/public/legacy/lib/API/v8/Controller/SchemaController.php',
    'SuiteCRM\\API\\v8\\Exception\\ApiException' => $baseDir . '/public/legacy/lib/API/v8/Exception/ApiException.php',
    'SuiteCRM\\API\\v8\\Exception\\BadRequestException' => $baseDir . '/public/legacy/lib/API/v8/Exception/BadRequestException.php',
    'SuiteCRM\\API\\v8\\Exception\\ConflictException' => $baseDir . '/public/legacy/lib/API/v8/Exception/ConflictException.php',
    'SuiteCRM\\API\\v8\\Exception\\EmptyBodyException' => $baseDir . '/public/legacy/lib/API/v8/Exception/EmptyBodyException.php',
    'SuiteCRM\\API\\v8\\Exception\\ForbiddenException' => $baseDir . '/public/legacy/lib/API/v8/Exception/ForbiddenException.php',
    'SuiteCRM\\API\\v8\\Exception\\IdAlreadyExistsException' => $baseDir . '/public/legacy/lib/API/v8/Exception/IdAlreadyExistsException.php',
    'SuiteCRM\\API\\v8\\Exception\\InvalidJsonApiRequestException' => $baseDir . '/public/legacy/lib/API/v8/Exception/InvalidJsonApiRequestException.php',
    'SuiteCRM\\API\\v8\\Exception\\InvalidJsonApiResponseException' => $baseDir . '/public/legacy/lib/API/v8/Exception/InvalidJsonApiResponseException.php',
    'SuiteCRM\\API\\v8\\Exception\\ModuleNotFoundException' => $baseDir . '/public/legacy/lib/API/v8/Exception/ModuleNotFoundException.php',
    'SuiteCRM\\API\\v8\\Exception\\NotAcceptableException' => $baseDir . '/public/legacy/lib/API/v8/Exception/NotAcceptableException.php',
    'SuiteCRM\\API\\v8\\Exception\\NotAllowedException' => $baseDir . '/public/legacy/lib/API/v8/Exception/NotAllowedException.php',
    'SuiteCRM\\API\\v8\\Exception\\NotFoundException' => $baseDir . '/public/legacy/lib/API/v8/Exception/NotFoundException.php',
    'SuiteCRM\\API\\v8\\Exception\\NotImplementedException' => $baseDir . '/public/legacy/lib/API/v8/Exception/NotImplementedException.php',
    'SuiteCRM\\API\\v8\\Exception\\ReservedKeywordNotAllowedException' => $baseDir . '/public/legacy/lib/API/v8/Exception/ReservedKeywordNotAllowedException.php',
    'SuiteCRM\\API\\v8\\Exception\\UnsupportedMediaTypeException' => $baseDir . '/public/legacy/lib/API/v8/Exception/UnsupportedMediaTypeException.php',
    'SuiteCRM\\API\\v8\\Library\\ModulesLib' => $baseDir . '/public/legacy/lib/API/v8/Library/ModulesLib.php',
    'SuiteCRM\\API\\v8\\Library\\UtilityLib' => $baseDir . '/public/legacy/lib/API/v8/Library/UtilityLib.php',
    'SuiteCRM\\CleanCSV' => $baseDir . '/public/legacy/include/CleanCSV.php',
    'SuiteCRM\\DatabaseTransactions' => $baseDir . '/public/legacy/include/DatabaseTransactions.php',
    'SuiteCRM\\Enumerator\\ExceptionCode' => $baseDir . '/public/legacy/lib/Enumerator/ExceptionCode.php',
    'SuiteCRM\\ErrorMessage' => $baseDir . '/public/legacy/include/ErrorMessage.php',
    'SuiteCRM\\ErrorMessageException' => $baseDir . '/public/legacy/include/ErrorMessageException.php',
    'SuiteCRM\\Exception\\AccessDeniedException' => $baseDir . '/public/legacy/lib/Exception/AccessDeniedException.php',
    'SuiteCRM\\Exception\\Exception' => $baseDir . '/public/legacy/lib/Exception/Exception.php',
    'SuiteCRM\\Exception\\InvalidArgumentException' => $baseDir . '/public/legacy/lib/Exception/InvalidArgumentException.php',
    'SuiteCRM\\Exception\\MalwareFoundException' => $baseDir . '/public/legacy/lib/Exception/MalwareFoundException.php',
    'SuiteCRM\\Exception\\NotAllowedException' => $baseDir . '/public/legacy/lib/Exception/NotAllowedException.php',
    'SuiteCRM\\Exception\\NotFoundException' => $baseDir . '/public/legacy/lib/Exception/NotFoundException.php',
    'SuiteCRM\\HTMLPurifierFilterXmp' => $baseDir . '/public/legacy/include/HTMLPurifierFilterXmp.php',
    'SuiteCRM\\HTMLPurifierURISchemeCid' => $baseDir . '/public/legacy/include/HTMLPurifierURISchemeCid.php',
    'SuiteCRM\\HtmlSanitizer' => $baseDir . '/public/legacy/include/HtmlSanitizer.php',
    'SuiteCRM\\Imap' => $baseDir . '/public/legacy/include/Imap.php',
    'SuiteCRM\\ImapInterface' => $baseDir . '/public/legacy/include/ImapInterface.php',
    'SuiteCRM\\Interfaces\\AntiMalwareFileScanner' => $baseDir . '/public/legacy/lib/Interfaces/AntiMalwareFileScanner.php',
    'SuiteCRM\\JsonApiErrorObject' => $baseDir . '/public/legacy/include/JsonApiErrorObject.php',
    'SuiteCRM\\LangException' => $baseDir . '/public/legacy/include/LangException.php',
    'SuiteCRM\\LangExceptionInterface' => $baseDir . '/public/legacy/include/LangExceptionInterface.php',
    'SuiteCRM\\LangText' => $baseDir . '/public/legacy/include/LangText.php',
    'SuiteCRM\\Log\\CliLoggerFormatter' => $baseDir . '/public/legacy/lib/Log/CliLoggerFormatter.php',
    'SuiteCRM\\Log\\CliLoggerHandler' => $baseDir . '/public/legacy/lib/Log/CliLoggerHandler.php',
    'SuiteCRM\\Log\\SugarLoggerHandler' => $baseDir . '/public/legacy/lib/Log/SugarLoggerHandler.php',
    'SuiteCRM\\Modules\\Administration\\PDF\\Controller' => $baseDir . '/public/legacy/modules/Administration/PDF/Controller.php',
    'SuiteCRM\\Modules\\Administration\\PDF\\MVC\\Controller' => $baseDir . '/public/legacy/modules/Administration/PDF/MVC/Controller.php',
    'SuiteCRM\\Modules\\Administration\\PDF\\MVC\\View' => $baseDir . '/public/legacy/modules/Administration/PDF/MVC/View.php',
    'SuiteCRM\\Modules\\Administration\\PDF\\PDFView' => $baseDir . '/public/legacy/modules/Administration/PDF/PDFView.php',
    'SuiteCRM\\Modules\\Administration\\Search\\Controller' => $baseDir . '/public/legacy/modules/Administration/Search/Controller.php',
    'SuiteCRM\\Modules\\Administration\\Search\\ElasticSearch\\Controller' => $baseDir . '/public/legacy/modules/Administration/Search/ElasticSearch/Controller.php',
    'SuiteCRM\\Modules\\Administration\\Search\\ElasticSearch\\View' => $baseDir . '/public/legacy/modules/Administration/Search/ElasticSearch/View.php',
    'SuiteCRM\\Modules\\Administration\\Search\\MVC\\Controller' => $baseDir . '/public/legacy/modules/Administration/Search/MVC/Controller.php',
    'SuiteCRM\\Modules\\Administration\\Search\\MVC\\View' => $baseDir . '/public/legacy/modules/Administration/Search/MVC/View.php',
    'SuiteCRM\\Modules\\Administration\\Search\\View' => $baseDir . '/public/legacy/modules/Administration/Search/View.php',
    'SuiteCRM\\PDF\\Exceptions\\PDFEngineNotFoundException' => $baseDir . '/public/legacy/lib/PDF/Exceptions/PDFEngineNotFoundException.php',
    'SuiteCRM\\PDF\\Exceptions\\PDFException' => $baseDir . '/public/legacy/lib/PDF/Exceptions/PDFException.php',
    'SuiteCRM\\PDF\\PDFConfigurator' => $baseDir . '/public/legacy/lib/PDF/PDFConfigurator.php',
    'SuiteCRM\\PDF\\PDFEngine' => $baseDir . '/public/legacy/lib/PDF/PDFEngine.php',
    'SuiteCRM\\PDF\\PDFWrapper' => $baseDir . '/public/legacy/lib/PDF/PDFWrapper.php',
    'SuiteCRM\\PDF\\TCPDF\\SuiteTCPDF' => $baseDir . '/public/legacy/lib/PDF/TCPDF/SuiteTCPDF.php',
    'SuiteCRM\\PDF\\TCPDF\\TCPDFEngine' => $baseDir . '/public/legacy/lib/PDF/TCPDF/TCPDFEngine.php',
    'SuiteCRM\\RefreshDatabase' => $baseDir . '/public/legacy/include/RefreshDatabase.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\ApiCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/ApiCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\BuildCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/BuildCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\CleanCacheCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/CleanCacheCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\CodeCoverageCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/CodeCoverageCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\CodingStandardCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/CodingStandardCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\ElasticSearchCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/ElasticSearchCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\RepairCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/RepairCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\TestEnvironmentCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/TestEnvironmentCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\TestRunCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/TestRunCommands.php',
    'SuiteCRM\\Robo\\Plugin\\Commands\\UpgradeCommands' => $baseDir . '/public/legacy/lib/Robo/Plugin/Commands/UpgradeCommands.php',
    'SuiteCRM\\Robo\\Traits\\CliRunnerTrait' => $baseDir . '/public/legacy/lib/Robo/Traits/CliRunnerTrait.php',
    'SuiteCRM\\Robo\\Traits\\RoboTrait' => $baseDir . '/public/legacy/lib/Robo/Traits/RoboTrait.php',
    'SuiteCRM\\Search\\BasicSearch\\BasicSearchEngine' => $baseDir . '/public/legacy/lib/Search/BasicSearch/BasicSearchEngine.php',
    'SuiteCRM\\Search\\ElasticSearch\\ElasticSearchClientBuilder' => $baseDir . '/public/legacy/lib/Search/ElasticSearch/ElasticSearchClientBuilder.php',
    'SuiteCRM\\Search\\ElasticSearch\\ElasticSearchEngine' => $baseDir . '/public/legacy/lib/Search/ElasticSearch/ElasticSearchEngine.php',
    'SuiteCRM\\Search\\ElasticSearch\\ElasticSearchHooks' => $baseDir . '/public/legacy/lib/Search/ElasticSearch/ElasticSearchHooks.php',
    'SuiteCRM\\Search\\ElasticSearch\\ElasticSearchIndexer' => $baseDir . '/public/legacy/lib/Search/ElasticSearch/ElasticSearchIndexer.php',
    'SuiteCRM\\Search\\ElasticSearch\\ElasticSearchModuleDataPuller' => $baseDir . '/public/legacy/lib/Search/ElasticSearch/ElasticSearchModuleDataPuller.php',
    'SuiteCRM\\Search\\Exceptions\\SearchEngineNotFoundException' => $baseDir . '/public/legacy/lib/Search/Exceptions/SearchEngineNotFoundException.php',
    'SuiteCRM\\Search\\Exceptions\\SearchException' => $baseDir . '/public/legacy/lib/Search/Exceptions/SearchException.php',
    'SuiteCRM\\Search\\Exceptions\\SearchInvalidRequestException' => $baseDir . '/public/legacy/lib/Search/Exceptions/SearchInvalidRequestException.php',
    'SuiteCRM\\Search\\Exceptions\\SearchUserFriendlyException' => $baseDir . '/public/legacy/lib/Search/Exceptions/SearchUserFriendlyException.php',
    'SuiteCRM\\Search\\Index\\AbstractIndexer' => $baseDir . '/public/legacy/lib/Search/Index/AbstractIndexer.php',
    'SuiteCRM\\Search\\Index\\Documentify\\AbstractDocumentifier' => $baseDir . '/public/legacy/lib/Search/Index/Documentify/AbstractDocumentifier.php',
    'SuiteCRM\\Search\\Index\\Documentify\\JsonSerializerDocumentifier' => $baseDir . '/public/legacy/lib/Search/Index/Documentify/JsonSerializerDocumentifier.php',
    'SuiteCRM\\Search\\Index\\Documentify\\SearchDefsDocumentifier' => $baseDir . '/public/legacy/lib/Search/Index/Documentify/SearchDefsDocumentifier.php',
    'SuiteCRM\\Search\\Index\\IndexingLockFileTrait' => $baseDir . '/public/legacy/lib/Search/Index/IndexingLockFileTrait.php',
    'SuiteCRM\\Search\\Index\\IndexingSchedulerTrait' => $baseDir . '/public/legacy/lib/Search/Index/IndexingSchedulerTrait.php',
    'SuiteCRM\\Search\\Index\\IndexingStatisticsTrait' => $baseDir . '/public/legacy/lib/Search/Index/IndexingStatisticsTrait.php',
    'SuiteCRM\\Search\\SearchConfigurator' => $baseDir . '/public/legacy/lib/Search/SearchConfigurator.php',
    'SuiteCRM\\Search\\SearchEngine' => $baseDir . '/public/legacy/lib/Search/SearchEngine.php',
    'SuiteCRM\\Search\\SearchModules' => $baseDir . '/public/legacy/lib/Search/SearchModules.php',
    'SuiteCRM\\Search\\SearchQuery' => $baseDir . '/public/legacy/lib/Search/SearchQuery.php',
    'SuiteCRM\\Search\\SearchResults' => $baseDir . '/public/legacy/lib/Search/SearchResults.php',
    'SuiteCRM\\Search\\SearchWrapper' => $baseDir . '/public/legacy/lib/Search/SearchWrapper.php',
    'SuiteCRM\\Search\\SqlSearch\\SimpleSqlSearchEngine' => $baseDir . '/public/legacy/lib/Search/SqlSearch/SimpleSqlSearchEngine.php',
    'SuiteCRM\\Search\\UI\\MVC\\Controller' => $baseDir . '/public/legacy/lib/Search/UI/MVC/Controller.php',
    'SuiteCRM\\Search\\UI\\MVC\\View' => $baseDir . '/public/legacy/lib/Search/UI/MVC/View.php',
    'SuiteCRM\\Search\\UI\\SearchFormController' => $baseDir . '/public/legacy/lib/Search/UI/SearchFormController.php',
    'SuiteCRM\\Search\\UI\\SearchFormView' => $baseDir . '/public/legacy/lib/Search/UI/SearchFormView.php',
    'SuiteCRM\\Search\\UI\\SearchResultsController' => $baseDir . '/public/legacy/lib/Search/UI/SearchResultsController.php',
    'SuiteCRM\\Search\\UI\\SearchResultsView' => $baseDir . '/public/legacy/lib/Search/UI/SearchResultsView.php',
    'SuiteCRM\\Search\\UI\\SearchThrowableHandler' => $baseDir . '/public/legacy/lib/Search/UI/SearchThrowableHandler.php',
    'SuiteCRM\\StateCheckerDirectoryIterator' => $baseDir . '/public/legacy/include/StateCheckerDirectoryIterator.php',
    'SuiteCRM\\SubPanel\\SubPanelRowCounter' => $baseDir . '/public/legacy/include/SubPanel/SubPanelRowCounter.php',
    'SuiteCRM\\TestCaseAbstract' => $baseDir . '/public/legacy/include/TestCaseAbstract.php',
    'SuiteCRM\\URIFilter' => $baseDir . '/public/legacy/include/URIFilter.php',
    'SuiteCRM\\Utility\\AntiMalware\\AntiMalwareTrait' => $baseDir . '/public/legacy/lib/Utility/AntiMalware/AntiMalwareTrait.php',
    'SuiteCRM\\Utility\\AntiMalware\\FileScanner' => $baseDir . '/public/legacy/lib/Utility/AntiMalware/FileScanner.php',
    'SuiteCRM\\Utility\\AntiMalware\\Providers\\ClamTCP' => $baseDir . '/public/legacy/lib/Utility/AntiMalware/Providers/ClamTCP.php',
    'SuiteCRM\\Utility\\AntiMalware\\Providers\\Sophos' => $baseDir . '/public/legacy/lib/Utility/AntiMalware/Providers/Sophos.php',
    'SuiteCRM\\Utility\\ApplicationLanguage' => $baseDir . '/public/legacy/lib/Utility/ApplicationLanguage.php',
    'SuiteCRM\\Utility\\ArrayMapper' => $baseDir . '/public/legacy/lib/Utility/ArrayMapper.php',
    'SuiteCRM\\Utility\\BeanJsonSerializer' => $baseDir . '/public/legacy/lib/Utility/BeanJsonSerializer.php',
    'SuiteCRM\\Utility\\Configuration' => $baseDir . '/public/legacy/lib/Utility/Configuration.php',
    'SuiteCRM\\Utility\\CurrentLanguage' => $baseDir . '/public/legacy/lib/Utility/CurrentLanguage.php',
    'SuiteCRM\\Utility\\ModuleLanguage' => $baseDir . '/public/legacy/lib/Utility/ModuleLanguage.php',
    'SuiteCRM\\Utility\\OperatingSystem' => $baseDir . '/public/legacy/lib/Utility/OperatingSystem.php',
    'SuiteCRM\\Utility\\Paths' => $baseDir . '/public/legacy/lib/Utility/Paths.php',
    'SuiteCRM\\Utility\\StringUtils' => $baseDir . '/public/legacy/lib/Utility/StringUtils.php',
    'SuiteCRM\\Utility\\StringValidator' => $baseDir . '/public/legacy/lib/Utility/StringValidator.php',
    'SuiteCRM\\Utility\\SuiteLogger' => $baseDir . '/public/legacy/lib/Utility/SuiteLogger.php',
    'SuiteCRM\\Utility\\SuiteValidator' => $baseDir . '/public/legacy/lib/Utility/SuiteValidator.php',
    'SuiteCRM\\Zend_Oauth_Provider' => $baseDir . '/public/legacy/include/Zend_Oauth_Provider.php',
    'SuiteCRM\\portability\\System\\Upgrade\\PostUpgrade' => $baseDir . '/public/legacy/include/portability/System/Upgrade/PostUpgrade.php',
    'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer' => $vendorDir . '/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php',
    'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager' => $vendorDir . '/symfony/doctrine-bridge/ContainerAwareEventManager.php',
    'Symfony\\Bridge\\Doctrine\\DataCollector\\DoctrineDataCollector' => $vendorDir . '/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php',
    'Symfony\\Bridge\\Doctrine\\DataCollector\\ObjectParameter' => $vendorDir . '/symfony/doctrine-bridge/DataCollector/ObjectParameter.php',
    'Symfony\\Bridge\\Doctrine\\DataFixtures\\ContainerAwareLoader' => $vendorDir . '/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php',
    'Symfony\\Bridge\\Doctrine\\DependencyInjection\\AbstractDoctrineExtension' => $vendorDir . '/symfony/doctrine-bridge/DependencyInjection/AbstractDoctrineExtension.php',
    'Symfony\\Bridge\\Doctrine\\DependencyInjection\\CompilerPass\\DoctrineValidationPass' => $vendorDir . '/symfony/doctrine-bridge/DependencyInjection/CompilerPass/DoctrineValidationPass.php',
    'Symfony\\Bridge\\Doctrine\\DependencyInjection\\CompilerPass\\RegisterEventListenersAndSubscribersPass' => $vendorDir . '/symfony/doctrine-bridge/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php',
    'Symfony\\Bridge\\Doctrine\\DependencyInjection\\CompilerPass\\RegisterMappingsPass' => $vendorDir . '/symfony/doctrine-bridge/DependencyInjection/CompilerPass/RegisterMappingsPass.php',
    'Symfony\\Bridge\\Doctrine\\DependencyInjection\\CompilerPass\\RegisterUidTypePass' => $vendorDir . '/symfony/doctrine-bridge/DependencyInjection/CompilerPass/RegisterUidTypePass.php',
    'Symfony\\Bridge\\Doctrine\\DependencyInjection\\Security\\UserProvider\\EntityFactory' => $vendorDir . '/symfony/doctrine-bridge/DependencyInjection/Security/UserProvider/EntityFactory.php',
    'Symfony\\Bridge\\Doctrine\\Form\\ChoiceList\\DoctrineChoiceLoader' => $vendorDir . '/symfony/doctrine-bridge/Form/ChoiceList/DoctrineChoiceLoader.php',
    'Symfony\\Bridge\\Doctrine\\Form\\ChoiceList\\EntityLoaderInterface' => $vendorDir . '/symfony/doctrine-bridge/Form/ChoiceList/EntityLoaderInterface.php',
    'Symfony\\Bridge\\Doctrine\\Form\\ChoiceList\\IdReader' => $vendorDir . '/symfony/doctrine-bridge/Form/ChoiceList/IdReader.php',
    'Symfony\\Bridge\\Doctrine\\Form\\ChoiceList\\ORMQueryBuilderLoader' => $vendorDir . '/symfony/doctrine-bridge/Form/ChoiceList/ORMQueryBuilderLoader.php',
    'Symfony\\Bridge\\Doctrine\\Form\\DataTransformer\\CollectionToArrayTransformer' => $vendorDir . '/symfony/doctrine-bridge/Form/DataTransformer/CollectionToArrayTransformer.php',
    'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmExtension' => $vendorDir . '/symfony/doctrine-bridge/Form/DoctrineOrmExtension.php',
    'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser' => $vendorDir . '/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php',
    'Symfony\\Bridge\\Doctrine\\Form\\EventListener\\MergeDoctrineCollectionListener' => $vendorDir . '/symfony/doctrine-bridge/Form/EventListener/MergeDoctrineCollectionListener.php',
    'Symfony\\Bridge\\Doctrine\\Form\\Type\\DoctrineType' => $vendorDir . '/symfony/doctrine-bridge/Form/Type/DoctrineType.php',
    'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => $vendorDir . '/symfony/doctrine-bridge/Form/Type/EntityType.php',
    'Symfony\\Bridge\\Doctrine\\IdGenerator\\UlidGenerator' => $vendorDir . '/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php',
    'Symfony\\Bridge\\Doctrine\\IdGenerator\\UuidV1Generator' => $vendorDir . '/symfony/doctrine-bridge/IdGenerator/UuidV1Generator.php',
    'Symfony\\Bridge\\Doctrine\\IdGenerator\\UuidV4Generator' => $vendorDir . '/symfony/doctrine-bridge/IdGenerator/UuidV4Generator.php',
    'Symfony\\Bridge\\Doctrine\\IdGenerator\\UuidV6Generator' => $vendorDir . '/symfony/doctrine-bridge/IdGenerator/UuidV6Generator.php',
    'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger' => $vendorDir . '/symfony/doctrine-bridge/Logger/DbalLogger.php',
    'Symfony\\Bridge\\Doctrine\\ManagerRegistry' => $vendorDir . '/symfony/doctrine-bridge/ManagerRegistry.php',
    'Symfony\\Bridge\\Doctrine\\Messenger\\AbstractDoctrineMiddleware' => $vendorDir . '/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php',
    'Symfony\\Bridge\\Doctrine\\Messenger\\DoctrineClearEntityManagerWorkerSubscriber' => $vendorDir . '/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php',
    'Symfony\\Bridge\\Doctrine\\Messenger\\DoctrineCloseConnectionMiddleware' => $vendorDir . '/symfony/doctrine-bridge/Messenger/DoctrineCloseConnectionMiddleware.php',
    'Symfony\\Bridge\\Doctrine\\Messenger\\DoctrinePingConnectionMiddleware' => $vendorDir . '/symfony/doctrine-bridge/Messenger/DoctrinePingConnectionMiddleware.php',
    'Symfony\\Bridge\\Doctrine\\Messenger\\DoctrineTransactionMiddleware' => $vendorDir . '/symfony/doctrine-bridge/Messenger/DoctrineTransactionMiddleware.php',
    'Symfony\\Bridge\\Doctrine\\PropertyInfo\\DoctrineExtractor' => $vendorDir . '/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php',
    'Symfony\\Bridge\\Doctrine\\SchemaListener\\MessengerTransportDoctrineSchemaSubscriber' => $vendorDir . '/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php',
    'Symfony\\Bridge\\Doctrine\\SchemaListener\\PdoCacheAdapterDoctrineSchemaSubscriber' => $vendorDir . '/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php',
    'Symfony\\Bridge\\Doctrine\\Security\\RememberMe\\DoctrineTokenProvider' => $vendorDir . '/symfony/doctrine-bridge/Security/RememberMe/DoctrineTokenProvider.php',
    'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider' => $vendorDir . '/symfony/doctrine-bridge/Security/User/EntityUserProvider.php',
    'Symfony\\Bridge\\Doctrine\\Security\\User\\UserLoaderInterface' => $vendorDir . '/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php',
    'Symfony\\Bridge\\Doctrine\\Test\\DoctrineTestHelper' => $vendorDir . '/symfony/doctrine-bridge/Test/DoctrineTestHelper.php',
    'Symfony\\Bridge\\Doctrine\\Test\\TestRepositoryFactory' => $vendorDir . '/symfony/doctrine-bridge/Test/TestRepositoryFactory.php',
    'Symfony\\Bridge\\Doctrine\\Types\\AbstractUidType' => $vendorDir . '/symfony/doctrine-bridge/Types/AbstractUidType.php',
    'Symfony\\Bridge\\Doctrine\\Types\\UlidType' => $vendorDir . '/symfony/doctrine-bridge/Types/UlidType.php',
    'Symfony\\Bridge\\Doctrine\\Types\\UuidType' => $vendorDir . '/symfony/doctrine-bridge/Types/UuidType.php',
    'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity' => $vendorDir . '/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php',
    'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => $vendorDir . '/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php',
    'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer' => $vendorDir . '/symfony/doctrine-bridge/Validator/DoctrineInitializer.php',
    'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineLoader' => $vendorDir . '/symfony/doctrine-bridge/Validator/DoctrineLoader.php',
    'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand' => $vendorDir . '/symfony/monolog-bridge/Command/ServerLogCommand.php',
    'Symfony\\Bridge\\Monolog\\Formatter\\ConsoleFormatter' => $vendorDir . '/symfony/monolog-bridge/Formatter/ConsoleFormatter.php',
    'Symfony\\Bridge\\Monolog\\Formatter\\VarDumperFormatter' => $vendorDir . '/symfony/monolog-bridge/Formatter/VarDumperFormatter.php',
    'Symfony\\Bridge\\Monolog\\Handler\\ChromePhpHandler' => $vendorDir . '/symfony/monolog-bridge/Handler/ChromePhpHandler.php',
    'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler' => $vendorDir . '/symfony/monolog-bridge/Handler/ConsoleHandler.php',
    'Symfony\\Bridge\\Monolog\\Handler\\ElasticsearchLogstashHandler' => $vendorDir . '/symfony/monolog-bridge/Handler/ElasticsearchLogstashHandler.php',
    'Symfony\\Bridge\\Monolog\\Handler\\FingersCrossed\\HttpCodeActivationStrategy' => $vendorDir . '/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php',
    'Symfony\\Bridge\\Monolog\\Handler\\FingersCrossed\\NotFoundActivationStrategy' => $vendorDir . '/symfony/monolog-bridge/Handler/FingersCrossed/NotFoundActivationStrategy.php',
    'Symfony\\Bridge\\Monolog\\Handler\\FirePHPHandler' => $vendorDir . '/symfony/monolog-bridge/Handler/FirePHPHandler.php',
    'Symfony\\Bridge\\Monolog\\Handler\\MailerHandler' => $vendorDir . '/symfony/monolog-bridge/Handler/MailerHandler.php',
    'Symfony\\Bridge\\Monolog\\Handler\\NotifierHandler' => $vendorDir . '/symfony/monolog-bridge/Handler/NotifierHandler.php',
    'Symfony\\Bridge\\Monolog\\Handler\\ServerLogHandler' => $vendorDir . '/symfony/monolog-bridge/Handler/ServerLogHandler.php',
    'Symfony\\Bridge\\Monolog\\Handler\\SwiftMailerHandler' => $vendorDir . '/symfony/monolog-bridge/Handler/SwiftMailerHandler.php',
    'Symfony\\Bridge\\Monolog\\Logger' => $vendorDir . '/symfony/monolog-bridge/Logger.php',
    'Symfony\\Bridge\\Monolog\\Processor\\AbstractTokenProcessor' => $vendorDir . '/symfony/monolog-bridge/Processor/AbstractTokenProcessor.php',
    'Symfony\\Bridge\\Monolog\\Processor\\ConsoleCommandProcessor' => $vendorDir . '/symfony/monolog-bridge/Processor/ConsoleCommandProcessor.php',
    'Symfony\\Bridge\\Monolog\\Processor\\DebugProcessor' => $vendorDir . '/symfony/monolog-bridge/Processor/DebugProcessor.php',
    'Symfony\\Bridge\\Monolog\\Processor\\RouteProcessor' => $vendorDir . '/symfony/monolog-bridge/Processor/RouteProcessor.php',
    'Symfony\\Bridge\\Monolog\\Processor\\SwitchUserTokenProcessor' => $vendorDir . '/symfony/monolog-bridge/Processor/SwitchUserTokenProcessor.php',
    'Symfony\\Bridge\\Monolog\\Processor\\TokenProcessor' => $vendorDir . '/symfony/monolog-bridge/Processor/TokenProcessor.php',
    'Symfony\\Bridge\\Monolog\\Processor\\WebProcessor' => $vendorDir . '/symfony/monolog-bridge/Processor/WebProcessor.php',
    'Symfony\\Bridge\\ProxyManager\\LazyProxy\\Instantiator\\LazyLoadingValueHolderFactory' => $vendorDir . '/symfony/proxy-manager-bridge/LazyProxy/Instantiator/LazyLoadingValueHolderFactory.php',
    'Symfony\\Bridge\\ProxyManager\\LazyProxy\\Instantiator\\RuntimeInstantiator' => $vendorDir . '/symfony/proxy-manager-bridge/LazyProxy/Instantiator/RuntimeInstantiator.php',
    'Symfony\\Bridge\\ProxyManager\\LazyProxy\\PhpDumper\\LazyLoadingValueHolderGenerator' => $vendorDir . '/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/LazyLoadingValueHolderGenerator.php',
    'Symfony\\Bridge\\ProxyManager\\LazyProxy\\PhpDumper\\ProxyDumper' => $vendorDir . '/symfony/proxy-manager-bridge/LazyProxy/PhpDumper/ProxyDumper.php',
    'Symfony\\Bridge\\Twig\\AppVariable' => $vendorDir . '/symfony/twig-bridge/AppVariable.php',
    'Symfony\\Bridge\\Twig\\Command\\DebugCommand' => $vendorDir . '/symfony/twig-bridge/Command/DebugCommand.php',
    'Symfony\\Bridge\\Twig\\Command\\LintCommand' => $vendorDir . '/symfony/twig-bridge/Command/LintCommand.php',
    'Symfony\\Bridge\\Twig\\DataCollector\\TwigDataCollector' => $vendorDir . '/symfony/twig-bridge/DataCollector/TwigDataCollector.php',
    'Symfony\\Bridge\\Twig\\ErrorRenderer\\TwigErrorRenderer' => $vendorDir . '/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php',
    'Symfony\\Bridge\\Twig\\Extension\\AssetExtension' => $vendorDir . '/symfony/twig-bridge/Extension/AssetExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\CodeExtension' => $vendorDir . '/symfony/twig-bridge/Extension/CodeExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\CsrfExtension' => $vendorDir . '/symfony/twig-bridge/Extension/CsrfExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => $vendorDir . '/symfony/twig-bridge/Extension/CsrfRuntime.php',
    'Symfony\\Bridge\\Twig\\Extension\\DumpExtension' => $vendorDir . '/symfony/twig-bridge/Extension/DumpExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\ExpressionExtension' => $vendorDir . '/symfony/twig-bridge/Extension/ExpressionExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\FormExtension' => $vendorDir . '/symfony/twig-bridge/Extension/FormExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\HttpFoundationExtension' => $vendorDir . '/symfony/twig-bridge/Extension/HttpFoundationExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\HttpKernelExtension' => $vendorDir . '/symfony/twig-bridge/Extension/HttpKernelExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => $vendorDir . '/symfony/twig-bridge/Extension/HttpKernelRuntime.php',
    'Symfony\\Bridge\\Twig\\Extension\\LogoutUrlExtension' => $vendorDir . '/symfony/twig-bridge/Extension/LogoutUrlExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension' => $vendorDir . '/symfony/twig-bridge/Extension/ProfilerExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\RoutingExtension' => $vendorDir . '/symfony/twig-bridge/Extension/RoutingExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\SecurityExtension' => $vendorDir . '/symfony/twig-bridge/Extension/SecurityExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\StopwatchExtension' => $vendorDir . '/symfony/twig-bridge/Extension/StopwatchExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\TranslationExtension' => $vendorDir . '/symfony/twig-bridge/Extension/TranslationExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\WebLinkExtension' => $vendorDir . '/symfony/twig-bridge/Extension/WebLinkExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\WorkflowExtension' => $vendorDir . '/symfony/twig-bridge/Extension/WorkflowExtension.php',
    'Symfony\\Bridge\\Twig\\Extension\\YamlExtension' => $vendorDir . '/symfony/twig-bridge/Extension/YamlExtension.php',
    'Symfony\\Bridge\\Twig\\Form\\TwigRendererEngine' => $vendorDir . '/symfony/twig-bridge/Form/TwigRendererEngine.php',
    'Symfony\\Bridge\\Twig\\Mime\\BodyRenderer' => $vendorDir . '/symfony/twig-bridge/Mime/BodyRenderer.php',
    'Symfony\\Bridge\\Twig\\Mime\\NotificationEmail' => $vendorDir . '/symfony/twig-bridge/Mime/NotificationEmail.php',
    'Symfony\\Bridge\\Twig\\Mime\\TemplatedEmail' => $vendorDir . '/symfony/twig-bridge/Mime/TemplatedEmail.php',
    'Symfony\\Bridge\\Twig\\Mime\\WrappedTemplatedEmail' => $vendorDir . '/symfony/twig-bridge/Mime/WrappedTemplatedEmail.php',
    'Symfony\\Bridge\\Twig\\NodeVisitor\\Scope' => $vendorDir . '/symfony/twig-bridge/NodeVisitor/Scope.php',
    'Symfony\\Bridge\\Twig\\NodeVisitor\\TranslationDefaultDomainNodeVisitor' => $vendorDir . '/symfony/twig-bridge/NodeVisitor/TranslationDefaultDomainNodeVisitor.php',
    'Symfony\\Bridge\\Twig\\NodeVisitor\\TranslationNodeVisitor' => $vendorDir . '/symfony/twig-bridge/NodeVisitor/TranslationNodeVisitor.php',
    'Symfony\\Bridge\\Twig\\Node\\DumpNode' => $vendorDir . '/symfony/twig-bridge/Node/DumpNode.php',
    'Symfony\\Bridge\\Twig\\Node\\FormThemeNode' => $vendorDir . '/symfony/twig-bridge/Node/FormThemeNode.php',
    'Symfony\\Bridge\\Twig\\Node\\RenderBlockNode' => $vendorDir . '/symfony/twig-bridge/Node/RenderBlockNode.php',
    'Symfony\\Bridge\\Twig\\Node\\SearchAndRenderBlockNode' => $vendorDir . '/symfony/twig-bridge/Node/SearchAndRenderBlockNode.php',
    'Symfony\\Bridge\\Twig\\Node\\StopwatchNode' => $vendorDir . '/symfony/twig-bridge/Node/StopwatchNode.php',
    'Symfony\\Bridge\\Twig\\Node\\TransDefaultDomainNode' => $vendorDir . '/symfony/twig-bridge/Node/TransDefaultDomainNode.php',
    'Symfony\\Bridge\\Twig\\Node\\TransNode' => $vendorDir . '/symfony/twig-bridge/Node/TransNode.php',
    'Symfony\\Bridge\\Twig\\TokenParser\\DumpTokenParser' => $vendorDir . '/symfony/twig-bridge/TokenParser/DumpTokenParser.php',
    'Symfony\\Bridge\\Twig\\TokenParser\\FormThemeTokenParser' => $vendorDir . '/symfony/twig-bridge/TokenParser/FormThemeTokenParser.php',
    'Symfony\\Bridge\\Twig\\TokenParser\\StopwatchTokenParser' => $vendorDir . '/symfony/twig-bridge/TokenParser/StopwatchTokenParser.php',
    'Symfony\\Bridge\\Twig\\TokenParser\\TransDefaultDomainTokenParser' => $vendorDir . '/symfony/twig-bridge/TokenParser/TransDefaultDomainTokenParser.php',
    'Symfony\\Bridge\\Twig\\TokenParser\\TransTokenParser' => $vendorDir . '/symfony/twig-bridge/TokenParser/TransTokenParser.php',
    'Symfony\\Bridge\\Twig\\Translation\\TwigExtractor' => $vendorDir . '/symfony/twig-bridge/Translation/TwigExtractor.php',
    'Symfony\\Bridge\\Twig\\UndefinedCallableHandler' => $vendorDir . '/symfony/twig-bridge/UndefinedCallableHandler.php',
    'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\AbstractPhpFileCacheWarmer' => $vendorDir . '/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php',
    'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\AnnotationsCacheWarmer' => $vendorDir . '/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php',
    'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\CachePoolClearerCacheWarmer' => $vendorDir . '/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php',
    'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\RouterCacheWarmer' => $vendorDir . '/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php',
    'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\SerializerCacheWarmer' => $vendorDir . '/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php',
    'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\TranslationsCacheWarmer' => $vendorDir . '/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php',
    'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\ValidatorCacheWarmer' => $vendorDir . '/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand' => $vendorDir . '/symfony/framework-bundle/Command/AboutCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\AbstractConfigCommand' => $vendorDir . '/symfony/framework-bundle/Command/AbstractConfigCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand' => $vendorDir . '/symfony/framework-bundle/Command/AssetsInstallCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\BuildDebugContainerTrait' => $vendorDir . '/symfony/framework-bundle/Command/BuildDebugContainerTrait.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand' => $vendorDir . '/symfony/framework-bundle/Command/CacheClearCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand' => $vendorDir . '/symfony/framework-bundle/Command/CachePoolClearCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand' => $vendorDir . '/symfony/framework-bundle/Command/CachePoolDeleteCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand' => $vendorDir . '/symfony/framework-bundle/Command/CachePoolListCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand' => $vendorDir . '/symfony/framework-bundle/Command/CachePoolPruneCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand' => $vendorDir . '/symfony/framework-bundle/Command/CacheWarmupCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand' => $vendorDir . '/symfony/framework-bundle/Command/ConfigDebugCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand' => $vendorDir . '/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand' => $vendorDir . '/symfony/framework-bundle/Command/ContainerDebugCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand' => $vendorDir . '/symfony/framework-bundle/Command/ContainerLintCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand' => $vendorDir . '/symfony/framework-bundle/Command/DebugAutowiringCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand' => $vendorDir . '/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand' => $vendorDir . '/symfony/framework-bundle/Command/RouterDebugCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand' => $vendorDir . '/symfony/framework-bundle/Command/RouterMatchCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand' => $vendorDir . '/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand' => $vendorDir . '/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand' => $vendorDir . '/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand' => $vendorDir . '/symfony/framework-bundle/Command/SecretsListCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand' => $vendorDir . '/symfony/framework-bundle/Command/SecretsRemoveCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand' => $vendorDir . '/symfony/framework-bundle/Command/SecretsSetCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand' => $vendorDir . '/symfony/framework-bundle/Command/TranslationDebugCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand' => $vendorDir . '/symfony/framework-bundle/Command/TranslationUpdateCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\WorkflowDumpCommand' => $vendorDir . '/symfony/framework-bundle/Command/WorkflowDumpCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand' => $vendorDir . '/symfony/framework-bundle/Command/XliffLintCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand' => $vendorDir . '/symfony/framework-bundle/Command/YamlLintCommand.php',
    'Symfony\\Bundle\\FrameworkBundle\\Console\\Application' => $vendorDir . '/symfony/framework-bundle/Console/Application.php',
    'Symfony\\Bundle\\FrameworkBundle\\Console\\Descriptor\\Descriptor' => $vendorDir . '/symfony/framework-bundle/Console/Descriptor/Descriptor.php',
    'Symfony\\Bundle\\FrameworkBundle\\Console\\Descriptor\\JsonDescriptor' => $vendorDir . '/symfony/framework-bundle/Console/Descriptor/JsonDescriptor.php',
    'Symfony\\Bundle\\FrameworkBundle\\Console\\Descriptor\\MarkdownDescriptor' => $vendorDir . '/symfony/framework-bundle/Console/Descriptor/MarkdownDescriptor.php',
    'Symfony\\Bundle\\FrameworkBundle\\Console\\Descriptor\\TextDescriptor' => $vendorDir . '/symfony/framework-bundle/Console/Descriptor/TextDescriptor.php',
    'Symfony\\Bundle\\FrameworkBundle\\Console\\Descriptor\\XmlDescriptor' => $vendorDir . '/symfony/framework-bundle/Console/Descriptor/XmlDescriptor.php',
    'Symfony\\Bundle\\FrameworkBundle\\Console\\Helper\\DescriptorHelper' => $vendorDir . '/symfony/framework-bundle/Console/Helper/DescriptorHelper.php',
    'Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController' => $vendorDir . '/symfony/framework-bundle/Controller/AbstractController.php',
    'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver' => $vendorDir . '/symfony/framework-bundle/Controller/ControllerResolver.php',
    'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => $vendorDir . '/symfony/framework-bundle/Controller/RedirectController.php',
    'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => $vendorDir . '/symfony/framework-bundle/Controller/TemplateController.php',
    'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\AbstractDataCollector' => $vendorDir . '/symfony/framework-bundle/DataCollector/AbstractDataCollector.php',
    'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector' => $vendorDir . '/symfony/framework-bundle/DataCollector/RouterDataCollector.php',
    'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\TemplateAwareDataCollectorInterface' => $vendorDir . '/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AddAnnotationsCachedReaderPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/AddAnnotationsCachedReaderPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AddDebugLogProcessorPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/AddDebugLogProcessorPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AddExpressionLanguageProvidersPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AssetsContextPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/AssetsContextPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ContainerBuilderDebugDumpPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\DataCollectorTranslatorPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/DataCollectorTranslatorPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\LoggingTranslatorPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/LoggingTranslatorPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ProfilerPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/ProfilerPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\RemoveUnusedSessionMarshallingHandlerPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/RemoveUnusedSessionMarshallingHandlerPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\SessionPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/SessionPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\TestServiceContainerRealRefPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\TestServiceContainerWeakRefPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/TestServiceContainerWeakRefPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\UnusedTagsPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/UnusedTagsPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\WorkflowGuardListenerPass' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Compiler/WorkflowGuardListenerPass.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Configuration' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/Configuration.php',
    'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\FrameworkExtension' => $vendorDir . '/symfony/framework-bundle/DependencyInjection/FrameworkExtension.php',
    'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber' => $vendorDir . '/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php',
    'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle' => $vendorDir . '/symfony/framework-bundle/FrameworkBundle.php',
    'Symfony\\Bundle\\FrameworkBundle\\HttpCache\\HttpCache' => $vendorDir . '/symfony/framework-bundle/HttpCache/HttpCache.php',
    'Symfony\\Bundle\\FrameworkBundle\\KernelBrowser' => $vendorDir . '/symfony/framework-bundle/KernelBrowser.php',
    'Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait' => $vendorDir . '/symfony/framework-bundle/Kernel/MicroKernelTrait.php',
    'Symfony\\Bundle\\FrameworkBundle\\Routing\\AnnotatedRouteControllerLoader' => $vendorDir . '/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php',
    'Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader' => $vendorDir . '/symfony/framework-bundle/Routing/DelegatingLoader.php',
    'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher' => $vendorDir . '/symfony/framework-bundle/Routing/RedirectableCompiledUrlMatcher.php',
    'Symfony\\Bundle\\FrameworkBundle\\Routing\\RouteLoaderInterface' => $vendorDir . '/symfony/framework-bundle/Routing/RouteLoaderInterface.php',
    'Symfony\\Bundle\\FrameworkBundle\\Routing\\Router' => $vendorDir . '/symfony/framework-bundle/Routing/Router.php',
    'Symfony\\Bundle\\FrameworkBundle\\Secrets\\AbstractVault' => $vendorDir . '/symfony/framework-bundle/Secrets/AbstractVault.php',
    'Symfony\\Bundle\\FrameworkBundle\\Secrets\\DotenvVault' => $vendorDir . '/symfony/framework-bundle/Secrets/DotenvVault.php',
    'Symfony\\Bundle\\FrameworkBundle\\Secrets\\SodiumVault' => $vendorDir . '/symfony/framework-bundle/Secrets/SodiumVault.php',
    'Symfony\\Bundle\\FrameworkBundle\\Test\\BrowserKitAssertionsTrait' => $vendorDir . '/symfony/framework-bundle/Test/BrowserKitAssertionsTrait.php',
    'Symfony\\Bundle\\FrameworkBundle\\Test\\DomCrawlerAssertionsTrait' => $vendorDir . '/symfony/framework-bundle/Test/DomCrawlerAssertionsTrait.php',
    'Symfony\\Bundle\\FrameworkBundle\\Test\\KernelTestCase' => $vendorDir . '/symfony/framework-bundle/Test/KernelTestCase.php',
    'Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait' => $vendorDir . '/symfony/framework-bundle/Test/MailerAssertionsTrait.php',
    'Symfony\\Bundle\\FrameworkBundle\\Test\\TestBrowserToken' => $vendorDir . '/symfony/framework-bundle/Test/TestBrowserToken.php',
    'Symfony\\Bundle\\FrameworkBundle\\Test\\TestContainer' => $vendorDir . '/symfony/framework-bundle/Test/TestContainer.php',
    'Symfony\\Bundle\\FrameworkBundle\\Test\\WebTestAssertionsTrait' => $vendorDir . '/symfony/framework-bundle/Test/WebTestAssertionsTrait.php',
    'Symfony\\Bundle\\FrameworkBundle\\Test\\WebTestCase' => $vendorDir . '/symfony/framework-bundle/Test/WebTestCase.php',
    'Symfony\\Bundle\\FrameworkBundle\\Translation\\Translator' => $vendorDir . '/symfony/framework-bundle/Translation/Translator.php',
    'Symfony\\Bundle\\MonologBundle\\DependencyInjection\\Compiler\\AddProcessorsPass' => $vendorDir . '/symfony/monolog-bundle/DependencyInjection/Compiler/AddProcessorsPass.php',
    'Symfony\\Bundle\\MonologBundle\\DependencyInjection\\Compiler\\AddSwiftMailerTransportPass' => $vendorDir . '/symfony/monolog-bundle/DependencyInjection/Compiler/AddSwiftMailerTransportPass.php',
    'Symfony\\Bundle\\MonologBundle\\DependencyInjection\\Compiler\\DebugHandlerPass' => $vendorDir . '/symfony/monolog-bundle/DependencyInjection/Compiler/DebugHandlerPass.php',
    'Symfony\\Bundle\\MonologBundle\\DependencyInjection\\Compiler\\FixEmptyLoggerPass' => $vendorDir . '/symfony/monolog-bundle/DependencyInjection/Compiler/FixEmptyLoggerPass.php',
    'Symfony\\Bundle\\MonologBundle\\DependencyInjection\\Compiler\\LoggerChannelPass' => $vendorDir . '/symfony/monolog-bundle/DependencyInjection/Compiler/LoggerChannelPass.php',
    'Symfony\\Bundle\\MonologBundle\\DependencyInjection\\Configuration' => $vendorDir . '/symfony/monolog-bundle/DependencyInjection/Configuration.php',
    'Symfony\\Bundle\\MonologBundle\\DependencyInjection\\MonologExtension' => $vendorDir . '/symfony/monolog-bundle/DependencyInjection/MonologExtension.php',
    'Symfony\\Bundle\\MonologBundle\\MonologBundle' => $vendorDir . '/symfony/monolog-bundle/MonologBundle.php',
    'Symfony\\Bundle\\MonologBundle\\SwiftMailer\\MessageFactory' => $vendorDir . '/symfony/monolog-bundle/SwiftMailer/MessageFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\CacheWarmer\\ExpressionCacheWarmer' => $vendorDir . '/symfony/security-bundle/CacheWarmer/ExpressionCacheWarmer.php',
    'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand' => $vendorDir . '/symfony/security-bundle/Command/UserPasswordEncoderCommand.php',
    'Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector' => $vendorDir . '/symfony/security-bundle/DataCollector/SecurityDataCollector.php',
    'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener' => $vendorDir . '/symfony/security-bundle/Debug/TraceableFirewallListener.php',
    'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableListenerTrait' => $vendorDir . '/symfony/security-bundle/Debug/TraceableListenerTrait.php',
    'Symfony\\Bundle\\SecurityBundle\\Debug\\WrappedLazyListener' => $vendorDir . '/symfony/security-bundle/Debug/WrappedLazyListener.php',
    'Symfony\\Bundle\\SecurityBundle\\Debug\\WrappedListener' => $vendorDir . '/symfony/security-bundle/Debug/WrappedListener.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddExpressionLanguageProvidersPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddSecurityVotersPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/AddSecurityVotersPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddSessionDomainConstraintPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/AddSessionDomainConstraintPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterCsrfFeaturesPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/RegisterCsrfFeaturesPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterCsrfTokenClearingLogoutHandlerPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/RegisterCsrfTokenClearingLogoutHandlerPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterEntryPointPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/RegisterEntryPointPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterGlobalSecurityEventListenersPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterLdapLocatorPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/RegisterLdapLocatorPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterTokenUsageTrackingPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/RegisterTokenUsageTrackingPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\SortFirewallListenersPass' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Compiler/SortFirewallListenersPass.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\MainConfiguration' => $vendorDir . '/symfony/security-bundle/DependencyInjection/MainConfiguration.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\SecurityExtension' => $vendorDir . '/symfony/security-bundle/DependencyInjection/SecurityExtension.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\AbstractFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/AbstractFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\AnonymousFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/AnonymousFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\AuthenticatorFactoryInterface' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\CustomAuthenticatorFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/CustomAuthenticatorFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\FirewallListenerFactoryInterface' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/FirewallListenerFactoryInterface.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\FormLoginFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/FormLoginFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\FormLoginLdapFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\GuardAuthenticationFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\HttpBasicFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/HttpBasicFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\HttpBasicLdapFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\JsonLoginFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/JsonLoginFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\JsonLoginLdapFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/JsonLoginLdapFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\LdapFactoryTrait' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/LdapFactoryTrait.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\LoginLinkFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/LoginLinkFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\LoginThrottlingFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\RememberMeFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/RememberMeFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\RemoteUserFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/RemoteUserFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\SecurityFactoryInterface' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/SecurityFactoryInterface.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\Factory\\X509Factory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/Factory/X509Factory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\UserProvider\\InMemoryFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\UserProvider\\LdapFactory' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/UserProvider/LdapFactory.php',
    'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Security\\UserProvider\\UserProviderFactoryInterface' => $vendorDir . '/symfony/security-bundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php',
    'Symfony\\Bundle\\SecurityBundle\\EventListener\\FirewallListener' => $vendorDir . '/symfony/security-bundle/EventListener/FirewallListener.php',
    'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener' => $vendorDir . '/symfony/security-bundle/EventListener/VoteListener.php',
    'Symfony\\Bundle\\SecurityBundle\\LoginLink\\FirewallAwareLoginLinkHandler' => $vendorDir . '/symfony/security-bundle/LoginLink/FirewallAwareLoginLinkHandler.php',
    'Symfony\\Bundle\\SecurityBundle\\SecurityBundle' => $vendorDir . '/symfony/security-bundle/SecurityBundle.php',
    'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallConfig' => $vendorDir . '/symfony/security-bundle/Security/FirewallConfig.php',
    'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallContext' => $vendorDir . '/symfony/security-bundle/Security/FirewallContext.php',
    'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallMap' => $vendorDir . '/symfony/security-bundle/Security/FirewallMap.php',
    'Symfony\\Bundle\\SecurityBundle\\Security\\LazyFirewallContext' => $vendorDir . '/symfony/security-bundle/Security/LazyFirewallContext.php',
    'Symfony\\Bundle\\SecurityBundle\\Security\\LegacyLogoutHandlerListener' => $vendorDir . '/symfony/security-bundle/Security/LegacyLogoutHandlerListener.php',
    'Symfony\\Bundle\\SecurityBundle\\Security\\UserAuthenticator' => $vendorDir . '/symfony/security-bundle/Security/UserAuthenticator.php',
    'Symfony\\Bundle\\TwigBundle\\CacheWarmer\\TemplateCacheWarmer' => $vendorDir . '/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php',
    'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand' => $vendorDir . '/symfony/twig-bundle/Command/LintCommand.php',
    'Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\ExtensionPass' => $vendorDir . '/symfony/twig-bundle/DependencyInjection/Compiler/ExtensionPass.php',
    'Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\RuntimeLoaderPass' => $vendorDir . '/symfony/twig-bundle/DependencyInjection/Compiler/RuntimeLoaderPass.php',
    'Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\TwigEnvironmentPass' => $vendorDir . '/symfony/twig-bundle/DependencyInjection/Compiler/TwigEnvironmentPass.php',
    'Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Compiler\\TwigLoaderPass' => $vendorDir . '/symfony/twig-bundle/DependencyInjection/Compiler/TwigLoaderPass.php',
    'Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Configuration' => $vendorDir . '/symfony/twig-bundle/DependencyInjection/Configuration.php',
    'Symfony\\Bundle\\TwigBundle\\DependencyInjection\\Configurator\\EnvironmentConfigurator' => $vendorDir . '/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php',
    'Symfony\\Bundle\\TwigBundle\\DependencyInjection\\TwigExtension' => $vendorDir . '/symfony/twig-bundle/DependencyInjection/TwigExtension.php',
    'Symfony\\Bundle\\TwigBundle\\TemplateIterator' => $vendorDir . '/symfony/twig-bundle/TemplateIterator.php',
    'Symfony\\Bundle\\TwigBundle\\TwigBundle' => $vendorDir . '/symfony/twig-bundle/TwigBundle.php',
    'Symfony\\Component\\Asset\\Context\\ContextInterface' => $vendorDir . '/symfony/asset/Context/ContextInterface.php',
    'Symfony\\Component\\Asset\\Context\\NullContext' => $vendorDir . '/symfony/asset/Context/NullContext.php',
    'Symfony\\Component\\Asset\\Context\\RequestStackContext' => $vendorDir . '/symfony/asset/Context/RequestStackContext.php',
    'Symfony\\Component\\Asset\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/asset/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Asset\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/asset/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Asset\\Exception\\LogicException' => $vendorDir . '/symfony/asset/Exception/LogicException.php',
    'Symfony\\Component\\Asset\\Package' => $vendorDir . '/symfony/asset/Package.php',
    'Symfony\\Component\\Asset\\PackageInterface' => $vendorDir . '/symfony/asset/PackageInterface.php',
    'Symfony\\Component\\Asset\\Packages' => $vendorDir . '/symfony/asset/Packages.php',
    'Symfony\\Component\\Asset\\PathPackage' => $vendorDir . '/symfony/asset/PathPackage.php',
    'Symfony\\Component\\Asset\\UrlPackage' => $vendorDir . '/symfony/asset/UrlPackage.php',
    'Symfony\\Component\\Asset\\VersionStrategy\\EmptyVersionStrategy' => $vendorDir . '/symfony/asset/VersionStrategy/EmptyVersionStrategy.php',
    'Symfony\\Component\\Asset\\VersionStrategy\\JsonManifestVersionStrategy' => $vendorDir . '/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php',
    'Symfony\\Component\\Asset\\VersionStrategy\\RemoteJsonManifestVersionStrategy' => $vendorDir . '/symfony/asset/VersionStrategy/RemoteJsonManifestVersionStrategy.php',
    'Symfony\\Component\\Asset\\VersionStrategy\\StaticVersionStrategy' => $vendorDir . '/symfony/asset/VersionStrategy/StaticVersionStrategy.php',
    'Symfony\\Component\\Asset\\VersionStrategy\\VersionStrategyInterface' => $vendorDir . '/symfony/asset/VersionStrategy/VersionStrategyInterface.php',
    'Symfony\\Component\\Cache\\Adapter\\AbstractAdapter' => $vendorDir . '/symfony/cache/Adapter/AbstractAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\AbstractTagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/AbstractTagAwareAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => $vendorDir . '/symfony/cache/Adapter/AdapterInterface.php',
    'Symfony\\Component\\Cache\\Adapter\\ApcuAdapter' => $vendorDir . '/symfony/cache/Adapter/ApcuAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\ArrayAdapter' => $vendorDir . '/symfony/cache/Adapter/ArrayAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\ChainAdapter' => $vendorDir . '/symfony/cache/Adapter/ChainAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\CouchbaseBucketAdapter' => $vendorDir . '/symfony/cache/Adapter/CouchbaseBucketAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\CouchbaseCollectionAdapter' => $vendorDir . '/symfony/cache/Adapter/CouchbaseCollectionAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\DoctrineAdapter' => $vendorDir . '/symfony/cache/Adapter/DoctrineAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\DoctrineDbalAdapter' => $vendorDir . '/symfony/cache/Adapter/DoctrineDbalAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter' => $vendorDir . '/symfony/cache/Adapter/FilesystemAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\FilesystemTagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/FilesystemTagAwareAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\MemcachedAdapter' => $vendorDir . '/symfony/cache/Adapter/MemcachedAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\NullAdapter' => $vendorDir . '/symfony/cache/Adapter/NullAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\ParameterNormalizer' => $vendorDir . '/symfony/cache/Adapter/ParameterNormalizer.php',
    'Symfony\\Component\\Cache\\Adapter\\PdoAdapter' => $vendorDir . '/symfony/cache/Adapter/PdoAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\PhpArrayAdapter' => $vendorDir . '/symfony/cache/Adapter/PhpArrayAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter' => $vendorDir . '/symfony/cache/Adapter/PhpFilesAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\ProxyAdapter' => $vendorDir . '/symfony/cache/Adapter/ProxyAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\Psr16Adapter' => $vendorDir . '/symfony/cache/Adapter/Psr16Adapter.php',
    'Symfony\\Component\\Cache\\Adapter\\RedisAdapter' => $vendorDir . '/symfony/cache/Adapter/RedisAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/RedisTagAwareAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/TagAwareAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapterInterface' => $vendorDir . '/symfony/cache/Adapter/TagAwareAdapterInterface.php',
    'Symfony\\Component\\Cache\\Adapter\\TraceableAdapter' => $vendorDir . '/symfony/cache/Adapter/TraceableAdapter.php',
    'Symfony\\Component\\Cache\\Adapter\\TraceableTagAwareAdapter' => $vendorDir . '/symfony/cache/Adapter/TraceableTagAwareAdapter.php',
    'Symfony\\Component\\Cache\\CacheItem' => $vendorDir . '/symfony/cache/CacheItem.php',
    'Symfony\\Component\\Cache\\DataCollector\\CacheDataCollector' => $vendorDir . '/symfony/cache/DataCollector/CacheDataCollector.php',
    'Symfony\\Component\\Cache\\DependencyInjection\\CacheCollectorPass' => $vendorDir . '/symfony/cache/DependencyInjection/CacheCollectorPass.php',
    'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolClearerPass' => $vendorDir . '/symfony/cache/DependencyInjection/CachePoolClearerPass.php',
    'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPass' => $vendorDir . '/symfony/cache/DependencyInjection/CachePoolPass.php',
    'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPrunerPass' => $vendorDir . '/symfony/cache/DependencyInjection/CachePoolPrunerPass.php',
    'Symfony\\Component\\Cache\\DoctrineProvider' => $vendorDir . '/symfony/cache/DoctrineProvider.php',
    'Symfony\\Component\\Cache\\Exception\\CacheException' => $vendorDir . '/symfony/cache/Exception/CacheException.php',
    'Symfony\\Component\\Cache\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/cache/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Cache\\Exception\\LogicException' => $vendorDir . '/symfony/cache/Exception/LogicException.php',
    'Symfony\\Component\\Cache\\LockRegistry' => $vendorDir . '/symfony/cache/LockRegistry.php',
    'Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller' => $vendorDir . '/symfony/cache/Marshaller/DefaultMarshaller.php',
    'Symfony\\Component\\Cache\\Marshaller\\DeflateMarshaller' => $vendorDir . '/symfony/cache/Marshaller/DeflateMarshaller.php',
    'Symfony\\Component\\Cache\\Marshaller\\MarshallerInterface' => $vendorDir . '/symfony/cache/Marshaller/MarshallerInterface.php',
    'Symfony\\Component\\Cache\\Marshaller\\SodiumMarshaller' => $vendorDir . '/symfony/cache/Marshaller/SodiumMarshaller.php',
    'Symfony\\Component\\Cache\\Marshaller\\TagAwareMarshaller' => $vendorDir . '/symfony/cache/Marshaller/TagAwareMarshaller.php',
    'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationDispatcher' => $vendorDir . '/symfony/cache/Messenger/EarlyExpirationDispatcher.php',
    'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationHandler' => $vendorDir . '/symfony/cache/Messenger/EarlyExpirationHandler.php',
    'Symfony\\Component\\Cache\\Messenger\\EarlyExpirationMessage' => $vendorDir . '/symfony/cache/Messenger/EarlyExpirationMessage.php',
    'Symfony\\Component\\Cache\\PruneableInterface' => $vendorDir . '/symfony/cache/PruneableInterface.php',
    'Symfony\\Component\\Cache\\Psr16Cache' => $vendorDir . '/symfony/cache/Psr16Cache.php',
    'Symfony\\Component\\Cache\\ResettableInterface' => $vendorDir . '/symfony/cache/ResettableInterface.php',
    'Symfony\\Component\\Cache\\Traits\\AbstractAdapterTrait' => $vendorDir . '/symfony/cache/Traits/AbstractAdapterTrait.php',
    'Symfony\\Component\\Cache\\Traits\\ContractsTrait' => $vendorDir . '/symfony/cache/Traits/ContractsTrait.php',
    'Symfony\\Component\\Cache\\Traits\\FilesystemCommonTrait' => $vendorDir . '/symfony/cache/Traits/FilesystemCommonTrait.php',
    'Symfony\\Component\\Cache\\Traits\\FilesystemTrait' => $vendorDir . '/symfony/cache/Traits/FilesystemTrait.php',
    'Symfony\\Component\\Cache\\Traits\\ProxyTrait' => $vendorDir . '/symfony/cache/Traits/ProxyTrait.php',
    'Symfony\\Component\\Cache\\Traits\\RedisClusterNodeProxy' => $vendorDir . '/symfony/cache/Traits/RedisClusterNodeProxy.php',
    'Symfony\\Component\\Cache\\Traits\\RedisClusterProxy' => $vendorDir . '/symfony/cache/Traits/RedisClusterProxy.php',
    'Symfony\\Component\\Cache\\Traits\\RedisProxy' => $vendorDir . '/symfony/cache/Traits/RedisProxy.php',
    'Symfony\\Component\\Cache\\Traits\\RedisTrait' => $vendorDir . '/symfony/cache/Traits/RedisTrait.php',
    'Symfony\\Component\\Config\\Builder\\ClassBuilder' => $vendorDir . '/symfony/config/Builder/ClassBuilder.php',
    'Symfony\\Component\\Config\\Builder\\ConfigBuilderGenerator' => $vendorDir . '/symfony/config/Builder/ConfigBuilderGenerator.php',
    'Symfony\\Component\\Config\\Builder\\ConfigBuilderGeneratorInterface' => $vendorDir . '/symfony/config/Builder/ConfigBuilderGeneratorInterface.php',
    'Symfony\\Component\\Config\\Builder\\ConfigBuilderInterface' => $vendorDir . '/symfony/config/Builder/ConfigBuilderInterface.php',
    'Symfony\\Component\\Config\\Builder\\Method' => $vendorDir . '/symfony/config/Builder/Method.php',
    'Symfony\\Component\\Config\\Builder\\Property' => $vendorDir . '/symfony/config/Builder/Property.php',
    'Symfony\\Component\\Config\\ConfigCache' => $vendorDir . '/symfony/config/ConfigCache.php',
    'Symfony\\Component\\Config\\ConfigCacheFactory' => $vendorDir . '/symfony/config/ConfigCacheFactory.php',
    'Symfony\\Component\\Config\\ConfigCacheFactoryInterface' => $vendorDir . '/symfony/config/ConfigCacheFactoryInterface.php',
    'Symfony\\Component\\Config\\ConfigCacheInterface' => $vendorDir . '/symfony/config/ConfigCacheInterface.php',
    'Symfony\\Component\\Config\\Definition\\ArrayNode' => $vendorDir . '/symfony/config/Definition/ArrayNode.php',
    'Symfony\\Component\\Config\\Definition\\BaseNode' => $vendorDir . '/symfony/config/Definition/BaseNode.php',
    'Symfony\\Component\\Config\\Definition\\BooleanNode' => $vendorDir . '/symfony/config/Definition/BooleanNode.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\ArrayNodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/ArrayNodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\BooleanNodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/BooleanNodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\BuilderAwareInterface' => $vendorDir . '/symfony/config/Definition/Builder/BuilderAwareInterface.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\EnumNodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/EnumNodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\ExprBuilder' => $vendorDir . '/symfony/config/Definition/Builder/ExprBuilder.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\FloatNodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/FloatNodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\IntegerNodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/IntegerNodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\MergeBuilder' => $vendorDir . '/symfony/config/Definition/Builder/MergeBuilder.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\NodeBuilder' => $vendorDir . '/symfony/config/Definition/Builder/NodeBuilder.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/NodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface' => $vendorDir . '/symfony/config/Definition/Builder/NodeParentInterface.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\NormalizationBuilder' => $vendorDir . '/symfony/config/Definition/Builder/NormalizationBuilder.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\NumericNodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/NumericNodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\ParentNodeDefinitionInterface' => $vendorDir . '/symfony/config/Definition/Builder/ParentNodeDefinitionInterface.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\ScalarNodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/ScalarNodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder' => $vendorDir . '/symfony/config/Definition/Builder/TreeBuilder.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\ValidationBuilder' => $vendorDir . '/symfony/config/Definition/Builder/ValidationBuilder.php',
    'Symfony\\Component\\Config\\Definition\\Builder\\VariableNodeDefinition' => $vendorDir . '/symfony/config/Definition/Builder/VariableNodeDefinition.php',
    'Symfony\\Component\\Config\\Definition\\ConfigurationInterface' => $vendorDir . '/symfony/config/Definition/ConfigurationInterface.php',
    'Symfony\\Component\\Config\\Definition\\Dumper\\XmlReferenceDumper' => $vendorDir . '/symfony/config/Definition/Dumper/XmlReferenceDumper.php',
    'Symfony\\Component\\Config\\Definition\\Dumper\\YamlReferenceDumper' => $vendorDir . '/symfony/config/Definition/Dumper/YamlReferenceDumper.php',
    'Symfony\\Component\\Config\\Definition\\EnumNode' => $vendorDir . '/symfony/config/Definition/EnumNode.php',
    'Symfony\\Component\\Config\\Definition\\Exception\\DuplicateKeyException' => $vendorDir . '/symfony/config/Definition/Exception/DuplicateKeyException.php',
    'Symfony\\Component\\Config\\Definition\\Exception\\Exception' => $vendorDir . '/symfony/config/Definition/Exception/Exception.php',
    'Symfony\\Component\\Config\\Definition\\Exception\\ForbiddenOverwriteException' => $vendorDir . '/symfony/config/Definition/Exception/ForbiddenOverwriteException.php',
    'Symfony\\Component\\Config\\Definition\\Exception\\InvalidConfigurationException' => $vendorDir . '/symfony/config/Definition/Exception/InvalidConfigurationException.php',
    'Symfony\\Component\\Config\\Definition\\Exception\\InvalidDefinitionException' => $vendorDir . '/symfony/config/Definition/Exception/InvalidDefinitionException.php',
    'Symfony\\Component\\Config\\Definition\\Exception\\InvalidTypeException' => $vendorDir . '/symfony/config/Definition/Exception/InvalidTypeException.php',
    'Symfony\\Component\\Config\\Definition\\Exception\\UnsetKeyException' => $vendorDir . '/symfony/config/Definition/Exception/UnsetKeyException.php',
    'Symfony\\Component\\Config\\Definition\\FloatNode' => $vendorDir . '/symfony/config/Definition/FloatNode.php',
    'Symfony\\Component\\Config\\Definition\\IntegerNode' => $vendorDir . '/symfony/config/Definition/IntegerNode.php',
    'Symfony\\Component\\Config\\Definition\\NodeInterface' => $vendorDir . '/symfony/config/Definition/NodeInterface.php',
    'Symfony\\Component\\Config\\Definition\\NumericNode' => $vendorDir . '/symfony/config/Definition/NumericNode.php',
    'Symfony\\Component\\Config\\Definition\\Processor' => $vendorDir . '/symfony/config/Definition/Processor.php',
    'Symfony\\Component\\Config\\Definition\\PrototypeNodeInterface' => $vendorDir . '/symfony/config/Definition/PrototypeNodeInterface.php',
    'Symfony\\Component\\Config\\Definition\\PrototypedArrayNode' => $vendorDir . '/symfony/config/Definition/PrototypedArrayNode.php',
    'Symfony\\Component\\Config\\Definition\\ScalarNode' => $vendorDir . '/symfony/config/Definition/ScalarNode.php',
    'Symfony\\Component\\Config\\Definition\\VariableNode' => $vendorDir . '/symfony/config/Definition/VariableNode.php',
    'Symfony\\Component\\Config\\Exception\\FileLoaderImportCircularReferenceException' => $vendorDir . '/symfony/config/Exception/FileLoaderImportCircularReferenceException.php',
    'Symfony\\Component\\Config\\Exception\\FileLocatorFileNotFoundException' => $vendorDir . '/symfony/config/Exception/FileLocatorFileNotFoundException.php',
    'Symfony\\Component\\Config\\Exception\\LoaderLoadException' => $vendorDir . '/symfony/config/Exception/LoaderLoadException.php',
    'Symfony\\Component\\Config\\FileLocator' => $vendorDir . '/symfony/config/FileLocator.php',
    'Symfony\\Component\\Config\\FileLocatorInterface' => $vendorDir . '/symfony/config/FileLocatorInterface.php',
    'Symfony\\Component\\Config\\Loader\\DelegatingLoader' => $vendorDir . '/symfony/config/Loader/DelegatingLoader.php',
    'Symfony\\Component\\Config\\Loader\\FileLoader' => $vendorDir . '/symfony/config/Loader/FileLoader.php',
    'Symfony\\Component\\Config\\Loader\\GlobFileLoader' => $vendorDir . '/symfony/config/Loader/GlobFileLoader.php',
    'Symfony\\Component\\Config\\Loader\\Loader' => $vendorDir . '/symfony/config/Loader/Loader.php',
    'Symfony\\Component\\Config\\Loader\\LoaderInterface' => $vendorDir . '/symfony/config/Loader/LoaderInterface.php',
    'Symfony\\Component\\Config\\Loader\\LoaderResolver' => $vendorDir . '/symfony/config/Loader/LoaderResolver.php',
    'Symfony\\Component\\Config\\Loader\\LoaderResolverInterface' => $vendorDir . '/symfony/config/Loader/LoaderResolverInterface.php',
    'Symfony\\Component\\Config\\Loader\\ParamConfigurator' => $vendorDir . '/symfony/config/Loader/ParamConfigurator.php',
    'Symfony\\Component\\Config\\ResourceCheckerConfigCache' => $vendorDir . '/symfony/config/ResourceCheckerConfigCache.php',
    'Symfony\\Component\\Config\\ResourceCheckerConfigCacheFactory' => $vendorDir . '/symfony/config/ResourceCheckerConfigCacheFactory.php',
    'Symfony\\Component\\Config\\ResourceCheckerInterface' => $vendorDir . '/symfony/config/ResourceCheckerInterface.php',
    'Symfony\\Component\\Config\\Resource\\ClassExistenceResource' => $vendorDir . '/symfony/config/Resource/ClassExistenceResource.php',
    'Symfony\\Component\\Config\\Resource\\ComposerResource' => $vendorDir . '/symfony/config/Resource/ComposerResource.php',
    'Symfony\\Component\\Config\\Resource\\DirectoryResource' => $vendorDir . '/symfony/config/Resource/DirectoryResource.php',
    'Symfony\\Component\\Config\\Resource\\FileExistenceResource' => $vendorDir . '/symfony/config/Resource/FileExistenceResource.php',
    'Symfony\\Component\\Config\\Resource\\FileResource' => $vendorDir . '/symfony/config/Resource/FileResource.php',
    'Symfony\\Component\\Config\\Resource\\GlobResource' => $vendorDir . '/symfony/config/Resource/GlobResource.php',
    'Symfony\\Component\\Config\\Resource\\ReflectionClassResource' => $vendorDir . '/symfony/config/Resource/ReflectionClassResource.php',
    'Symfony\\Component\\Config\\Resource\\ResourceInterface' => $vendorDir . '/symfony/config/Resource/ResourceInterface.php',
    'Symfony\\Component\\Config\\Resource\\SelfCheckingResourceChecker' => $vendorDir . '/symfony/config/Resource/SelfCheckingResourceChecker.php',
    'Symfony\\Component\\Config\\Resource\\SelfCheckingResourceInterface' => $vendorDir . '/symfony/config/Resource/SelfCheckingResourceInterface.php',
    'Symfony\\Component\\Config\\Util\\Exception\\InvalidXmlException' => $vendorDir . '/symfony/config/Util/Exception/InvalidXmlException.php',
    'Symfony\\Component\\Config\\Util\\Exception\\XmlParsingException' => $vendorDir . '/symfony/config/Util/Exception/XmlParsingException.php',
    'Symfony\\Component\\Config\\Util\\XmlUtils' => $vendorDir . '/symfony/config/Util/XmlUtils.php',
    'Symfony\\Component\\Console\\Application' => $vendorDir . '/symfony/console/Application.php',
    'Symfony\\Component\\Console\\Color' => $vendorDir . '/symfony/console/Color.php',
    'Symfony\\Component\\Console\\CommandLoader\\CommandLoaderInterface' => $vendorDir . '/symfony/console/CommandLoader/CommandLoaderInterface.php',
    'Symfony\\Component\\Console\\CommandLoader\\ContainerCommandLoader' => $vendorDir . '/symfony/console/CommandLoader/ContainerCommandLoader.php',
    'Symfony\\Component\\Console\\CommandLoader\\FactoryCommandLoader' => $vendorDir . '/symfony/console/CommandLoader/FactoryCommandLoader.php',
    'Symfony\\Component\\Console\\Command\\Command' => $vendorDir . '/symfony/console/Command/Command.php',
    'Symfony\\Component\\Console\\Command\\HelpCommand' => $vendorDir . '/symfony/console/Command/HelpCommand.php',
    'Symfony\\Component\\Console\\Command\\ListCommand' => $vendorDir . '/symfony/console/Command/ListCommand.php',
    'Symfony\\Component\\Console\\Command\\LockableTrait' => $vendorDir . '/symfony/console/Command/LockableTrait.php',
    'Symfony\\Component\\Console\\Command\\SignalableCommandInterface' => $vendorDir . '/symfony/console/Command/SignalableCommandInterface.php',
    'Symfony\\Component\\Console\\ConsoleEvents' => $vendorDir . '/symfony/console/ConsoleEvents.php',
    'Symfony\\Component\\Console\\Cursor' => $vendorDir . '/symfony/console/Cursor.php',
    'Symfony\\Component\\Console\\DependencyInjection\\AddConsoleCommandPass' => $vendorDir . '/symfony/console/DependencyInjection/AddConsoleCommandPass.php',
    'Symfony\\Component\\Console\\Descriptor\\ApplicationDescription' => $vendorDir . '/symfony/console/Descriptor/ApplicationDescription.php',
    'Symfony\\Component\\Console\\Descriptor\\Descriptor' => $vendorDir . '/symfony/console/Descriptor/Descriptor.php',
    'Symfony\\Component\\Console\\Descriptor\\DescriptorInterface' => $vendorDir . '/symfony/console/Descriptor/DescriptorInterface.php',
    'Symfony\\Component\\Console\\Descriptor\\JsonDescriptor' => $vendorDir . '/symfony/console/Descriptor/JsonDescriptor.php',
    'Symfony\\Component\\Console\\Descriptor\\MarkdownDescriptor' => $vendorDir . '/symfony/console/Descriptor/MarkdownDescriptor.php',
    'Symfony\\Component\\Console\\Descriptor\\TextDescriptor' => $vendorDir . '/symfony/console/Descriptor/TextDescriptor.php',
    'Symfony\\Component\\Console\\Descriptor\\XmlDescriptor' => $vendorDir . '/symfony/console/Descriptor/XmlDescriptor.php',
    'Symfony\\Component\\Console\\EventListener\\ErrorListener' => $vendorDir . '/symfony/console/EventListener/ErrorListener.php',
    'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => $vendorDir . '/symfony/console/Event/ConsoleCommandEvent.php',
    'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => $vendorDir . '/symfony/console/Event/ConsoleErrorEvent.php',
    'Symfony\\Component\\Console\\Event\\ConsoleEvent' => $vendorDir . '/symfony/console/Event/ConsoleEvent.php',
    'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => $vendorDir . '/symfony/console/Event/ConsoleSignalEvent.php',
    'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => $vendorDir . '/symfony/console/Event/ConsoleTerminateEvent.php',
    'Symfony\\Component\\Console\\Exception\\CommandNotFoundException' => $vendorDir . '/symfony/console/Exception/CommandNotFoundException.php',
    'Symfony\\Component\\Console\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/console/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Console\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/console/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Console\\Exception\\InvalidOptionException' => $vendorDir . '/symfony/console/Exception/InvalidOptionException.php',
    'Symfony\\Component\\Console\\Exception\\LogicException' => $vendorDir . '/symfony/console/Exception/LogicException.php',
    'Symfony\\Component\\Console\\Exception\\MissingInputException' => $vendorDir . '/symfony/console/Exception/MissingInputException.php',
    'Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException' => $vendorDir . '/symfony/console/Exception/NamespaceNotFoundException.php',
    'Symfony\\Component\\Console\\Exception\\RuntimeException' => $vendorDir . '/symfony/console/Exception/RuntimeException.php',
    'Symfony\\Component\\Console\\Formatter\\NullOutputFormatter' => $vendorDir . '/symfony/console/Formatter/NullOutputFormatter.php',
    'Symfony\\Component\\Console\\Formatter\\NullOutputFormatterStyle' => $vendorDir . '/symfony/console/Formatter/NullOutputFormatterStyle.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatter' => $vendorDir . '/symfony/console/Formatter/OutputFormatter.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatterInterface' => $vendorDir . '/symfony/console/Formatter/OutputFormatterInterface.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyle.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleInterface' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyleInterface.php',
    'Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleStack' => $vendorDir . '/symfony/console/Formatter/OutputFormatterStyleStack.php',
    'Symfony\\Component\\Console\\Formatter\\WrappableOutputFormatterInterface' => $vendorDir . '/symfony/console/Formatter/WrappableOutputFormatterInterface.php',
    'Symfony\\Component\\Console\\Helper\\DebugFormatterHelper' => $vendorDir . '/symfony/console/Helper/DebugFormatterHelper.php',
    'Symfony\\Component\\Console\\Helper\\DescriptorHelper' => $vendorDir . '/symfony/console/Helper/DescriptorHelper.php',
    'Symfony\\Component\\Console\\Helper\\Dumper' => $vendorDir . '/symfony/console/Helper/Dumper.php',
    'Symfony\\Component\\Console\\Helper\\FormatterHelper' => $vendorDir . '/symfony/console/Helper/FormatterHelper.php',
    'Symfony\\Component\\Console\\Helper\\Helper' => $vendorDir . '/symfony/console/Helper/Helper.php',
    'Symfony\\Component\\Console\\Helper\\HelperInterface' => $vendorDir . '/symfony/console/Helper/HelperInterface.php',
    'Symfony\\Component\\Console\\Helper\\HelperSet' => $vendorDir . '/symfony/console/Helper/HelperSet.php',
    'Symfony\\Component\\Console\\Helper\\InputAwareHelper' => $vendorDir . '/symfony/console/Helper/InputAwareHelper.php',
    'Symfony\\Component\\Console\\Helper\\ProcessHelper' => $vendorDir . '/symfony/console/Helper/ProcessHelper.php',
    'Symfony\\Component\\Console\\Helper\\ProgressBar' => $vendorDir . '/symfony/console/Helper/ProgressBar.php',
    'Symfony\\Component\\Console\\Helper\\ProgressIndicator' => $vendorDir . '/symfony/console/Helper/ProgressIndicator.php',
    'Symfony\\Component\\Console\\Helper\\QuestionHelper' => $vendorDir . '/symfony/console/Helper/QuestionHelper.php',
    'Symfony\\Component\\Console\\Helper\\SymfonyQuestionHelper' => $vendorDir . '/symfony/console/Helper/SymfonyQuestionHelper.php',
    'Symfony\\Component\\Console\\Helper\\Table' => $vendorDir . '/symfony/console/Helper/Table.php',
    'Symfony\\Component\\Console\\Helper\\TableCell' => $vendorDir . '/symfony/console/Helper/TableCell.php',
    'Symfony\\Component\\Console\\Helper\\TableCellStyle' => $vendorDir . '/symfony/console/Helper/TableCellStyle.php',
    'Symfony\\Component\\Console\\Helper\\TableRows' => $vendorDir . '/symfony/console/Helper/TableRows.php',
    'Symfony\\Component\\Console\\Helper\\TableSeparator' => $vendorDir . '/symfony/console/Helper/TableSeparator.php',
    'Symfony\\Component\\Console\\Helper\\TableStyle' => $vendorDir . '/symfony/console/Helper/TableStyle.php',
    'Symfony\\Component\\Console\\Input\\ArgvInput' => $vendorDir . '/symfony/console/Input/ArgvInput.php',
    'Symfony\\Component\\Console\\Input\\ArrayInput' => $vendorDir . '/symfony/console/Input/ArrayInput.php',
    'Symfony\\Component\\Console\\Input\\Input' => $vendorDir . '/symfony/console/Input/Input.php',
    'Symfony\\Component\\Console\\Input\\InputArgument' => $vendorDir . '/symfony/console/Input/InputArgument.php',
    'Symfony\\Component\\Console\\Input\\InputAwareInterface' => $vendorDir . '/symfony/console/Input/InputAwareInterface.php',
    'Symfony\\Component\\Console\\Input\\InputDefinition' => $vendorDir . '/symfony/console/Input/InputDefinition.php',
    'Symfony\\Component\\Console\\Input\\InputInterface' => $vendorDir . '/symfony/console/Input/InputInterface.php',
    'Symfony\\Component\\Console\\Input\\InputOption' => $vendorDir . '/symfony/console/Input/InputOption.php',
    'Symfony\\Component\\Console\\Input\\StreamableInputInterface' => $vendorDir . '/symfony/console/Input/StreamableInputInterface.php',
    'Symfony\\Component\\Console\\Input\\StringInput' => $vendorDir . '/symfony/console/Input/StringInput.php',
    'Symfony\\Component\\Console\\Logger\\ConsoleLogger' => $vendorDir . '/symfony/console/Logger/ConsoleLogger.php',
    'Symfony\\Component\\Console\\Output\\BufferedOutput' => $vendorDir . '/symfony/console/Output/BufferedOutput.php',
    'Symfony\\Component\\Console\\Output\\ConsoleOutput' => $vendorDir . '/symfony/console/Output/ConsoleOutput.php',
    'Symfony\\Component\\Console\\Output\\ConsoleOutputInterface' => $vendorDir . '/symfony/console/Output/ConsoleOutputInterface.php',
    'Symfony\\Component\\Console\\Output\\ConsoleSectionOutput' => $vendorDir . '/symfony/console/Output/ConsoleSectionOutput.php',
    'Symfony\\Component\\Console\\Output\\NullOutput' => $vendorDir . '/symfony/console/Output/NullOutput.php',
    'Symfony\\Component\\Console\\Output\\Output' => $vendorDir . '/symfony/console/Output/Output.php',
    'Symfony\\Component\\Console\\Output\\OutputInterface' => $vendorDir . '/symfony/console/Output/OutputInterface.php',
    'Symfony\\Component\\Console\\Output\\StreamOutput' => $vendorDir . '/symfony/console/Output/StreamOutput.php',
    'Symfony\\Component\\Console\\Output\\TrimmedBufferOutput' => $vendorDir . '/symfony/console/Output/TrimmedBufferOutput.php',
    'Symfony\\Component\\Console\\Question\\ChoiceQuestion' => $vendorDir . '/symfony/console/Question/ChoiceQuestion.php',
    'Symfony\\Component\\Console\\Question\\ConfirmationQuestion' => $vendorDir . '/symfony/console/Question/ConfirmationQuestion.php',
    'Symfony\\Component\\Console\\Question\\Question' => $vendorDir . '/symfony/console/Question/Question.php',
    'Symfony\\Component\\Console\\SignalRegistry\\SignalRegistry' => $vendorDir . '/symfony/console/SignalRegistry/SignalRegistry.php',
    'Symfony\\Component\\Console\\SingleCommandApplication' => $vendorDir . '/symfony/console/SingleCommandApplication.php',
    'Symfony\\Component\\Console\\Style\\OutputStyle' => $vendorDir . '/symfony/console/Style/OutputStyle.php',
    'Symfony\\Component\\Console\\Style\\StyleInterface' => $vendorDir . '/symfony/console/Style/StyleInterface.php',
    'Symfony\\Component\\Console\\Style\\SymfonyStyle' => $vendorDir . '/symfony/console/Style/SymfonyStyle.php',
    'Symfony\\Component\\Console\\Terminal' => $vendorDir . '/symfony/console/Terminal.php',
    'Symfony\\Component\\Console\\Tester\\ApplicationTester' => $vendorDir . '/symfony/console/Tester/ApplicationTester.php',
    'Symfony\\Component\\Console\\Tester\\CommandTester' => $vendorDir . '/symfony/console/Tester/CommandTester.php',
    'Symfony\\Component\\Console\\Tester\\TesterTrait' => $vendorDir . '/symfony/console/Tester/TesterTrait.php',
    'Symfony\\Component\\DependencyInjection\\Alias' => $vendorDir . '/symfony/dependency-injection/Alias.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\AbstractArgument' => $vendorDir . '/symfony/dependency-injection/Argument/AbstractArgument.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\ArgumentInterface' => $vendorDir . '/symfony/dependency-injection/Argument/ArgumentInterface.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\BoundArgument' => $vendorDir . '/symfony/dependency-injection/Argument/BoundArgument.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\IteratorArgument' => $vendorDir . '/symfony/dependency-injection/Argument/IteratorArgument.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\ReferenceSetArgumentTrait' => $vendorDir . '/symfony/dependency-injection/Argument/ReferenceSetArgumentTrait.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\RewindableGenerator' => $vendorDir . '/symfony/dependency-injection/Argument/RewindableGenerator.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\ServiceClosureArgument' => $vendorDir . '/symfony/dependency-injection/Argument/ServiceClosureArgument.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator' => $vendorDir . '/symfony/dependency-injection/Argument/ServiceLocator.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocatorArgument' => $vendorDir . '/symfony/dependency-injection/Argument/ServiceLocatorArgument.php',
    'Symfony\\Component\\DependencyInjection\\Argument\\TaggedIteratorArgument' => $vendorDir . '/symfony/dependency-injection/Argument/TaggedIteratorArgument.php',
    'Symfony\\Component\\DependencyInjection\\Attribute\\AsTaggedItem' => $vendorDir . '/symfony/dependency-injection/Attribute/AsTaggedItem.php',
    'Symfony\\Component\\DependencyInjection\\Attribute\\Autoconfigure' => $vendorDir . '/symfony/dependency-injection/Attribute/Autoconfigure.php',
    'Symfony\\Component\\DependencyInjection\\Attribute\\AutoconfigureTag' => $vendorDir . '/symfony/dependency-injection/Attribute/AutoconfigureTag.php',
    'Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator' => $vendorDir . '/symfony/dependency-injection/Attribute/TaggedIterator.php',
    'Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator' => $vendorDir . '/symfony/dependency-injection/Attribute/TaggedLocator.php',
    'Symfony\\Component\\DependencyInjection\\Attribute\\Target' => $vendorDir . '/symfony/dependency-injection/Attribute/Target.php',
    'Symfony\\Component\\DependencyInjection\\Attribute\\When' => $vendorDir . '/symfony/dependency-injection/Attribute/When.php',
    'Symfony\\Component\\DependencyInjection\\ChildDefinition' => $vendorDir . '/symfony/dependency-injection/ChildDefinition.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\AbstractRecursivePass' => $vendorDir . '/symfony/dependency-injection/Compiler/AbstractRecursivePass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\AliasDeprecatedPublicServicesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/AliasDeprecatedPublicServicesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\AnalyzeServiceReferencesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\AttributeAutoconfigurationPass' => $vendorDir . '/symfony/dependency-injection/Compiler/AttributeAutoconfigurationPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\AutoAliasServicePass' => $vendorDir . '/symfony/dependency-injection/Compiler/AutoAliasServicePass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass' => $vendorDir . '/symfony/dependency-injection/Compiler/AutowirePass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\AutowireRequiredMethodsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/AutowireRequiredMethodsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\AutowireRequiredPropertiesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/AutowireRequiredPropertiesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\CheckArgumentsValidityPass' => $vendorDir . '/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\CheckCircularReferencesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\CheckDefinitionValidityPass' => $vendorDir . '/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\CheckExceptionOnInvalidReferenceBehaviorPass' => $vendorDir . '/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\CheckReferenceValidityPass' => $vendorDir . '/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\CheckTypeDeclarationsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/CheckTypeDeclarationsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\Compiler' => $vendorDir . '/symfony/dependency-injection/Compiler/Compiler.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface' => $vendorDir . '/symfony/dependency-injection/Compiler/CompilerPassInterface.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\DecoratorServicePass' => $vendorDir . '/symfony/dependency-injection/Compiler/DecoratorServicePass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\DefinitionErrorExceptionPass' => $vendorDir . '/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ExtensionCompilerPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\InlineServiceDefinitionsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\MergeExtensionConfigurationPass' => $vendorDir . '/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\PassConfig' => $vendorDir . '/symfony/dependency-injection/Compiler/PassConfig.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\PriorityTaggedServiceTrait' => $vendorDir . '/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterAutoconfigureAttributesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/RegisterAutoconfigureAttributesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterEnvVarProcessorsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterReverseContainerPass' => $vendorDir . '/symfony/dependency-injection/Compiler/RegisterReverseContainerPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterServiceSubscribersPass' => $vendorDir . '/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\RemoveAbstractDefinitionsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\RemovePrivateAliasesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\RemoveUnusedDefinitionsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ReplaceAliasByActualDefinitionPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveBindingsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveBindingsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveChildDefinitionsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveClassPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveClassPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveDecoratorStackPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveDecoratorStackPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveEnvPlaceholdersPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveEnvPlaceholdersPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveFactoryClassPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveHotPathPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveHotPathPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveInstanceofConditionalsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveInvalidReferencesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveNamedArgumentsPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveNoPreloadPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveNoPreloadPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveParameterPlaceHoldersPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolvePrivatesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolvePrivatesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveReferencesToAliasesPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveServiceSubscribersPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveTaggedIteratorArgumentPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ServiceLocatorTagPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ServiceReferenceGraph' => $vendorDir . '/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ServiceReferenceGraphEdge' => $vendorDir . '/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ServiceReferenceGraphNode' => $vendorDir . '/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php',
    'Symfony\\Component\\DependencyInjection\\Compiler\\ValidateEnvPlaceholdersPass' => $vendorDir . '/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php',
    'Symfony\\Component\\DependencyInjection\\Config\\ContainerParametersResource' => $vendorDir . '/symfony/dependency-injection/Config/ContainerParametersResource.php',
    'Symfony\\Component\\DependencyInjection\\Config\\ContainerParametersResourceChecker' => $vendorDir . '/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php',
    'Symfony\\Component\\DependencyInjection\\Container' => $vendorDir . '/symfony/dependency-injection/Container.php',
    'Symfony\\Component\\DependencyInjection\\ContainerAwareInterface' => $vendorDir . '/symfony/dependency-injection/ContainerAwareInterface.php',
    'Symfony\\Component\\DependencyInjection\\ContainerAwareTrait' => $vendorDir . '/symfony/dependency-injection/ContainerAwareTrait.php',
    'Symfony\\Component\\DependencyInjection\\ContainerBuilder' => $vendorDir . '/symfony/dependency-injection/ContainerBuilder.php',
    'Symfony\\Component\\DependencyInjection\\ContainerInterface' => $vendorDir . '/symfony/dependency-injection/ContainerInterface.php',
    'Symfony\\Component\\DependencyInjection\\Definition' => $vendorDir . '/symfony/dependency-injection/Definition.php',
    'Symfony\\Component\\DependencyInjection\\Dumper\\Dumper' => $vendorDir . '/symfony/dependency-injection/Dumper/Dumper.php',
    'Symfony\\Component\\DependencyInjection\\Dumper\\DumperInterface' => $vendorDir . '/symfony/dependency-injection/Dumper/DumperInterface.php',
    'Symfony\\Component\\DependencyInjection\\Dumper\\GraphvizDumper' => $vendorDir . '/symfony/dependency-injection/Dumper/GraphvizDumper.php',
    'Symfony\\Component\\DependencyInjection\\Dumper\\PhpDumper' => $vendorDir . '/symfony/dependency-injection/Dumper/PhpDumper.php',
    'Symfony\\Component\\DependencyInjection\\Dumper\\Preloader' => $vendorDir . '/symfony/dependency-injection/Dumper/Preloader.php',
    'Symfony\\Component\\DependencyInjection\\Dumper\\XmlDumper' => $vendorDir . '/symfony/dependency-injection/Dumper/XmlDumper.php',
    'Symfony\\Component\\DependencyInjection\\Dumper\\YamlDumper' => $vendorDir . '/symfony/dependency-injection/Dumper/YamlDumper.php',
    'Symfony\\Component\\DependencyInjection\\EnvVarLoaderInterface' => $vendorDir . '/symfony/dependency-injection/EnvVarLoaderInterface.php',
    'Symfony\\Component\\DependencyInjection\\EnvVarProcessor' => $vendorDir . '/symfony/dependency-injection/EnvVarProcessor.php',
    'Symfony\\Component\\DependencyInjection\\EnvVarProcessorInterface' => $vendorDir . '/symfony/dependency-injection/EnvVarProcessorInterface.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\AutowiringFailedException' => $vendorDir . '/symfony/dependency-injection/Exception/AutowiringFailedException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\BadMethodCallException' => $vendorDir . '/symfony/dependency-injection/Exception/BadMethodCallException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\EnvNotFoundException' => $vendorDir . '/symfony/dependency-injection/Exception/EnvNotFoundException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\EnvParameterException' => $vendorDir . '/symfony/dependency-injection/Exception/EnvParameterException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/dependency-injection/Exception/ExceptionInterface.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/dependency-injection/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\InvalidParameterTypeException' => $vendorDir . '/symfony/dependency-injection/Exception/InvalidParameterTypeException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\LogicException' => $vendorDir . '/symfony/dependency-injection/Exception/LogicException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\OutOfBoundsException' => $vendorDir . '/symfony/dependency-injection/Exception/OutOfBoundsException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\ParameterCircularReferenceException' => $vendorDir . '/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\ParameterNotFoundException' => $vendorDir . '/symfony/dependency-injection/Exception/ParameterNotFoundException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException' => $vendorDir . '/symfony/dependency-injection/Exception/RuntimeException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\ServiceCircularReferenceException' => $vendorDir . '/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php',
    'Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException' => $vendorDir . '/symfony/dependency-injection/Exception/ServiceNotFoundException.php',
    'Symfony\\Component\\DependencyInjection\\ExpressionLanguage' => $vendorDir . '/symfony/dependency-injection/ExpressionLanguage.php',
    'Symfony\\Component\\DependencyInjection\\ExpressionLanguageProvider' => $vendorDir . '/symfony/dependency-injection/ExpressionLanguageProvider.php',
    'Symfony\\Component\\DependencyInjection\\Extension\\ConfigurationExtensionInterface' => $vendorDir . '/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php',
    'Symfony\\Component\\DependencyInjection\\Extension\\Extension' => $vendorDir . '/symfony/dependency-injection/Extension/Extension.php',
    'Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface' => $vendorDir . '/symfony/dependency-injection/Extension/ExtensionInterface.php',
    'Symfony\\Component\\DependencyInjection\\Extension\\PrependExtensionInterface' => $vendorDir . '/symfony/dependency-injection/Extension/PrependExtensionInterface.php',
    'Symfony\\Component\\DependencyInjection\\LazyProxy\\Instantiator\\InstantiatorInterface' => $vendorDir . '/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php',
    'Symfony\\Component\\DependencyInjection\\LazyProxy\\Instantiator\\RealServiceInstantiator' => $vendorDir . '/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php',
    'Symfony\\Component\\DependencyInjection\\LazyProxy\\PhpDumper\\DumperInterface' => $vendorDir . '/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php',
    'Symfony\\Component\\DependencyInjection\\LazyProxy\\PhpDumper\\NullDumper' => $vendorDir . '/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php',
    'Symfony\\Component\\DependencyInjection\\LazyProxy\\ProxyHelper' => $vendorDir . '/symfony/dependency-injection/LazyProxy/ProxyHelper.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\ClosureLoader' => $vendorDir . '/symfony/dependency-injection/Loader/ClosureLoader.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\AbstractConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\AbstractServiceConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/AbstractServiceConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\AliasConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/AliasConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ClosureReferenceConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/ClosureReferenceConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ContainerConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\DefaultsConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/DefaultsConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\EnvConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/EnvConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\InlineServiceConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/InlineServiceConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\InstanceofConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/InstanceofConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ParametersConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/ParametersConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\PrototypeConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/PrototypeConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ReferenceConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/ReferenceConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ServiceConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/ServiceConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ServicesConfigurator' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/ServicesConfigurator.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\AbstractTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/AbstractTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\ArgumentTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/ArgumentTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\AutoconfigureTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/AutoconfigureTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\AutowireTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/AutowireTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\BindTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/BindTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\CallTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/CallTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\ClassTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/ClassTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\ConfiguratorTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/ConfiguratorTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\DecorateTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/DecorateTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\DeprecateTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/DeprecateTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\FactoryTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/FactoryTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\FileTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/FileTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\LazyTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/LazyTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\ParentTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/ParentTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\PropertyTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/PropertyTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\PublicTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/PublicTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\ShareTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/ShareTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\SyntheticTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/SyntheticTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\Traits\\TagTrait' => $vendorDir . '/symfony/dependency-injection/Loader/Configurator/Traits/TagTrait.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\DirectoryLoader' => $vendorDir . '/symfony/dependency-injection/Loader/DirectoryLoader.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\FileLoader' => $vendorDir . '/symfony/dependency-injection/Loader/FileLoader.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\GlobFileLoader' => $vendorDir . '/symfony/dependency-injection/Loader/GlobFileLoader.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\IniFileLoader' => $vendorDir . '/symfony/dependency-injection/Loader/IniFileLoader.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\PhpFileLoader' => $vendorDir . '/symfony/dependency-injection/Loader/PhpFileLoader.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\XmlFileLoader' => $vendorDir . '/symfony/dependency-injection/Loader/XmlFileLoader.php',
    'Symfony\\Component\\DependencyInjection\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/dependency-injection/Loader/YamlFileLoader.php',
    'Symfony\\Component\\DependencyInjection\\Parameter' => $vendorDir . '/symfony/dependency-injection/Parameter.php',
    'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBag' => $vendorDir . '/symfony/dependency-injection/ParameterBag/ContainerBag.php',
    'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => $vendorDir . '/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php',
    'Symfony\\Component\\DependencyInjection\\ParameterBag\\EnvPlaceholderParameterBag' => $vendorDir . '/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php',
    'Symfony\\Component\\DependencyInjection\\ParameterBag\\FrozenParameterBag' => $vendorDir . '/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php',
    'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBag' => $vendorDir . '/symfony/dependency-injection/ParameterBag/ParameterBag.php',
    'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => $vendorDir . '/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php',
    'Symfony\\Component\\DependencyInjection\\Reference' => $vendorDir . '/symfony/dependency-injection/Reference.php',
    'Symfony\\Component\\DependencyInjection\\ReverseContainer' => $vendorDir . '/symfony/dependency-injection/ReverseContainer.php',
    'Symfony\\Component\\DependencyInjection\\ServiceLocator' => $vendorDir . '/symfony/dependency-injection/ServiceLocator.php',
    'Symfony\\Component\\DependencyInjection\\TaggedContainerInterface' => $vendorDir . '/symfony/dependency-injection/TaggedContainerInterface.php',
    'Symfony\\Component\\DependencyInjection\\TypedReference' => $vendorDir . '/symfony/dependency-injection/TypedReference.php',
    'Symfony\\Component\\DependencyInjection\\Variable' => $vendorDir . '/symfony/dependency-injection/Variable.php',
    'Symfony\\Component\\Dotenv\\Dotenv' => $vendorDir . '/symfony/dotenv/Dotenv.php',
    'Symfony\\Component\\Dotenv\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/dotenv/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Dotenv\\Exception\\FormatException' => $vendorDir . '/symfony/dotenv/Exception/FormatException.php',
    'Symfony\\Component\\Dotenv\\Exception\\FormatExceptionContext' => $vendorDir . '/symfony/dotenv/Exception/FormatExceptionContext.php',
    'Symfony\\Component\\Dotenv\\Exception\\PathException' => $vendorDir . '/symfony/dotenv/Exception/PathException.php',
    'Symfony\\Component\\ErrorHandler\\BufferingLogger' => $vendorDir . '/symfony/error-handler/BufferingLogger.php',
    'Symfony\\Component\\ErrorHandler\\Debug' => $vendorDir . '/symfony/error-handler/Debug.php',
    'Symfony\\Component\\ErrorHandler\\DebugClassLoader' => $vendorDir . '/symfony/error-handler/DebugClassLoader.php',
    'Symfony\\Component\\ErrorHandler\\ErrorEnhancer\\ClassNotFoundErrorEnhancer' => $vendorDir . '/symfony/error-handler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorEnhancer\\ErrorEnhancerInterface' => $vendorDir . '/symfony/error-handler/ErrorEnhancer/ErrorEnhancerInterface.php',
    'Symfony\\Component\\ErrorHandler\\ErrorEnhancer\\UndefinedFunctionErrorEnhancer' => $vendorDir . '/symfony/error-handler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorEnhancer\\UndefinedMethodErrorEnhancer' => $vendorDir . '/symfony/error-handler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorHandler' => $vendorDir . '/symfony/error-handler/ErrorHandler.php',
    'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\CliErrorRenderer' => $vendorDir . '/symfony/error-handler/ErrorRenderer/CliErrorRenderer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\ErrorRendererInterface' => $vendorDir . '/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php',
    'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\HtmlErrorRenderer' => $vendorDir . '/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php',
    'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\SerializerErrorRenderer' => $vendorDir . '/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php',
    'Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError' => $vendorDir . '/symfony/error-handler/Error/ClassNotFoundError.php',
    'Symfony\\Component\\ErrorHandler\\Error\\FatalError' => $vendorDir . '/symfony/error-handler/Error/FatalError.php',
    'Symfony\\Component\\ErrorHandler\\Error\\OutOfMemoryError' => $vendorDir . '/symfony/error-handler/Error/OutOfMemoryError.php',
    'Symfony\\Component\\ErrorHandler\\Error\\UndefinedFunctionError' => $vendorDir . '/symfony/error-handler/Error/UndefinedFunctionError.php',
    'Symfony\\Component\\ErrorHandler\\Error\\UndefinedMethodError' => $vendorDir . '/symfony/error-handler/Error/UndefinedMethodError.php',
    'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => $vendorDir . '/symfony/error-handler/Exception/FlattenException.php',
    'Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext' => $vendorDir . '/symfony/error-handler/Exception/SilencedErrorContext.php',
    'Symfony\\Component\\ErrorHandler\\Internal\\TentativeTypes' => $vendorDir . '/symfony/error-handler/Internal/TentativeTypes.php',
    'Symfony\\Component\\ErrorHandler\\ThrowableUtils' => $vendorDir . '/symfony/error-handler/ThrowableUtils.php',
    'Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener' => $vendorDir . '/symfony/event-dispatcher/Attribute/AsEventListener.php',
    'Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php',
    'Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener' => $vendorDir . '/symfony/event-dispatcher/Debug/WrappedListener.php',
    'Symfony\\Component\\EventDispatcher\\DependencyInjection\\AddEventAliasesPass' => $vendorDir . '/symfony/event-dispatcher/DependencyInjection/AddEventAliasesPass.php',
    'Symfony\\Component\\EventDispatcher\\DependencyInjection\\RegisterListenersPass' => $vendorDir . '/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php',
    'Symfony\\Component\\EventDispatcher\\EventDispatcher' => $vendorDir . '/symfony/event-dispatcher/EventDispatcher.php',
    'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher/EventDispatcherInterface.php',
    'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => $vendorDir . '/symfony/event-dispatcher/EventSubscriberInterface.php',
    'Symfony\\Component\\EventDispatcher\\GenericEvent' => $vendorDir . '/symfony/event-dispatcher/GenericEvent.php',
    'Symfony\\Component\\EventDispatcher\\ImmutableEventDispatcher' => $vendorDir . '/symfony/event-dispatcher/ImmutableEventDispatcher.php',
    'Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy' => $vendorDir . '/symfony/event-dispatcher/LegacyEventDispatcherProxy.php',
    'Symfony\\Component\\ExpressionLanguage\\Compiler' => $vendorDir . '/symfony/expression-language/Compiler.php',
    'Symfony\\Component\\ExpressionLanguage\\Expression' => $vendorDir . '/symfony/expression-language/Expression.php',
    'Symfony\\Component\\ExpressionLanguage\\ExpressionFunction' => $vendorDir . '/symfony/expression-language/ExpressionFunction.php',
    'Symfony\\Component\\ExpressionLanguage\\ExpressionFunctionProviderInterface' => $vendorDir . '/symfony/expression-language/ExpressionFunctionProviderInterface.php',
    'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage' => $vendorDir . '/symfony/expression-language/ExpressionLanguage.php',
    'Symfony\\Component\\ExpressionLanguage\\Lexer' => $vendorDir . '/symfony/expression-language/Lexer.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\ArgumentsNode' => $vendorDir . '/symfony/expression-language/Node/ArgumentsNode.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\ArrayNode' => $vendorDir . '/symfony/expression-language/Node/ArrayNode.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\BinaryNode' => $vendorDir . '/symfony/expression-language/Node/BinaryNode.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\ConditionalNode' => $vendorDir . '/symfony/expression-language/Node/ConditionalNode.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\ConstantNode' => $vendorDir . '/symfony/expression-language/Node/ConstantNode.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\FunctionNode' => $vendorDir . '/symfony/expression-language/Node/FunctionNode.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\GetAttrNode' => $vendorDir . '/symfony/expression-language/Node/GetAttrNode.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\NameNode' => $vendorDir . '/symfony/expression-language/Node/NameNode.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\Node' => $vendorDir . '/symfony/expression-language/Node/Node.php',
    'Symfony\\Component\\ExpressionLanguage\\Node\\UnaryNode' => $vendorDir . '/symfony/expression-language/Node/UnaryNode.php',
    'Symfony\\Component\\ExpressionLanguage\\ParsedExpression' => $vendorDir . '/symfony/expression-language/ParsedExpression.php',
    'Symfony\\Component\\ExpressionLanguage\\Parser' => $vendorDir . '/symfony/expression-language/Parser.php',
    'Symfony\\Component\\ExpressionLanguage\\SerializedParsedExpression' => $vendorDir . '/symfony/expression-language/SerializedParsedExpression.php',
    'Symfony\\Component\\ExpressionLanguage\\SyntaxError' => $vendorDir . '/symfony/expression-language/SyntaxError.php',
    'Symfony\\Component\\ExpressionLanguage\\Token' => $vendorDir . '/symfony/expression-language/Token.php',
    'Symfony\\Component\\ExpressionLanguage\\TokenStream' => $vendorDir . '/symfony/expression-language/TokenStream.php',
    'Symfony\\Component\\Filesystem\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/filesystem/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Filesystem\\Exception\\FileNotFoundException' => $vendorDir . '/symfony/filesystem/Exception/FileNotFoundException.php',
    'Symfony\\Component\\Filesystem\\Exception\\IOException' => $vendorDir . '/symfony/filesystem/Exception/IOException.php',
    'Symfony\\Component\\Filesystem\\Exception\\IOExceptionInterface' => $vendorDir . '/symfony/filesystem/Exception/IOExceptionInterface.php',
    'Symfony\\Component\\Filesystem\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/filesystem/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Filesystem\\Exception\\RuntimeException' => $vendorDir . '/symfony/filesystem/Exception/RuntimeException.php',
    'Symfony\\Component\\Filesystem\\Filesystem' => $vendorDir . '/symfony/filesystem/Filesystem.php',
    'Symfony\\Component\\Filesystem\\Path' => $vendorDir . '/symfony/filesystem/Path.php',
    'Symfony\\Component\\Finder\\Comparator\\Comparator' => $vendorDir . '/symfony/finder/Comparator/Comparator.php',
    'Symfony\\Component\\Finder\\Comparator\\DateComparator' => $vendorDir . '/symfony/finder/Comparator/DateComparator.php',
    'Symfony\\Component\\Finder\\Comparator\\NumberComparator' => $vendorDir . '/symfony/finder/Comparator/NumberComparator.php',
    'Symfony\\Component\\Finder\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/finder/Exception/AccessDeniedException.php',
    'Symfony\\Component\\Finder\\Exception\\DirectoryNotFoundException' => $vendorDir . '/symfony/finder/Exception/DirectoryNotFoundException.php',
    'Symfony\\Component\\Finder\\Finder' => $vendorDir . '/symfony/finder/Finder.php',
    'Symfony\\Component\\Finder\\Gitignore' => $vendorDir . '/symfony/finder/Gitignore.php',
    'Symfony\\Component\\Finder\\Glob' => $vendorDir . '/symfony/finder/Glob.php',
    'Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator' => $vendorDir . '/symfony/finder/Iterator/CustomFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\DateRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/DateRangeFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\DepthRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/DepthRangeFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\ExcludeDirectoryFilterIterator' => $vendorDir . '/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\FileTypeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FileTypeFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\FilecontentFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FilecontentFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\FilenameFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FilenameFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\LazyIterator' => $vendorDir . '/symfony/finder/Iterator/LazyIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\MultiplePcreFilterIterator' => $vendorDir . '/symfony/finder/Iterator/MultiplePcreFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\PathFilterIterator' => $vendorDir . '/symfony/finder/Iterator/PathFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\RecursiveDirectoryIterator' => $vendorDir . '/symfony/finder/Iterator/RecursiveDirectoryIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\SizeRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/SizeRangeFilterIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\SortableIterator' => $vendorDir . '/symfony/finder/Iterator/SortableIterator.php',
    'Symfony\\Component\\Finder\\Iterator\\VcsIgnoredFilterIterator' => $vendorDir . '/symfony/finder/Iterator/VcsIgnoredFilterIterator.php',
    'Symfony\\Component\\Finder\\SplFileInfo' => $vendorDir . '/symfony/finder/SplFileInfo.php',
    'Symfony\\Component\\HttpFoundation\\AcceptHeader' => $vendorDir . '/symfony/http-foundation/AcceptHeader.php',
    'Symfony\\Component\\HttpFoundation\\AcceptHeaderItem' => $vendorDir . '/symfony/http-foundation/AcceptHeaderItem.php',
    'Symfony\\Component\\HttpFoundation\\BinaryFileResponse' => $vendorDir . '/symfony/http-foundation/BinaryFileResponse.php',
    'Symfony\\Component\\HttpFoundation\\Cookie' => $vendorDir . '/symfony/http-foundation/Cookie.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException' => $vendorDir . '/symfony/http-foundation/Exception/BadRequestException.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\ConflictingHeadersException' => $vendorDir . '/symfony/http-foundation/Exception/ConflictingHeadersException.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\JsonException' => $vendorDir . '/symfony/http-foundation/Exception/JsonException.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface' => $vendorDir . '/symfony/http-foundation/Exception/RequestExceptionInterface.php',
    'Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException' => $vendorDir . '/symfony/http-foundation/Exception/SuspiciousOperationException.php',
    'Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher' => $vendorDir . '/symfony/http-foundation/ExpressionRequestMatcher.php',
    'Symfony\\Component\\HttpFoundation\\FileBag' => $vendorDir . '/symfony/http-foundation/FileBag.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/http-foundation/File/Exception/AccessDeniedException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\CannotWriteFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/CannotWriteFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\ExtensionFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/ExtensionFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileException' => $vendorDir . '/symfony/http-foundation/File/Exception/FileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\FileNotFoundException' => $vendorDir . '/symfony/http-foundation/File/Exception/FileNotFoundException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\FormSizeFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/FormSizeFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\IniSizeFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/IniSizeFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/NoFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\NoTmpDirFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/NoTmpDirFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\PartialFileException' => $vendorDir . '/symfony/http-foundation/File/Exception/PartialFileException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\UnexpectedTypeException' => $vendorDir . '/symfony/http-foundation/File/Exception/UnexpectedTypeException.php',
    'Symfony\\Component\\HttpFoundation\\File\\Exception\\UploadException' => $vendorDir . '/symfony/http-foundation/File/Exception/UploadException.php',
    'Symfony\\Component\\HttpFoundation\\File\\File' => $vendorDir . '/symfony/http-foundation/File/File.php',
    'Symfony\\Component\\HttpFoundation\\File\\Stream' => $vendorDir . '/symfony/http-foundation/File/Stream.php',
    'Symfony\\Component\\HttpFoundation\\File\\UploadedFile' => $vendorDir . '/symfony/http-foundation/File/UploadedFile.php',
    'Symfony\\Component\\HttpFoundation\\HeaderBag' => $vendorDir . '/symfony/http-foundation/HeaderBag.php',
    'Symfony\\Component\\HttpFoundation\\HeaderUtils' => $vendorDir . '/symfony/http-foundation/HeaderUtils.php',
    'Symfony\\Component\\HttpFoundation\\InputBag' => $vendorDir . '/symfony/http-foundation/InputBag.php',
    'Symfony\\Component\\HttpFoundation\\IpUtils' => $vendorDir . '/symfony/http-foundation/IpUtils.php',
    'Symfony\\Component\\HttpFoundation\\JsonResponse' => $vendorDir . '/symfony/http-foundation/JsonResponse.php',
    'Symfony\\Component\\HttpFoundation\\ParameterBag' => $vendorDir . '/symfony/http-foundation/ParameterBag.php',
    'Symfony\\Component\\HttpFoundation\\RateLimiter\\AbstractRequestRateLimiter' => $vendorDir . '/symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php',
    'Symfony\\Component\\HttpFoundation\\RateLimiter\\RequestRateLimiterInterface' => $vendorDir . '/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php',
    'Symfony\\Component\\HttpFoundation\\RedirectResponse' => $vendorDir . '/symfony/http-foundation/RedirectResponse.php',
    'Symfony\\Component\\HttpFoundation\\Request' => $vendorDir . '/symfony/http-foundation/Request.php',
    'Symfony\\Component\\HttpFoundation\\RequestMatcher' => $vendorDir . '/symfony/http-foundation/RequestMatcher.php',
    'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface' => $vendorDir . '/symfony/http-foundation/RequestMatcherInterface.php',
    'Symfony\\Component\\HttpFoundation\\RequestStack' => $vendorDir . '/symfony/http-foundation/RequestStack.php',
    'Symfony\\Component\\HttpFoundation\\Response' => $vendorDir . '/symfony/http-foundation/Response.php',
    'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag' => $vendorDir . '/symfony/http-foundation/ResponseHeaderBag.php',
    'Symfony\\Component\\HttpFoundation\\ServerBag' => $vendorDir . '/symfony/http-foundation/ServerBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag' => $vendorDir . '/symfony/http-foundation/Session/Attribute/AttributeBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBagInterface' => $vendorDir . '/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag' => $vendorDir . '/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Flash\\AutoExpireFlashBag' => $vendorDir . '/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBag' => $vendorDir . '/symfony/http-foundation/Session/Flash/FlashBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface' => $vendorDir . '/symfony/http-foundation/Session/Flash/FlashBagInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Session' => $vendorDir . '/symfony/http-foundation/Session/Session.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionBagInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionBagProxy' => $vendorDir . '/symfony/http-foundation/Session/SessionBagProxy.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => $vendorDir . '/symfony/http-foundation/Session/SessionInterface.php',
    'Symfony\\Component\\HttpFoundation\\Session\\SessionUtils' => $vendorDir . '/symfony/http-foundation/Session/SessionUtils.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\IdentityMarshaller' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MarshallingSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MarshallingSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MigratingSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MigratingSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\SessionHandlerFactory' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler' => $vendorDir . '/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag' => $vendorDir . '/symfony/http-foundation/Session/Storage/MetadataBag.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockArraySessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/NativeSessionStorage.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\PhpBridgeSessionStorage' => $vendorDir . '/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\AbstractProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy' => $vendorDir . '/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php',
    'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => $vendorDir . '/symfony/http-foundation/Session/Storage/SessionStorageInterface.php',
    'Symfony\\Component\\HttpFoundation\\StreamedResponse' => $vendorDir . '/symfony/http-foundation/StreamedResponse.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\RequestAttributeValueSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseCookieValueSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasCookie' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHasHeader' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseHeaderSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsRedirected' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseIsSuccessful' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php',
    'Symfony\\Component\\HttpFoundation\\Test\\Constraint\\ResponseStatusCodeSame' => $vendorDir . '/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php',
    'Symfony\\Component\\HttpFoundation\\UrlHelper' => $vendorDir . '/symfony/http-foundation/UrlHelper.php',
    'Symfony\\Component\\HttpKernel\\Attribute\\ArgumentInterface' => $vendorDir . '/symfony/http-kernel/Attribute/ArgumentInterface.php',
    'Symfony\\Component\\HttpKernel\\Bundle\\Bundle' => $vendorDir . '/symfony/http-kernel/Bundle/Bundle.php',
    'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface' => $vendorDir . '/symfony/http-kernel/Bundle/BundleInterface.php',
    'Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface' => $vendorDir . '/symfony/http-kernel/CacheClearer/CacheClearerInterface.php',
    'Symfony\\Component\\HttpKernel\\CacheClearer\\ChainCacheClearer' => $vendorDir . '/symfony/http-kernel/CacheClearer/ChainCacheClearer.php',
    'Symfony\\Component\\HttpKernel\\CacheClearer\\Psr6CacheClearer' => $vendorDir . '/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php',
    'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmer' => $vendorDir . '/symfony/http-kernel/CacheWarmer/CacheWarmer.php',
    'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmerAggregate' => $vendorDir . '/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php',
    'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmerInterface' => $vendorDir . '/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php',
    'Symfony\\Component\\HttpKernel\\CacheWarmer\\WarmableInterface' => $vendorDir . '/symfony/http-kernel/CacheWarmer/WarmableInterface.php',
    'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => $vendorDir . '/symfony/http-kernel/Config/FileLocator.php',
    'Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata' => $vendorDir . '/symfony/http-kernel/ControllerMetadata/ArgumentMetadata.php',
    'Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadataFactory' => $vendorDir . '/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php',
    'Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadataFactoryInterface' => $vendorDir . '/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolverInterface.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\DefaultValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\ServiceValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\SessionValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\TraceableValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\VariadicValueResolver' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ArgumentValueResolverInterface' => $vendorDir . '/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ContainerControllerResolver' => $vendorDir . '/symfony/http-kernel/Controller/ContainerControllerResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ControllerReference' => $vendorDir . '/symfony/http-kernel/Controller/ControllerReference.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver' => $vendorDir . '/symfony/http-kernel/Controller/ControllerResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ControllerResolverInterface' => $vendorDir . '/symfony/http-kernel/Controller/ControllerResolverInterface.php',
    'Symfony\\Component\\HttpKernel\\Controller\\ErrorController' => $vendorDir . '/symfony/http-kernel/Controller/ErrorController.php',
    'Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver' => $vendorDir . '/symfony/http-kernel/Controller/TraceableArgumentResolver.php',
    'Symfony\\Component\\HttpKernel\\Controller\\TraceableControllerResolver' => $vendorDir . '/symfony/http-kernel/Controller/TraceableControllerResolver.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\AjaxDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/AjaxDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\ConfigDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/ConfigDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\DataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/DataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface' => $vendorDir . '/symfony/http-kernel/DataCollector/DataCollectorInterface.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\DumpDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/DumpDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\EventDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/EventDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\ExceptionDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/ExceptionDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\LateDataCollectorInterface' => $vendorDir . '/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/LoggerDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\MemoryDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/MemoryDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/RequestDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\RouterDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/RouterDataCollector.php',
    'Symfony\\Component\\HttpKernel\\DataCollector\\TimeDataCollector' => $vendorDir . '/symfony/http-kernel/DataCollector/TimeDataCollector.php',
    'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => $vendorDir . '/symfony/http-kernel/Debug/FileLinkFormatter.php',
    'Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher' => $vendorDir . '/symfony/http-kernel/Debug/TraceableEventDispatcher.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\AddAnnotatedClassesToCachePass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\ConfigurableExtension' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\ControllerArgumentValueResolverPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension' => $vendorDir . '/symfony/http-kernel/DependencyInjection/Extension.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\FragmentRendererPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\LazyLoadingFragmentHandler' => $vendorDir . '/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\LoggerPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/LoggerPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\MergeExtensionConfigurationPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterControllerArgumentLocatorsPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterLocaleAwareServicesPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RegisterLocaleAwareServicesPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\RemoveEmptyControllerArgumentLocatorsPass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\ResettableServicePass' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ResettableServicePass.php',
    'Symfony\\Component\\HttpKernel\\DependencyInjection\\ServicesResetter' => $vendorDir . '/symfony/http-kernel/DependencyInjection/ServicesResetter.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\AbstractSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/AbstractSessionListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\AbstractTestSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/AbstractTestSessionListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\AddRequestFormatsListener' => $vendorDir . '/symfony/http-kernel/EventListener/AddRequestFormatsListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener' => $vendorDir . '/symfony/http-kernel/EventListener/DebugHandlersListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener' => $vendorDir . '/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener' => $vendorDir . '/symfony/http-kernel/EventListener/DumpListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener' => $vendorDir . '/symfony/http-kernel/EventListener/ErrorListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener' => $vendorDir . '/symfony/http-kernel/EventListener/FragmentListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener' => $vendorDir . '/symfony/http-kernel/EventListener/LocaleAwareListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener' => $vendorDir . '/symfony/http-kernel/EventListener/LocaleListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener' => $vendorDir . '/symfony/http-kernel/EventListener/ProfilerListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener' => $vendorDir . '/symfony/http-kernel/EventListener/ResponseListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener' => $vendorDir . '/symfony/http-kernel/EventListener/RouterListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/SessionListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener' => $vendorDir . '/symfony/http-kernel/EventListener/StreamedResponseListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener' => $vendorDir . '/symfony/http-kernel/EventListener/SurrogateListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener' => $vendorDir . '/symfony/http-kernel/EventListener/TestSessionListener.php',
    'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener' => $vendorDir . '/symfony/http-kernel/EventListener/ValidateRequestListener.php',
    'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => $vendorDir . '/symfony/http-kernel/Event/ControllerArgumentsEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => $vendorDir . '/symfony/http-kernel/Event/ControllerEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => $vendorDir . '/symfony/http-kernel/Event/ExceptionEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => $vendorDir . '/symfony/http-kernel/Event/FinishRequestEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\KernelEvent' => $vendorDir . '/symfony/http-kernel/Event/KernelEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => $vendorDir . '/symfony/http-kernel/Event/RequestEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => $vendorDir . '/symfony/http-kernel/Event/ResponseEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => $vendorDir . '/symfony/http-kernel/Event/TerminateEvent.php',
    'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => $vendorDir . '/symfony/http-kernel/Event/ViewEvent.php',
    'Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/AccessDeniedHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\BadRequestHttpException' => $vendorDir . '/symfony/http-kernel/Exception/BadRequestHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\ConflictHttpException' => $vendorDir . '/symfony/http-kernel/Exception/ConflictHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\ControllerDoesNotReturnResponseException' => $vendorDir . '/symfony/http-kernel/Exception/ControllerDoesNotReturnResponseException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\GoneHttpException' => $vendorDir . '/symfony/http-kernel/Exception/GoneHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\HttpException' => $vendorDir . '/symfony/http-kernel/Exception/HttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\HttpExceptionInterface' => $vendorDir . '/symfony/http-kernel/Exception/HttpExceptionInterface.php',
    'Symfony\\Component\\HttpKernel\\Exception\\InvalidMetadataException' => $vendorDir . '/symfony/http-kernel/Exception/InvalidMetadataException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\LengthRequiredHttpException' => $vendorDir . '/symfony/http-kernel/Exception/LengthRequiredHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\NotAcceptableHttpException' => $vendorDir . '/symfony/http-kernel/Exception/NotAcceptableHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException' => $vendorDir . '/symfony/http-kernel/Exception/NotFoundHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\PreconditionFailedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/PreconditionFailedHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\PreconditionRequiredHttpException' => $vendorDir . '/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\ServiceUnavailableHttpException' => $vendorDir . '/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\TooManyRequestsHttpException' => $vendorDir . '/symfony/http-kernel/Exception/TooManyRequestsHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\UnauthorizedHttpException' => $vendorDir . '/symfony/http-kernel/Exception/UnauthorizedHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\UnexpectedSessionUsageException' => $vendorDir . '/symfony/http-kernel/Exception/UnexpectedSessionUsageException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\UnprocessableEntityHttpException' => $vendorDir . '/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php',
    'Symfony\\Component\\HttpKernel\\Exception\\UnsupportedMediaTypeHttpException' => $vendorDir . '/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\AbstractSurrogateFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\EsiFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/EsiFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\FragmentHandler' => $vendorDir . '/symfony/http-kernel/Fragment/FragmentHandler.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\FragmentRendererInterface' => $vendorDir . '/symfony/http-kernel/Fragment/FragmentRendererInterface.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\HIncludeFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\InlineFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/InlineFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\RoutableFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\Fragment\\SsiFragmentRenderer' => $vendorDir . '/symfony/http-kernel/Fragment/SsiFragmentRenderer.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\AbstractSurrogate' => $vendorDir . '/symfony/http-kernel/HttpCache/AbstractSurrogate.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\Esi' => $vendorDir . '/symfony/http-kernel/HttpCache/Esi.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\HttpCache' => $vendorDir . '/symfony/http-kernel/HttpCache/HttpCache.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\ResponseCacheStrategy' => $vendorDir . '/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\ResponseCacheStrategyInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\Ssi' => $vendorDir . '/symfony/http-kernel/HttpCache/Ssi.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\Store' => $vendorDir . '/symfony/http-kernel/HttpCache/Store.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/StoreInterface.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\SubRequestHandler' => $vendorDir . '/symfony/http-kernel/HttpCache/SubRequestHandler.php',
    'Symfony\\Component\\HttpKernel\\HttpCache\\SurrogateInterface' => $vendorDir . '/symfony/http-kernel/HttpCache/SurrogateInterface.php',
    'Symfony\\Component\\HttpKernel\\HttpClientKernel' => $vendorDir . '/symfony/http-kernel/HttpClientKernel.php',
    'Symfony\\Component\\HttpKernel\\HttpKernel' => $vendorDir . '/symfony/http-kernel/HttpKernel.php',
    'Symfony\\Component\\HttpKernel\\HttpKernelBrowser' => $vendorDir . '/symfony/http-kernel/HttpKernelBrowser.php',
    'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => $vendorDir . '/symfony/http-kernel/HttpKernelInterface.php',
    'Symfony\\Component\\HttpKernel\\Kernel' => $vendorDir . '/symfony/http-kernel/Kernel.php',
    'Symfony\\Component\\HttpKernel\\KernelEvents' => $vendorDir . '/symfony/http-kernel/KernelEvents.php',
    'Symfony\\Component\\HttpKernel\\KernelInterface' => $vendorDir . '/symfony/http-kernel/KernelInterface.php',
    'Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface' => $vendorDir . '/symfony/http-kernel/Log/DebugLoggerInterface.php',
    'Symfony\\Component\\HttpKernel\\Log\\Logger' => $vendorDir . '/symfony/http-kernel/Log/Logger.php',
    'Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage' => $vendorDir . '/symfony/http-kernel/Profiler/FileProfilerStorage.php',
    'Symfony\\Component\\HttpKernel\\Profiler\\Profile' => $vendorDir . '/symfony/http-kernel/Profiler/Profile.php',
    'Symfony\\Component\\HttpKernel\\Profiler\\Profiler' => $vendorDir . '/symfony/http-kernel/Profiler/Profiler.php',
    'Symfony\\Component\\HttpKernel\\Profiler\\ProfilerStorageInterface' => $vendorDir . '/symfony/http-kernel/Profiler/ProfilerStorageInterface.php',
    'Symfony\\Component\\HttpKernel\\RebootableInterface' => $vendorDir . '/symfony/http-kernel/RebootableInterface.php',
    'Symfony\\Component\\HttpKernel\\TerminableInterface' => $vendorDir . '/symfony/http-kernel/TerminableInterface.php',
    'Symfony\\Component\\HttpKernel\\UriSigner' => $vendorDir . '/symfony/http-kernel/UriSigner.php',
    'Symfony\\Component\\Ldap\\Adapter\\AbstractConnection' => $vendorDir . '/symfony/ldap/Adapter/AbstractConnection.php',
    'Symfony\\Component\\Ldap\\Adapter\\AbstractQuery' => $vendorDir . '/symfony/ldap/Adapter/AbstractQuery.php',
    'Symfony\\Component\\Ldap\\Adapter\\AdapterInterface' => $vendorDir . '/symfony/ldap/Adapter/AdapterInterface.php',
    'Symfony\\Component\\Ldap\\Adapter\\CollectionInterface' => $vendorDir . '/symfony/ldap/Adapter/CollectionInterface.php',
    'Symfony\\Component\\Ldap\\Adapter\\ConnectionInterface' => $vendorDir . '/symfony/ldap/Adapter/ConnectionInterface.php',
    'Symfony\\Component\\Ldap\\Adapter\\EntryManagerInterface' => $vendorDir . '/symfony/ldap/Adapter/EntryManagerInterface.php',
    'Symfony\\Component\\Ldap\\Adapter\\ExtLdap\\Adapter' => $vendorDir . '/symfony/ldap/Adapter/ExtLdap/Adapter.php',
    'Symfony\\Component\\Ldap\\Adapter\\ExtLdap\\Collection' => $vendorDir . '/symfony/ldap/Adapter/ExtLdap/Collection.php',
    'Symfony\\Component\\Ldap\\Adapter\\ExtLdap\\Connection' => $vendorDir . '/symfony/ldap/Adapter/ExtLdap/Connection.php',
    'Symfony\\Component\\Ldap\\Adapter\\ExtLdap\\ConnectionOptions' => $vendorDir . '/symfony/ldap/Adapter/ExtLdap/ConnectionOptions.php',
    'Symfony\\Component\\Ldap\\Adapter\\ExtLdap\\EntryManager' => $vendorDir . '/symfony/ldap/Adapter/ExtLdap/EntryManager.php',
    'Symfony\\Component\\Ldap\\Adapter\\ExtLdap\\Query' => $vendorDir . '/symfony/ldap/Adapter/ExtLdap/Query.php',
    'Symfony\\Component\\Ldap\\Adapter\\ExtLdap\\UpdateOperation' => $vendorDir . '/symfony/ldap/Adapter/ExtLdap/UpdateOperation.php',
    'Symfony\\Component\\Ldap\\Adapter\\QueryInterface' => $vendorDir . '/symfony/ldap/Adapter/QueryInterface.php',
    'Symfony\\Component\\Ldap\\Entry' => $vendorDir . '/symfony/ldap/Entry.php',
    'Symfony\\Component\\Ldap\\Exception\\AlreadyExistsException' => $vendorDir . '/symfony/ldap/Exception/AlreadyExistsException.php',
    'Symfony\\Component\\Ldap\\Exception\\ConnectionException' => $vendorDir . '/symfony/ldap/Exception/ConnectionException.php',
    'Symfony\\Component\\Ldap\\Exception\\ConnectionTimeoutException' => $vendorDir . '/symfony/ldap/Exception/ConnectionTimeoutException.php',
    'Symfony\\Component\\Ldap\\Exception\\DriverNotFoundException' => $vendorDir . '/symfony/ldap/Exception/DriverNotFoundException.php',
    'Symfony\\Component\\Ldap\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/ldap/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Ldap\\Exception\\InvalidCredentialsException' => $vendorDir . '/symfony/ldap/Exception/InvalidCredentialsException.php',
    'Symfony\\Component\\Ldap\\Exception\\LdapException' => $vendorDir . '/symfony/ldap/Exception/LdapException.php',
    'Symfony\\Component\\Ldap\\Exception\\NotBoundException' => $vendorDir . '/symfony/ldap/Exception/NotBoundException.php',
    'Symfony\\Component\\Ldap\\Exception\\UpdateOperationException' => $vendorDir . '/symfony/ldap/Exception/UpdateOperationException.php',
    'Symfony\\Component\\Ldap\\Ldap' => $vendorDir . '/symfony/ldap/Ldap.php',
    'Symfony\\Component\\Ldap\\LdapInterface' => $vendorDir . '/symfony/ldap/LdapInterface.php',
    'Symfony\\Component\\Ldap\\Security\\CheckLdapCredentialsListener' => $vendorDir . '/symfony/ldap/Security/CheckLdapCredentialsListener.php',
    'Symfony\\Component\\Ldap\\Security\\LdapAuthenticator' => $vendorDir . '/symfony/ldap/Security/LdapAuthenticator.php',
    'Symfony\\Component\\Ldap\\Security\\LdapBadge' => $vendorDir . '/symfony/ldap/Security/LdapBadge.php',
    'Symfony\\Component\\Ldap\\Security\\LdapUser' => $vendorDir . '/symfony/ldap/Security/LdapUser.php',
    'Symfony\\Component\\Ldap\\Security\\LdapUserProvider' => $vendorDir . '/symfony/ldap/Security/LdapUserProvider.php',
    'Symfony\\Component\\Lock\\BlockingSharedLockStoreInterface' => $vendorDir . '/symfony/lock/BlockingSharedLockStoreInterface.php',
    'Symfony\\Component\\Lock\\BlockingStoreInterface' => $vendorDir . '/symfony/lock/BlockingStoreInterface.php',
    'Symfony\\Component\\Lock\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/lock/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Lock\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/lock/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Lock\\Exception\\InvalidTtlException' => $vendorDir . '/symfony/lock/Exception/InvalidTtlException.php',
    'Symfony\\Component\\Lock\\Exception\\LockAcquiringException' => $vendorDir . '/symfony/lock/Exception/LockAcquiringException.php',
    'Symfony\\Component\\Lock\\Exception\\LockConflictedException' => $vendorDir . '/symfony/lock/Exception/LockConflictedException.php',
    'Symfony\\Component\\Lock\\Exception\\LockExpiredException' => $vendorDir . '/symfony/lock/Exception/LockExpiredException.php',
    'Symfony\\Component\\Lock\\Exception\\LockReleasingException' => $vendorDir . '/symfony/lock/Exception/LockReleasingException.php',
    'Symfony\\Component\\Lock\\Exception\\LockStorageException' => $vendorDir . '/symfony/lock/Exception/LockStorageException.php',
    'Symfony\\Component\\Lock\\Exception\\NotSupportedException' => $vendorDir . '/symfony/lock/Exception/NotSupportedException.php',
    'Symfony\\Component\\Lock\\Exception\\UnserializableKeyException' => $vendorDir . '/symfony/lock/Exception/UnserializableKeyException.php',
    'Symfony\\Component\\Lock\\Key' => $vendorDir . '/symfony/lock/Key.php',
    'Symfony\\Component\\Lock\\Lock' => $vendorDir . '/symfony/lock/Lock.php',
    'Symfony\\Component\\Lock\\LockFactory' => $vendorDir . '/symfony/lock/LockFactory.php',
    'Symfony\\Component\\Lock\\LockInterface' => $vendorDir . '/symfony/lock/LockInterface.php',
    'Symfony\\Component\\Lock\\NoLock' => $vendorDir . '/symfony/lock/NoLock.php',
    'Symfony\\Component\\Lock\\PersistingStoreInterface' => $vendorDir . '/symfony/lock/PersistingStoreInterface.php',
    'Symfony\\Component\\Lock\\SharedLockInterface' => $vendorDir . '/symfony/lock/SharedLockInterface.php',
    'Symfony\\Component\\Lock\\SharedLockStoreInterface' => $vendorDir . '/symfony/lock/SharedLockStoreInterface.php',
    'Symfony\\Component\\Lock\\Store\\CombinedStore' => $vendorDir . '/symfony/lock/Store/CombinedStore.php',
    'Symfony\\Component\\Lock\\Store\\ExpiringStoreTrait' => $vendorDir . '/symfony/lock/Store/ExpiringStoreTrait.php',
    'Symfony\\Component\\Lock\\Store\\FlockStore' => $vendorDir . '/symfony/lock/Store/FlockStore.php',
    'Symfony\\Component\\Lock\\Store\\InMemoryStore' => $vendorDir . '/symfony/lock/Store/InMemoryStore.php',
    'Symfony\\Component\\Lock\\Store\\MemcachedStore' => $vendorDir . '/symfony/lock/Store/MemcachedStore.php',
    'Symfony\\Component\\Lock\\Store\\MongoDbStore' => $vendorDir . '/symfony/lock/Store/MongoDbStore.php',
    'Symfony\\Component\\Lock\\Store\\PdoStore' => $vendorDir . '/symfony/lock/Store/PdoStore.php',
    'Symfony\\Component\\Lock\\Store\\PostgreSqlStore' => $vendorDir . '/symfony/lock/Store/PostgreSqlStore.php',
    'Symfony\\Component\\Lock\\Store\\RedisStore' => $vendorDir . '/symfony/lock/Store/RedisStore.php',
    'Symfony\\Component\\Lock\\Store\\RetryTillSaveStore' => $vendorDir . '/symfony/lock/Store/RetryTillSaveStore.php',
    'Symfony\\Component\\Lock\\Store\\SemaphoreStore' => $vendorDir . '/symfony/lock/Store/SemaphoreStore.php',
    'Symfony\\Component\\Lock\\Store\\StoreFactory' => $vendorDir . '/symfony/lock/Store/StoreFactory.php',
    'Symfony\\Component\\Lock\\Store\\ZookeeperStore' => $vendorDir . '/symfony/lock/Store/ZookeeperStore.php',
    'Symfony\\Component\\Lock\\Strategy\\ConsensusStrategy' => $vendorDir . '/symfony/lock/Strategy/ConsensusStrategy.php',
    'Symfony\\Component\\Lock\\Strategy\\StrategyInterface' => $vendorDir . '/symfony/lock/Strategy/StrategyInterface.php',
    'Symfony\\Component\\Lock\\Strategy\\UnanimousStrategy' => $vendorDir . '/symfony/lock/Strategy/UnanimousStrategy.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\\Process\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/process/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Process\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/process/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Process\\Exception\\LogicException' => $vendorDir . '/symfony/process/Exception/LogicException.php',
    'Symfony\\Component\\Process\\Exception\\ProcessFailedException' => $vendorDir . '/symfony/process/Exception/ProcessFailedException.php',
    'Symfony\\Component\\Process\\Exception\\ProcessSignaledException' => $vendorDir . '/symfony/process/Exception/ProcessSignaledException.php',
    'Symfony\\Component\\Process\\Exception\\ProcessTimedOutException' => $vendorDir . '/symfony/process/Exception/ProcessTimedOutException.php',
    'Symfony\\Component\\Process\\Exception\\RuntimeException' => $vendorDir . '/symfony/process/Exception/RuntimeException.php',
    'Symfony\\Component\\Process\\ExecutableFinder' => $vendorDir . '/symfony/process/ExecutableFinder.php',
    'Symfony\\Component\\Process\\InputStream' => $vendorDir . '/symfony/process/InputStream.php',
    'Symfony\\Component\\Process\\PhpExecutableFinder' => $vendorDir . '/symfony/process/PhpExecutableFinder.php',
    'Symfony\\Component\\Process\\PhpProcess' => $vendorDir . '/symfony/process/PhpProcess.php',
    'Symfony\\Component\\Process\\Pipes\\AbstractPipes' => $vendorDir . '/symfony/process/Pipes/AbstractPipes.php',
    'Symfony\\Component\\Process\\Pipes\\PipesInterface' => $vendorDir . '/symfony/process/Pipes/PipesInterface.php',
    'Symfony\\Component\\Process\\Pipes\\UnixPipes' => $vendorDir . '/symfony/process/Pipes/UnixPipes.php',
    'Symfony\\Component\\Process\\Pipes\\WindowsPipes' => $vendorDir . '/symfony/process/Pipes/WindowsPipes.php',
    'Symfony\\Component\\Process\\Process' => $vendorDir . '/symfony/process/Process.php',
    'Symfony\\Component\\Process\\ProcessUtils' => $vendorDir . '/symfony/process/ProcessUtils.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\AccessException' => $vendorDir . '/symfony/property-access/Exception/AccessException.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/property-access/Exception/ExceptionInterface.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/property-access/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\InvalidPropertyPathException' => $vendorDir . '/symfony/property-access/Exception/InvalidPropertyPathException.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\NoSuchIndexException' => $vendorDir . '/symfony/property-access/Exception/NoSuchIndexException.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException' => $vendorDir . '/symfony/property-access/Exception/NoSuchPropertyException.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\OutOfBoundsException' => $vendorDir . '/symfony/property-access/Exception/OutOfBoundsException.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\RuntimeException' => $vendorDir . '/symfony/property-access/Exception/RuntimeException.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\UnexpectedTypeException' => $vendorDir . '/symfony/property-access/Exception/UnexpectedTypeException.php',
    'Symfony\\Component\\PropertyAccess\\Exception\\UninitializedPropertyException' => $vendorDir . '/symfony/property-access/Exception/UninitializedPropertyException.php',
    'Symfony\\Component\\PropertyAccess\\PropertyAccess' => $vendorDir . '/symfony/property-access/PropertyAccess.php',
    'Symfony\\Component\\PropertyAccess\\PropertyAccessor' => $vendorDir . '/symfony/property-access/PropertyAccessor.php',
    'Symfony\\Component\\PropertyAccess\\PropertyAccessorBuilder' => $vendorDir . '/symfony/property-access/PropertyAccessorBuilder.php',
    'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => $vendorDir . '/symfony/property-access/PropertyAccessorInterface.php',
    'Symfony\\Component\\PropertyAccess\\PropertyPath' => $vendorDir . '/symfony/property-access/PropertyPath.php',
    'Symfony\\Component\\PropertyAccess\\PropertyPathBuilder' => $vendorDir . '/symfony/property-access/PropertyPathBuilder.php',
    'Symfony\\Component\\PropertyAccess\\PropertyPathInterface' => $vendorDir . '/symfony/property-access/PropertyPathInterface.php',
    'Symfony\\Component\\PropertyAccess\\PropertyPathIterator' => $vendorDir . '/symfony/property-access/PropertyPathIterator.php',
    'Symfony\\Component\\PropertyAccess\\PropertyPathIteratorInterface' => $vendorDir . '/symfony/property-access/PropertyPathIteratorInterface.php',
    'Symfony\\Component\\PropertyInfo\\DependencyInjection\\PropertyInfoConstructorPass' => $vendorDir . '/symfony/property-info/DependencyInjection/PropertyInfoConstructorPass.php',
    'Symfony\\Component\\PropertyInfo\\DependencyInjection\\PropertyInfoPass' => $vendorDir . '/symfony/property-info/DependencyInjection/PropertyInfoPass.php',
    'Symfony\\Component\\PropertyInfo\\Extractor\\ConstructorArgumentTypeExtractorInterface' => $vendorDir . '/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\Extractor\\ConstructorExtractor' => $vendorDir . '/symfony/property-info/Extractor/ConstructorExtractor.php',
    'Symfony\\Component\\PropertyInfo\\Extractor\\PhpDocExtractor' => $vendorDir . '/symfony/property-info/Extractor/PhpDocExtractor.php',
    'Symfony\\Component\\PropertyInfo\\Extractor\\ReflectionExtractor' => $vendorDir . '/symfony/property-info/Extractor/ReflectionExtractor.php',
    'Symfony\\Component\\PropertyInfo\\Extractor\\SerializerExtractor' => $vendorDir . '/symfony/property-info/Extractor/SerializerExtractor.php',
    'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => $vendorDir . '/symfony/property-info/PropertyAccessExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => $vendorDir . '/symfony/property-info/PropertyDescriptionExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\PropertyInfoCacheExtractor' => $vendorDir . '/symfony/property-info/PropertyInfoCacheExtractor.php',
    'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor' => $vendorDir . '/symfony/property-info/PropertyInfoExtractor.php',
    'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => $vendorDir . '/symfony/property-info/PropertyInfoExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => $vendorDir . '/symfony/property-info/PropertyInitializableExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => $vendorDir . '/symfony/property-info/PropertyListExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\PropertyReadInfo' => $vendorDir . '/symfony/property-info/PropertyReadInfo.php',
    'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => $vendorDir . '/symfony/property-info/PropertyReadInfoExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => $vendorDir . '/symfony/property-info/PropertyTypeExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\PropertyWriteInfo' => $vendorDir . '/symfony/property-info/PropertyWriteInfo.php',
    'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => $vendorDir . '/symfony/property-info/PropertyWriteInfoExtractorInterface.php',
    'Symfony\\Component\\PropertyInfo\\Type' => $vendorDir . '/symfony/property-info/Type.php',
    'Symfony\\Component\\PropertyInfo\\Util\\PhpDocTypeHelper' => $vendorDir . '/symfony/property-info/Util/PhpDocTypeHelper.php',
    'Symfony\\Component\\RateLimiter\\CompoundLimiter' => $vendorDir . '/symfony/rate-limiter/CompoundLimiter.php',
    'Symfony\\Component\\RateLimiter\\Exception\\InvalidIntervalException' => $vendorDir . '/symfony/rate-limiter/Exception/InvalidIntervalException.php',
    'Symfony\\Component\\RateLimiter\\Exception\\MaxWaitDurationExceededException' => $vendorDir . '/symfony/rate-limiter/Exception/MaxWaitDurationExceededException.php',
    'Symfony\\Component\\RateLimiter\\Exception\\RateLimitExceededException' => $vendorDir . '/symfony/rate-limiter/Exception/RateLimitExceededException.php',
    'Symfony\\Component\\RateLimiter\\Exception\\ReserveNotSupportedException' => $vendorDir . '/symfony/rate-limiter/Exception/ReserveNotSupportedException.php',
    'Symfony\\Component\\RateLimiter\\LimiterInterface' => $vendorDir . '/symfony/rate-limiter/LimiterInterface.php',
    'Symfony\\Component\\RateLimiter\\LimiterStateInterface' => $vendorDir . '/symfony/rate-limiter/LimiterStateInterface.php',
    'Symfony\\Component\\RateLimiter\\Policy\\FixedWindowLimiter' => $vendorDir . '/symfony/rate-limiter/Policy/FixedWindowLimiter.php',
    'Symfony\\Component\\RateLimiter\\Policy\\NoLimiter' => $vendorDir . '/symfony/rate-limiter/Policy/NoLimiter.php',
    'Symfony\\Component\\RateLimiter\\Policy\\Rate' => $vendorDir . '/symfony/rate-limiter/Policy/Rate.php',
    'Symfony\\Component\\RateLimiter\\Policy\\ResetLimiterTrait' => $vendorDir . '/symfony/rate-limiter/Policy/ResetLimiterTrait.php',
    'Symfony\\Component\\RateLimiter\\Policy\\SlidingWindow' => $vendorDir . '/symfony/rate-limiter/Policy/SlidingWindow.php',
    'Symfony\\Component\\RateLimiter\\Policy\\SlidingWindowLimiter' => $vendorDir . '/symfony/rate-limiter/Policy/SlidingWindowLimiter.php',
    'Symfony\\Component\\RateLimiter\\Policy\\TokenBucket' => $vendorDir . '/symfony/rate-limiter/Policy/TokenBucket.php',
    'Symfony\\Component\\RateLimiter\\Policy\\TokenBucketLimiter' => $vendorDir . '/symfony/rate-limiter/Policy/TokenBucketLimiter.php',
    'Symfony\\Component\\RateLimiter\\Policy\\Window' => $vendorDir . '/symfony/rate-limiter/Policy/Window.php',
    'Symfony\\Component\\RateLimiter\\RateLimit' => $vendorDir . '/symfony/rate-limiter/RateLimit.php',
    'Symfony\\Component\\RateLimiter\\RateLimiterFactory' => $vendorDir . '/symfony/rate-limiter/RateLimiterFactory.php',
    'Symfony\\Component\\RateLimiter\\Reservation' => $vendorDir . '/symfony/rate-limiter/Reservation.php',
    'Symfony\\Component\\RateLimiter\\Storage\\CacheStorage' => $vendorDir . '/symfony/rate-limiter/Storage/CacheStorage.php',
    'Symfony\\Component\\RateLimiter\\Storage\\InMemoryStorage' => $vendorDir . '/symfony/rate-limiter/Storage/InMemoryStorage.php',
    'Symfony\\Component\\RateLimiter\\Storage\\StorageInterface' => $vendorDir . '/symfony/rate-limiter/Storage/StorageInterface.php',
    'Symfony\\Component\\RateLimiter\\Util\\TimeUtil' => $vendorDir . '/symfony/rate-limiter/Util/TimeUtil.php',
    'Symfony\\Component\\Routing\\Alias' => $vendorDir . '/symfony/routing/Alias.php',
    'Symfony\\Component\\Routing\\Annotation\\Route' => $vendorDir . '/symfony/routing/Annotation/Route.php',
    'Symfony\\Component\\Routing\\CompiledRoute' => $vendorDir . '/symfony/routing/CompiledRoute.php',
    'Symfony\\Component\\Routing\\DependencyInjection\\RoutingResolverPass' => $vendorDir . '/symfony/routing/DependencyInjection/RoutingResolverPass.php',
    'Symfony\\Component\\Routing\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/routing/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Routing\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/routing/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Routing\\Exception\\InvalidParameterException' => $vendorDir . '/symfony/routing/Exception/InvalidParameterException.php',
    'Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException' => $vendorDir . '/symfony/routing/Exception/MethodNotAllowedException.php',
    'Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException' => $vendorDir . '/symfony/routing/Exception/MissingMandatoryParametersException.php',
    'Symfony\\Component\\Routing\\Exception\\NoConfigurationException' => $vendorDir . '/symfony/routing/Exception/NoConfigurationException.php',
    'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => $vendorDir . '/symfony/routing/Exception/ResourceNotFoundException.php',
    'Symfony\\Component\\Routing\\Exception\\RouteCircularReferenceException' => $vendorDir . '/symfony/routing/Exception/RouteCircularReferenceException.php',
    'Symfony\\Component\\Routing\\Exception\\RouteNotFoundException' => $vendorDir . '/symfony/routing/Exception/RouteNotFoundException.php',
    'Symfony\\Component\\Routing\\Exception\\RuntimeException' => $vendorDir . '/symfony/routing/Exception/RuntimeException.php',
    'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator' => $vendorDir . '/symfony/routing/Generator/CompiledUrlGenerator.php',
    'Symfony\\Component\\Routing\\Generator\\ConfigurableRequirementsInterface' => $vendorDir . '/symfony/routing/Generator/ConfigurableRequirementsInterface.php',
    'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php',
    'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumper' => $vendorDir . '/symfony/routing/Generator/Dumper/GeneratorDumper.php',
    'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumperInterface' => $vendorDir . '/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php',
    'Symfony\\Component\\Routing\\Generator\\UrlGenerator' => $vendorDir . '/symfony/routing/Generator/UrlGenerator.php',
    'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => $vendorDir . '/symfony/routing/Generator/UrlGeneratorInterface.php',
    'Symfony\\Component\\Routing\\Loader\\AnnotationClassLoader' => $vendorDir . '/symfony/routing/Loader/AnnotationClassLoader.php',
    'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => $vendorDir . '/symfony/routing/Loader/AnnotationDirectoryLoader.php',
    'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => $vendorDir . '/symfony/routing/Loader/AnnotationFileLoader.php',
    'Symfony\\Component\\Routing\\Loader\\ClosureLoader' => $vendorDir . '/symfony/routing/Loader/ClosureLoader.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\AliasConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/AliasConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\CollectionConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/CollectionConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\ImportConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/ImportConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\RouteConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/RouteConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\RoutingConfigurator' => $vendorDir . '/symfony/routing/Loader/Configurator/RoutingConfigurator.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\AddTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/AddTrait.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\HostTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/HostTrait.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\LocalizedRouteTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\PrefixTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php',
    'Symfony\\Component\\Routing\\Loader\\Configurator\\Traits\\RouteTrait' => $vendorDir . '/symfony/routing/Loader/Configurator/Traits/RouteTrait.php',
    'Symfony\\Component\\Routing\\Loader\\ContainerLoader' => $vendorDir . '/symfony/routing/Loader/ContainerLoader.php',
    'Symfony\\Component\\Routing\\Loader\\DirectoryLoader' => $vendorDir . '/symfony/routing/Loader/DirectoryLoader.php',
    'Symfony\\Component\\Routing\\Loader\\GlobFileLoader' => $vendorDir . '/symfony/routing/Loader/GlobFileLoader.php',
    'Symfony\\Component\\Routing\\Loader\\ObjectLoader' => $vendorDir . '/symfony/routing/Loader/ObjectLoader.php',
    'Symfony\\Component\\Routing\\Loader\\PhpFileLoader' => $vendorDir . '/symfony/routing/Loader/PhpFileLoader.php',
    'Symfony\\Component\\Routing\\Loader\\XmlFileLoader' => $vendorDir . '/symfony/routing/Loader/XmlFileLoader.php',
    'Symfony\\Component\\Routing\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/routing/Loader/YamlFileLoader.php',
    'Symfony\\Component\\Routing\\Matcher\\CompiledUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/CompiledUrlMatcher.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/CompiledUrlMatcherDumper.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait' => $vendorDir . '/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumper' => $vendorDir . '/symfony/routing/Matcher/Dumper/MatcherDumper.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\MatcherDumperInterface' => $vendorDir . '/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php',
    'Symfony\\Component\\Routing\\Matcher\\Dumper\\StaticPrefixCollection' => $vendorDir . '/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php',
    'Symfony\\Component\\Routing\\Matcher\\ExpressionLanguageProvider' => $vendorDir . '/symfony/routing/Matcher/ExpressionLanguageProvider.php',
    'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/RedirectableUrlMatcher.php',
    'Symfony\\Component\\Routing\\Matcher\\RedirectableUrlMatcherInterface' => $vendorDir . '/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php',
    'Symfony\\Component\\Routing\\Matcher\\RequestMatcherInterface' => $vendorDir . '/symfony/routing/Matcher/RequestMatcherInterface.php',
    'Symfony\\Component\\Routing\\Matcher\\TraceableUrlMatcher' => $vendorDir . '/symfony/routing/Matcher/TraceableUrlMatcher.php',
    'Symfony\\Component\\Routing\\Matcher\\UrlMatcher' => $vendorDir . '/symfony/routing/Matcher/UrlMatcher.php',
    'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => $vendorDir . '/symfony/routing/Matcher/UrlMatcherInterface.php',
    'Symfony\\Component\\Routing\\RequestContext' => $vendorDir . '/symfony/routing/RequestContext.php',
    'Symfony\\Component\\Routing\\RequestContextAwareInterface' => $vendorDir . '/symfony/routing/RequestContextAwareInterface.php',
    'Symfony\\Component\\Routing\\Route' => $vendorDir . '/symfony/routing/Route.php',
    'Symfony\\Component\\Routing\\RouteCollection' => $vendorDir . '/symfony/routing/RouteCollection.php',
    'Symfony\\Component\\Routing\\RouteCollectionBuilder' => $vendorDir . '/symfony/routing/RouteCollectionBuilder.php',
    'Symfony\\Component\\Routing\\RouteCompiler' => $vendorDir . '/symfony/routing/RouteCompiler.php',
    'Symfony\\Component\\Routing\\RouteCompilerInterface' => $vendorDir . '/symfony/routing/RouteCompilerInterface.php',
    'Symfony\\Component\\Routing\\Router' => $vendorDir . '/symfony/routing/Router.php',
    'Symfony\\Component\\Routing\\RouterInterface' => $vendorDir . '/symfony/routing/RouterInterface.php',
    'Symfony\\Component\\Security\\Core\\AuthenticationEvents' => $vendorDir . '/symfony/security-core/AuthenticationEvents.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => $vendorDir . '/symfony/security-core/Authentication/AuthenticationManagerInterface.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager' => $vendorDir . '/symfony/security-core/Authentication/AuthenticationProviderManager.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver' => $vendorDir . '/symfony/security-core/Authentication/AuthenticationTrustResolver.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolverInterface' => $vendorDir . '/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\AnonymousAuthenticationProvider' => $vendorDir . '/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\AuthenticationProviderInterface' => $vendorDir . '/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\DaoAuthenticationProvider' => $vendorDir . '/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\LdapBindAuthenticationProvider' => $vendorDir . '/symfony/security-core/Authentication/Provider/LdapBindAuthenticationProvider.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\PreAuthenticatedAuthenticationProvider' => $vendorDir . '/symfony/security-core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\RememberMeAuthenticationProvider' => $vendorDir . '/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Provider\\UserAuthenticationProvider' => $vendorDir . '/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\RememberMe\\InMemoryTokenProvider' => $vendorDir . '/symfony/security-core/Authentication/RememberMe/InMemoryTokenProvider.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\RememberMe\\PersistentToken' => $vendorDir . '/symfony/security-core/Authentication/RememberMe/PersistentToken.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\RememberMe\\PersistentTokenInterface' => $vendorDir . '/symfony/security-core/Authentication/RememberMe/PersistentTokenInterface.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\RememberMe\\TokenProviderInterface' => $vendorDir . '/symfony/security-core/Authentication/RememberMe/TokenProviderInterface.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AbstractToken' => $vendorDir . '/symfony/security-core/Authentication/Token/AbstractToken.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken' => $vendorDir . '/symfony/security-core/Authentication/Token/AnonymousToken.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\NullToken' => $vendorDir . '/symfony/security-core/Authentication/Token/NullToken.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\PreAuthenticatedToken' => $vendorDir . '/symfony/security-core/Authentication/Token/PreAuthenticatedToken.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken' => $vendorDir . '/symfony/security-core/Authentication/Token/RememberMeToken.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorage' => $vendorDir . '/symfony/security-core/Authentication/Token/Storage/TokenStorage.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => $vendorDir . '/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage' => $vendorDir . '/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\SwitchUserToken' => $vendorDir . '/symfony/security-core/Authentication/Token/SwitchUserToken.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface' => $vendorDir . '/symfony/security-core/Authentication/Token/TokenInterface.php',
    'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken' => $vendorDir . '/symfony/security-core/Authentication/Token/UsernamePasswordToken.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManager' => $vendorDir . '/symfony/security-core/Authorization/AccessDecisionManager.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => $vendorDir . '/symfony/security-core/Authorization/AccessDecisionManagerInterface.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker' => $vendorDir . '/symfony/security-core/Authorization/AuthorizationChecker.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => $vendorDir . '/symfony/security-core/Authorization/AuthorizationCheckerInterface.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\ExpressionLanguage' => $vendorDir . '/symfony/security-core/Authorization/ExpressionLanguage.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\ExpressionLanguageProvider' => $vendorDir . '/symfony/security-core/Authorization/ExpressionLanguageProvider.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\TraceableAccessDecisionManager' => $vendorDir . '/symfony/security-core/Authorization/TraceableAccessDecisionManager.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AuthenticatedVoter' => $vendorDir . '/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\ExpressionVoter' => $vendorDir . '/symfony/security-core/Authorization/Voter/ExpressionVoter.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleHierarchyVoter' => $vendorDir . '/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\RoleVoter' => $vendorDir . '/symfony/security-core/Authorization/Voter/RoleVoter.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\TraceableVoter' => $vendorDir . '/symfony/security-core/Authorization/Voter/TraceableVoter.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\Voter' => $vendorDir . '/symfony/security-core/Authorization/Voter/Voter.php',
    'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\VoterInterface' => $vendorDir . '/symfony/security-core/Authorization/Voter/VoterInterface.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder' => $vendorDir . '/symfony/security-core/Encoder/BasePasswordEncoder.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\EncoderAwareInterface' => $vendorDir . '/symfony/security-core/Encoder/EncoderAwareInterface.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactory' => $vendorDir . '/symfony/security-core/Encoder/EncoderFactory.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => $vendorDir . '/symfony/security-core/Encoder/EncoderFactoryInterface.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\MessageDigestPasswordEncoder' => $vendorDir . '/symfony/security-core/Encoder/MessageDigestPasswordEncoder.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\MigratingPasswordEncoder' => $vendorDir . '/symfony/security-core/Encoder/MigratingPasswordEncoder.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder' => $vendorDir . '/symfony/security-core/Encoder/NativePasswordEncoder.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface' => $vendorDir . '/symfony/security-core/Encoder/PasswordEncoderInterface.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\Pbkdf2PasswordEncoder' => $vendorDir . '/symfony/security-core/Encoder/Pbkdf2PasswordEncoder.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder' => $vendorDir . '/symfony/security-core/Encoder/PlaintextPasswordEncoder.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\SelfSaltingEncoderInterface' => $vendorDir . '/symfony/security-core/Encoder/SelfSaltingEncoderInterface.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\SodiumPasswordEncoder' => $vendorDir . '/symfony/security-core/Encoder/SodiumPasswordEncoder.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoder' => $vendorDir . '/symfony/security-core/Encoder/UserPasswordEncoder.php',
    'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => $vendorDir . '/symfony/security-core/Encoder/UserPasswordEncoderInterface.php',
    'Symfony\\Component\\Security\\Core\\Event\\AuthenticationEvent' => $vendorDir . '/symfony/security-core/Event/AuthenticationEvent.php',
    'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => $vendorDir . '/symfony/security-core/Event/AuthenticationFailureEvent.php',
    'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => $vendorDir . '/symfony/security-core/Event/AuthenticationSuccessEvent.php',
    'Symfony\\Component\\Security\\Core\\Event\\VoteEvent' => $vendorDir . '/symfony/security-core/Event/VoteEvent.php',
    'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/security-core/Exception/AccessDeniedException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\AccountExpiredException' => $vendorDir . '/symfony/security-core/Exception/AccountExpiredException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\AccountStatusException' => $vendorDir . '/symfony/security-core/Exception/AccountStatusException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\AuthenticationCredentialsNotFoundException' => $vendorDir . '/symfony/security-core/Exception/AuthenticationCredentialsNotFoundException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException' => $vendorDir . '/symfony/security-core/Exception/AuthenticationException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\AuthenticationExpiredException' => $vendorDir . '/symfony/security-core/Exception/AuthenticationExpiredException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\AuthenticationServiceException' => $vendorDir . '/symfony/security-core/Exception/AuthenticationServiceException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException' => $vendorDir . '/symfony/security-core/Exception/BadCredentialsException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\CookieTheftException' => $vendorDir . '/symfony/security-core/Exception/CookieTheftException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\CredentialsExpiredException' => $vendorDir . '/symfony/security-core/Exception/CredentialsExpiredException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAccountStatusException' => $vendorDir . '/symfony/security-core/Exception/CustomUserMessageAccountStatusException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException' => $vendorDir . '/symfony/security-core/Exception/CustomUserMessageAuthenticationException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\DisabledException' => $vendorDir . '/symfony/security-core/Exception/DisabledException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/security-core/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException' => $vendorDir . '/symfony/security-core/Exception/InsufficientAuthenticationException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/security-core/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\InvalidCsrfTokenException' => $vendorDir . '/symfony/security-core/Exception/InvalidCsrfTokenException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\LazyResponseException' => $vendorDir . '/symfony/security-core/Exception/LazyResponseException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\LockedException' => $vendorDir . '/symfony/security-core/Exception/LockedException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\LogicException' => $vendorDir . '/symfony/security-core/Exception/LogicException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\LogoutException' => $vendorDir . '/symfony/security-core/Exception/LogoutException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\ProviderNotFoundException' => $vendorDir . '/symfony/security-core/Exception/ProviderNotFoundException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\RuntimeException' => $vendorDir . '/symfony/security-core/Exception/RuntimeException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\SessionUnavailableException' => $vendorDir . '/symfony/security-core/Exception/SessionUnavailableException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\TokenNotFoundException' => $vendorDir . '/symfony/security-core/Exception/TokenNotFoundException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\TooManyLoginAttemptsAuthenticationException' => $vendorDir . '/symfony/security-core/Exception/TooManyLoginAttemptsAuthenticationException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\UnsupportedUserException' => $vendorDir . '/symfony/security-core/Exception/UnsupportedUserException.php',
    'Symfony\\Component\\Security\\Core\\Exception\\UsernameNotFoundException' => $vendorDir . '/symfony/security-core/Exception/UsernameNotFoundException.php',
    'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchy' => $vendorDir . '/symfony/security-core/Role/RoleHierarchy.php',
    'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => $vendorDir . '/symfony/security-core/Role/RoleHierarchyInterface.php',
    'Symfony\\Component\\Security\\Core\\Security' => $vendorDir . '/symfony/security-core/Security.php',
    'Symfony\\Component\\Security\\Core\\User\\ChainUserProvider' => $vendorDir . '/symfony/security-core/User/ChainUserProvider.php',
    'Symfony\\Component\\Security\\Core\\User\\EquatableInterface' => $vendorDir . '/symfony/security-core/User/EquatableInterface.php',
    'Symfony\\Component\\Security\\Core\\User\\InMemoryUserProvider' => $vendorDir . '/symfony/security-core/User/InMemoryUserProvider.php',
    'Symfony\\Component\\Security\\Core\\User\\MissingUserProvider' => $vendorDir . '/symfony/security-core/User/MissingUserProvider.php',
    'Symfony\\Component\\Security\\Core\\User\\PasswordUpgraderInterface' => $vendorDir . '/symfony/security-core/User/PasswordUpgraderInterface.php',
    'Symfony\\Component\\Security\\Core\\User\\User' => $vendorDir . '/symfony/security-core/User/User.php',
    'Symfony\\Component\\Security\\Core\\User\\UserChecker' => $vendorDir . '/symfony/security-core/User/UserChecker.php',
    'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => $vendorDir . '/symfony/security-core/User/UserCheckerInterface.php',
    'Symfony\\Component\\Security\\Core\\User\\UserInterface' => $vendorDir . '/symfony/security-core/User/UserInterface.php',
    'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => $vendorDir . '/symfony/security-core/User/UserProviderInterface.php',
    'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPassword' => $vendorDir . '/symfony/security-core/Validator/Constraints/UserPassword.php',
    'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => $vendorDir . '/symfony/security-core/Validator/Constraints/UserPasswordValidator.php',
    'Symfony\\Component\\Security\\Csrf\\CsrfToken' => $vendorDir . '/symfony/security-csrf/CsrfToken.php',
    'Symfony\\Component\\Security\\Csrf\\CsrfTokenManager' => $vendorDir . '/symfony/security-csrf/CsrfTokenManager.php',
    'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => $vendorDir . '/symfony/security-csrf/CsrfTokenManagerInterface.php',
    'Symfony\\Component\\Security\\Csrf\\Exception\\TokenNotFoundException' => $vendorDir . '/symfony/security-csrf/Exception/TokenNotFoundException.php',
    'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => $vendorDir . '/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php',
    'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\UriSafeTokenGenerator' => $vendorDir . '/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php',
    'Symfony\\Component\\Security\\Csrf\\TokenStorage\\ClearableTokenStorageInterface' => $vendorDir . '/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php',
    'Symfony\\Component\\Security\\Csrf\\TokenStorage\\NativeSessionTokenStorage' => $vendorDir . '/symfony/security-csrf/TokenStorage/NativeSessionTokenStorage.php',
    'Symfony\\Component\\Security\\Csrf\\TokenStorage\\SessionTokenStorage' => $vendorDir . '/symfony/security-csrf/TokenStorage/SessionTokenStorage.php',
    'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => $vendorDir . '/symfony/security-csrf/TokenStorage/TokenStorageInterface.php',
    'Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator' => $vendorDir . '/symfony/security-guard/AbstractGuardAuthenticator.php',
    'Symfony\\Component\\Security\\Guard\\AuthenticatorInterface' => $vendorDir . '/symfony/security-guard/AuthenticatorInterface.php',
    'Symfony\\Component\\Security\\Guard\\Authenticator\\AbstractFormLoginAuthenticator' => $vendorDir . '/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php',
    'Symfony\\Component\\Security\\Guard\\Authenticator\\GuardBridgeAuthenticator' => $vendorDir . '/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php',
    'Symfony\\Component\\Security\\Guard\\Firewall\\GuardAuthenticationListener' => $vendorDir . '/symfony/security-guard/Firewall/GuardAuthenticationListener.php',
    'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => $vendorDir . '/symfony/security-guard/GuardAuthenticatorHandler.php',
    'Symfony\\Component\\Security\\Guard\\PasswordAuthenticatedInterface' => $vendorDir . '/symfony/security-guard/PasswordAuthenticatedInterface.php',
    'Symfony\\Component\\Security\\Guard\\Provider\\GuardAuthenticationProvider' => $vendorDir . '/symfony/security-guard/Provider/GuardAuthenticationProvider.php',
    'Symfony\\Component\\Security\\Guard\\Token\\GuardTokenInterface' => $vendorDir . '/symfony/security-guard/Token/GuardTokenInterface.php',
    'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken' => $vendorDir . '/symfony/security-guard/Token/PostAuthenticationGuardToken.php',
    'Symfony\\Component\\Security\\Guard\\Token\\PreAuthenticationGuardToken' => $vendorDir . '/symfony/security-guard/Token/PreAuthenticationGuardToken.php',
    'Symfony\\Component\\Security\\Http\\AccessMap' => $vendorDir . '/symfony/security-http/AccessMap.php',
    'Symfony\\Component\\Security\\Http\\AccessMapInterface' => $vendorDir . '/symfony/security-http/AccessMapInterface.php',
    'Symfony\\Component\\Security\\Http\\Attribute\\CurrentUser' => $vendorDir . '/symfony/security-http/Attribute/CurrentUser.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationFailureHandlerInterface' => $vendorDir . '/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationSuccessHandlerInterface' => $vendorDir . '/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => $vendorDir . '/symfony/security-http/Authentication/AuthenticationUtils.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticatorManager' => $vendorDir . '/symfony/security-http/Authentication/AuthenticatorManager.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticatorManagerInterface' => $vendorDir . '/symfony/security-http/Authentication/AuthenticatorManagerInterface.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\CustomAuthenticationFailureHandler' => $vendorDir . '/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\CustomAuthenticationSuccessHandler' => $vendorDir . '/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\DefaultAuthenticationFailureHandler' => $vendorDir . '/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\DefaultAuthenticationSuccessHandler' => $vendorDir . '/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\NoopAuthenticationManager' => $vendorDir . '/symfony/security-http/Authentication/NoopAuthenticationManager.php',
    'Symfony\\Component\\Security\\Http\\Authentication\\UserAuthenticatorInterface' => $vendorDir . '/symfony/security-http/Authentication/UserAuthenticatorInterface.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\AbstractAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/AbstractAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\AbstractLoginFormAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\AbstractPreAuthenticatedAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/AbstractPreAuthenticatedAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\AuthenticatorInterface' => $vendorDir . '/symfony/security-http/Authenticator/AuthenticatorInterface.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/FormLoginAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\HttpBasicAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/HttpBasicAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\InteractiveAuthenticatorInterface' => $vendorDir . '/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/JsonLoginAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\LoginLinkAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/LoginLinkAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\BadgeInterface' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Badge/BadgeInterface.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\CsrfTokenBadge' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Badge/CsrfTokenBadge.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\PasswordUpgradeBadge' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Badge/PasswordUpgradeBadge.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\PreAuthenticatedUserBadge' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Badge/PreAuthenticatedUserBadge.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\RememberMeBadge' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Badge/RememberMeBadge.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\UserBadge' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Credentials\\CredentialsInterface' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Credentials/CredentialsInterface.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Credentials\\CustomCredentials' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Credentials/CustomCredentials.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Credentials\\PasswordCredentials' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Credentials/PasswordCredentials.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport' => $vendorDir . '/symfony/security-http/Authenticator/Passport/Passport.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\PassportInterface' => $vendorDir . '/symfony/security-http/Authenticator/Passport/PassportInterface.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\PassportTrait' => $vendorDir . '/symfony/security-http/Authenticator/Passport/PassportTrait.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\SelfValidatingPassport' => $vendorDir . '/symfony/security-http/Authenticator/Passport/SelfValidatingPassport.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\UserPassportInterface' => $vendorDir . '/symfony/security-http/Authenticator/Passport/UserPassportInterface.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/RememberMeAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\RemoteUserAuthenticator' => $vendorDir . '/symfony/security-http/Authenticator/RemoteUserAuthenticator.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken' => $vendorDir . '/symfony/security-http/Authenticator/Token/PostAuthenticationToken.php',
    'Symfony\\Component\\Security\\Http\\Authenticator\\X509Authenticator' => $vendorDir . '/symfony/security-http/Authenticator/X509Authenticator.php',
    'Symfony\\Component\\Security\\Http\\Authorization\\AccessDeniedHandlerInterface' => $vendorDir . '/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php',
    'Symfony\\Component\\Security\\Http\\Controller\\UserValueResolver' => $vendorDir . '/symfony/security-http/Controller/UserValueResolver.php',
    'Symfony\\Component\\Security\\Http\\EntryPoint\\AuthenticationEntryPointInterface' => $vendorDir . '/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php',
    'Symfony\\Component\\Security\\Http\\EntryPoint\\BasicAuthenticationEntryPoint' => $vendorDir . '/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php',
    'Symfony\\Component\\Security\\Http\\EntryPoint\\FormAuthenticationEntryPoint' => $vendorDir . '/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php',
    'Symfony\\Component\\Security\\Http\\EntryPoint\\RetryAuthenticationEntryPoint' => $vendorDir . '/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener' => $vendorDir . '/symfony/security-http/EventListener/CheckCredentialsListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\CookieClearingLogoutListener' => $vendorDir . '/symfony/security-http/EventListener/CookieClearingLogoutListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener' => $vendorDir . '/symfony/security-http/EventListener/CsrfProtectionListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener' => $vendorDir . '/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\DefaultLogoutListener' => $vendorDir . '/symfony/security-http/EventListener/DefaultLogoutListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\LoginThrottlingListener' => $vendorDir . '/symfony/security-http/EventListener/LoginThrottlingListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener' => $vendorDir . '/symfony/security-http/EventListener/PasswordMigratingListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener' => $vendorDir . '/symfony/security-http/EventListener/RememberMeListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeLogoutListener' => $vendorDir . '/symfony/security-http/EventListener/RememberMeLogoutListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\SessionLogoutListener' => $vendorDir . '/symfony/security-http/EventListener/SessionLogoutListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener' => $vendorDir . '/symfony/security-http/EventListener/SessionStrategyListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener' => $vendorDir . '/symfony/security-http/EventListener/UserCheckerListener.php',
    'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener' => $vendorDir . '/symfony/security-http/EventListener/UserProviderListener.php',
    'Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent' => $vendorDir . '/symfony/security-http/Event/AuthenticationTokenCreatedEvent.php',
    'Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent' => $vendorDir . '/symfony/security-http/Event/CheckPassportEvent.php',
    'Symfony\\Component\\Security\\Http\\Event\\DeauthenticatedEvent' => $vendorDir . '/symfony/security-http/Event/DeauthenticatedEvent.php',
    'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => $vendorDir . '/symfony/security-http/Event/InteractiveLoginEvent.php',
    'Symfony\\Component\\Security\\Http\\Event\\LazyResponseEvent' => $vendorDir . '/symfony/security-http/Event/LazyResponseEvent.php',
    'Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent' => $vendorDir . '/symfony/security-http/Event/LoginFailureEvent.php',
    'Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent' => $vendorDir . '/symfony/security-http/Event/LoginSuccessEvent.php',
    'Symfony\\Component\\Security\\Http\\Event\\LogoutEvent' => $vendorDir . '/symfony/security-http/Event/LogoutEvent.php',
    'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => $vendorDir . '/symfony/security-http/Event/SwitchUserEvent.php',
    'Symfony\\Component\\Security\\Http\\Firewall' => $vendorDir . '/symfony/security-http/Firewall.php',
    'Symfony\\Component\\Security\\Http\\FirewallMap' => $vendorDir . '/symfony/security-http/FirewallMap.php',
    'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => $vendorDir . '/symfony/security-http/FirewallMapInterface.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\AbstractAuthenticationListener' => $vendorDir . '/symfony/security-http/Firewall/AbstractAuthenticationListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\AbstractListener' => $vendorDir . '/symfony/security-http/Firewall/AbstractListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\AbstractPreAuthenticatedListener' => $vendorDir . '/symfony/security-http/Firewall/AbstractPreAuthenticatedListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\AccessListener' => $vendorDir . '/symfony/security-http/Firewall/AccessListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\AnonymousAuthenticationListener' => $vendorDir . '/symfony/security-http/Firewall/AnonymousAuthenticationListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\AuthenticatorManagerListener' => $vendorDir . '/symfony/security-http/Firewall/AuthenticatorManagerListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\BasicAuthenticationListener' => $vendorDir . '/symfony/security-http/Firewall/BasicAuthenticationListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\ChannelListener' => $vendorDir . '/symfony/security-http/Firewall/ChannelListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener' => $vendorDir . '/symfony/security-http/Firewall/ContextListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener' => $vendorDir . '/symfony/security-http/Firewall/ExceptionListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\FirewallListenerInterface' => $vendorDir . '/symfony/security-http/Firewall/FirewallListenerInterface.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\LogoutListener' => $vendorDir . '/symfony/security-http/Firewall/LogoutListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\RememberMeListener' => $vendorDir . '/symfony/security-http/Firewall/RememberMeListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\RemoteUserAuthenticationListener' => $vendorDir . '/symfony/security-http/Firewall/RemoteUserAuthenticationListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\SwitchUserListener' => $vendorDir . '/symfony/security-http/Firewall/SwitchUserListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\UsernamePasswordFormAuthenticationListener' => $vendorDir . '/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\UsernamePasswordJsonAuthenticationListener' => $vendorDir . '/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php',
    'Symfony\\Component\\Security\\Http\\Firewall\\X509AuthenticationListener' => $vendorDir . '/symfony/security-http/Firewall/X509AuthenticationListener.php',
    'Symfony\\Component\\Security\\Http\\HttpUtils' => $vendorDir . '/symfony/security-http/HttpUtils.php',
    'Symfony\\Component\\Security\\Http\\Impersonate\\ImpersonateUrlGenerator' => $vendorDir . '/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\Exception\\ExpiredLoginLinkException' => $vendorDir . '/symfony/security-http/LoginLink/Exception/ExpiredLoginLinkException.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\Exception\\InvalidLoginLinkAuthenticationException' => $vendorDir . '/symfony/security-http/LoginLink/Exception/InvalidLoginLinkAuthenticationException.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\Exception\\InvalidLoginLinkException' => $vendorDir . '/symfony/security-http/LoginLink/Exception/InvalidLoginLinkException.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\Exception\\InvalidLoginLinkExceptionInterface' => $vendorDir . '/symfony/security-http/LoginLink/Exception/InvalidLoginLinkExceptionInterface.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\ExpiredLoginLinkStorage' => $vendorDir . '/symfony/security-http/LoginLink/ExpiredLoginLinkStorage.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\LoginLinkDetails' => $vendorDir . '/symfony/security-http/LoginLink/LoginLinkDetails.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\LoginLinkHandler' => $vendorDir . '/symfony/security-http/LoginLink/LoginLinkHandler.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\LoginLinkHandlerInterface' => $vendorDir . '/symfony/security-http/LoginLink/LoginLinkHandlerInterface.php',
    'Symfony\\Component\\Security\\Http\\LoginLink\\LoginLinkNotification' => $vendorDir . '/symfony/security-http/LoginLink/LoginLinkNotification.php',
    'Symfony\\Component\\Security\\Http\\Logout\\CookieClearingLogoutHandler' => $vendorDir . '/symfony/security-http/Logout/CookieClearingLogoutHandler.php',
    'Symfony\\Component\\Security\\Http\\Logout\\CsrfTokenClearingLogoutHandler' => $vendorDir . '/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php',
    'Symfony\\Component\\Security\\Http\\Logout\\DefaultLogoutSuccessHandler' => $vendorDir . '/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php',
    'Symfony\\Component\\Security\\Http\\Logout\\LogoutHandlerInterface' => $vendorDir . '/symfony/security-http/Logout/LogoutHandlerInterface.php',
    'Symfony\\Component\\Security\\Http\\Logout\\LogoutSuccessHandlerInterface' => $vendorDir . '/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php',
    'Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator' => $vendorDir . '/symfony/security-http/Logout/LogoutUrlGenerator.php',
    'Symfony\\Component\\Security\\Http\\Logout\\SessionLogoutHandler' => $vendorDir . '/symfony/security-http/Logout/SessionLogoutHandler.php',
    'Symfony\\Component\\Security\\Http\\ParameterBagUtils' => $vendorDir . '/symfony/security-http/ParameterBagUtils.php',
    'Symfony\\Component\\Security\\Http\\RateLimiter\\DefaultLoginRateLimiter' => $vendorDir . '/symfony/security-http/RateLimiter/DefaultLoginRateLimiter.php',
    'Symfony\\Component\\Security\\Http\\RememberMe\\AbstractRememberMeServices' => $vendorDir . '/symfony/security-http/RememberMe/AbstractRememberMeServices.php',
    'Symfony\\Component\\Security\\Http\\RememberMe\\PersistentTokenBasedRememberMeServices' => $vendorDir . '/symfony/security-http/RememberMe/PersistentTokenBasedRememberMeServices.php',
    'Symfony\\Component\\Security\\Http\\RememberMe\\RememberMeServicesInterface' => $vendorDir . '/symfony/security-http/RememberMe/RememberMeServicesInterface.php',
    'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener' => $vendorDir . '/symfony/security-http/RememberMe/ResponseListener.php',
    'Symfony\\Component\\Security\\Http\\RememberMe\\TokenBasedRememberMeServices' => $vendorDir . '/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php',
    'Symfony\\Component\\Security\\Http\\SecurityEvents' => $vendorDir . '/symfony/security-http/SecurityEvents.php',
    'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategy' => $vendorDir . '/symfony/security-http/Session/SessionAuthenticationStrategy.php',
    'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => $vendorDir . '/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php',
    'Symfony\\Component\\Security\\Http\\Util\\TargetPathTrait' => $vendorDir . '/symfony/security-http/Util/TargetPathTrait.php',
    'Symfony\\Component\\Serializer\\Annotation\\DiscriminatorMap' => $vendorDir . '/symfony/serializer/Annotation/DiscriminatorMap.php',
    'Symfony\\Component\\Serializer\\Annotation\\Groups' => $vendorDir . '/symfony/serializer/Annotation/Groups.php',
    'Symfony\\Component\\Serializer\\Annotation\\Ignore' => $vendorDir . '/symfony/serializer/Annotation/Ignore.php',
    'Symfony\\Component\\Serializer\\Annotation\\MaxDepth' => $vendorDir . '/symfony/serializer/Annotation/MaxDepth.php',
    'Symfony\\Component\\Serializer\\Annotation\\SerializedName' => $vendorDir . '/symfony/serializer/Annotation/SerializedName.php',
    'Symfony\\Component\\Serializer\\CacheWarmer\\CompiledClassMetadataCacheWarmer' => $vendorDir . '/symfony/serializer/CacheWarmer/CompiledClassMetadataCacheWarmer.php',
    'Symfony\\Component\\Serializer\\DependencyInjection\\SerializerPass' => $vendorDir . '/symfony/serializer/DependencyInjection/SerializerPass.php',
    'Symfony\\Component\\Serializer\\Encoder\\ChainDecoder' => $vendorDir . '/symfony/serializer/Encoder/ChainDecoder.php',
    'Symfony\\Component\\Serializer\\Encoder\\ChainEncoder' => $vendorDir . '/symfony/serializer/Encoder/ChainEncoder.php',
    'Symfony\\Component\\Serializer\\Encoder\\ContextAwareDecoderInterface' => $vendorDir . '/symfony/serializer/Encoder/ContextAwareDecoderInterface.php',
    'Symfony\\Component\\Serializer\\Encoder\\ContextAwareEncoderInterface' => $vendorDir . '/symfony/serializer/Encoder/ContextAwareEncoderInterface.php',
    'Symfony\\Component\\Serializer\\Encoder\\CsvEncoder' => $vendorDir . '/symfony/serializer/Encoder/CsvEncoder.php',
    'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => $vendorDir . '/symfony/serializer/Encoder/DecoderInterface.php',
    'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => $vendorDir . '/symfony/serializer/Encoder/EncoderInterface.php',
    'Symfony\\Component\\Serializer\\Encoder\\JsonDecode' => $vendorDir . '/symfony/serializer/Encoder/JsonDecode.php',
    'Symfony\\Component\\Serializer\\Encoder\\JsonEncode' => $vendorDir . '/symfony/serializer/Encoder/JsonEncode.php',
    'Symfony\\Component\\Serializer\\Encoder\\JsonEncoder' => $vendorDir . '/symfony/serializer/Encoder/JsonEncoder.php',
    'Symfony\\Component\\Serializer\\Encoder\\NormalizationAwareInterface' => $vendorDir . '/symfony/serializer/Encoder/NormalizationAwareInterface.php',
    'Symfony\\Component\\Serializer\\Encoder\\XmlEncoder' => $vendorDir . '/symfony/serializer/Encoder/XmlEncoder.php',
    'Symfony\\Component\\Serializer\\Encoder\\YamlEncoder' => $vendorDir . '/symfony/serializer/Encoder/YamlEncoder.php',
    'Symfony\\Component\\Serializer\\Exception\\BadMethodCallException' => $vendorDir . '/symfony/serializer/Exception/BadMethodCallException.php',
    'Symfony\\Component\\Serializer\\Exception\\CircularReferenceException' => $vendorDir . '/symfony/serializer/Exception/CircularReferenceException.php',
    'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/serializer/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Serializer\\Exception\\ExtraAttributesException' => $vendorDir . '/symfony/serializer/Exception/ExtraAttributesException.php',
    'Symfony\\Component\\Serializer\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/serializer/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Serializer\\Exception\\LogicException' => $vendorDir . '/symfony/serializer/Exception/LogicException.php',
    'Symfony\\Component\\Serializer\\Exception\\MappingException' => $vendorDir . '/symfony/serializer/Exception/MappingException.php',
    'Symfony\\Component\\Serializer\\Exception\\MissingConstructorArgumentsException' => $vendorDir . '/symfony/serializer/Exception/MissingConstructorArgumentsException.php',
    'Symfony\\Component\\Serializer\\Exception\\NotEncodableValueException' => $vendorDir . '/symfony/serializer/Exception/NotEncodableValueException.php',
    'Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException' => $vendorDir . '/symfony/serializer/Exception/NotNormalizableValueException.php',
    'Symfony\\Component\\Serializer\\Exception\\RuntimeException' => $vendorDir . '/symfony/serializer/Exception/RuntimeException.php',
    'Symfony\\Component\\Serializer\\Exception\\UnexpectedValueException' => $vendorDir . '/symfony/serializer/Exception/UnexpectedValueException.php',
    'Symfony\\Component\\Serializer\\Exception\\UnsupportedException' => $vendorDir . '/symfony/serializer/Exception/UnsupportedException.php',
    'Symfony\\Component\\Serializer\\Extractor\\ObjectPropertyListExtractor' => $vendorDir . '/symfony/serializer/Extractor/ObjectPropertyListExtractor.php',
    'Symfony\\Component\\Serializer\\Extractor\\ObjectPropertyListExtractorInterface' => $vendorDir . '/symfony/serializer/Extractor/ObjectPropertyListExtractorInterface.php',
    'Symfony\\Component\\Serializer\\Mapping\\AttributeMetadata' => $vendorDir . '/symfony/serializer/Mapping/AttributeMetadata.php',
    'Symfony\\Component\\Serializer\\Mapping\\AttributeMetadataInterface' => $vendorDir . '/symfony/serializer/Mapping/AttributeMetadataInterface.php',
    'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorFromClassMetadata' => $vendorDir . '/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php',
    'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorMapping' => $vendorDir . '/symfony/serializer/Mapping/ClassDiscriminatorMapping.php',
    'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorResolverInterface' => $vendorDir . '/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php',
    'Symfony\\Component\\Serializer\\Mapping\\ClassMetadata' => $vendorDir . '/symfony/serializer/Mapping/ClassMetadata.php',
    'Symfony\\Component\\Serializer\\Mapping\\ClassMetadataInterface' => $vendorDir . '/symfony/serializer/Mapping/ClassMetadataInterface.php',
    'Symfony\\Component\\Serializer\\Mapping\\Factory\\CacheClassMetadataFactory' => $vendorDir . '/symfony/serializer/Mapping/Factory/CacheClassMetadataFactory.php',
    'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactory' => $vendorDir . '/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php',
    'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactoryCompiler' => $vendorDir . '/symfony/serializer/Mapping/Factory/ClassMetadataFactoryCompiler.php',
    'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactoryInterface' => $vendorDir . '/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php',
    'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassResolverTrait' => $vendorDir . '/symfony/serializer/Mapping/Factory/ClassResolverTrait.php',
    'Symfony\\Component\\Serializer\\Mapping\\Factory\\CompiledClassMetadataFactory' => $vendorDir . '/symfony/serializer/Mapping/Factory/CompiledClassMetadataFactory.php',
    'Symfony\\Component\\Serializer\\Mapping\\Loader\\AnnotationLoader' => $vendorDir . '/symfony/serializer/Mapping/Loader/AnnotationLoader.php',
    'Symfony\\Component\\Serializer\\Mapping\\Loader\\FileLoader' => $vendorDir . '/symfony/serializer/Mapping/Loader/FileLoader.php',
    'Symfony\\Component\\Serializer\\Mapping\\Loader\\LoaderChain' => $vendorDir . '/symfony/serializer/Mapping/Loader/LoaderChain.php',
    'Symfony\\Component\\Serializer\\Mapping\\Loader\\LoaderInterface' => $vendorDir . '/symfony/serializer/Mapping/Loader/LoaderInterface.php',
    'Symfony\\Component\\Serializer\\Mapping\\Loader\\XmlFileLoader' => $vendorDir . '/symfony/serializer/Mapping/Loader/XmlFileLoader.php',
    'Symfony\\Component\\Serializer\\Mapping\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/serializer/Mapping/Loader/YamlFileLoader.php',
    'Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface' => $vendorDir . '/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php',
    'Symfony\\Component\\Serializer\\NameConverter\\CamelCaseToSnakeCaseNameConverter' => $vendorDir . '/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php',
    'Symfony\\Component\\Serializer\\NameConverter\\MetadataAwareNameConverter' => $vendorDir . '/symfony/serializer/NameConverter/MetadataAwareNameConverter.php',
    'Symfony\\Component\\Serializer\\NameConverter\\NameConverterInterface' => $vendorDir . '/symfony/serializer/NameConverter/NameConverterInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\AbstractNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/AbstractNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\AbstractObjectNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/AbstractObjectNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer' => $vendorDir . '/symfony/serializer/Normalizer/ArrayDenormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\CacheableSupportsMethodInterface' => $vendorDir . '/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\ContextAwareDenormalizerInterface' => $vendorDir . '/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\ContextAwareNormalizerInterface' => $vendorDir . '/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\CustomNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/CustomNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/DataUriNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\DateIntervalNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/DateIntervalNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\DateTimeNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/DateTimeNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\DateTimeZoneNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\DenormalizableInterface' => $vendorDir . '/symfony/serializer/Normalizer/DenormalizableInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerAwareInterface' => $vendorDir . '/symfony/serializer/Normalizer/DenormalizerAwareInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerAwareTrait' => $vendorDir . '/symfony/serializer/Normalizer/DenormalizerAwareTrait.php',
    'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => $vendorDir . '/symfony/serializer/Normalizer/DenormalizerInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\FormErrorNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/FormErrorNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/GetSetMethodNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\JsonSerializableNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/JsonSerializableNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\MimeMessageNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/MimeMessageNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface' => $vendorDir . '/symfony/serializer/Normalizer/NormalizableInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareInterface' => $vendorDir . '/symfony/serializer/Normalizer/NormalizerAwareInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareTrait' => $vendorDir . '/symfony/serializer/Normalizer/NormalizerAwareTrait.php',
    'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => $vendorDir . '/symfony/serializer/Normalizer/NormalizerInterface.php',
    'Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/ObjectNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\ObjectToPopulateTrait' => $vendorDir . '/symfony/serializer/Normalizer/ObjectToPopulateTrait.php',
    'Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/ProblemNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/PropertyNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\UidNormalizer' => $vendorDir . '/symfony/serializer/Normalizer/UidNormalizer.php',
    'Symfony\\Component\\Serializer\\Normalizer\\UnwrappingDenormalizer' => $vendorDir . '/symfony/serializer/Normalizer/UnwrappingDenormalizer.php',
    'Symfony\\Component\\Serializer\\Serializer' => $vendorDir . '/symfony/serializer/Serializer.php',
    'Symfony\\Component\\Serializer\\SerializerAwareInterface' => $vendorDir . '/symfony/serializer/SerializerAwareInterface.php',
    'Symfony\\Component\\Serializer\\SerializerAwareTrait' => $vendorDir . '/symfony/serializer/SerializerAwareTrait.php',
    'Symfony\\Component\\Serializer\\SerializerInterface' => $vendorDir . '/symfony/serializer/SerializerInterface.php',
    'Symfony\\Component\\Stopwatch\\Section' => $vendorDir . '/symfony/stopwatch/Section.php',
    'Symfony\\Component\\Stopwatch\\Stopwatch' => $vendorDir . '/symfony/stopwatch/Stopwatch.php',
    'Symfony\\Component\\Stopwatch\\StopwatchEvent' => $vendorDir . '/symfony/stopwatch/StopwatchEvent.php',
    'Symfony\\Component\\Stopwatch\\StopwatchPeriod' => $vendorDir . '/symfony/stopwatch/StopwatchPeriod.php',
    'Symfony\\Component\\String\\AbstractString' => $vendorDir . '/symfony/string/AbstractString.php',
    'Symfony\\Component\\String\\AbstractUnicodeString' => $vendorDir . '/symfony/string/AbstractUnicodeString.php',
    'Symfony\\Component\\String\\ByteString' => $vendorDir . '/symfony/string/ByteString.php',
    'Symfony\\Component\\String\\CodePointString' => $vendorDir . '/symfony/string/CodePointString.php',
    'Symfony\\Component\\String\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/string/Exception/ExceptionInterface.php',
    'Symfony\\Component\\String\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/string/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\String\\Exception\\RuntimeException' => $vendorDir . '/symfony/string/Exception/RuntimeException.php',
    'Symfony\\Component\\String\\Inflector\\EnglishInflector' => $vendorDir . '/symfony/string/Inflector/EnglishInflector.php',
    'Symfony\\Component\\String\\Inflector\\FrenchInflector' => $vendorDir . '/symfony/string/Inflector/FrenchInflector.php',
    'Symfony\\Component\\String\\Inflector\\InflectorInterface' => $vendorDir . '/symfony/string/Inflector/InflectorInterface.php',
    'Symfony\\Component\\String\\LazyString' => $vendorDir . '/symfony/string/LazyString.php',
    'Symfony\\Component\\String\\Slugger\\AsciiSlugger' => $vendorDir . '/symfony/string/Slugger/AsciiSlugger.php',
    'Symfony\\Component\\String\\Slugger\\SluggerInterface' => $vendorDir . '/symfony/string/Slugger/SluggerInterface.php',
    'Symfony\\Component\\String\\UnicodeString' => $vendorDir . '/symfony/string/UnicodeString.php',
    'Symfony\\Component\\Translation\\Catalogue\\AbstractOperation' => $vendorDir . '/symfony/translation/Catalogue/AbstractOperation.php',
    'Symfony\\Component\\Translation\\Catalogue\\MergeOperation' => $vendorDir . '/symfony/translation/Catalogue/MergeOperation.php',
    'Symfony\\Component\\Translation\\Catalogue\\OperationInterface' => $vendorDir . '/symfony/translation/Catalogue/OperationInterface.php',
    'Symfony\\Component\\Translation\\Catalogue\\TargetOperation' => $vendorDir . '/symfony/translation/Catalogue/TargetOperation.php',
    'Symfony\\Component\\Translation\\Command\\TranslationPullCommand' => $vendorDir . '/symfony/translation/Command/TranslationPullCommand.php',
    'Symfony\\Component\\Translation\\Command\\TranslationPushCommand' => $vendorDir . '/symfony/translation/Command/TranslationPushCommand.php',
    'Symfony\\Component\\Translation\\Command\\TranslationTrait' => $vendorDir . '/symfony/translation/Command/TranslationTrait.php',
    'Symfony\\Component\\Translation\\Command\\XliffLintCommand' => $vendorDir . '/symfony/translation/Command/XliffLintCommand.php',
    'Symfony\\Component\\Translation\\DataCollectorTranslator' => $vendorDir . '/symfony/translation/DataCollectorTranslator.php',
    'Symfony\\Component\\Translation\\DataCollector\\TranslationDataCollector' => $vendorDir . '/symfony/translation/DataCollector/TranslationDataCollector.php',
    'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationDumperPass.php',
    'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php',
    'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPass.php',
    'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslatorPathsPass.php',
    'Symfony\\Component\\Translation\\Dumper\\CsvFileDumper' => $vendorDir . '/symfony/translation/Dumper/CsvFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\DumperInterface' => $vendorDir . '/symfony/translation/Dumper/DumperInterface.php',
    'Symfony\\Component\\Translation\\Dumper\\FileDumper' => $vendorDir . '/symfony/translation/Dumper/FileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\IcuResFileDumper' => $vendorDir . '/symfony/translation/Dumper/IcuResFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\IniFileDumper' => $vendorDir . '/symfony/translation/Dumper/IniFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\JsonFileDumper' => $vendorDir . '/symfony/translation/Dumper/JsonFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\MoFileDumper' => $vendorDir . '/symfony/translation/Dumper/MoFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\PhpFileDumper' => $vendorDir . '/symfony/translation/Dumper/PhpFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\PoFileDumper' => $vendorDir . '/symfony/translation/Dumper/PoFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\QtFileDumper' => $vendorDir . '/symfony/translation/Dumper/QtFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\XliffFileDumper' => $vendorDir . '/symfony/translation/Dumper/XliffFileDumper.php',
    'Symfony\\Component\\Translation\\Dumper\\YamlFileDumper' => $vendorDir . '/symfony/translation/Dumper/YamlFileDumper.php',
    'Symfony\\Component\\Translation\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/translation/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Translation\\Exception\\IncompleteDsnException' => $vendorDir . '/symfony/translation/Exception/IncompleteDsnException.php',
    'Symfony\\Component\\Translation\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/translation/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Translation\\Exception\\InvalidResourceException' => $vendorDir . '/symfony/translation/Exception/InvalidResourceException.php',
    'Symfony\\Component\\Translation\\Exception\\LogicException' => $vendorDir . '/symfony/translation/Exception/LogicException.php',
    'Symfony\\Component\\Translation\\Exception\\MissingRequiredOptionException' => $vendorDir . '/symfony/translation/Exception/MissingRequiredOptionException.php',
    'Symfony\\Component\\Translation\\Exception\\NotFoundResourceException' => $vendorDir . '/symfony/translation/Exception/NotFoundResourceException.php',
    'Symfony\\Component\\Translation\\Exception\\ProviderException' => $vendorDir . '/symfony/translation/Exception/ProviderException.php',
    'Symfony\\Component\\Translation\\Exception\\ProviderExceptionInterface' => $vendorDir . '/symfony/translation/Exception/ProviderExceptionInterface.php',
    'Symfony\\Component\\Translation\\Exception\\RuntimeException' => $vendorDir . '/symfony/translation/Exception/RuntimeException.php',
    'Symfony\\Component\\Translation\\Exception\\UnsupportedSchemeException' => $vendorDir . '/symfony/translation/Exception/UnsupportedSchemeException.php',
    'Symfony\\Component\\Translation\\Extractor\\AbstractFileExtractor' => $vendorDir . '/symfony/translation/Extractor/AbstractFileExtractor.php',
    'Symfony\\Component\\Translation\\Extractor\\ChainExtractor' => $vendorDir . '/symfony/translation/Extractor/ChainExtractor.php',
    'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => $vendorDir . '/symfony/translation/Extractor/ExtractorInterface.php',
    'Symfony\\Component\\Translation\\Extractor\\PhpExtractor' => $vendorDir . '/symfony/translation/Extractor/PhpExtractor.php',
    'Symfony\\Component\\Translation\\Extractor\\PhpStringTokenParser' => $vendorDir . '/symfony/translation/Extractor/PhpStringTokenParser.php',
    'Symfony\\Component\\Translation\\Formatter\\IntlFormatter' => $vendorDir . '/symfony/translation/Formatter/IntlFormatter.php',
    'Symfony\\Component\\Translation\\Formatter\\IntlFormatterInterface' => $vendorDir . '/symfony/translation/Formatter/IntlFormatterInterface.php',
    'Symfony\\Component\\Translation\\Formatter\\MessageFormatter' => $vendorDir . '/symfony/translation/Formatter/MessageFormatter.php',
    'Symfony\\Component\\Translation\\Formatter\\MessageFormatterInterface' => $vendorDir . '/symfony/translation/Formatter/MessageFormatterInterface.php',
    'Symfony\\Component\\Translation\\IdentityTranslator' => $vendorDir . '/symfony/translation/IdentityTranslator.php',
    'Symfony\\Component\\Translation\\Loader\\ArrayLoader' => $vendorDir . '/symfony/translation/Loader/ArrayLoader.php',
    'Symfony\\Component\\Translation\\Loader\\CsvFileLoader' => $vendorDir . '/symfony/translation/Loader/CsvFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\FileLoader' => $vendorDir . '/symfony/translation/Loader/FileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\IcuDatFileLoader' => $vendorDir . '/symfony/translation/Loader/IcuDatFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\IcuResFileLoader' => $vendorDir . '/symfony/translation/Loader/IcuResFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\IniFileLoader' => $vendorDir . '/symfony/translation/Loader/IniFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\JsonFileLoader' => $vendorDir . '/symfony/translation/Loader/JsonFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\LoaderInterface' => $vendorDir . '/symfony/translation/Loader/LoaderInterface.php',
    'Symfony\\Component\\Translation\\Loader\\MoFileLoader' => $vendorDir . '/symfony/translation/Loader/MoFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\PhpFileLoader' => $vendorDir . '/symfony/translation/Loader/PhpFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\PoFileLoader' => $vendorDir . '/symfony/translation/Loader/PoFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\QtFileLoader' => $vendorDir . '/symfony/translation/Loader/QtFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\XliffFileLoader' => $vendorDir . '/symfony/translation/Loader/XliffFileLoader.php',
    'Symfony\\Component\\Translation\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/translation/Loader/YamlFileLoader.php',
    'Symfony\\Component\\Translation\\LoggingTranslator' => $vendorDir . '/symfony/translation/LoggingTranslator.php',
    'Symfony\\Component\\Translation\\MessageCatalogue' => $vendorDir . '/symfony/translation/MessageCatalogue.php',
    'Symfony\\Component\\Translation\\MessageCatalogueInterface' => $vendorDir . '/symfony/translation/MessageCatalogueInterface.php',
    'Symfony\\Component\\Translation\\MetadataAwareInterface' => $vendorDir . '/symfony/translation/MetadataAwareInterface.php',
    'Symfony\\Component\\Translation\\Provider\\AbstractProviderFactory' => $vendorDir . '/symfony/translation/Provider/AbstractProviderFactory.php',
    'Symfony\\Component\\Translation\\Provider\\Dsn' => $vendorDir . '/symfony/translation/Provider/Dsn.php',
    'Symfony\\Component\\Translation\\Provider\\FilteringProvider' => $vendorDir . '/symfony/translation/Provider/FilteringProvider.php',
    'Symfony\\Component\\Translation\\Provider\\NullProvider' => $vendorDir . '/symfony/translation/Provider/NullProvider.php',
    'Symfony\\Component\\Translation\\Provider\\NullProviderFactory' => $vendorDir . '/symfony/translation/Provider/NullProviderFactory.php',
    'Symfony\\Component\\Translation\\Provider\\ProviderFactoryInterface' => $vendorDir . '/symfony/translation/Provider/ProviderFactoryInterface.php',
    'Symfony\\Component\\Translation\\Provider\\ProviderInterface' => $vendorDir . '/symfony/translation/Provider/ProviderInterface.php',
    'Symfony\\Component\\Translation\\Provider\\TranslationProviderCollection' => $vendorDir . '/symfony/translation/Provider/TranslationProviderCollection.php',
    'Symfony\\Component\\Translation\\Provider\\TranslationProviderCollectionFactory' => $vendorDir . '/symfony/translation/Provider/TranslationProviderCollectionFactory.php',
    'Symfony\\Component\\Translation\\PseudoLocalizationTranslator' => $vendorDir . '/symfony/translation/PseudoLocalizationTranslator.php',
    'Symfony\\Component\\Translation\\Reader\\TranslationReader' => $vendorDir . '/symfony/translation/Reader/TranslationReader.php',
    'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => $vendorDir . '/symfony/translation/Reader/TranslationReaderInterface.php',
    'Symfony\\Component\\Translation\\Test\\ProviderFactoryTestCase' => $vendorDir . '/symfony/translation/Test/ProviderFactoryTestCase.php',
    'Symfony\\Component\\Translation\\Test\\ProviderTestCase' => $vendorDir . '/symfony/translation/Test/ProviderTestCase.php',
    'Symfony\\Component\\Translation\\TranslatableMessage' => $vendorDir . '/symfony/translation/TranslatableMessage.php',
    'Symfony\\Component\\Translation\\Translator' => $vendorDir . '/symfony/translation/Translator.php',
    'Symfony\\Component\\Translation\\TranslatorBag' => $vendorDir . '/symfony/translation/TranslatorBag.php',
    'Symfony\\Component\\Translation\\TranslatorBagInterface' => $vendorDir . '/symfony/translation/TranslatorBagInterface.php',
    'Symfony\\Component\\Translation\\Util\\ArrayConverter' => $vendorDir . '/symfony/translation/Util/ArrayConverter.php',
    'Symfony\\Component\\Translation\\Util\\XliffUtils' => $vendorDir . '/symfony/translation/Util/XliffUtils.php',
    'Symfony\\Component\\Translation\\Writer\\TranslationWriter' => $vendorDir . '/symfony/translation/Writer/TranslationWriter.php',
    'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => $vendorDir . '/symfony/translation/Writer/TranslationWriterInterface.php',
    'Symfony\\Component\\Validator\\Command\\DebugCommand' => $vendorDir . '/symfony/validator/Command/DebugCommand.php',
    'Symfony\\Component\\Validator\\Constraint' => $vendorDir . '/symfony/validator/Constraint.php',
    'Symfony\\Component\\Validator\\ConstraintValidator' => $vendorDir . '/symfony/validator/ConstraintValidator.php',
    'Symfony\\Component\\Validator\\ConstraintValidatorFactory' => $vendorDir . '/symfony/validator/ConstraintValidatorFactory.php',
    'Symfony\\Component\\Validator\\ConstraintValidatorFactoryInterface' => $vendorDir . '/symfony/validator/ConstraintValidatorFactoryInterface.php',
    'Symfony\\Component\\Validator\\ConstraintValidatorInterface' => $vendorDir . '/symfony/validator/ConstraintValidatorInterface.php',
    'Symfony\\Component\\Validator\\ConstraintViolation' => $vendorDir . '/symfony/validator/ConstraintViolation.php',
    'Symfony\\Component\\Validator\\ConstraintViolationInterface' => $vendorDir . '/symfony/validator/ConstraintViolationInterface.php',
    'Symfony\\Component\\Validator\\ConstraintViolationList' => $vendorDir . '/symfony/validator/ConstraintViolationList.php',
    'Symfony\\Component\\Validator\\ConstraintViolationListInterface' => $vendorDir . '/symfony/validator/ConstraintViolationListInterface.php',
    'Symfony\\Component\\Validator\\Constraints\\AbstractComparison' => $vendorDir . '/symfony/validator/Constraints/AbstractComparison.php',
    'Symfony\\Component\\Validator\\Constraints\\AbstractComparisonValidator' => $vendorDir . '/symfony/validator/Constraints/AbstractComparisonValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\All' => $vendorDir . '/symfony/validator/Constraints/All.php',
    'Symfony\\Component\\Validator\\Constraints\\AllValidator' => $vendorDir . '/symfony/validator/Constraints/AllValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOf' => $vendorDir . '/symfony/validator/Constraints/AtLeastOneOf.php',
    'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOfValidator' => $vendorDir . '/symfony/validator/Constraints/AtLeastOneOfValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Bic' => $vendorDir . '/symfony/validator/Constraints/Bic.php',
    'Symfony\\Component\\Validator\\Constraints\\BicValidator' => $vendorDir . '/symfony/validator/Constraints/BicValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Blank' => $vendorDir . '/symfony/validator/Constraints/Blank.php',
    'Symfony\\Component\\Validator\\Constraints\\BlankValidator' => $vendorDir . '/symfony/validator/Constraints/BlankValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Callback' => $vendorDir . '/symfony/validator/Constraints/Callback.php',
    'Symfony\\Component\\Validator\\Constraints\\CallbackValidator' => $vendorDir . '/symfony/validator/Constraints/CallbackValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\CardScheme' => $vendorDir . '/symfony/validator/Constraints/CardScheme.php',
    'Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator' => $vendorDir . '/symfony/validator/Constraints/CardSchemeValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Cascade' => $vendorDir . '/symfony/validator/Constraints/Cascade.php',
    'Symfony\\Component\\Validator\\Constraints\\Choice' => $vendorDir . '/symfony/validator/Constraints/Choice.php',
    'Symfony\\Component\\Validator\\Constraints\\ChoiceValidator' => $vendorDir . '/symfony/validator/Constraints/ChoiceValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Collection' => $vendorDir . '/symfony/validator/Constraints/Collection.php',
    'Symfony\\Component\\Validator\\Constraints\\CollectionValidator' => $vendorDir . '/symfony/validator/Constraints/CollectionValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Composite' => $vendorDir . '/symfony/validator/Constraints/Composite.php',
    'Symfony\\Component\\Validator\\Constraints\\Compound' => $vendorDir . '/symfony/validator/Constraints/Compound.php',
    'Symfony\\Component\\Validator\\Constraints\\CompoundValidator' => $vendorDir . '/symfony/validator/Constraints/CompoundValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Count' => $vendorDir . '/symfony/validator/Constraints/Count.php',
    'Symfony\\Component\\Validator\\Constraints\\CountValidator' => $vendorDir . '/symfony/validator/Constraints/CountValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Country' => $vendorDir . '/symfony/validator/Constraints/Country.php',
    'Symfony\\Component\\Validator\\Constraints\\CountryValidator' => $vendorDir . '/symfony/validator/Constraints/CountryValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Currency' => $vendorDir . '/symfony/validator/Constraints/Currency.php',
    'Symfony\\Component\\Validator\\Constraints\\CurrencyValidator' => $vendorDir . '/symfony/validator/Constraints/CurrencyValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Date' => $vendorDir . '/symfony/validator/Constraints/Date.php',
    'Symfony\\Component\\Validator\\Constraints\\DateTime' => $vendorDir . '/symfony/validator/Constraints/DateTime.php',
    'Symfony\\Component\\Validator\\Constraints\\DateTimeValidator' => $vendorDir . '/symfony/validator/Constraints/DateTimeValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\DateValidator' => $vendorDir . '/symfony/validator/Constraints/DateValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\DisableAutoMapping' => $vendorDir . '/symfony/validator/Constraints/DisableAutoMapping.php',
    'Symfony\\Component\\Validator\\Constraints\\DivisibleBy' => $vendorDir . '/symfony/validator/Constraints/DivisibleBy.php',
    'Symfony\\Component\\Validator\\Constraints\\DivisibleByValidator' => $vendorDir . '/symfony/validator/Constraints/DivisibleByValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Email' => $vendorDir . '/symfony/validator/Constraints/Email.php',
    'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => $vendorDir . '/symfony/validator/Constraints/EmailValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\EnableAutoMapping' => $vendorDir . '/symfony/validator/Constraints/EnableAutoMapping.php',
    'Symfony\\Component\\Validator\\Constraints\\EqualTo' => $vendorDir . '/symfony/validator/Constraints/EqualTo.php',
    'Symfony\\Component\\Validator\\Constraints\\EqualToValidator' => $vendorDir . '/symfony/validator/Constraints/EqualToValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Existence' => $vendorDir . '/symfony/validator/Constraints/Existence.php',
    'Symfony\\Component\\Validator\\Constraints\\Expression' => $vendorDir . '/symfony/validator/Constraints/Expression.php',
    'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntax' => $vendorDir . '/symfony/validator/Constraints/ExpressionLanguageSyntax.php',
    'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntaxValidator' => $vendorDir . '/symfony/validator/Constraints/ExpressionLanguageSyntaxValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => $vendorDir . '/symfony/validator/Constraints/ExpressionValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\File' => $vendorDir . '/symfony/validator/Constraints/File.php',
    'Symfony\\Component\\Validator\\Constraints\\FileValidator' => $vendorDir . '/symfony/validator/Constraints/FileValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\GreaterThan' => $vendorDir . '/symfony/validator/Constraints/GreaterThan.php',
    'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual' => $vendorDir . '/symfony/validator/Constraints/GreaterThanOrEqual.php',
    'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator' => $vendorDir . '/symfony/validator/Constraints/GreaterThanOrEqualValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator' => $vendorDir . '/symfony/validator/Constraints/GreaterThanValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\GroupSequence' => $vendorDir . '/symfony/validator/Constraints/GroupSequence.php',
    'Symfony\\Component\\Validator\\Constraints\\GroupSequenceProvider' => $vendorDir . '/symfony/validator/Constraints/GroupSequenceProvider.php',
    'Symfony\\Component\\Validator\\Constraints\\Hostname' => $vendorDir . '/symfony/validator/Constraints/Hostname.php',
    'Symfony\\Component\\Validator\\Constraints\\HostnameValidator' => $vendorDir . '/symfony/validator/Constraints/HostnameValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Iban' => $vendorDir . '/symfony/validator/Constraints/Iban.php',
    'Symfony\\Component\\Validator\\Constraints\\IbanValidator' => $vendorDir . '/symfony/validator/Constraints/IbanValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\IdenticalTo' => $vendorDir . '/symfony/validator/Constraints/IdenticalTo.php',
    'Symfony\\Component\\Validator\\Constraints\\IdenticalToValidator' => $vendorDir . '/symfony/validator/Constraints/IdenticalToValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Image' => $vendorDir . '/symfony/validator/Constraints/Image.php',
    'Symfony\\Component\\Validator\\Constraints\\ImageValidator' => $vendorDir . '/symfony/validator/Constraints/ImageValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Ip' => $vendorDir . '/symfony/validator/Constraints/Ip.php',
    'Symfony\\Component\\Validator\\Constraints\\IpValidator' => $vendorDir . '/symfony/validator/Constraints/IpValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\IsFalse' => $vendorDir . '/symfony/validator/Constraints/IsFalse.php',
    'Symfony\\Component\\Validator\\Constraints\\IsFalseValidator' => $vendorDir . '/symfony/validator/Constraints/IsFalseValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\IsNull' => $vendorDir . '/symfony/validator/Constraints/IsNull.php',
    'Symfony\\Component\\Validator\\Constraints\\IsNullValidator' => $vendorDir . '/symfony/validator/Constraints/IsNullValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\IsTrue' => $vendorDir . '/symfony/validator/Constraints/IsTrue.php',
    'Symfony\\Component\\Validator\\Constraints\\IsTrueValidator' => $vendorDir . '/symfony/validator/Constraints/IsTrueValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Isbn' => $vendorDir . '/symfony/validator/Constraints/Isbn.php',
    'Symfony\\Component\\Validator\\Constraints\\IsbnValidator' => $vendorDir . '/symfony/validator/Constraints/IsbnValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Isin' => $vendorDir . '/symfony/validator/Constraints/Isin.php',
    'Symfony\\Component\\Validator\\Constraints\\IsinValidator' => $vendorDir . '/symfony/validator/Constraints/IsinValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Issn' => $vendorDir . '/symfony/validator/Constraints/Issn.php',
    'Symfony\\Component\\Validator\\Constraints\\IssnValidator' => $vendorDir . '/symfony/validator/Constraints/IssnValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Json' => $vendorDir . '/symfony/validator/Constraints/Json.php',
    'Symfony\\Component\\Validator\\Constraints\\JsonValidator' => $vendorDir . '/symfony/validator/Constraints/JsonValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Language' => $vendorDir . '/symfony/validator/Constraints/Language.php',
    'Symfony\\Component\\Validator\\Constraints\\LanguageValidator' => $vendorDir . '/symfony/validator/Constraints/LanguageValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Length' => $vendorDir . '/symfony/validator/Constraints/Length.php',
    'Symfony\\Component\\Validator\\Constraints\\LengthValidator' => $vendorDir . '/symfony/validator/Constraints/LengthValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\LessThan' => $vendorDir . '/symfony/validator/Constraints/LessThan.php',
    'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqual' => $vendorDir . '/symfony/validator/Constraints/LessThanOrEqual.php',
    'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqualValidator' => $vendorDir . '/symfony/validator/Constraints/LessThanOrEqualValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\LessThanValidator' => $vendorDir . '/symfony/validator/Constraints/LessThanValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Locale' => $vendorDir . '/symfony/validator/Constraints/Locale.php',
    'Symfony\\Component\\Validator\\Constraints\\LocaleValidator' => $vendorDir . '/symfony/validator/Constraints/LocaleValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Luhn' => $vendorDir . '/symfony/validator/Constraints/Luhn.php',
    'Symfony\\Component\\Validator\\Constraints\\LuhnValidator' => $vendorDir . '/symfony/validator/Constraints/LuhnValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Negative' => $vendorDir . '/symfony/validator/Constraints/Negative.php',
    'Symfony\\Component\\Validator\\Constraints\\NegativeOrZero' => $vendorDir . '/symfony/validator/Constraints/NegativeOrZero.php',
    'Symfony\\Component\\Validator\\Constraints\\NotBlank' => $vendorDir . '/symfony/validator/Constraints/NotBlank.php',
    'Symfony\\Component\\Validator\\Constraints\\NotBlankValidator' => $vendorDir . '/symfony/validator/Constraints/NotBlankValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPassword' => $vendorDir . '/symfony/validator/Constraints/NotCompromisedPassword.php',
    'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => $vendorDir . '/symfony/validator/Constraints/NotCompromisedPasswordValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\NotEqualTo' => $vendorDir . '/symfony/validator/Constraints/NotEqualTo.php',
    'Symfony\\Component\\Validator\\Constraints\\NotEqualToValidator' => $vendorDir . '/symfony/validator/Constraints/NotEqualToValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\NotIdenticalTo' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalTo.php',
    'Symfony\\Component\\Validator\\Constraints\\NotIdenticalToValidator' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalToValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\NotNull' => $vendorDir . '/symfony/validator/Constraints/NotNull.php',
    'Symfony\\Component\\Validator\\Constraints\\NotNullValidator' => $vendorDir . '/symfony/validator/Constraints/NotNullValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\NumberConstraintTrait' => $vendorDir . '/symfony/validator/Constraints/NumberConstraintTrait.php',
    'Symfony\\Component\\Validator\\Constraints\\Optional' => $vendorDir . '/symfony/validator/Constraints/Optional.php',
    'Symfony\\Component\\Validator\\Constraints\\Positive' => $vendorDir . '/symfony/validator/Constraints/Positive.php',
    'Symfony\\Component\\Validator\\Constraints\\PositiveOrZero' => $vendorDir . '/symfony/validator/Constraints/PositiveOrZero.php',
    'Symfony\\Component\\Validator\\Constraints\\Range' => $vendorDir . '/symfony/validator/Constraints/Range.php',
    'Symfony\\Component\\Validator\\Constraints\\RangeValidator' => $vendorDir . '/symfony/validator/Constraints/RangeValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Regex' => $vendorDir . '/symfony/validator/Constraints/Regex.php',
    'Symfony\\Component\\Validator\\Constraints\\RegexValidator' => $vendorDir . '/symfony/validator/Constraints/RegexValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Required' => $vendorDir . '/symfony/validator/Constraints/Required.php',
    'Symfony\\Component\\Validator\\Constraints\\Sequentially' => $vendorDir . '/symfony/validator/Constraints/Sequentially.php',
    'Symfony\\Component\\Validator\\Constraints\\SequentiallyValidator' => $vendorDir . '/symfony/validator/Constraints/SequentiallyValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Time' => $vendorDir . '/symfony/validator/Constraints/Time.php',
    'Symfony\\Component\\Validator\\Constraints\\TimeValidator' => $vendorDir . '/symfony/validator/Constraints/TimeValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Timezone' => $vendorDir . '/symfony/validator/Constraints/Timezone.php',
    'Symfony\\Component\\Validator\\Constraints\\TimezoneValidator' => $vendorDir . '/symfony/validator/Constraints/TimezoneValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Traverse' => $vendorDir . '/symfony/validator/Constraints/Traverse.php',
    'Symfony\\Component\\Validator\\Constraints\\Type' => $vendorDir . '/symfony/validator/Constraints/Type.php',
    'Symfony\\Component\\Validator\\Constraints\\TypeValidator' => $vendorDir . '/symfony/validator/Constraints/TypeValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Ulid' => $vendorDir . '/symfony/validator/Constraints/Ulid.php',
    'Symfony\\Component\\Validator\\Constraints\\UlidValidator' => $vendorDir . '/symfony/validator/Constraints/UlidValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Unique' => $vendorDir . '/symfony/validator/Constraints/Unique.php',
    'Symfony\\Component\\Validator\\Constraints\\UniqueValidator' => $vendorDir . '/symfony/validator/Constraints/UniqueValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Url' => $vendorDir . '/symfony/validator/Constraints/Url.php',
    'Symfony\\Component\\Validator\\Constraints\\UrlValidator' => $vendorDir . '/symfony/validator/Constraints/UrlValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Uuid' => $vendorDir . '/symfony/validator/Constraints/Uuid.php',
    'Symfony\\Component\\Validator\\Constraints\\UuidValidator' => $vendorDir . '/symfony/validator/Constraints/UuidValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\Valid' => $vendorDir . '/symfony/validator/Constraints/Valid.php',
    'Symfony\\Component\\Validator\\Constraints\\ValidValidator' => $vendorDir . '/symfony/validator/Constraints/ValidValidator.php',
    'Symfony\\Component\\Validator\\Constraints\\ZeroComparisonConstraintTrait' => $vendorDir . '/symfony/validator/Constraints/ZeroComparisonConstraintTrait.php',
    'Symfony\\Component\\Validator\\ContainerConstraintValidatorFactory' => $vendorDir . '/symfony/validator/ContainerConstraintValidatorFactory.php',
    'Symfony\\Component\\Validator\\Context\\ExecutionContext' => $vendorDir . '/symfony/validator/Context/ExecutionContext.php',
    'Symfony\\Component\\Validator\\Context\\ExecutionContextFactory' => $vendorDir . '/symfony/validator/Context/ExecutionContextFactory.php',
    'Symfony\\Component\\Validator\\Context\\ExecutionContextFactoryInterface' => $vendorDir . '/symfony/validator/Context/ExecutionContextFactoryInterface.php',
    'Symfony\\Component\\Validator\\Context\\ExecutionContextInterface' => $vendorDir . '/symfony/validator/Context/ExecutionContextInterface.php',
    'Symfony\\Component\\Validator\\DataCollector\\ValidatorDataCollector' => $vendorDir . '/symfony/validator/DataCollector/ValidatorDataCollector.php',
    'Symfony\\Component\\Validator\\DependencyInjection\\AddAutoMappingConfigurationPass' => $vendorDir . '/symfony/validator/DependencyInjection/AddAutoMappingConfigurationPass.php',
    'Symfony\\Component\\Validator\\DependencyInjection\\AddConstraintValidatorsPass' => $vendorDir . '/symfony/validator/DependencyInjection/AddConstraintValidatorsPass.php',
    'Symfony\\Component\\Validator\\DependencyInjection\\AddValidatorInitializersPass' => $vendorDir . '/symfony/validator/DependencyInjection/AddValidatorInitializersPass.php',
    'Symfony\\Component\\Validator\\Exception\\BadMethodCallException' => $vendorDir . '/symfony/validator/Exception/BadMethodCallException.php',
    'Symfony\\Component\\Validator\\Exception\\ConstraintDefinitionException' => $vendorDir . '/symfony/validator/Exception/ConstraintDefinitionException.php',
    'Symfony\\Component\\Validator\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/validator/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Validator\\Exception\\GroupDefinitionException' => $vendorDir . '/symfony/validator/Exception/GroupDefinitionException.php',
    'Symfony\\Component\\Validator\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/validator/Exception/InvalidArgumentException.php',
    'Symfony\\Component\\Validator\\Exception\\InvalidOptionsException' => $vendorDir . '/symfony/validator/Exception/InvalidOptionsException.php',
    'Symfony\\Component\\Validator\\Exception\\LogicException' => $vendorDir . '/symfony/validator/Exception/LogicException.php',
    'Symfony\\Component\\Validator\\Exception\\MappingException' => $vendorDir . '/symfony/validator/Exception/MappingException.php',
    'Symfony\\Component\\Validator\\Exception\\MissingOptionsException' => $vendorDir . '/symfony/validator/Exception/MissingOptionsException.php',
    'Symfony\\Component\\Validator\\Exception\\NoSuchMetadataException' => $vendorDir . '/symfony/validator/Exception/NoSuchMetadataException.php',
    'Symfony\\Component\\Validator\\Exception\\OutOfBoundsException' => $vendorDir . '/symfony/validator/Exception/OutOfBoundsException.php',
    'Symfony\\Component\\Validator\\Exception\\RuntimeException' => $vendorDir . '/symfony/validator/Exception/RuntimeException.php',
    'Symfony\\Component\\Validator\\Exception\\UnexpectedTypeException' => $vendorDir . '/symfony/validator/Exception/UnexpectedTypeException.php',
    'Symfony\\Component\\Validator\\Exception\\UnexpectedValueException' => $vendorDir . '/symfony/validator/Exception/UnexpectedValueException.php',
    'Symfony\\Component\\Validator\\Exception\\UnsupportedMetadataException' => $vendorDir . '/symfony/validator/Exception/UnsupportedMetadataException.php',
    'Symfony\\Component\\Validator\\Exception\\ValidationFailedException' => $vendorDir . '/symfony/validator/Exception/ValidationFailedException.php',
    'Symfony\\Component\\Validator\\Exception\\ValidatorException' => $vendorDir . '/symfony/validator/Exception/ValidatorException.php',
    'Symfony\\Component\\Validator\\GroupSequenceProviderInterface' => $vendorDir . '/symfony/validator/GroupSequenceProviderInterface.php',
    'Symfony\\Component\\Validator\\Mapping\\AutoMappingStrategy' => $vendorDir . '/symfony/validator/Mapping/AutoMappingStrategy.php',
    'Symfony\\Component\\Validator\\Mapping\\CascadingStrategy' => $vendorDir . '/symfony/validator/Mapping/CascadingStrategy.php',
    'Symfony\\Component\\Validator\\Mapping\\ClassMetadata' => $vendorDir . '/symfony/validator/Mapping/ClassMetadata.php',
    'Symfony\\Component\\Validator\\Mapping\\ClassMetadataInterface' => $vendorDir . '/symfony/validator/Mapping/ClassMetadataInterface.php',
    'Symfony\\Component\\Validator\\Mapping\\Factory\\BlackHoleMetadataFactory' => $vendorDir . '/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php',
    'Symfony\\Component\\Validator\\Mapping\\Factory\\LazyLoadingMetadataFactory' => $vendorDir . '/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php',
    'Symfony\\Component\\Validator\\Mapping\\Factory\\MetadataFactoryInterface' => $vendorDir . '/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php',
    'Symfony\\Component\\Validator\\Mapping\\GenericMetadata' => $vendorDir . '/symfony/validator/Mapping/GenericMetadata.php',
    'Symfony\\Component\\Validator\\Mapping\\GetterMetadata' => $vendorDir . '/symfony/validator/Mapping/GetterMetadata.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\AbstractLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/AbstractLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\AnnotationLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/AnnotationLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\AutoMappingTrait' => $vendorDir . '/symfony/validator/Mapping/Loader/AutoMappingTrait.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\FileLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/FileLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\FilesLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/FilesLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderChain' => $vendorDir . '/symfony/validator/Mapping/Loader/LoaderChain.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderInterface' => $vendorDir . '/symfony/validator/Mapping/Loader/LoaderInterface.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\PropertyInfoLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/PropertyInfoLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\StaticMethodLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/StaticMethodLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFileLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/XmlFileLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFilesLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/XmlFilesLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/YamlFileLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFilesLoader' => $vendorDir . '/symfony/validator/Mapping/Loader/YamlFilesLoader.php',
    'Symfony\\Component\\Validator\\Mapping\\MemberMetadata' => $vendorDir . '/symfony/validator/Mapping/MemberMetadata.php',
    'Symfony\\Component\\Validator\\Mapping\\MetadataInterface' => $vendorDir . '/symfony/validator/Mapping/MetadataInterface.php',
    'Symfony\\Component\\Validator\\Mapping\\PropertyMetadata' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadata.php',
    'Symfony\\Component\\Validator\\Mapping\\PropertyMetadataInterface' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadataInterface.php',
    'Symfony\\Component\\Validator\\Mapping\\TraversalStrategy' => $vendorDir . '/symfony/validator/Mapping/TraversalStrategy.php',
    'Symfony\\Component\\Validator\\ObjectInitializerInterface' => $vendorDir . '/symfony/validator/ObjectInitializerInterface.php',
    'Symfony\\Component\\Validator\\Test\\ConstraintValidatorTestCase' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
    'Symfony\\Component\\Validator\\Util\\PropertyPath' => $vendorDir . '/symfony/validator/Util/PropertyPath.php',
    'Symfony\\Component\\Validator\\Validation' => $vendorDir . '/symfony/validator/Validation.php',
    'Symfony\\Component\\Validator\\ValidatorBuilder' => $vendorDir . '/symfony/validator/ValidatorBuilder.php',
    'Symfony\\Component\\Validator\\Validator\\ContextualValidatorInterface' => $vendorDir . '/symfony/validator/Validator/ContextualValidatorInterface.php',
    'Symfony\\Component\\Validator\\Validator\\LazyProperty' => $vendorDir . '/symfony/validator/Validator/LazyProperty.php',
    'Symfony\\Component\\Validator\\Validator\\RecursiveContextualValidator' => $vendorDir . '/symfony/validator/Validator/RecursiveContextualValidator.php',
    'Symfony\\Component\\Validator\\Validator\\RecursiveValidator' => $vendorDir . '/symfony/validator/Validator/RecursiveValidator.php',
    'Symfony\\Component\\Validator\\Validator\\TraceableValidator' => $vendorDir . '/symfony/validator/Validator/TraceableValidator.php',
    'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => $vendorDir . '/symfony/validator/Validator/ValidatorInterface.php',
    'Symfony\\Component\\Validator\\Violation\\ConstraintViolationBuilder' => $vendorDir . '/symfony/validator/Violation/ConstraintViolationBuilder.php',
    'Symfony\\Component\\Validator\\Violation\\ConstraintViolationBuilderInterface' => $vendorDir . '/symfony/validator/Violation/ConstraintViolationBuilderInterface.php',
    'Symfony\\Component\\VarDumper\\Caster\\AmqpCaster' => $vendorDir . '/symfony/var-dumper/Caster/AmqpCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ArgsStub' => $vendorDir . '/symfony/var-dumper/Caster/ArgsStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\Caster' => $vendorDir . '/symfony/var-dumper/Caster/Caster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ClassStub' => $vendorDir . '/symfony/var-dumper/Caster/ClassStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\ConstStub' => $vendorDir . '/symfony/var-dumper/Caster/ConstStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\CutArrayStub' => $vendorDir . '/symfony/var-dumper/Caster/CutArrayStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\CutStub' => $vendorDir . '/symfony/var-dumper/Caster/CutStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\DOMCaster' => $vendorDir . '/symfony/var-dumper/Caster/DOMCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\DateCaster' => $vendorDir . '/symfony/var-dumper/Caster/DateCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\DoctrineCaster' => $vendorDir . '/symfony/var-dumper/Caster/DoctrineCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\DsCaster' => $vendorDir . '/symfony/var-dumper/Caster/DsCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\DsPairStub' => $vendorDir . '/symfony/var-dumper/Caster/DsPairStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\EnumStub' => $vendorDir . '/symfony/var-dumper/Caster/EnumStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\ExceptionCaster' => $vendorDir . '/symfony/var-dumper/Caster/ExceptionCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\FiberCaster' => $vendorDir . '/symfony/var-dumper/Caster/FiberCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\FrameStub' => $vendorDir . '/symfony/var-dumper/Caster/FrameStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\GmpCaster' => $vendorDir . '/symfony/var-dumper/Caster/GmpCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ImagineCaster' => $vendorDir . '/symfony/var-dumper/Caster/ImagineCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ImgStub' => $vendorDir . '/symfony/var-dumper/Caster/ImgStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\IntlCaster' => $vendorDir . '/symfony/var-dumper/Caster/IntlCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\LinkStub' => $vendorDir . '/symfony/var-dumper/Caster/LinkStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\MemcachedCaster' => $vendorDir . '/symfony/var-dumper/Caster/MemcachedCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\PdoCaster' => $vendorDir . '/symfony/var-dumper/Caster/PdoCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\PgSqlCaster' => $vendorDir . '/symfony/var-dumper/Caster/PgSqlCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ProxyManagerCaster' => $vendorDir . '/symfony/var-dumper/Caster/ProxyManagerCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\RdKafkaCaster' => $vendorDir . '/symfony/var-dumper/Caster/RdKafkaCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\RedisCaster' => $vendorDir . '/symfony/var-dumper/Caster/RedisCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster' => $vendorDir . '/symfony/var-dumper/Caster/ReflectionCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\ResourceCaster' => $vendorDir . '/symfony/var-dumper/Caster/ResourceCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\SplCaster' => $vendorDir . '/symfony/var-dumper/Caster/SplCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\StubCaster' => $vendorDir . '/symfony/var-dumper/Caster/StubCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\SymfonyCaster' => $vendorDir . '/symfony/var-dumper/Caster/SymfonyCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\TraceStub' => $vendorDir . '/symfony/var-dumper/Caster/TraceStub.php',
    'Symfony\\Component\\VarDumper\\Caster\\UuidCaster' => $vendorDir . '/symfony/var-dumper/Caster/UuidCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\XmlReaderCaster' => $vendorDir . '/symfony/var-dumper/Caster/XmlReaderCaster.php',
    'Symfony\\Component\\VarDumper\\Caster\\XmlResourceCaster' => $vendorDir . '/symfony/var-dumper/Caster/XmlResourceCaster.php',
    'Symfony\\Component\\VarDumper\\Cloner\\AbstractCloner' => $vendorDir . '/symfony/var-dumper/Cloner/AbstractCloner.php',
    'Symfony\\Component\\VarDumper\\Cloner\\ClonerInterface' => $vendorDir . '/symfony/var-dumper/Cloner/ClonerInterface.php',
    'Symfony\\Component\\VarDumper\\Cloner\\Cursor' => $vendorDir . '/symfony/var-dumper/Cloner/Cursor.php',
    'Symfony\\Component\\VarDumper\\Cloner\\Data' => $vendorDir . '/symfony/var-dumper/Cloner/Data.php',
    'Symfony\\Component\\VarDumper\\Cloner\\DumperInterface' => $vendorDir . '/symfony/var-dumper/Cloner/DumperInterface.php',
    'Symfony\\Component\\VarDumper\\Cloner\\Stub' => $vendorDir . '/symfony/var-dumper/Cloner/Stub.php',
    'Symfony\\Component\\VarDumper\\Cloner\\VarCloner' => $vendorDir . '/symfony/var-dumper/Cloner/VarCloner.php',
    'Symfony\\Component\\VarDumper\\Command\\Descriptor\\CliDescriptor' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/CliDescriptor.php',
    'Symfony\\Component\\VarDumper\\Command\\Descriptor\\DumpDescriptorInterface' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php',
    'Symfony\\Component\\VarDumper\\Command\\Descriptor\\HtmlDescriptor' => $vendorDir . '/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php',
    'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand' => $vendorDir . '/symfony/var-dumper/Command/ServerDumpCommand.php',
    'Symfony\\Component\\VarDumper\\Dumper\\AbstractDumper' => $vendorDir . '/symfony/var-dumper/Dumper/AbstractDumper.php',
    'Symfony\\Component\\VarDumper\\Dumper\\CliDumper' => $vendorDir . '/symfony/var-dumper/Dumper/CliDumper.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\CliContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\ContextProviderInterface' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\RequestContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextProvider\\SourceContextProvider' => $vendorDir . '/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ContextualizedDumper' => $vendorDir . '/symfony/var-dumper/Dumper/ContextualizedDumper.php',
    'Symfony\\Component\\VarDumper\\Dumper\\DataDumperInterface' => $vendorDir . '/symfony/var-dumper/Dumper/DataDumperInterface.php',
    'Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper' => $vendorDir . '/symfony/var-dumper/Dumper/HtmlDumper.php',
    'Symfony\\Component\\VarDumper\\Dumper\\ServerDumper' => $vendorDir . '/symfony/var-dumper/Dumper/ServerDumper.php',
    'Symfony\\Component\\VarDumper\\Exception\\ThrowingCasterException' => $vendorDir . '/symfony/var-dumper/Exception/ThrowingCasterException.php',
    'Symfony\\Component\\VarDumper\\Server\\Connection' => $vendorDir . '/symfony/var-dumper/Server/Connection.php',
    'Symfony\\Component\\VarDumper\\Server\\DumpServer' => $vendorDir . '/symfony/var-dumper/Server/DumpServer.php',
    'Symfony\\Component\\VarDumper\\Test\\VarDumperTestTrait' => $vendorDir . '/symfony/var-dumper/Test/VarDumperTestTrait.php',
    'Symfony\\Component\\VarDumper\\VarDumper' => $vendorDir . '/symfony/var-dumper/VarDumper.php',
    'Symfony\\Component\\VarExporter\\Exception\\ClassNotFoundException' => $vendorDir . '/symfony/var-exporter/Exception/ClassNotFoundException.php',
    'Symfony\\Component\\VarExporter\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/var-exporter/Exception/ExceptionInterface.php',
    'Symfony\\Component\\VarExporter\\Exception\\NotInstantiableTypeException' => $vendorDir . '/symfony/var-exporter/Exception/NotInstantiableTypeException.php',
    'Symfony\\Component\\VarExporter\\Instantiator' => $vendorDir . '/symfony/var-exporter/Instantiator.php',
    'Symfony\\Component\\VarExporter\\Internal\\Exporter' => $vendorDir . '/symfony/var-exporter/Internal/Exporter.php',
    'Symfony\\Component\\VarExporter\\Internal\\Hydrator' => $vendorDir . '/symfony/var-exporter/Internal/Hydrator.php',
    'Symfony\\Component\\VarExporter\\Internal\\Reference' => $vendorDir . '/symfony/var-exporter/Internal/Reference.php',
    'Symfony\\Component\\VarExporter\\Internal\\Registry' => $vendorDir . '/symfony/var-exporter/Internal/Registry.php',
    'Symfony\\Component\\VarExporter\\Internal\\Values' => $vendorDir . '/symfony/var-exporter/Internal/Values.php',
    'Symfony\\Component\\VarExporter\\VarExporter' => $vendorDir . '/symfony/var-exporter/VarExporter.php',
    'Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener' => $vendorDir . '/symfony/web-link/EventListener/AddLinkHeaderListener.php',
    'Symfony\\Component\\WebLink\\GenericLinkProvider' => $vendorDir . '/symfony/web-link/GenericLinkProvider.php',
    'Symfony\\Component\\WebLink\\HttpHeaderSerializer' => $vendorDir . '/symfony/web-link/HttpHeaderSerializer.php',
    'Symfony\\Component\\WebLink\\Link' => $vendorDir . '/symfony/web-link/Link.php',
    'Symfony\\Component\\Yaml\\Command\\LintCommand' => $vendorDir . '/symfony/yaml/Command/LintCommand.php',
    'Symfony\\Component\\Yaml\\Dumper' => $vendorDir . '/symfony/yaml/Dumper.php',
    'Symfony\\Component\\Yaml\\Escaper' => $vendorDir . '/symfony/yaml/Escaper.php',
    'Symfony\\Component\\Yaml\\Exception\\DumpException' => $vendorDir . '/symfony/yaml/Exception/DumpException.php',
    'Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/yaml/Exception/ExceptionInterface.php',
    'Symfony\\Component\\Yaml\\Exception\\ParseException' => $vendorDir . '/symfony/yaml/Exception/ParseException.php',
    'Symfony\\Component\\Yaml\\Exception\\RuntimeException' => $vendorDir . '/symfony/yaml/Exception/RuntimeException.php',
    'Symfony\\Component\\Yaml\\Inline' => $vendorDir . '/symfony/yaml/Inline.php',
    'Symfony\\Component\\Yaml\\Parser' => $vendorDir . '/symfony/yaml/Parser.php',
    'Symfony\\Component\\Yaml\\Tag\\TaggedValue' => $vendorDir . '/symfony/yaml/Tag/TaggedValue.php',
    'Symfony\\Component\\Yaml\\Unescaper' => $vendorDir . '/symfony/yaml/Unescaper.php',
    'Symfony\\Component\\Yaml\\Yaml' => $vendorDir . '/symfony/yaml/Yaml.php',
    'Symfony\\Contracts\\Cache\\CacheInterface' => $vendorDir . '/symfony/cache-contracts/CacheInterface.php',
    'Symfony\\Contracts\\Cache\\CacheTrait' => $vendorDir . '/symfony/cache-contracts/CacheTrait.php',
    'Symfony\\Contracts\\Cache\\CallbackInterface' => $vendorDir . '/symfony/cache-contracts/CallbackInterface.php',
    'Symfony\\Contracts\\Cache\\ItemInterface' => $vendorDir . '/symfony/cache-contracts/ItemInterface.php',
    'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => $vendorDir . '/symfony/cache-contracts/TagAwareCacheInterface.php',
    'Symfony\\Contracts\\EventDispatcher\\Event' => $vendorDir . '/symfony/event-dispatcher-contracts/Event.php',
    'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/symfony/event-dispatcher-contracts/EventDispatcherInterface.php',
    'Symfony\\Contracts\\HttpClient\\ChunkInterface' => $vendorDir . '/symfony/http-client-contracts/ChunkInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\ClientExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/ClientExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\DecodingExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/DecodingExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/ExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\HttpExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/HttpExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\RedirectionExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/RedirectionExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\ServerExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/ServerExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\TimeoutExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/TimeoutExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\Exception\\TransportExceptionInterface' => $vendorDir . '/symfony/http-client-contracts/Exception/TransportExceptionInterface.php',
    'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => $vendorDir . '/symfony/http-client-contracts/HttpClientInterface.php',
    'Symfony\\Contracts\\HttpClient\\ResponseInterface' => $vendorDir . '/symfony/http-client-contracts/ResponseInterface.php',
    'Symfony\\Contracts\\HttpClient\\ResponseStreamInterface' => $vendorDir . '/symfony/http-client-contracts/ResponseStreamInterface.php',
    'Symfony\\Contracts\\HttpClient\\Test\\HttpClientTestCase' => $vendorDir . '/symfony/http-client-contracts/Test/HttpClientTestCase.php',
    'Symfony\\Contracts\\HttpClient\\Test\\TestHttpServer' => $vendorDir . '/symfony/http-client-contracts/Test/TestHttpServer.php',
    'Symfony\\Contracts\\Service\\Attribute\\Required' => $vendorDir . '/symfony/service-contracts/Attribute/Required.php',
    'Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => $vendorDir . '/symfony/service-contracts/Attribute/SubscribedService.php',
    'Symfony\\Contracts\\Service\\ResetInterface' => $vendorDir . '/symfony/service-contracts/ResetInterface.php',
    'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => $vendorDir . '/symfony/service-contracts/ServiceLocatorTrait.php',
    'Symfony\\Contracts\\Service\\ServiceProviderInterface' => $vendorDir . '/symfony/service-contracts/ServiceProviderInterface.php',
    'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberInterface.php',
    'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberTrait.php',
    'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTest' => $vendorDir . '/symfony/service-contracts/Test/ServiceLocatorTest.php',
    'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php',
    'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.php',
    'Symfony\\Contracts\\Translation\\TranslatableInterface' => $vendorDir . '/symfony/translation-contracts/TranslatableInterface.php',
    'Symfony\\Contracts\\Translation\\TranslatorInterface' => $vendorDir . '/symfony/translation-contracts/TranslatorInterface.php',
    'Symfony\\Contracts\\Translation\\TranslatorTrait' => $vendorDir . '/symfony/translation-contracts/TranslatorTrait.php',
    'Symfony\\Flex\\Cache' => $vendorDir . '/symfony/flex/src/Cache.php',
    'Symfony\\Flex\\Command\\DumpEnvCommand' => $vendorDir . '/symfony/flex/src/Command/DumpEnvCommand.php',
    'Symfony\\Flex\\Command\\GenerateIdCommand' => $vendorDir . '/symfony/flex/src/Command/GenerateIdCommand.php',
    'Symfony\\Flex\\Command\\InstallRecipesCommand' => $vendorDir . '/symfony/flex/src/Command/InstallRecipesCommand.php',
    'Symfony\\Flex\\Command\\RecipesCommand' => $vendorDir . '/symfony/flex/src/Command/RecipesCommand.php',
    'Symfony\\Flex\\Command\\UnpackCommand' => $vendorDir . '/symfony/flex/src/Command/UnpackCommand.php',
    'Symfony\\Flex\\Command\\UpdateRecipesCommand' => $vendorDir . '/symfony/flex/src/Command/UpdateRecipesCommand.php',
    'Symfony\\Flex\\ComposerRepository' => $vendorDir . '/symfony/flex/src/ComposerRepository.php',
    'Symfony\\Flex\\Configurator' => $vendorDir . '/symfony/flex/src/Configurator.php',
    'Symfony\\Flex\\Configurator\\AbstractConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/AbstractConfigurator.php',
    'Symfony\\Flex\\Configurator\\BundlesConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/BundlesConfigurator.php',
    'Symfony\\Flex\\Configurator\\ComposerScriptsConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/ComposerScriptsConfigurator.php',
    'Symfony\\Flex\\Configurator\\ContainerConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/ContainerConfigurator.php',
    'Symfony\\Flex\\Configurator\\CopyFromPackageConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/CopyFromPackageConfigurator.php',
    'Symfony\\Flex\\Configurator\\CopyFromRecipeConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/CopyFromRecipeConfigurator.php',
    'Symfony\\Flex\\Configurator\\DockerComposeConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/DockerComposeConfigurator.php',
    'Symfony\\Flex\\Configurator\\DockerfileConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/DockerfileConfigurator.php',
    'Symfony\\Flex\\Configurator\\EnvConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/EnvConfigurator.php',
    'Symfony\\Flex\\Configurator\\GitignoreConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/GitignoreConfigurator.php',
    'Symfony\\Flex\\Configurator\\MakefileConfigurator' => $vendorDir . '/symfony/flex/src/Configurator/MakefileConfigurator.php',
    'Symfony\\Flex\\CurlDownloader' => $vendorDir . '/symfony/flex/src/CurlDownloader.php',
    'Symfony\\Flex\\Downloader' => $vendorDir . '/symfony/flex/src/Downloader.php',
    'Symfony\\Flex\\Event\\UpdateEvent' => $vendorDir . '/symfony/flex/src/Event/UpdateEvent.php',
    'Symfony\\Flex\\Flex' => $vendorDir . '/symfony/flex/src/Flex.php',
    'Symfony\\Flex\\GithubApi' => $vendorDir . '/symfony/flex/src/GithubApi.php',
    'Symfony\\Flex\\InformationOperation' => $vendorDir . '/symfony/flex/src/InformationOperation.php',
    'Symfony\\Flex\\Lock' => $vendorDir . '/symfony/flex/src/Lock.php',
    'Symfony\\Flex\\Options' => $vendorDir . '/symfony/flex/src/Options.php',
    'Symfony\\Flex\\PackageFilter' => $vendorDir . '/symfony/flex/src/PackageFilter.php',
    'Symfony\\Flex\\PackageJsonSynchronizer' => $vendorDir . '/symfony/flex/src/PackageJsonSynchronizer.php',
    'Symfony\\Flex\\PackageResolver' => $vendorDir . '/symfony/flex/src/PackageResolver.php',
    'Symfony\\Flex\\ParallelDownloader' => $vendorDir . '/symfony/flex/src/ParallelDownloader.php',
    'Symfony\\Flex\\Path' => $vendorDir . '/symfony/flex/src/Path.php',
    'Symfony\\Flex\\Recipe' => $vendorDir . '/symfony/flex/src/Recipe.php',
    'Symfony\\Flex\\Response' => $vendorDir . '/symfony/flex/src/Response.php',
    'Symfony\\Flex\\ScriptExecutor' => $vendorDir . '/symfony/flex/src/ScriptExecutor.php',
    'Symfony\\Flex\\SymfonyBundle' => $vendorDir . '/symfony/flex/src/SymfonyBundle.php',
    'Symfony\\Flex\\TruncatedComposerRepository' => $vendorDir . '/symfony/flex/src/TruncatedComposerRepository.php',
    'Symfony\\Flex\\Unpack\\Operation' => $vendorDir . '/symfony/flex/src/Unpack/Operation.php',
    'Symfony\\Flex\\Unpack\\Result' => $vendorDir . '/symfony/flex/src/Unpack/Result.php',
    'Symfony\\Flex\\Unpacker' => $vendorDir . '/symfony/flex/src/Unpacker.php',
    'Symfony\\Flex\\Update\\DiffHelper' => $vendorDir . '/symfony/flex/src/Update/DiffHelper.php',
    'Symfony\\Flex\\Update\\RecipePatch' => $vendorDir . '/symfony/flex/src/Update/RecipePatch.php',
    'Symfony\\Flex\\Update\\RecipePatcher' => $vendorDir . '/symfony/flex/src/Update/RecipePatcher.php',
    'Symfony\\Flex\\Update\\RecipeUpdate' => $vendorDir . '/symfony/flex/src/Update/RecipeUpdate.php',
    'Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php',
    'Symfony\\Polyfill\\Iconv\\Iconv' => $vendorDir . '/symfony/polyfill-iconv/Iconv.php',
    'Symfony\\Polyfill\\Intl\\Grapheme\\Grapheme' => $vendorDir . '/symfony/polyfill-intl-grapheme/Grapheme.php',
    'Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Normalizer.php',
    'Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php',
    'Symfony\\Polyfill\\Php72\\Php72' => $vendorDir . '/symfony/polyfill-php72/Php72.php',
    'Symfony\\Polyfill\\Php73\\Php73' => $vendorDir . '/symfony/polyfill-php73/Php73.php',
    'Symfony\\Polyfill\\Php80\\Php80' => $vendorDir . '/symfony/polyfill-php80/Php80.php',
    'Symfony\\Polyfill\\Php80\\PhpToken' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php',
    'Symfony\\Polyfill\\Php81\\Php81' => $vendorDir . '/symfony/polyfill-php81/Php81.php',
    'TCPDF' => $vendorDir . '/tecnickcom/tcpdf/tcpdf.php',
    'TCPDF2DBarcode' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_barcodes_2d.php',
    'TCPDFBarcode' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_barcodes_1d.php',
    'TCPDF_COLORS' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_colors.php',
    'TCPDF_FILTERS' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_filters.php',
    'TCPDF_FONTS' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_fonts.php',
    'TCPDF_FONT_DATA' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_font_data.php',
    'TCPDF_IMAGES' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_images.php',
    'TCPDF_IMPORT' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_import.php',
    'TCPDF_PARSER' => $vendorDir . '/tecnickcom/tcpdf/tcpdf_parser.php',
    'TCPDF_STATIC' => $vendorDir . '/tecnickcom/tcpdf/include/tcpdf_static.php',
    'TPC_yyStackEntry' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_configfileparser.php',
    'TP_yyStackEntry' => $vendorDir . '/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php',
    'Twig\\Cache\\CacheInterface' => $vendorDir . '/twig/twig/src/Cache/CacheInterface.php',
    'Twig\\Cache\\FilesystemCache' => $vendorDir . '/twig/twig/src/Cache/FilesystemCache.php',
    'Twig\\Cache\\NullCache' => $vendorDir . '/twig/twig/src/Cache/NullCache.php',
    'Twig\\Compiler' => $vendorDir . '/twig/twig/src/Compiler.php',
    'Twig\\Environment' => $vendorDir . '/twig/twig/src/Environment.php',
    'Twig\\Error\\Error' => $vendorDir . '/twig/twig/src/Error/Error.php',
    'Twig\\Error\\LoaderError' => $vendorDir . '/twig/twig/src/Error/LoaderError.php',
    'Twig\\Error\\RuntimeError' => $vendorDir . '/twig/twig/src/Error/RuntimeError.php',
    'Twig\\Error\\SyntaxError' => $vendorDir . '/twig/twig/src/Error/SyntaxError.php',
    'Twig\\ExpressionParser' => $vendorDir . '/twig/twig/src/ExpressionParser.php',
    'Twig\\ExtensionSet' => $vendorDir . '/twig/twig/src/ExtensionSet.php',
    'Twig\\Extension\\AbstractExtension' => $vendorDir . '/twig/twig/src/Extension/AbstractExtension.php',
    'Twig\\Extension\\CoreExtension' => $vendorDir . '/twig/twig/src/Extension/CoreExtension.php',
    'Twig\\Extension\\DebugExtension' => $vendorDir . '/twig/twig/src/Extension/DebugExtension.php',
    'Twig\\Extension\\EscaperExtension' => $vendorDir . '/twig/twig/src/Extension/EscaperExtension.php',
    'Twig\\Extension\\ExtensionInterface' => $vendorDir . '/twig/twig/src/Extension/ExtensionInterface.php',
    'Twig\\Extension\\GlobalsInterface' => $vendorDir . '/twig/twig/src/Extension/GlobalsInterface.php',
    'Twig\\Extension\\OptimizerExtension' => $vendorDir . '/twig/twig/src/Extension/OptimizerExtension.php',
    'Twig\\Extension\\ProfilerExtension' => $vendorDir . '/twig/twig/src/Extension/ProfilerExtension.php',
    'Twig\\Extension\\RuntimeExtensionInterface' => $vendorDir . '/twig/twig/src/Extension/RuntimeExtensionInterface.php',
    'Twig\\Extension\\SandboxExtension' => $vendorDir . '/twig/twig/src/Extension/SandboxExtension.php',
    'Twig\\Extension\\StagingExtension' => $vendorDir . '/twig/twig/src/Extension/StagingExtension.php',
    'Twig\\Extension\\StringLoaderExtension' => $vendorDir . '/twig/twig/src/Extension/StringLoaderExtension.php',
    'Twig\\FileExtensionEscapingStrategy' => $vendorDir . '/twig/twig/src/FileExtensionEscapingStrategy.php',
    'Twig\\Lexer' => $vendorDir . '/twig/twig/src/Lexer.php',
    'Twig\\Loader\\ArrayLoader' => $vendorDir . '/twig/twig/src/Loader/ArrayLoader.php',
    'Twig\\Loader\\ChainLoader' => $vendorDir . '/twig/twig/src/Loader/ChainLoader.php',
    'Twig\\Loader\\FilesystemLoader' => $vendorDir . '/twig/twig/src/Loader/FilesystemLoader.php',
    'Twig\\Loader\\LoaderInterface' => $vendorDir . '/twig/twig/src/Loader/LoaderInterface.php',
    'Twig\\Markup' => $vendorDir . '/twig/twig/src/Markup.php',
    'Twig\\NodeTraverser' => $vendorDir . '/twig/twig/src/NodeTraverser.php',
    'Twig\\NodeVisitor\\AbstractNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php',
    'Twig\\NodeVisitor\\EscaperNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php',
    'Twig\\NodeVisitor\\MacroAutoImportNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php',
    'Twig\\NodeVisitor\\NodeVisitorInterface' => $vendorDir . '/twig/twig/src/NodeVisitor/NodeVisitorInterface.php',
    'Twig\\NodeVisitor\\OptimizerNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php',
    'Twig\\NodeVisitor\\SafeAnalysisNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php',
    'Twig\\NodeVisitor\\SandboxNodeVisitor' => $vendorDir . '/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php',
    'Twig\\Node\\AutoEscapeNode' => $vendorDir . '/twig/twig/src/Node/AutoEscapeNode.php',
    'Twig\\Node\\BlockNode' => $vendorDir . '/twig/twig/src/Node/BlockNode.php',
    'Twig\\Node\\BlockReferenceNode' => $vendorDir . '/twig/twig/src/Node/BlockReferenceNode.php',
    'Twig\\Node\\BodyNode' => $vendorDir . '/twig/twig/src/Node/BodyNode.php',
    'Twig\\Node\\CheckSecurityCallNode' => $vendorDir . '/twig/twig/src/Node/CheckSecurityCallNode.php',
    'Twig\\Node\\CheckSecurityNode' => $vendorDir . '/twig/twig/src/Node/CheckSecurityNode.php',
    'Twig\\Node\\CheckToStringNode' => $vendorDir . '/twig/twig/src/Node/CheckToStringNode.php',
    'Twig\\Node\\DeprecatedNode' => $vendorDir . '/twig/twig/src/Node/DeprecatedNode.php',
    'Twig\\Node\\DoNode' => $vendorDir . '/twig/twig/src/Node/DoNode.php',
    'Twig\\Node\\EmbedNode' => $vendorDir . '/twig/twig/src/Node/EmbedNode.php',
    'Twig\\Node\\Expression\\AbstractExpression' => $vendorDir . '/twig/twig/src/Node/Expression/AbstractExpression.php',
    'Twig\\Node\\Expression\\ArrayExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ArrayExpression.php',
    'Twig\\Node\\Expression\\ArrowFunctionExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ArrowFunctionExpression.php',
    'Twig\\Node\\Expression\\AssignNameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/AssignNameExpression.php',
    'Twig\\Node\\Expression\\Binary\\AbstractBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AbstractBinary.php',
    'Twig\\Node\\Expression\\Binary\\AddBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AddBinary.php',
    'Twig\\Node\\Expression\\Binary\\AndBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/AndBinary.php',
    'Twig\\Node\\Expression\\Binary\\BitwiseAndBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php',
    'Twig\\Node\\Expression\\Binary\\BitwiseOrBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php',
    'Twig\\Node\\Expression\\Binary\\BitwiseXorBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php',
    'Twig\\Node\\Expression\\Binary\\ConcatBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/ConcatBinary.php',
    'Twig\\Node\\Expression\\Binary\\DivBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/DivBinary.php',
    'Twig\\Node\\Expression\\Binary\\EndsWithBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php',
    'Twig\\Node\\Expression\\Binary\\EqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/EqualBinary.php',
    'Twig\\Node\\Expression\\Binary\\FloorDivBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php',
    'Twig\\Node\\Expression\\Binary\\GreaterBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/GreaterBinary.php',
    'Twig\\Node\\Expression\\Binary\\GreaterEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php',
    'Twig\\Node\\Expression\\Binary\\HasEveryBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php',
    'Twig\\Node\\Expression\\Binary\\HasSomeBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php',
    'Twig\\Node\\Expression\\Binary\\InBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/InBinary.php',
    'Twig\\Node\\Expression\\Binary\\LessBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/LessBinary.php',
    'Twig\\Node\\Expression\\Binary\\LessEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php',
    'Twig\\Node\\Expression\\Binary\\MatchesBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/MatchesBinary.php',
    'Twig\\Node\\Expression\\Binary\\ModBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/ModBinary.php',
    'Twig\\Node\\Expression\\Binary\\MulBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/MulBinary.php',
    'Twig\\Node\\Expression\\Binary\\NotEqualBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php',
    'Twig\\Node\\Expression\\Binary\\NotInBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/NotInBinary.php',
    'Twig\\Node\\Expression\\Binary\\OrBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/OrBinary.php',
    'Twig\\Node\\Expression\\Binary\\PowerBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/PowerBinary.php',
    'Twig\\Node\\Expression\\Binary\\RangeBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/RangeBinary.php',
    'Twig\\Node\\Expression\\Binary\\SpaceshipBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php',
    'Twig\\Node\\Expression\\Binary\\StartsWithBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php',
    'Twig\\Node\\Expression\\Binary\\SubBinary' => $vendorDir . '/twig/twig/src/Node/Expression/Binary/SubBinary.php',
    'Twig\\Node\\Expression\\BlockReferenceExpression' => $vendorDir . '/twig/twig/src/Node/Expression/BlockReferenceExpression.php',
    'Twig\\Node\\Expression\\CallExpression' => $vendorDir . '/twig/twig/src/Node/Expression/CallExpression.php',
    'Twig\\Node\\Expression\\ConditionalExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ConditionalExpression.php',
    'Twig\\Node\\Expression\\ConstantExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ConstantExpression.php',
    'Twig\\Node\\Expression\\FilterExpression' => $vendorDir . '/twig/twig/src/Node/Expression/FilterExpression.php',
    'Twig\\Node\\Expression\\Filter\\DefaultFilter' => $vendorDir . '/twig/twig/src/Node/Expression/Filter/DefaultFilter.php',
    'Twig\\Node\\Expression\\FunctionExpression' => $vendorDir . '/twig/twig/src/Node/Expression/FunctionExpression.php',
    'Twig\\Node\\Expression\\GetAttrExpression' => $vendorDir . '/twig/twig/src/Node/Expression/GetAttrExpression.php',
    'Twig\\Node\\Expression\\InlinePrint' => $vendorDir . '/twig/twig/src/Node/Expression/InlinePrint.php',
    'Twig\\Node\\Expression\\MethodCallExpression' => $vendorDir . '/twig/twig/src/Node/Expression/MethodCallExpression.php',
    'Twig\\Node\\Expression\\NameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/NameExpression.php',
    'Twig\\Node\\Expression\\NullCoalesceExpression' => $vendorDir . '/twig/twig/src/Node/Expression/NullCoalesceExpression.php',
    'Twig\\Node\\Expression\\ParentExpression' => $vendorDir . '/twig/twig/src/Node/Expression/ParentExpression.php',
    'Twig\\Node\\Expression\\TempNameExpression' => $vendorDir . '/twig/twig/src/Node/Expression/TempNameExpression.php',
    'Twig\\Node\\Expression\\TestExpression' => $vendorDir . '/twig/twig/src/Node/Expression/TestExpression.php',
    'Twig\\Node\\Expression\\Test\\ConstantTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/ConstantTest.php',
    'Twig\\Node\\Expression\\Test\\DefinedTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/DefinedTest.php',
    'Twig\\Node\\Expression\\Test\\DivisiblebyTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php',
    'Twig\\Node\\Expression\\Test\\EvenTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/EvenTest.php',
    'Twig\\Node\\Expression\\Test\\NullTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/NullTest.php',
    'Twig\\Node\\Expression\\Test\\OddTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/OddTest.php',
    'Twig\\Node\\Expression\\Test\\SameasTest' => $vendorDir . '/twig/twig/src/Node/Expression/Test/SameasTest.php',
    'Twig\\Node\\Expression\\Unary\\AbstractUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/AbstractUnary.php',
    'Twig\\Node\\Expression\\Unary\\NegUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/NegUnary.php',
    'Twig\\Node\\Expression\\Unary\\NotUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/NotUnary.php',
    'Twig\\Node\\Expression\\Unary\\PosUnary' => $vendorDir . '/twig/twig/src/Node/Expression/Unary/PosUnary.php',
    'Twig\\Node\\Expression\\VariadicExpression' => $vendorDir . '/twig/twig/src/Node/Expression/VariadicExpression.php',
    'Twig\\Node\\FlushNode' => $vendorDir . '/twig/twig/src/Node/FlushNode.php',
    'Twig\\Node\\ForLoopNode' => $vendorDir . '/twig/twig/src/Node/ForLoopNode.php',
    'Twig\\Node\\ForNode' => $vendorDir . '/twig/twig/src/Node/ForNode.php',
    'Twig\\Node\\IfNode' => $vendorDir . '/twig/twig/src/Node/IfNode.php',
    'Twig\\Node\\ImportNode' => $vendorDir . '/twig/twig/src/Node/ImportNode.php',
    'Twig\\Node\\IncludeNode' => $vendorDir . '/twig/twig/src/Node/IncludeNode.php',
    'Twig\\Node\\MacroNode' => $vendorDir . '/twig/twig/src/Node/MacroNode.php',
    'Twig\\Node\\ModuleNode' => $vendorDir . '/twig/twig/src/Node/ModuleNode.php',
    'Twig\\Node\\Node' => $vendorDir . '/twig/twig/src/Node/Node.php',
    'Twig\\Node\\NodeCaptureInterface' => $vendorDir . '/twig/twig/src/Node/NodeCaptureInterface.php',
    'Twig\\Node\\NodeOutputInterface' => $vendorDir . '/twig/twig/src/Node/NodeOutputInterface.php',
    'Twig\\Node\\PrintNode' => $vendorDir . '/twig/twig/src/Node/PrintNode.php',
    'Twig\\Node\\SandboxNode' => $vendorDir . '/twig/twig/src/Node/SandboxNode.php',
    'Twig\\Node\\SetNode' => $vendorDir . '/twig/twig/src/Node/SetNode.php',
    'Twig\\Node\\TextNode' => $vendorDir . '/twig/twig/src/Node/TextNode.php',
    'Twig\\Node\\WithNode' => $vendorDir . '/twig/twig/src/Node/WithNode.php',
    'Twig\\Parser' => $vendorDir . '/twig/twig/src/Parser.php',
    'Twig\\Profiler\\Dumper\\BaseDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/BaseDumper.php',
    'Twig\\Profiler\\Dumper\\BlackfireDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/BlackfireDumper.php',
    'Twig\\Profiler\\Dumper\\HtmlDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/HtmlDumper.php',
    'Twig\\Profiler\\Dumper\\TextDumper' => $vendorDir . '/twig/twig/src/Profiler/Dumper/TextDumper.php',
    'Twig\\Profiler\\NodeVisitor\\ProfilerNodeVisitor' => $vendorDir . '/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php',
    'Twig\\Profiler\\Node\\EnterProfileNode' => $vendorDir . '/twig/twig/src/Profiler/Node/EnterProfileNode.php',
    'Twig\\Profiler\\Node\\LeaveProfileNode' => $vendorDir . '/twig/twig/src/Profiler/Node/LeaveProfileNode.php',
    'Twig\\Profiler\\Profile' => $vendorDir . '/twig/twig/src/Profiler/Profile.php',
    'Twig\\RuntimeLoader\\ContainerRuntimeLoader' => $vendorDir . '/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php',
    'Twig\\RuntimeLoader\\FactoryRuntimeLoader' => $vendorDir . '/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php',
    'Twig\\RuntimeLoader\\RuntimeLoaderInterface' => $vendorDir . '/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php',
    'Twig\\Sandbox\\SecurityError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityError.php',
    'Twig\\Sandbox\\SecurityNotAllowedFilterError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php',
    'Twig\\Sandbox\\SecurityNotAllowedFunctionError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php',
    'Twig\\Sandbox\\SecurityNotAllowedMethodError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php',
    'Twig\\Sandbox\\SecurityNotAllowedPropertyError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php',
    'Twig\\Sandbox\\SecurityNotAllowedTagError' => $vendorDir . '/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php',
    'Twig\\Sandbox\\SecurityPolicy' => $vendorDir . '/twig/twig/src/Sandbox/SecurityPolicy.php',
    'Twig\\Sandbox\\SecurityPolicyInterface' => $vendorDir . '/twig/twig/src/Sandbox/SecurityPolicyInterface.php',
    'Twig\\Source' => $vendorDir . '/twig/twig/src/Source.php',
    'Twig\\Template' => $vendorDir . '/twig/twig/src/Template.php',
    'Twig\\TemplateWrapper' => $vendorDir . '/twig/twig/src/TemplateWrapper.php',
    'Twig\\Test\\IntegrationTestCase' => $vendorDir . '/twig/twig/src/Test/IntegrationTestCase.php',
    'Twig\\Test\\NodeTestCase' => $vendorDir . '/twig/twig/src/Test/NodeTestCase.php',
    'Twig\\Token' => $vendorDir . '/twig/twig/src/Token.php',
    'Twig\\TokenParser\\AbstractTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/AbstractTokenParser.php',
    'Twig\\TokenParser\\ApplyTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ApplyTokenParser.php',
    'Twig\\TokenParser\\AutoEscapeTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/AutoEscapeTokenParser.php',
    'Twig\\TokenParser\\BlockTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/BlockTokenParser.php',
    'Twig\\TokenParser\\DeprecatedTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/DeprecatedTokenParser.php',
    'Twig\\TokenParser\\DoTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/DoTokenParser.php',
    'Twig\\TokenParser\\EmbedTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/EmbedTokenParser.php',
    'Twig\\TokenParser\\ExtendsTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ExtendsTokenParser.php',
    'Twig\\TokenParser\\FlushTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/FlushTokenParser.php',
    'Twig\\TokenParser\\ForTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ForTokenParser.php',
    'Twig\\TokenParser\\FromTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/FromTokenParser.php',
    'Twig\\TokenParser\\IfTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/IfTokenParser.php',
    'Twig\\TokenParser\\ImportTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/ImportTokenParser.php',
    'Twig\\TokenParser\\IncludeTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/IncludeTokenParser.php',
    'Twig\\TokenParser\\MacroTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/MacroTokenParser.php',
    'Twig\\TokenParser\\SandboxTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/SandboxTokenParser.php',
    'Twig\\TokenParser\\SetTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/SetTokenParser.php',
    'Twig\\TokenParser\\TokenParserInterface' => $vendorDir . '/twig/twig/src/TokenParser/TokenParserInterface.php',
    'Twig\\TokenParser\\UseTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/UseTokenParser.php',
    'Twig\\TokenParser\\WithTokenParser' => $vendorDir . '/twig/twig/src/TokenParser/WithTokenParser.php',
    'Twig\\TokenStream' => $vendorDir . '/twig/twig/src/TokenStream.php',
    'Twig\\TwigFilter' => $vendorDir . '/twig/twig/src/TwigFilter.php',
    'Twig\\TwigFunction' => $vendorDir . '/twig/twig/src/TwigFunction.php',
    'Twig\\TwigTest' => $vendorDir . '/twig/twig/src/TwigTest.php',
    'Twig\\Util\\DeprecationCollector' => $vendorDir . '/twig/twig/src/Util/DeprecationCollector.php',
    'Twig\\Util\\TemplateDirIterator' => $vendorDir . '/twig/twig/src/Util/TemplateDirIterator.php',
    'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
    'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
    'Version\\Assert\\VersionAssert' => $vendorDir . '/nikolaposa/version/src/Assert/VersionAssert.php',
    'Version\\Assert\\VersionAssertion' => $vendorDir . '/nikolaposa/version/src/Assert/VersionAssertion.php',
    'Version\\Comparison\\Comparator' => $vendorDir . '/nikolaposa/version/src/Comparison/Comparator.php',
    'Version\\Comparison\\Constraint\\CompositeConstraint' => $vendorDir . '/nikolaposa/version/src/Comparison/Constraint/CompositeConstraint.php',
    'Version\\Comparison\\Constraint\\Constraint' => $vendorDir . '/nikolaposa/version/src/Comparison/Constraint/Constraint.php',
    'Version\\Comparison\\Constraint\\OperationConstraint' => $vendorDir . '/nikolaposa/version/src/Comparison/Constraint/OperationConstraint.php',
    'Version\\Comparison\\Constraint\\OperationConstraintParser' => $vendorDir . '/nikolaposa/version/src/Comparison/Constraint/OperationConstraintParser.php',
    'Version\\Comparison\\Exception\\InvalidCompositeConstraint' => $vendorDir . '/nikolaposa/version/src/Comparison/Exception/InvalidCompositeConstraint.php',
    'Version\\Comparison\\Exception\\InvalidConstraintString' => $vendorDir . '/nikolaposa/version/src/Comparison/Exception/InvalidConstraintString.php',
    'Version\\Comparison\\Exception\\InvalidOperationConstraint' => $vendorDir . '/nikolaposa/version/src/Comparison/Exception/InvalidOperationConstraint.php',
    'Version\\Comparison\\Exception\\VersionComparisonException' => $vendorDir . '/nikolaposa/version/src/Comparison/Exception/VersionComparisonException.php',
    'Version\\Comparison\\SemverComparator' => $vendorDir . '/nikolaposa/version/src/Comparison/SemverComparator.php',
    'Version\\Exception\\CollectionIsEmpty' => $vendorDir . '/nikolaposa/version/src/Exception/CollectionIsEmpty.php',
    'Version\\Exception\\InvalidVersion' => $vendorDir . '/nikolaposa/version/src/Exception/InvalidVersion.php',
    'Version\\Exception\\InvalidVersionString' => $vendorDir . '/nikolaposa/version/src/Exception/InvalidVersionString.php',
    'Version\\Exception\\VersionException' => $vendorDir . '/nikolaposa/version/src/Exception/VersionException.php',
    'Version\\Extension\\Build' => $vendorDir . '/nikolaposa/version/src/Extension/Build.php',
    'Version\\Extension\\Extension' => $vendorDir . '/nikolaposa/version/src/Extension/Extension.php',
    'Version\\Extension\\PreRelease' => $vendorDir . '/nikolaposa/version/src/Extension/PreRelease.php',
    'Version\\Version' => $vendorDir . '/nikolaposa/version/src/Version.php',
    'Version\\VersionCollection' => $vendorDir . '/nikolaposa/version/src/VersionCollection.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',
    'Wikimedia\\Composer\\Merge\\V2\\ExtraPackage' => $vendorDir . '/wikimedia/composer-merge-plugin/src/ExtraPackage.php',
    'Wikimedia\\Composer\\Merge\\V2\\Logger' => $vendorDir . '/wikimedia/composer-merge-plugin/src/Logger.php',
    'Wikimedia\\Composer\\Merge\\V2\\MergePlugin' => $vendorDir . '/wikimedia/composer-merge-plugin/src/MergePlugin.php',
    'Wikimedia\\Composer\\Merge\\V2\\MissingFileException' => $vendorDir . '/wikimedia/composer-merge-plugin/src/MissingFileException.php',
    'Wikimedia\\Composer\\Merge\\V2\\MultiConstraint' => $vendorDir . '/wikimedia/composer-merge-plugin/src/MultiConstraint.php',
    'Wikimedia\\Composer\\Merge\\V2\\NestedArray' => $vendorDir . '/wikimedia/composer-merge-plugin/src/NestedArray.php',
    'Wikimedia\\Composer\\Merge\\V2\\PluginState' => $vendorDir . '/wikimedia/composer-merge-plugin/src/PluginState.php',
    'Wikimedia\\Composer\\Merge\\V2\\StabilityFlags' => $vendorDir . '/wikimedia/composer-merge-plugin/src/StabilityFlags.php',
    'ZBateson\\MailMimeParser\\Container' => $vendorDir . '/zbateson/mail-mime-parser/src/Container.php',
    'ZBateson\\MailMimeParser\\Header\\AbstractHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/AbstractHeader.php',
    'ZBateson\\MailMimeParser\\Header\\AddressHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/AddressHeader.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\AbstractConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/AbstractConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\AddressBaseConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/AddressBaseConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\AddressConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/AddressConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\AddressEmailConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/AddressEmailConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\AddressGroupConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/AddressGroupConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\CommentConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/CommentConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\ConsumerService' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/ConsumerService.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\DateConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/DateConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\GenericConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/GenericConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\IdBaseConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/IdBaseConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\IdConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/IdConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\ParameterConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/ParameterConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\QuotedStringConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/QuotedStringConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\ReceivedConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/ReceivedConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\Received\\DomainConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/Received/DomainConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\Received\\GenericReceivedConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/Received/GenericReceivedConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\Received\\ReceivedDateConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/Received/ReceivedDateConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\Consumer\\SubjectConsumer' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Consumer/SubjectConsumer.php',
    'ZBateson\\MailMimeParser\\Header\\DateHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/DateHeader.php',
    'ZBateson\\MailMimeParser\\Header\\GenericHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/GenericHeader.php',
    'ZBateson\\MailMimeParser\\Header\\HeaderConsts' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/HeaderConsts.php',
    'ZBateson\\MailMimeParser\\Header\\HeaderFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/HeaderFactory.php',
    'ZBateson\\MailMimeParser\\Header\\IHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/IHeader.php',
    'ZBateson\\MailMimeParser\\Header\\IHeaderPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/IHeaderPart.php',
    'ZBateson\\MailMimeParser\\Header\\IdHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/IdHeader.php',
    'ZBateson\\MailMimeParser\\Header\\MimeEncodedHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/MimeEncodedHeader.php',
    'ZBateson\\MailMimeParser\\Header\\ParameterHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/ParameterHeader.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\AddressGroupPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/AddressGroupPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\AddressPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/AddressPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\CommentPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/CommentPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\DatePart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/DatePart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\HeaderPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/HeaderPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\HeaderPartFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/HeaderPartFactory.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\LiteralPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/LiteralPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\MimeLiteralPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/MimeLiteralPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\MimeLiteralPartFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/MimeLiteralPartFactory.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\ParameterPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/ParameterPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\ReceivedDomainPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/ReceivedDomainPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\ReceivedPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/ReceivedPart.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\SplitParameterToken' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/SplitParameterToken.php',
    'ZBateson\\MailMimeParser\\Header\\Part\\Token' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/Part/Token.php',
    'ZBateson\\MailMimeParser\\Header\\ReceivedHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/ReceivedHeader.php',
    'ZBateson\\MailMimeParser\\Header\\SubjectHeader' => $vendorDir . '/zbateson/mail-mime-parser/src/Header/SubjectHeader.php',
    'ZBateson\\MailMimeParser\\IMessage' => $vendorDir . '/zbateson/mail-mime-parser/src/IMessage.php',
    'ZBateson\\MailMimeParser\\MailMimeParser' => $vendorDir . '/zbateson/mail-mime-parser/src/MailMimeParser.php',
    'ZBateson\\MailMimeParser\\Message' => $vendorDir . '/zbateson/mail-mime-parser/src/Message.php',
    'ZBateson\\MailMimeParser\\Message\\Factory\\IMessagePartFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Factory/IMessagePartFactory.php',
    'ZBateson\\MailMimeParser\\Message\\Factory\\IMimePartFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Factory/IMimePartFactory.php',
    'ZBateson\\MailMimeParser\\Message\\Factory\\IUUEncodedPartFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Factory/IUUEncodedPartFactory.php',
    'ZBateson\\MailMimeParser\\Message\\Factory\\PartChildrenContainerFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Factory/PartChildrenContainerFactory.php',
    'ZBateson\\MailMimeParser\\Message\\Factory\\PartHeaderContainerFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Factory/PartHeaderContainerFactory.php',
    'ZBateson\\MailMimeParser\\Message\\Factory\\PartStreamContainerFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Factory/PartStreamContainerFactory.php',
    'ZBateson\\MailMimeParser\\Message\\Helper\\AbstractHelper' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Helper/AbstractHelper.php',
    'ZBateson\\MailMimeParser\\Message\\Helper\\GenericHelper' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Helper/GenericHelper.php',
    'ZBateson\\MailMimeParser\\Message\\Helper\\MultipartHelper' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Helper/MultipartHelper.php',
    'ZBateson\\MailMimeParser\\Message\\Helper\\PrivacyHelper' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/Helper/PrivacyHelper.php',
    'ZBateson\\MailMimeParser\\Message\\IMessagePart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/IMessagePart.php',
    'ZBateson\\MailMimeParser\\Message\\IMimePart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/IMimePart.php',
    'ZBateson\\MailMimeParser\\Message\\IMultiPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/IMultiPart.php',
    'ZBateson\\MailMimeParser\\Message\\IUUEncodedPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/IUUEncodedPart.php',
    'ZBateson\\MailMimeParser\\Message\\MessagePart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/MessagePart.php',
    'ZBateson\\MailMimeParser\\Message\\MimePart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/MimePart.php',
    'ZBateson\\MailMimeParser\\Message\\MultiPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/MultiPart.php',
    'ZBateson\\MailMimeParser\\Message\\NonMimePart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/NonMimePart.php',
    'ZBateson\\MailMimeParser\\Message\\PartChildrenContainer' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/PartChildrenContainer.php',
    'ZBateson\\MailMimeParser\\Message\\PartFilter' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/PartFilter.php',
    'ZBateson\\MailMimeParser\\Message\\PartHeaderContainer' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/PartHeaderContainer.php',
    'ZBateson\\MailMimeParser\\Message\\PartStreamContainer' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/PartStreamContainer.php',
    'ZBateson\\MailMimeParser\\Message\\UUEncodedPart' => $vendorDir . '/zbateson/mail-mime-parser/src/Message/UUEncodedPart.php',
    'ZBateson\\MailMimeParser\\Parser\\AbstractParser' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/AbstractParser.php',
    'ZBateson\\MailMimeParser\\Parser\\HeaderParser' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/HeaderParser.php',
    'ZBateson\\MailMimeParser\\Parser\\IParser' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/IParser.php',
    'ZBateson\\MailMimeParser\\Parser\\MessageParser' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/MessageParser.php',
    'ZBateson\\MailMimeParser\\Parser\\MimeParser' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/MimeParser.php',
    'ZBateson\\MailMimeParser\\Parser\\NonMimeParser' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/NonMimeParser.php',
    'ZBateson\\MailMimeParser\\Parser\\ParserManager' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/ParserManager.php',
    'ZBateson\\MailMimeParser\\Parser\\PartBuilder' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/PartBuilder.php',
    'ZBateson\\MailMimeParser\\Parser\\PartBuilderFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/PartBuilderFactory.php',
    'ZBateson\\MailMimeParser\\Parser\\Part\\ParserPartChildrenContainer' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Part/ParserPartChildrenContainer.php',
    'ZBateson\\MailMimeParser\\Parser\\Part\\ParserPartChildrenContainerFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Part/ParserPartChildrenContainerFactory.php',
    'ZBateson\\MailMimeParser\\Parser\\Part\\ParserPartStreamContainer' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Part/ParserPartStreamContainer.php',
    'ZBateson\\MailMimeParser\\Parser\\Part\\ParserPartStreamContainerFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Part/ParserPartStreamContainerFactory.php',
    'ZBateson\\MailMimeParser\\Parser\\Part\\UUEncodedPartHeaderContainer' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Part/UUEncodedPartHeaderContainer.php',
    'ZBateson\\MailMimeParser\\Parser\\Part\\UUEncodedPartHeaderContainerFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Part/UUEncodedPartHeaderContainerFactory.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserMessageProxy' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserMessageProxy.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserMessageProxyFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserMessageProxyFactory.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserMimePartProxy' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserMimePartProxy.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserMimePartProxyFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserMimePartProxyFactory.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserNonMimeMessageProxy' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserNonMimeMessageProxy.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserNonMimeMessageProxyFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserNonMimeMessageProxyFactory.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserPartProxy' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserPartProxy.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserPartProxyFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserPartProxyFactory.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserUUEncodedPartProxy' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserUUEncodedPartProxy.php',
    'ZBateson\\MailMimeParser\\Parser\\Proxy\\ParserUUEncodedPartProxyFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Parser/Proxy/ParserUUEncodedPartProxyFactory.php',
    'ZBateson\\MailMimeParser\\Stream\\HeaderStream' => $vendorDir . '/zbateson/mail-mime-parser/src/Stream/HeaderStream.php',
    'ZBateson\\MailMimeParser\\Stream\\MessagePartStream' => $vendorDir . '/zbateson/mail-mime-parser/src/Stream/MessagePartStream.php',
    'ZBateson\\MailMimeParser\\Stream\\StreamFactory' => $vendorDir . '/zbateson/mail-mime-parser/src/Stream/StreamFactory.php',
    'ZBateson\\MbWrapper\\MbWrapper' => $vendorDir . '/zbateson/mb-wrapper/src/MbWrapper.php',
    'ZBateson\\StreamDecorators\\Base64Stream' => $vendorDir . '/zbateson/stream-decorators/src/Base64Stream.php',
    'ZBateson\\StreamDecorators\\CharsetStream' => $vendorDir . '/zbateson/stream-decorators/src/CharsetStream.php',
    'ZBateson\\StreamDecorators\\ChunkSplitStream' => $vendorDir . '/zbateson/stream-decorators/src/ChunkSplitStream.php',
    'ZBateson\\StreamDecorators\\NonClosingStream' => $vendorDir . '/zbateson/stream-decorators/src/NonClosingStream.php',
    'ZBateson\\StreamDecorators\\PregReplaceFilterStream' => $vendorDir . '/zbateson/stream-decorators/src/PregReplaceFilterStream.php',
    'ZBateson\\StreamDecorators\\QuotedPrintableStream' => $vendorDir . '/zbateson/stream-decorators/src/QuotedPrintableStream.php',
    'ZBateson\\StreamDecorators\\SeekingLimitStream' => $vendorDir . '/zbateson/stream-decorators/src/SeekingLimitStream.php',
    'ZBateson\\StreamDecorators\\UUStream' => $vendorDir . '/zbateson/stream-decorators/src/UUStream.php',
    'Zend_Cache' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache.php',
    'Zend_Cache_Backend' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend.php',
    'Zend_Cache_Backend_Apc' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/Apc.php',
    'Zend_Cache_Backend_BlackHole' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/BlackHole.php',
    'Zend_Cache_Backend_ExtendedInterface' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/ExtendedInterface.php',
    'Zend_Cache_Backend_File' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/File.php',
    'Zend_Cache_Backend_Interface' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/Interface.php',
    'Zend_Cache_Backend_Libmemcached' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/Libmemcached.php',
    'Zend_Cache_Backend_Memcached' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/Memcached.php',
    'Zend_Cache_Backend_Sqlite' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/Sqlite.php',
    'Zend_Cache_Backend_Static' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/Static.php',
    'Zend_Cache_Backend_Test' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/Test.php',
    'Zend_Cache_Backend_TwoLevels' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/TwoLevels.php',
    'Zend_Cache_Backend_WinCache' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/WinCache.php',
    'Zend_Cache_Backend_Xcache' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/Xcache.php',
    'Zend_Cache_Backend_ZendPlatform' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/ZendPlatform.php',
    'Zend_Cache_Backend_ZendServer' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/ZendServer.php',
    'Zend_Cache_Backend_ZendServer_Disk' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/ZendServer/Disk.php',
    'Zend_Cache_Backend_ZendServer_ShMem' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Backend/ZendServer/ShMem.php',
    'Zend_Cache_Core' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Core.php',
    'Zend_Cache_Exception' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Exception.php',
    'Zend_Cache_Frontend_Capture' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Frontend/Capture.php',
    'Zend_Cache_Frontend_Class' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Frontend/Class.php',
    'Zend_Cache_Frontend_File' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Frontend/File.php',
    'Zend_Cache_Frontend_Function' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Frontend/Function.php',
    'Zend_Cache_Frontend_Output' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Frontend/Output.php',
    'Zend_Cache_Frontend_Page' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Frontend/Page.php',
    'Zend_Cache_Manager' => $vendorDir . '/zf1/zend-cache/library/Zend/Cache/Manager.php',
    'Zend_Crypt' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt.php',
    'Zend_Crypt_DiffieHellman' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/DiffieHellman.php',
    'Zend_Crypt_DiffieHellman_Exception' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/DiffieHellman/Exception.php',
    'Zend_Crypt_Exception' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Exception.php',
    'Zend_Crypt_Hmac' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Hmac.php',
    'Zend_Crypt_Hmac_Exception' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Hmac/Exception.php',
    'Zend_Crypt_Math' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Math.php',
    'Zend_Crypt_Math_BigInteger' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Math/BigInteger.php',
    'Zend_Crypt_Math_BigInteger_Bcmath' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Math/BigInteger/Bcmath.php',
    'Zend_Crypt_Math_BigInteger_Exception' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Math/BigInteger/Exception.php',
    'Zend_Crypt_Math_BigInteger_Gmp' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Math/BigInteger/Gmp.php',
    'Zend_Crypt_Math_BigInteger_Interface' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Math/BigInteger/Interface.php',
    'Zend_Crypt_Math_Exception' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Math/Exception.php',
    'Zend_Crypt_Rsa' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Rsa.php',
    'Zend_Crypt_Rsa_Exception' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Rsa/Exception.php',
    'Zend_Crypt_Rsa_Key' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Rsa/Key.php',
    'Zend_Crypt_Rsa_Key_Private' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Rsa/Key/Private.php',
    'Zend_Crypt_Rsa_Key_Public' => $vendorDir . '/zf1/zend-crypt/library/Zend/Crypt/Rsa/Key/Public.php',
    'Zend_Exception' => $vendorDir . '/zf1/zend-exception/library/Zend/Exception.php',
    'Zend_Gdata' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata.php',
    'Zend_Gdata_Analytics' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics.php',
    'Zend_Gdata_Analytics_AccountEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/AccountEntry.php',
    'Zend_Gdata_Analytics_AccountFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/AccountFeed.php',
    'Zend_Gdata_Analytics_AccountQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/AccountQuery.php',
    'Zend_Gdata_Analytics_DataEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/DataEntry.php',
    'Zend_Gdata_Analytics_DataFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/DataFeed.php',
    'Zend_Gdata_Analytics_DataQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/DataQuery.php',
    'Zend_Gdata_Analytics_Extension_Dimension' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/Extension/Dimension.php',
    'Zend_Gdata_Analytics_Extension_Metric' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/Extension/Metric.php',
    'Zend_Gdata_Analytics_Extension_Property' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/Extension/Property.php',
    'Zend_Gdata_Analytics_Extension_TableId' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Analytics/Extension/TableId.php',
    'Zend_Gdata_App' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App.php',
    'Zend_Gdata_App_AuthException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/AuthException.php',
    'Zend_Gdata_App_BadMethodCallException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/BadMethodCallException.php',
    'Zend_Gdata_App_Base' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Base.php',
    'Zend_Gdata_App_BaseMediaSource' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/BaseMediaSource.php',
    'Zend_Gdata_App_CaptchaRequiredException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/CaptchaRequiredException.php',
    'Zend_Gdata_App_Entry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Entry.php',
    'Zend_Gdata_App_Exception' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Exception.php',
    'Zend_Gdata_App_Extension' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension.php',
    'Zend_Gdata_App_Extension_Author' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Author.php',
    'Zend_Gdata_App_Extension_Category' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Category.php',
    'Zend_Gdata_App_Extension_Content' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Content.php',
    'Zend_Gdata_App_Extension_Contributor' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Contributor.php',
    'Zend_Gdata_App_Extension_Control' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Control.php',
    'Zend_Gdata_App_Extension_Draft' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Draft.php',
    'Zend_Gdata_App_Extension_Edited' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Edited.php',
    'Zend_Gdata_App_Extension_Element' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Element.php',
    'Zend_Gdata_App_Extension_Email' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Email.php',
    'Zend_Gdata_App_Extension_Generator' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Generator.php',
    'Zend_Gdata_App_Extension_Icon' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Icon.php',
    'Zend_Gdata_App_Extension_Id' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Id.php',
    'Zend_Gdata_App_Extension_Link' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Link.php',
    'Zend_Gdata_App_Extension_Logo' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Logo.php',
    'Zend_Gdata_App_Extension_Name' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Name.php',
    'Zend_Gdata_App_Extension_Person' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Person.php',
    'Zend_Gdata_App_Extension_Published' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Published.php',
    'Zend_Gdata_App_Extension_Rights' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Rights.php',
    'Zend_Gdata_App_Extension_Source' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Source.php',
    'Zend_Gdata_App_Extension_Subtitle' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Subtitle.php',
    'Zend_Gdata_App_Extension_Summary' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Summary.php',
    'Zend_Gdata_App_Extension_Text' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Text.php',
    'Zend_Gdata_App_Extension_Title' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Title.php',
    'Zend_Gdata_App_Extension_Updated' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Updated.php',
    'Zend_Gdata_App_Extension_Uri' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Extension/Uri.php',
    'Zend_Gdata_App_Feed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Feed.php',
    'Zend_Gdata_App_FeedEntryParent' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/FeedEntryParent.php',
    'Zend_Gdata_App_FeedSourceParent' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/FeedSourceParent.php',
    'Zend_Gdata_App_HttpException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/HttpException.php',
    'Zend_Gdata_App_IOException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/IOException.php',
    'Zend_Gdata_App_InvalidArgumentException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/InvalidArgumentException.php',
    'Zend_Gdata_App_LoggingHttpClientAdapterSocket' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php',
    'Zend_Gdata_App_MediaEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/MediaEntry.php',
    'Zend_Gdata_App_MediaFileSource' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/MediaFileSource.php',
    'Zend_Gdata_App_MediaSource' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/MediaSource.php',
    'Zend_Gdata_App_Util' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/Util.php',
    'Zend_Gdata_App_VersionException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/App/VersionException.php',
    'Zend_Gdata_AuthSub' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/AuthSub.php',
    'Zend_Gdata_Books' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books.php',
    'Zend_Gdata_Books_CollectionEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/CollectionEntry.php',
    'Zend_Gdata_Books_CollectionFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/CollectionFeed.php',
    'Zend_Gdata_Books_Extension_AnnotationLink' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/AnnotationLink.php',
    'Zend_Gdata_Books_Extension_BooksCategory' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/BooksCategory.php',
    'Zend_Gdata_Books_Extension_BooksLink' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/BooksLink.php',
    'Zend_Gdata_Books_Extension_Embeddability' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/Embeddability.php',
    'Zend_Gdata_Books_Extension_InfoLink' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/InfoLink.php',
    'Zend_Gdata_Books_Extension_PreviewLink' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/PreviewLink.php',
    'Zend_Gdata_Books_Extension_Review' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/Review.php',
    'Zend_Gdata_Books_Extension_ThumbnailLink' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/ThumbnailLink.php',
    'Zend_Gdata_Books_Extension_Viewability' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/Extension/Viewability.php',
    'Zend_Gdata_Books_VolumeEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/VolumeEntry.php',
    'Zend_Gdata_Books_VolumeFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/VolumeFeed.php',
    'Zend_Gdata_Books_VolumeQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Books/VolumeQuery.php',
    'Zend_Gdata_Calendar' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar.php',
    'Zend_Gdata_Calendar_EventEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/EventEntry.php',
    'Zend_Gdata_Calendar_EventFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/EventFeed.php',
    'Zend_Gdata_Calendar_EventQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/EventQuery.php',
    'Zend_Gdata_Calendar_Extension_AccessLevel' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/AccessLevel.php',
    'Zend_Gdata_Calendar_Extension_Color' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/Color.php',
    'Zend_Gdata_Calendar_Extension_Hidden' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/Hidden.php',
    'Zend_Gdata_Calendar_Extension_Link' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/Link.php',
    'Zend_Gdata_Calendar_Extension_QuickAdd' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/QuickAdd.php',
    'Zend_Gdata_Calendar_Extension_Selected' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/Selected.php',
    'Zend_Gdata_Calendar_Extension_SendEventNotifications' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/SendEventNotifications.php',
    'Zend_Gdata_Calendar_Extension_Timezone' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/Timezone.php',
    'Zend_Gdata_Calendar_Extension_WebContent' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/Extension/WebContent.php',
    'Zend_Gdata_Calendar_ListEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/ListEntry.php',
    'Zend_Gdata_Calendar_ListFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Calendar/ListFeed.php',
    'Zend_Gdata_ClientLogin' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/ClientLogin.php',
    'Zend_Gdata_Docs' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Docs.php',
    'Zend_Gdata_Docs_DocumentListEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Docs/DocumentListEntry.php',
    'Zend_Gdata_Docs_DocumentListFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Docs/DocumentListFeed.php',
    'Zend_Gdata_Docs_Query' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Docs/Query.php',
    'Zend_Gdata_DublinCore' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore.php',
    'Zend_Gdata_DublinCore_Extension_Creator' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Creator.php',
    'Zend_Gdata_DublinCore_Extension_Date' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Date.php',
    'Zend_Gdata_DublinCore_Extension_Description' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Description.php',
    'Zend_Gdata_DublinCore_Extension_Format' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Format.php',
    'Zend_Gdata_DublinCore_Extension_Identifier' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Identifier.php',
    'Zend_Gdata_DublinCore_Extension_Language' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Language.php',
    'Zend_Gdata_DublinCore_Extension_Publisher' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Publisher.php',
    'Zend_Gdata_DublinCore_Extension_Rights' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Rights.php',
    'Zend_Gdata_DublinCore_Extension_Subject' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Subject.php',
    'Zend_Gdata_DublinCore_Extension_Title' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/DublinCore/Extension/Title.php',
    'Zend_Gdata_Entry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Entry.php',
    'Zend_Gdata_Exif' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif.php',
    'Zend_Gdata_Exif_Entry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Entry.php',
    'Zend_Gdata_Exif_Extension_Distance' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/Distance.php',
    'Zend_Gdata_Exif_Extension_Exposure' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/Exposure.php',
    'Zend_Gdata_Exif_Extension_FStop' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/FStop.php',
    'Zend_Gdata_Exif_Extension_Flash' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/Flash.php',
    'Zend_Gdata_Exif_Extension_FocalLength' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/FocalLength.php',
    'Zend_Gdata_Exif_Extension_ImageUniqueId' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/ImageUniqueId.php',
    'Zend_Gdata_Exif_Extension_Iso' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/Iso.php',
    'Zend_Gdata_Exif_Extension_Make' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/Make.php',
    'Zend_Gdata_Exif_Extension_Model' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/Model.php',
    'Zend_Gdata_Exif_Extension_Tags' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/Tags.php',
    'Zend_Gdata_Exif_Extension_Time' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Extension/Time.php',
    'Zend_Gdata_Exif_Feed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Exif/Feed.php',
    'Zend_Gdata_Extension' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension.php',
    'Zend_Gdata_Extension_AttendeeStatus' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/AttendeeStatus.php',
    'Zend_Gdata_Extension_AttendeeType' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/AttendeeType.php',
    'Zend_Gdata_Extension_Comments' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/Comments.php',
    'Zend_Gdata_Extension_EntryLink' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/EntryLink.php',
    'Zend_Gdata_Extension_EventStatus' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/EventStatus.php',
    'Zend_Gdata_Extension_ExtendedProperty' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/ExtendedProperty.php',
    'Zend_Gdata_Extension_FeedLink' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/FeedLink.php',
    'Zend_Gdata_Extension_OpenSearchItemsPerPage' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/OpenSearchItemsPerPage.php',
    'Zend_Gdata_Extension_OpenSearchStartIndex' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/OpenSearchStartIndex.php',
    'Zend_Gdata_Extension_OpenSearchTotalResults' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/OpenSearchTotalResults.php',
    'Zend_Gdata_Extension_OriginalEvent' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/OriginalEvent.php',
    'Zend_Gdata_Extension_Rating' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/Rating.php',
    'Zend_Gdata_Extension_Recurrence' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/Recurrence.php',
    'Zend_Gdata_Extension_RecurrenceException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/RecurrenceException.php',
    'Zend_Gdata_Extension_Reminder' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/Reminder.php',
    'Zend_Gdata_Extension_Transparency' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/Transparency.php',
    'Zend_Gdata_Extension_Visibility' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/Visibility.php',
    'Zend_Gdata_Extension_When' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/When.php',
    'Zend_Gdata_Extension_Where' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/Where.php',
    'Zend_Gdata_Extension_Who' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Extension/Who.php',
    'Zend_Gdata_Feed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Feed.php',
    'Zend_Gdata_Gapps' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps.php',
    'Zend_Gdata_Gapps_EmailListEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/EmailListEntry.php',
    'Zend_Gdata_Gapps_EmailListFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/EmailListFeed.php',
    'Zend_Gdata_Gapps_EmailListQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/EmailListQuery.php',
    'Zend_Gdata_Gapps_EmailListRecipientEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/EmailListRecipientEntry.php',
    'Zend_Gdata_Gapps_EmailListRecipientFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/EmailListRecipientFeed.php',
    'Zend_Gdata_Gapps_EmailListRecipientQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/EmailListRecipientQuery.php',
    'Zend_Gdata_Gapps_Error' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/Error.php',
    'Zend_Gdata_Gapps_Extension_EmailList' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/Extension/EmailList.php',
    'Zend_Gdata_Gapps_Extension_Login' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/Extension/Login.php',
    'Zend_Gdata_Gapps_Extension_Name' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/Extension/Name.php',
    'Zend_Gdata_Gapps_Extension_Nickname' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/Extension/Nickname.php',
    'Zend_Gdata_Gapps_Extension_Property' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/Extension/Property.php',
    'Zend_Gdata_Gapps_Extension_Quota' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/Extension/Quota.php',
    'Zend_Gdata_Gapps_GroupEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/GroupEntry.php',
    'Zend_Gdata_Gapps_GroupFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/GroupFeed.php',
    'Zend_Gdata_Gapps_GroupQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/GroupQuery.php',
    'Zend_Gdata_Gapps_MemberEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/MemberEntry.php',
    'Zend_Gdata_Gapps_MemberFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/MemberFeed.php',
    'Zend_Gdata_Gapps_MemberQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/MemberQuery.php',
    'Zend_Gdata_Gapps_NicknameEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/NicknameEntry.php',
    'Zend_Gdata_Gapps_NicknameFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/NicknameFeed.php',
    'Zend_Gdata_Gapps_NicknameQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/NicknameQuery.php',
    'Zend_Gdata_Gapps_OwnerEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/OwnerEntry.php',
    'Zend_Gdata_Gapps_OwnerFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/OwnerFeed.php',
    'Zend_Gdata_Gapps_OwnerQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/OwnerQuery.php',
    'Zend_Gdata_Gapps_Query' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/Query.php',
    'Zend_Gdata_Gapps_ServiceException' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/ServiceException.php',
    'Zend_Gdata_Gapps_UserEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/UserEntry.php',
    'Zend_Gdata_Gapps_UserFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/UserFeed.php',
    'Zend_Gdata_Gapps_UserQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gapps/UserQuery.php',
    'Zend_Gdata_Gbase' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase.php',
    'Zend_Gdata_Gbase_Entry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/Entry.php',
    'Zend_Gdata_Gbase_Extension_BaseAttribute' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/Extension/BaseAttribute.php',
    'Zend_Gdata_Gbase_Feed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/Feed.php',
    'Zend_Gdata_Gbase_ItemEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/ItemEntry.php',
    'Zend_Gdata_Gbase_ItemFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/ItemFeed.php',
    'Zend_Gdata_Gbase_ItemQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/ItemQuery.php',
    'Zend_Gdata_Gbase_Query' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/Query.php',
    'Zend_Gdata_Gbase_SnippetEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/SnippetEntry.php',
    'Zend_Gdata_Gbase_SnippetFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/SnippetFeed.php',
    'Zend_Gdata_Gbase_SnippetQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Gbase/SnippetQuery.php',
    'Zend_Gdata_Geo' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Geo.php',
    'Zend_Gdata_Geo_Entry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Geo/Entry.php',
    'Zend_Gdata_Geo_Extension_GeoRssWhere' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Geo/Extension/GeoRssWhere.php',
    'Zend_Gdata_Geo_Extension_GmlPoint' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Geo/Extension/GmlPoint.php',
    'Zend_Gdata_Geo_Extension_GmlPos' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Geo/Extension/GmlPos.php',
    'Zend_Gdata_Geo_Feed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Geo/Feed.php',
    'Zend_Gdata_Health' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Health.php',
    'Zend_Gdata_Health_Extension_Ccr' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Health/Extension/Ccr.php',
    'Zend_Gdata_Health_ProfileEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Health/ProfileEntry.php',
    'Zend_Gdata_Health_ProfileFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Health/ProfileFeed.php',
    'Zend_Gdata_Health_ProfileListEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Health/ProfileListEntry.php',
    'Zend_Gdata_Health_ProfileListFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Health/ProfileListFeed.php',
    'Zend_Gdata_Health_Query' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Health/Query.php',
    'Zend_Gdata_HttpAdapterStreamingProxy' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/HttpAdapterStreamingProxy.php',
    'Zend_Gdata_HttpAdapterStreamingSocket' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/HttpAdapterStreamingSocket.php',
    'Zend_Gdata_HttpClient' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/HttpClient.php',
    'Zend_Gdata_Kind_EventEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Kind/EventEntry.php',
    'Zend_Gdata_Media' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media.php',
    'Zend_Gdata_MediaMimeStream' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/MediaMimeStream.php',
    'Zend_Gdata_Media_Entry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Entry.php',
    'Zend_Gdata_Media_Extension_MediaCategory' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaCategory.php',
    'Zend_Gdata_Media_Extension_MediaContent' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaContent.php',
    'Zend_Gdata_Media_Extension_MediaCopyright' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaCopyright.php',
    'Zend_Gdata_Media_Extension_MediaCredit' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaCredit.php',
    'Zend_Gdata_Media_Extension_MediaDescription' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaDescription.php',
    'Zend_Gdata_Media_Extension_MediaGroup' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaGroup.php',
    'Zend_Gdata_Media_Extension_MediaHash' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaHash.php',
    'Zend_Gdata_Media_Extension_MediaKeywords' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaKeywords.php',
    'Zend_Gdata_Media_Extension_MediaPlayer' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaPlayer.php',
    'Zend_Gdata_Media_Extension_MediaRating' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaRating.php',
    'Zend_Gdata_Media_Extension_MediaRestriction' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaRestriction.php',
    'Zend_Gdata_Media_Extension_MediaText' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaText.php',
    'Zend_Gdata_Media_Extension_MediaThumbnail' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaThumbnail.php',
    'Zend_Gdata_Media_Extension_MediaTitle' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Extension/MediaTitle.php',
    'Zend_Gdata_Media_Feed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Media/Feed.php',
    'Zend_Gdata_MimeBodyString' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/MimeBodyString.php',
    'Zend_Gdata_MimeFile' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/MimeFile.php',
    'Zend_Gdata_Photos' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos.php',
    'Zend_Gdata_Photos_AlbumEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/AlbumEntry.php',
    'Zend_Gdata_Photos_AlbumFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/AlbumFeed.php',
    'Zend_Gdata_Photos_AlbumQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/AlbumQuery.php',
    'Zend_Gdata_Photos_CommentEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/CommentEntry.php',
    'Zend_Gdata_Photos_Extension_Access' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Access.php',
    'Zend_Gdata_Photos_Extension_AlbumId' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/AlbumId.php',
    'Zend_Gdata_Photos_Extension_BytesUsed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/BytesUsed.php',
    'Zend_Gdata_Photos_Extension_Checksum' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Checksum.php',
    'Zend_Gdata_Photos_Extension_Client' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Client.php',
    'Zend_Gdata_Photos_Extension_CommentCount' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/CommentCount.php',
    'Zend_Gdata_Photos_Extension_CommentingEnabled' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/CommentingEnabled.php',
    'Zend_Gdata_Photos_Extension_Height' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Height.php',
    'Zend_Gdata_Photos_Extension_Id' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Id.php',
    'Zend_Gdata_Photos_Extension_Location' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Location.php',
    'Zend_Gdata_Photos_Extension_MaxPhotosPerAlbum' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/MaxPhotosPerAlbum.php',
    'Zend_Gdata_Photos_Extension_Name' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Name.php',
    'Zend_Gdata_Photos_Extension_Nickname' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Nickname.php',
    'Zend_Gdata_Photos_Extension_NumPhotos' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/NumPhotos.php',
    'Zend_Gdata_Photos_Extension_NumPhotosRemaining' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/NumPhotosRemaining.php',
    'Zend_Gdata_Photos_Extension_PhotoId' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/PhotoId.php',
    'Zend_Gdata_Photos_Extension_Position' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Position.php',
    'Zend_Gdata_Photos_Extension_QuotaCurrent' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/QuotaCurrent.php',
    'Zend_Gdata_Photos_Extension_QuotaLimit' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/QuotaLimit.php',
    'Zend_Gdata_Photos_Extension_Rotation' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Rotation.php',
    'Zend_Gdata_Photos_Extension_Size' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Size.php',
    'Zend_Gdata_Photos_Extension_Thumbnail' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Thumbnail.php',
    'Zend_Gdata_Photos_Extension_Timestamp' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Timestamp.php',
    'Zend_Gdata_Photos_Extension_User' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/User.php',
    'Zend_Gdata_Photos_Extension_Version' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Version.php',
    'Zend_Gdata_Photos_Extension_Weight' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Weight.php',
    'Zend_Gdata_Photos_Extension_Width' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/Extension/Width.php',
    'Zend_Gdata_Photos_PhotoEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/PhotoEntry.php',
    'Zend_Gdata_Photos_PhotoFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/PhotoFeed.php',
    'Zend_Gdata_Photos_PhotoQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/PhotoQuery.php',
    'Zend_Gdata_Photos_TagEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/TagEntry.php',
    'Zend_Gdata_Photos_UserEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/UserEntry.php',
    'Zend_Gdata_Photos_UserFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/UserFeed.php',
    'Zend_Gdata_Photos_UserQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Photos/UserQuery.php',
    'Zend_Gdata_Query' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Query.php',
    'Zend_Gdata_Spreadsheets' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets.php',
    'Zend_Gdata_Spreadsheets_CellEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/CellEntry.php',
    'Zend_Gdata_Spreadsheets_CellFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/CellFeed.php',
    'Zend_Gdata_Spreadsheets_CellQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/CellQuery.php',
    'Zend_Gdata_Spreadsheets_DocumentQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/DocumentQuery.php',
    'Zend_Gdata_Spreadsheets_Extension_Cell' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/Extension/Cell.php',
    'Zend_Gdata_Spreadsheets_Extension_ColCount' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/Extension/ColCount.php',
    'Zend_Gdata_Spreadsheets_Extension_Custom' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/Extension/Custom.php',
    'Zend_Gdata_Spreadsheets_Extension_RowCount' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/Extension/RowCount.php',
    'Zend_Gdata_Spreadsheets_ListEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/ListEntry.php',
    'Zend_Gdata_Spreadsheets_ListFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/ListFeed.php',
    'Zend_Gdata_Spreadsheets_ListQuery' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/ListQuery.php',
    'Zend_Gdata_Spreadsheets_SpreadsheetEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/SpreadsheetEntry.php',
    'Zend_Gdata_Spreadsheets_SpreadsheetFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/SpreadsheetFeed.php',
    'Zend_Gdata_Spreadsheets_WorksheetEntry' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/WorksheetEntry.php',
    'Zend_Gdata_Spreadsheets_WorksheetFeed' => $vendorDir . '/zf1/zend-gdata/library/Zend/Gdata/Spreadsheets/WorksheetFeed.php',
    'Zend_Http_Client' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client.php',
    'Zend_Http_Client_Adapter_Curl' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client/Adapter/Curl.php',
    'Zend_Http_Client_Adapter_Exception' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client/Adapter/Exception.php',
    'Zend_Http_Client_Adapter_Interface' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client/Adapter/Interface.php',
    'Zend_Http_Client_Adapter_Proxy' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client/Adapter/Proxy.php',
    'Zend_Http_Client_Adapter_Socket' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client/Adapter/Socket.php',
    'Zend_Http_Client_Adapter_Stream' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client/Adapter/Stream.php',
    'Zend_Http_Client_Adapter_Test' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client/Adapter/Test.php',
    'Zend_Http_Client_Exception' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Client/Exception.php',
    'Zend_Http_Cookie' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Cookie.php',
    'Zend_Http_CookieJar' => $vendorDir . '/zf1/zend-http/library/Zend/Http/CookieJar.php',
    'Zend_Http_Exception' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Exception.php',
    'Zend_Http_Header_Exception_InvalidArgumentException' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Header/Exception/InvalidArgumentException.php',
    'Zend_Http_Header_Exception_RuntimeException' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Header/Exception/RuntimeException.php',
    'Zend_Http_Header_HeaderValue' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Header/HeaderValue.php',
    'Zend_Http_Header_SetCookie' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Header/SetCookie.php',
    'Zend_Http_Response' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Response.php',
    'Zend_Http_Response_Stream' => $vendorDir . '/zf1/zend-http/library/Zend/Http/Response/Stream.php',
    'Zend_Http_UserAgent' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent.php',
    'Zend_Http_UserAgent_AbstractDevice' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/AbstractDevice.php',
    'Zend_Http_UserAgent_Bot' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Bot.php',
    'Zend_Http_UserAgent_Checker' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Checker.php',
    'Zend_Http_UserAgent_Console' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Console.php',
    'Zend_Http_UserAgent_Desktop' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Desktop.php',
    'Zend_Http_UserAgent_Device' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Device.php',
    'Zend_Http_UserAgent_Email' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Email.php',
    'Zend_Http_UserAgent_Exception' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Exception.php',
    'Zend_Http_UserAgent_Features_Adapter' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Features/Adapter.php',
    'Zend_Http_UserAgent_Features_Adapter_Browscap' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Features/Adapter/Browscap.php',
    'Zend_Http_UserAgent_Features_Adapter_DeviceAtlas' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php',
    'Zend_Http_UserAgent_Features_Adapter_TeraWurfl' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php',
    'Zend_Http_UserAgent_Features_Exception' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Features/Exception.php',
    'Zend_Http_UserAgent_Feed' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Feed.php',
    'Zend_Http_UserAgent_Mobile' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Mobile.php',
    'Zend_Http_UserAgent_Offline' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Offline.php',
    'Zend_Http_UserAgent_Probe' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Probe.php',
    'Zend_Http_UserAgent_Spam' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Spam.php',
    'Zend_Http_UserAgent_Storage' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Storage.php',
    'Zend_Http_UserAgent_Storage_Exception' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Storage/Exception.php',
    'Zend_Http_UserAgent_Storage_NonPersistent' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Storage/NonPersistent.php',
    'Zend_Http_UserAgent_Storage_Session' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Storage/Session.php',
    'Zend_Http_UserAgent_Text' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Text.php',
    'Zend_Http_UserAgent_Validator' => $vendorDir . '/zf1/zend-http/library/Zend/Http/UserAgent/Validator.php',
    'Zend_Loader' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader.php',
    'Zend_Loader_Autoloader' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/Autoloader.php',
    'Zend_Loader_AutoloaderFactory' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/AutoloaderFactory.php',
    'Zend_Loader_Autoloader_Interface' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/Autoloader/Interface.php',
    'Zend_Loader_Autoloader_Resource' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/Autoloader/Resource.php',
    'Zend_Loader_ClassMapAutoloader' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/ClassMapAutoloader.php',
    'Zend_Loader_Exception' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/Exception.php',
    'Zend_Loader_Exception_InvalidArgumentException' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/Exception/InvalidArgumentException.php',
    'Zend_Loader_PluginLoader' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/PluginLoader.php',
    'Zend_Loader_PluginLoader_Exception' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/PluginLoader/Exception.php',
    'Zend_Loader_PluginLoader_Interface' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/PluginLoader/Interface.php',
    'Zend_Loader_SplAutoloader' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/SplAutoloader.php',
    'Zend_Loader_StandardAutoloader' => $vendorDir . '/zf1/zend-loader/library/Zend/Loader/StandardAutoloader.php',
    'Zend_Locale' => $vendorDir . '/zf1/zend-locale/library/Zend/Locale.php',
    'Zend_Locale_Data' => $vendorDir . '/zf1/zend-locale/library/Zend/Locale/Data.php',
    'Zend_Locale_Data_Translation' => $vendorDir . '/zf1/zend-locale/library/Zend/Locale/Data/Translation.php',
    'Zend_Locale_Exception' => $vendorDir . '/zf1/zend-locale/library/Zend/Locale/Exception.php',
    'Zend_Locale_Format' => $vendorDir . '/zf1/zend-locale/library/Zend/Locale/Format.php',
    'Zend_Locale_Math' => $vendorDir . '/zf1/zend-locale/library/Zend/Locale/Math.php',
    'Zend_Locale_Math_Exception' => $vendorDir . '/zf1/zend-locale/library/Zend/Locale/Math/Exception.php',
    'Zend_Locale_Math_PhpMath' => $vendorDir . '/zf1/zend-locale/library/Zend/Locale/Math/PhpMath.php',
    'Zend_Mime' => $vendorDir . '/zf1/zend-mime/library/Zend/Mime.php',
    'Zend_Mime_Decode' => $vendorDir . '/zf1/zend-mime/library/Zend/Mime/Decode.php',
    'Zend_Mime_Exception' => $vendorDir . '/zf1/zend-mime/library/Zend/Mime/Exception.php',
    'Zend_Mime_Message' => $vendorDir . '/zf1/zend-mime/library/Zend/Mime/Message.php',
    'Zend_Mime_Part' => $vendorDir . '/zf1/zend-mime/library/Zend/Mime/Part.php',
    'Zend_Oauth' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth.php',
    'Zend_Oauth_Client' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Client.php',
    'Zend_Oauth_Config' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Config.php',
    'Zend_Oauth_Config_ConfigInterface' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Config/ConfigInterface.php',
    'Zend_Oauth_Consumer' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Consumer.php',
    'Zend_Oauth_Exception' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Exception.php',
    'Zend_Oauth_Http' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Http.php',
    'Zend_Oauth_Http_AccessToken' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Http/AccessToken.php',
    'Zend_Oauth_Http_RequestToken' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Http/RequestToken.php',
    'Zend_Oauth_Http_UserAuthorization' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Http/UserAuthorization.php',
    'Zend_Oauth_Http_Utility' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Http/Utility.php',
    'Zend_Oauth_Signature_Hmac' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Signature/Hmac.php',
    'Zend_Oauth_Signature_Plaintext' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Signature/Plaintext.php',
    'Zend_Oauth_Signature_Rsa' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Signature/Rsa.php',
    'Zend_Oauth_Signature_SignatureAbstract' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Signature/SignatureAbstract.php',
    'Zend_Oauth_Token' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Token.php',
    'Zend_Oauth_Token_Access' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Token/Access.php',
    'Zend_Oauth_Token_AuthorizedRequest' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Token/AuthorizedRequest.php',
    'Zend_Oauth_Token_Request' => $vendorDir . '/zf1/zend-oauth/library/Zend/Oauth/Token/Request.php',
    'Zend_Registry' => $vendorDir . '/zf1/zend-registry/library/Zend/Registry.php',
    'Zend_Uri' => $vendorDir . '/zf1/zend-uri/library/Zend/Uri.php',
    'Zend_Uri_Exception' => $vendorDir . '/zf1/zend-uri/library/Zend/Uri/Exception.php',
    'Zend_Uri_Http' => $vendorDir . '/zf1/zend-uri/library/Zend/Uri/Http.php',
    'Zend_Validate' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate.php',
    'Zend_Validate_Abstract' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Abstract.php',
    'Zend_Validate_Alnum' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Alnum.php',
    'Zend_Validate_Alpha' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Alpha.php',
    'Zend_Validate_Barcode' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode.php',
    'Zend_Validate_Barcode_AdapterAbstract' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/AdapterAbstract.php',
    'Zend_Validate_Barcode_AdapterInterface' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/AdapterInterface.php',
    'Zend_Validate_Barcode_Code25' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Code25.php',
    'Zend_Validate_Barcode_Code25interleaved' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Code25interleaved.php',
    'Zend_Validate_Barcode_Code39' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Code39.php',
    'Zend_Validate_Barcode_Code39ext' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Code39ext.php',
    'Zend_Validate_Barcode_Code93' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Code93.php',
    'Zend_Validate_Barcode_Code93ext' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Code93ext.php',
    'Zend_Validate_Barcode_Ean12' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Ean12.php',
    'Zend_Validate_Barcode_Ean13' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Ean13.php',
    'Zend_Validate_Barcode_Ean14' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Ean14.php',
    'Zend_Validate_Barcode_Ean18' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Ean18.php',
    'Zend_Validate_Barcode_Ean2' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Ean2.php',
    'Zend_Validate_Barcode_Ean5' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Ean5.php',
    'Zend_Validate_Barcode_Ean8' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Ean8.php',
    'Zend_Validate_Barcode_Gtin12' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Gtin12.php',
    'Zend_Validate_Barcode_Gtin13' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Gtin13.php',
    'Zend_Validate_Barcode_Gtin14' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Gtin14.php',
    'Zend_Validate_Barcode_Identcode' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Identcode.php',
    'Zend_Validate_Barcode_Issn' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Issn.php',
    'Zend_Validate_Barcode_Itf14' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Itf14.php',
    'Zend_Validate_Barcode_Leitcode' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Leitcode.php',
    'Zend_Validate_Barcode_Planet' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Planet.php',
    'Zend_Validate_Barcode_Postnet' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Postnet.php',
    'Zend_Validate_Barcode_Royalmail' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Royalmail.php',
    'Zend_Validate_Barcode_Sscc' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Sscc.php',
    'Zend_Validate_Barcode_Upca' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Upca.php',
    'Zend_Validate_Barcode_Upce' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Barcode/Upce.php',
    'Zend_Validate_Between' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Between.php',
    'Zend_Validate_Callback' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Callback.php',
    'Zend_Validate_Ccnum' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Ccnum.php',
    'Zend_Validate_CreditCard' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/CreditCard.php',
    'Zend_Validate_Date' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Date.php',
    'Zend_Validate_Db_Abstract' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Db/Abstract.php',
    'Zend_Validate_Db_NoRecordExists' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Db/NoRecordExists.php',
    'Zend_Validate_Db_RecordExists' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Db/RecordExists.php',
    'Zend_Validate_Digits' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Digits.php',
    'Zend_Validate_EmailAddress' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/EmailAddress.php',
    'Zend_Validate_Exception' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Exception.php',
    'Zend_Validate_File_Count' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Count.php',
    'Zend_Validate_File_Crc32' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Crc32.php',
    'Zend_Validate_File_ExcludeExtension' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/ExcludeExtension.php',
    'Zend_Validate_File_ExcludeMimeType' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/ExcludeMimeType.php',
    'Zend_Validate_File_Exists' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Exists.php',
    'Zend_Validate_File_Extension' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Extension.php',
    'Zend_Validate_File_FilesSize' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/FilesSize.php',
    'Zend_Validate_File_Hash' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Hash.php',
    'Zend_Validate_File_ImageSize' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/ImageSize.php',
    'Zend_Validate_File_IsCompressed' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/IsCompressed.php',
    'Zend_Validate_File_IsImage' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/IsImage.php',
    'Zend_Validate_File_Md5' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Md5.php',
    'Zend_Validate_File_MimeType' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/MimeType.php',
    'Zend_Validate_File_NotExists' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/NotExists.php',
    'Zend_Validate_File_Sha1' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Sha1.php',
    'Zend_Validate_File_Size' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Size.php',
    'Zend_Validate_File_Upload' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/Upload.php',
    'Zend_Validate_File_WordCount' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/File/WordCount.php',
    'Zend_Validate_Float' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Float.php',
    'Zend_Validate_GreaterThan' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/GreaterThan.php',
    'Zend_Validate_Hex' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Hex.php',
    'Zend_Validate_Hostname' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Hostname.php',
    'Zend_Validate_Iban' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Iban.php',
    'Zend_Validate_Identical' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Identical.php',
    'Zend_Validate_InArray' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/InArray.php',
    'Zend_Validate_Int' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Int.php',
    'Zend_Validate_Interface' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Interface.php',
    'Zend_Validate_Ip' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Ip.php',
    'Zend_Validate_Isbn' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Isbn.php',
    'Zend_Validate_Ldap_Dn' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Ldap/Dn.php',
    'Zend_Validate_LessThan' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/LessThan.php',
    'Zend_Validate_NotEmpty' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/NotEmpty.php',
    'Zend_Validate_PostCode' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/PostCode.php',
    'Zend_Validate_Regex' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Regex.php',
    'Zend_Validate_Sitemap_Changefreq' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Sitemap/Changefreq.php',
    'Zend_Validate_Sitemap_Lastmod' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Sitemap/Lastmod.php',
    'Zend_Validate_Sitemap_Loc' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Sitemap/Loc.php',
    'Zend_Validate_Sitemap_Priority' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/Sitemap/Priority.php',
    'Zend_Validate_StringLength' => $vendorDir . '/zf1/zend-validate/library/Zend/Validate/StringLength.php',
    'Zend_Version' => $vendorDir . '/zf1/zend-version/library/Zend/Version.php',
    'Zend_Xml_Exception' => $vendorDir . '/zf1/zend-xml/library/Zend/Xml/Exception.php',
    'Zend_Xml_Security' => $vendorDir . '/zf1/zend-xml/library/Zend/Xml/Security.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\\Factory\\StaticMethod' => $vendorDir . '/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/StaticMethod.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\\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\\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\\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\\CallableString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/CallableString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\False_' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/False_.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\HtmlEscapedString' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/HtmlEscapedString.php',
    'phpDocumentor\\Reflection\\PseudoTypes\\IntegerRange' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/IntegerRange.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\\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\\PositiveInteger' => $vendorDir . '/phpdocumentor/type-resolver/src/PseudoTypes/PositiveInteger.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\\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\\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',
    'phpseclib3\\Common\\Functions\\Strings' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php',
    'phpseclib3\\Crypt\\AES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php',
    'phpseclib3\\Crypt\\Blowfish' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php',
    'phpseclib3\\Crypt\\ChaCha20' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php',
    'phpseclib3\\Crypt\\Common\\AsymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php',
    'phpseclib3\\Crypt\\Common\\BlockCipher' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php',
    'phpseclib3\\Crypt\\Common\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php',
    'phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php',
    'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php',
    'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php',
    'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php',
    'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php',
    'phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php',
    'phpseclib3\\Crypt\\Common\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php',
    'phpseclib3\\Crypt\\Common\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php',
    'phpseclib3\\Crypt\\Common\\StreamCipher' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php',
    'phpseclib3\\Crypt\\Common\\SymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php',
    'phpseclib3\\Crypt\\Common\\Traits\\Fingerprint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php',
    'phpseclib3\\Crypt\\Common\\Traits\\PasswordProtected' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php',
    'phpseclib3\\Crypt\\DES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DES.php',
    'phpseclib3\\Crypt\\DH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH.php',
    'phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php',
    'phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php',
    'phpseclib3\\Crypt\\DH\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php',
    'phpseclib3\\Crypt\\DH\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php',
    'phpseclib3\\Crypt\\DH\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php',
    'phpseclib3\\Crypt\\DSA' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php',
    'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php',
    'phpseclib3\\Crypt\\DSA\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php',
    'phpseclib3\\Crypt\\DSA\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php',
    'phpseclib3\\Crypt\\DSA\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php',
    'phpseclib3\\Crypt\\EC' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php',
    'phpseclib3\\Crypt\\EC\\BaseCurves\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php',
    'phpseclib3\\Crypt\\EC\\BaseCurves\\Binary' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php',
    'phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php',
    'phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php',
    'phpseclib3\\Crypt\\EC\\BaseCurves\\Prime' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php',
    'phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php',
    'phpseclib3\\Crypt\\EC\\Curves\\Curve25519' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php',
    'phpseclib3\\Crypt\\EC\\Curves\\Curve448' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php',
    'phpseclib3\\Crypt\\EC\\Curves\\Ed25519' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php',
    'phpseclib3\\Crypt\\EC\\Curves\\Ed448' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512t1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistb233' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistb409' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistk163' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistk233' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistk283' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistk409' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistp192' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistp224' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistp256' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistp384' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistp521' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php',
    'phpseclib3\\Crypt\\EC\\Curves\\nistt571' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php',
    'phpseclib3\\Crypt\\EC\\Curves\\prime192v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\prime192v2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\prime192v3' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php',
    'phpseclib3\\Crypt\\EC\\Curves\\prime239v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\prime239v2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\prime239v3' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php',
    'phpseclib3\\Crypt\\EC\\Curves\\prime256v1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp112r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp112r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp128r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp128r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp160k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp160r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp160r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp192k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp192r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp224k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp224r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp256k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp256r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp384r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\secp521r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect113r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect113r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect131r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect131r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect163k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect163r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect163r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect193r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect193r2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect233k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect233r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect239k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect283k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect283r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect409k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect409r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect571k1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php',
    'phpseclib3\\Crypt\\EC\\Curves\\sect571r1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\Common' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPrivate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Keys\\libsodium' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Signature\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php',
    'phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php',
    'phpseclib3\\Crypt\\EC\\Parameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php',
    'phpseclib3\\Crypt\\EC\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php',
    'phpseclib3\\Crypt\\EC\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php',
    'phpseclib3\\Crypt\\Hash' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Hash.php',
    'phpseclib3\\Crypt\\PublicKeyLoader' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php',
    'phpseclib3\\Crypt\\RC2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC2.php',
    'phpseclib3\\Crypt\\RC4' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC4.php',
    'phpseclib3\\Crypt\\RSA' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\JWK' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\MSBLOB' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\Raw' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php',
    'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\XML' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php',
    'phpseclib3\\Crypt\\RSA\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php',
    'phpseclib3\\Crypt\\RSA\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php',
    'phpseclib3\\Crypt\\Random' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Random.php',
    'phpseclib3\\Crypt\\Rijndael' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php',
    'phpseclib3\\Crypt\\Salsa20' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php',
    'phpseclib3\\Crypt\\TripleDES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php',
    'phpseclib3\\Crypt\\Twofish' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php',
    'phpseclib3\\Exception\\BadConfigurationException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php',
    'phpseclib3\\Exception\\BadDecryptionException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php',
    'phpseclib3\\Exception\\BadModeException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php',
    'phpseclib3\\Exception\\ConnectionClosedException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php',
    'phpseclib3\\Exception\\FileNotFoundException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php',
    'phpseclib3\\Exception\\InconsistentSetupException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php',
    'phpseclib3\\Exception\\InsufficientSetupException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php',
    'phpseclib3\\Exception\\NoKeyLoadedException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php',
    'phpseclib3\\Exception\\NoSupportedAlgorithmsException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php',
    'phpseclib3\\Exception\\UnableToConnectException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php',
    'phpseclib3\\Exception\\UnsupportedAlgorithmException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php',
    'phpseclib3\\Exception\\UnsupportedCurveException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php',
    'phpseclib3\\Exception\\UnsupportedFormatException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php',
    'phpseclib3\\Exception\\UnsupportedOperationException' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php',
    'phpseclib3\\File\\ANSI' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ANSI.php',
    'phpseclib3\\File\\ASN1' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php',
    'phpseclib3\\File\\ASN1\\Element' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php',
    'phpseclib3\\File\\ASN1\\Maps\\AccessDescription' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php',
    'phpseclib3\\File\\ASN1\\Maps\\AdministrationDomainName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php',
    'phpseclib3\\File\\ASN1\\Maps\\AlgorithmIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php',
    'phpseclib3\\File\\ASN1\\Maps\\AnotherName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php',
    'phpseclib3\\File\\ASN1\\Maps\\Attribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php',
    'phpseclib3\\File\\ASN1\\Maps\\AttributeType' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php',
    'phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php',
    'phpseclib3\\File\\ASN1\\Maps\\AttributeValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php',
    'phpseclib3\\File\\ASN1\\Maps\\Attributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php',
    'phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php',
    'phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php',
    'phpseclib3\\File\\ASN1\\Maps\\BaseDistance' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php',
    'phpseclib3\\File\\ASN1\\Maps\\BasicConstraints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php',
    'phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php',
    'phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php',
    'phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php',
    'phpseclib3\\File\\ASN1\\Maps\\CPSuri' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php',
    'phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php',
    'phpseclib3\\File\\ASN1\\Maps\\CRLNumber' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php',
    'phpseclib3\\File\\ASN1\\Maps\\CRLReason' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php',
    'phpseclib3\\File\\ASN1\\Maps\\CertPolicyId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php',
    'phpseclib3\\File\\ASN1\\Maps\\Certificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php',
    'phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php',
    'phpseclib3\\File\\ASN1\\Maps\\CertificateList' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php',
    'phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php',
    'phpseclib3\\File\\ASN1\\Maps\\CertificateSerialNumber' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php',
    'phpseclib3\\File\\ASN1\\Maps\\CertificationRequest' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php',
    'phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php',
    'phpseclib3\\File\\ASN1\\Maps\\Characteristic_two' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php',
    'phpseclib3\\File\\ASN1\\Maps\\CountryName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php',
    'phpseclib3\\File\\ASN1\\Maps\\Curve' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php',
    'phpseclib3\\File\\ASN1\\Maps\\DHParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php',
    'phpseclib3\\File\\ASN1\\Maps\\DSAParams' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php',
    'phpseclib3\\File\\ASN1\\Maps\\DSAPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php',
    'phpseclib3\\File\\ASN1\\Maps\\DSAPublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php',
    'phpseclib3\\File\\ASN1\\Maps\\DigestInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php',
    'phpseclib3\\File\\ASN1\\Maps\\DirectoryString' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php',
    'phpseclib3\\File\\ASN1\\Maps\\DisplayText' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php',
    'phpseclib3\\File\\ASN1\\Maps\\DistributionPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php',
    'phpseclib3\\File\\ASN1\\Maps\\DistributionPointName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php',
    'phpseclib3\\File\\ASN1\\Maps\\DssSigValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php',
    'phpseclib3\\File\\ASN1\\Maps\\ECParameters' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php',
    'phpseclib3\\File\\ASN1\\Maps\\ECPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php',
    'phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php',
    'phpseclib3\\File\\ASN1\\Maps\\EDIPartyName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php',
    'phpseclib3\\File\\ASN1\\Maps\\EcdsaSigValue' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php',
    'phpseclib3\\File\\ASN1\\Maps\\EncryptedData' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php',
    'phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php',
    'phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php',
    'phpseclib3\\File\\ASN1\\Maps\\Extension' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php',
    'phpseclib3\\File\\ASN1\\Maps\\ExtensionAttribute' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php',
    'phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php',
    'phpseclib3\\File\\ASN1\\Maps\\Extensions' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php',
    'phpseclib3\\File\\ASN1\\Maps\\FieldElement' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php',
    'phpseclib3\\File\\ASN1\\Maps\\FieldID' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php',
    'phpseclib3\\File\\ASN1\\Maps\\GeneralName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php',
    'phpseclib3\\File\\ASN1\\Maps\\GeneralNames' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php',
    'phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php',
    'phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php',
    'phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php',
    'phpseclib3\\File\\ASN1\\Maps\\HoldInstructionCode' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php',
    'phpseclib3\\File\\ASN1\\Maps\\InvalidityDate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php',
    'phpseclib3\\File\\ASN1\\Maps\\IssuerAltName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php',
    'phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php',
    'phpseclib3\\File\\ASN1\\Maps\\KeyIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php',
    'phpseclib3\\File\\ASN1\\Maps\\KeyPurposeId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php',
    'phpseclib3\\File\\ASN1\\Maps\\KeyUsage' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php',
    'phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php',
    'phpseclib3\\File\\ASN1\\Maps\\Name' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php',
    'phpseclib3\\File\\ASN1\\Maps\\NameConstraints' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php',
    'phpseclib3\\File\\ASN1\\Maps\\NetworkAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php',
    'phpseclib3\\File\\ASN1\\Maps\\NoticeReference' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php',
    'phpseclib3\\File\\ASN1\\Maps\\NumericUserIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php',
    'phpseclib3\\File\\ASN1\\Maps\\ORAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php',
    'phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php',
    'phpseclib3\\File\\ASN1\\Maps\\OrganizationName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php',
    'phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php',
    'phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php',
    'phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php',
    'phpseclib3\\File\\ASN1\\Maps\\PBEParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php',
    'phpseclib3\\File\\ASN1\\Maps\\PBES2params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php',
    'phpseclib3\\File\\ASN1\\Maps\\PBKDF2params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php',
    'phpseclib3\\File\\ASN1\\Maps\\PBMAC1params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php',
    'phpseclib3\\File\\ASN1\\Maps\\PKCS9String' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php',
    'phpseclib3\\File\\ASN1\\Maps\\Pentanomial' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php',
    'phpseclib3\\File\\ASN1\\Maps\\PersonalName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php',
    'phpseclib3\\File\\ASN1\\Maps\\PolicyInformation' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php',
    'phpseclib3\\File\\ASN1\\Maps\\PolicyMappings' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php',
    'phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php',
    'phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php',
    'phpseclib3\\File\\ASN1\\Maps\\PostalAddress' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php',
    'phpseclib3\\File\\ASN1\\Maps\\Prime_p' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php',
    'phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php',
    'phpseclib3\\File\\ASN1\\Maps\\PrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php',
    'phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php',
    'phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php',
    'phpseclib3\\File\\ASN1\\Maps\\PublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php',
    'phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php',
    'phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php',
    'phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php',
    'phpseclib3\\File\\ASN1\\Maps\\RDNSequence' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php',
    'phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php',
    'phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php',
    'phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php',
    'phpseclib3\\File\\ASN1\\Maps\\ReasonFlags' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php',
    'phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php',
    'phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php',
    'phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php',
    'phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php',
    'phpseclib3\\File\\ASN1\\Maps\\SubjectAltName' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php',
    'phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php',
    'phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php',
    'phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php',
    'phpseclib3\\File\\ASN1\\Maps\\TBSCertList' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php',
    'phpseclib3\\File\\ASN1\\Maps\\TBSCertificate' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php',
    'phpseclib3\\File\\ASN1\\Maps\\TerminalIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php',
    'phpseclib3\\File\\ASN1\\Maps\\Time' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php',
    'phpseclib3\\File\\ASN1\\Maps\\Trinomial' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php',
    'phpseclib3\\File\\ASN1\\Maps\\UniqueIdentifier' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php',
    'phpseclib3\\File\\ASN1\\Maps\\UserNotice' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php',
    'phpseclib3\\File\\ASN1\\Maps\\Validity' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php',
    'phpseclib3\\File\\ASN1\\Maps\\netscape_ca_policy_url' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php',
    'phpseclib3\\File\\ASN1\\Maps\\netscape_cert_type' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php',
    'phpseclib3\\File\\ASN1\\Maps\\netscape_comment' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php',
    'phpseclib3\\File\\X509' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/X509.php',
    'phpseclib3\\Math\\BigInteger' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\BCMath' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\BuiltIn' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\Engine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\GMP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\GMP\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP32' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP64' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\DefaultEngine' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\OpenSSL' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php',
    'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php',
    'phpseclib3\\Math\\BinaryField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField.php',
    'phpseclib3\\Math\\BinaryField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php',
    'phpseclib3\\Math\\Common\\FiniteField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php',
    'phpseclib3\\Math\\Common\\FiniteField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php',
    'phpseclib3\\Math\\PrimeField' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField.php',
    'phpseclib3\\Math\\PrimeField\\Integer' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php',
    'phpseclib3\\Net\\SFTP' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP.php',
    'phpseclib3\\Net\\SFTP\\Stream' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php',
    'phpseclib3\\Net\\SSH2' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SSH2.php',
    'phpseclib3\\System\\SSH\\Agent' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php',
    'phpseclib3\\System\\SSH\\Agent\\Identity' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php',
    'phpseclib3\\System\\SSH\\Common\\Traits\\ReadBytes' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php',
    'voku\\helper\\ASCII' => $vendorDir . '/voku/portable-ascii/src/voku/helper/ASCII.php',
    'voku\\helper\\AntiXSS' => $vendorDir . '/voku/anti-xss/src/voku/helper/AntiXSS.php',
    'voku\\helper\\Bootup' => $vendorDir . '/voku/portable-utf8/src/voku/helper/Bootup.php',
    'voku\\helper\\UTF8' => $vendorDir . '/voku/portable-utf8/src/voku/helper/UTF8.php',
);
