|
|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
|
|
|
|
|
|
class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
class ComposerStaticInit51f3c6df917af85305ff4843868663eb
|
|
|
|
|
{
|
|
|
|
|
public static $files = array (
|
|
|
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
|
|
|
@ -121,10 +121,15 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'PhpParser\\' => 10,
|
|
|
|
|
'PHPStan\\PhpDocParser\\' => 21,
|
|
|
|
|
),
|
|
|
|
|
'N' =>
|
|
|
|
|
array (
|
|
|
|
|
'Negotiation\\' => 12,
|
|
|
|
|
),
|
|
|
|
|
'M' =>
|
|
|
|
|
array (
|
|
|
|
|
'Monolog\\' => 8,
|
|
|
|
|
'MongoDB\\' => 8,
|
|
|
|
|
'Metadata\\' => 9,
|
|
|
|
|
'Masterminds\\' => 12,
|
|
|
|
|
),
|
|
|
|
|
'L' =>
|
|
|
|
|
@ -134,6 +139,12 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'J' =>
|
|
|
|
|
array (
|
|
|
|
|
'Jean85\\' => 7,
|
|
|
|
|
'JMS\\Serializer\\' => 15,
|
|
|
|
|
'JMS\\SerializerBundle\\' => 21,
|
|
|
|
|
),
|
|
|
|
|
'F' =>
|
|
|
|
|
array (
|
|
|
|
|
'FOS\\RestBundle\\' => 15,
|
|
|
|
|
),
|
|
|
|
|
'E' =>
|
|
|
|
|
array (
|
|
|
|
|
@ -493,6 +504,10 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/phpstan/phpdoc-parser/src',
|
|
|
|
|
),
|
|
|
|
|
'Negotiation\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation',
|
|
|
|
|
),
|
|
|
|
|
'Monolog\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
|
|
|
|
|
@ -501,6 +516,10 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/mongodb/mongodb/src',
|
|
|
|
|
),
|
|
|
|
|
'Metadata\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/jms/metadata/src',
|
|
|
|
|
),
|
|
|
|
|
'Masterminds\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/masterminds/html5/src',
|
|
|
|
|
@ -513,6 +532,18 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/jean85/pretty-package-versions/src',
|
|
|
|
|
),
|
|
|
|
|
'JMS\\Serializer\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/jms/serializer/src',
|
|
|
|
|
),
|
|
|
|
|
'JMS\\SerializerBundle\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/jms/serializer-bundle',
|
|
|
|
|
),
|
|
|
|
|
'FOS\\RestBundle\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle',
|
|
|
|
|
),
|
|
|
|
|
'Egulias\\EmailValidator\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/egulias/email-validator/src',
|
|
|
|
|
@ -595,7 +626,20 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
public static $prefixesPsr0 = array (
|
|
|
|
|
'J' =>
|
|
|
|
|
array (
|
|
|
|
|
'JsonpCallbackValidator' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/willdurand/jsonp-callback-validator/src',
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
public static $classMap = array (
|
|
|
|
|
'App\\Api\\Controller\\AbstractRestController' => __DIR__ . '/../..' . '/src/Api/Controller/AbstractRestController.php',
|
|
|
|
|
'App\\Api\\Controller\\ChartRestController' => __DIR__ . '/../..' . '/src/Api/Controller/ChartRestController.php',
|
|
|
|
|
'App\\Api\\Model\\ChartOutput' => __DIR__ . '/../..' . '/src/Api/Model/ChartOutput.php',
|
|
|
|
|
'App\\Controller\\ChartController' => __DIR__ . '/../..' . '/src/Controller/ChartController.php',
|
|
|
|
|
'App\\Controller\\IndexController' => __DIR__ . '/../..' . '/src/Controller/IndexController.php',
|
|
|
|
|
'App\\Controller\\UserController' => __DIR__ . '/../..' . '/src/Controller/UserController.php',
|
|
|
|
|
@ -2194,12 +2238,307 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Egulias\\EmailValidator\\Warning\\QuotedString' => __DIR__ . '/..' . '/egulias/email-validator/src/Warning/QuotedString.php',
|
|
|
|
|
'Egulias\\EmailValidator\\Warning\\TLD' => __DIR__ . '/..' . '/egulias/email-validator/src/Warning/TLD.php',
|
|
|
|
|
'Egulias\\EmailValidator\\Warning\\Warning' => __DIR__ . '/..' . '/egulias/email-validator/src/Warning/Warning.php',
|
|
|
|
|
'FOS\\RestBundle\\Context\\Context' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Context/Context.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\AbstractFOSRestController' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\AbstractParam' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/AbstractParam.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\AbstractScalarParam' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/AbstractScalarParam.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Copy' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Copy.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Delete' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Delete.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\FileParam' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/FileParam.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Get' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Get.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Head' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Head.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Link' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Link.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Lock' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Lock.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Mkcol' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Mkcol.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Move' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Move.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Options' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Options.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\ParamInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/ParamInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Patch' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Patch.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Post' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Post.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\PropFind' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/PropFind.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\PropPatch' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/PropPatch.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Put' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Put.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\QueryParam' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/QueryParam.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\RequestParam' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/RequestParam.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Route' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Route.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Unlink' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Unlink.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\Unlock' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/Unlock.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\Annotations\\View' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/Annotations/View.php',
|
|
|
|
|
'FOS\\RestBundle\\Controller\\ControllerTrait' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php',
|
|
|
|
|
'FOS\\RestBundle\\Decoder\\ContainerDecoderProvider' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php',
|
|
|
|
|
'FOS\\RestBundle\\Decoder\\DecoderInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\Decoder\\DecoderProviderInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\Decoder\\JsonDecoder' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php',
|
|
|
|
|
'FOS\\RestBundle\\Decoder\\JsonToFormDecoder' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Decoder/JsonToFormDecoder.php',
|
|
|
|
|
'FOS\\RestBundle\\Decoder\\XmlDecoder' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php',
|
|
|
|
|
'FOS\\RestBundle\\DependencyInjection\\Compiler\\ConfigurationCheckPass' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/DependencyInjection/Compiler/ConfigurationCheckPass.php',
|
|
|
|
|
'FOS\\RestBundle\\DependencyInjection\\Compiler\\FormatListenerRulesPass' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/DependencyInjection/Compiler/FormatListenerRulesPass.php',
|
|
|
|
|
'FOS\\RestBundle\\DependencyInjection\\Compiler\\HandlerRegistryDecorationPass' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/DependencyInjection/Compiler/HandlerRegistryDecorationPass.php',
|
|
|
|
|
'FOS\\RestBundle\\DependencyInjection\\Compiler\\JMSFormErrorHandlerPass' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/DependencyInjection/Compiler/JMSFormErrorHandlerPass.php',
|
|
|
|
|
'FOS\\RestBundle\\DependencyInjection\\Compiler\\JMSHandlersPass' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/DependencyInjection/Compiler/JMSHandlersPass.php',
|
|
|
|
|
'FOS\\RestBundle\\DependencyInjection\\Compiler\\SerializerConfigurationPass' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/DependencyInjection/Compiler/SerializerConfigurationPass.php',
|
|
|
|
|
'FOS\\RestBundle\\DependencyInjection\\Configuration' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/DependencyInjection/Configuration.php',
|
|
|
|
|
'FOS\\RestBundle\\DependencyInjection\\FOSRestExtension' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/DependencyInjection/FOSRestExtension.php',
|
|
|
|
|
'FOS\\RestBundle\\ErrorRenderer\\SerializerErrorRenderer' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/ErrorRenderer/SerializerErrorRenderer.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\AllowedMethodsListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/AllowedMethodsListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\BodyListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/BodyListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\FormatListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/FormatListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\MimeTypeListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\ParamFetcherListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\ResponseStatusCodeListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/ResponseStatusCodeListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\VersionExclusionListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\VersionListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/VersionListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\ViewResponseListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php',
|
|
|
|
|
'FOS\\RestBundle\\EventListener\\ZoneMatcherListener' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php',
|
|
|
|
|
'FOS\\RestBundle\\Exception\\InvalidParameterException' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Exception/InvalidParameterException.php',
|
|
|
|
|
'FOS\\RestBundle\\FOSRestBundle' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/FOSRestBundle.php',
|
|
|
|
|
'FOS\\RestBundle\\Form\\Extension\\DisableCSRFExtension' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Form/Extension/DisableCSRFExtension.php',
|
|
|
|
|
'FOS\\RestBundle\\Form\\Transformer\\EntityToIdObjectTransformer' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Form/Transformer/EntityToIdObjectTransformer.php',
|
|
|
|
|
'FOS\\RestBundle\\Negotiation\\FormatNegotiator' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php',
|
|
|
|
|
'FOS\\RestBundle\\Normalizer\\ArrayNormalizerInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Normalizer/ArrayNormalizerInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\Normalizer\\CamelKeysNormalizer' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Normalizer/CamelKeysNormalizer.php',
|
|
|
|
|
'FOS\\RestBundle\\Normalizer\\CamelKeysNormalizerWithLeadingUnderscore' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Normalizer/CamelKeysNormalizerWithLeadingUnderscore.php',
|
|
|
|
|
'FOS\\RestBundle\\Normalizer\\Exception\\NormalizationException' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Normalizer/Exception/NormalizationException.php',
|
|
|
|
|
'FOS\\RestBundle\\Request\\ParamFetcher' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Request/ParamFetcher.php',
|
|
|
|
|
'FOS\\RestBundle\\Request\\ParamFetcherInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\Request\\ParamReader' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Request/ParamReader.php',
|
|
|
|
|
'FOS\\RestBundle\\Request\\ParamReaderInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\Request\\ParameterBag' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Request/ParameterBag.php',
|
|
|
|
|
'FOS\\RestBundle\\Request\\RequestBodyParamConverter' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php',
|
|
|
|
|
'FOS\\RestBundle\\Response\\AllowedMethodsLoader\\AllowedMethodsLoaderInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsLoaderInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\Response\\AllowedMethodsLoader\\AllowedMethodsRouterLoader' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsRouterLoader.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\JMSHandlerRegistry' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\JMSHandlerRegistryV2' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\Normalizer\\FlattenExceptionHandler' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionHandler.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\Normalizer\\FlattenExceptionNormalizer' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/Normalizer/FlattenExceptionNormalizer.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\Normalizer\\FormErrorHandler' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\Normalizer\\FormErrorNormalizer' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\Serializer' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/Serializer.php',
|
|
|
|
|
'FOS\\RestBundle\\Serializer\\SymfonySerializerAdapter' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php',
|
|
|
|
|
'FOS\\RestBundle\\Util\\ExceptionValueMap' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Util/ExceptionValueMap.php',
|
|
|
|
|
'FOS\\RestBundle\\Util\\ResolverTrait' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Util/ResolverTrait.php',
|
|
|
|
|
'FOS\\RestBundle\\Util\\StopFormatListenerException' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Util/StopFormatListenerException.php',
|
|
|
|
|
'FOS\\RestBundle\\Validator\\Constraints\\Regex' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Validator/Constraints/Regex.php',
|
|
|
|
|
'FOS\\RestBundle\\Validator\\Constraints\\ResolvableConstraintInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Validator/Constraints/ResolvableConstraintInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\Version\\ChainVersionResolver' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php',
|
|
|
|
|
'FOS\\RestBundle\\Version\\Resolver\\HeaderVersionResolver' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php',
|
|
|
|
|
'FOS\\RestBundle\\Version\\Resolver\\MediaTypeVersionResolver' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php',
|
|
|
|
|
'FOS\\RestBundle\\Version\\Resolver\\QueryParameterVersionResolver' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php',
|
|
|
|
|
'FOS\\RestBundle\\Version\\VersionResolverInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\View\\ConfigurableViewHandlerInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php',
|
|
|
|
|
'FOS\\RestBundle\\View\\JsonpHandler' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/View/JsonpHandler.php',
|
|
|
|
|
'FOS\\RestBundle\\View\\View' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/View/View.php',
|
|
|
|
|
'FOS\\RestBundle\\View\\ViewHandler' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/View/ViewHandler.php',
|
|
|
|
|
'FOS\\RestBundle\\View\\ViewHandlerInterface' => __DIR__ . '/..' . '/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php',
|
|
|
|
|
'IntlDateFormatter' => __DIR__ . '/..' . '/symfony/polyfill-intl-icu/Resources/stubs/IntlDateFormatter.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Cache\\CacheClearer' => __DIR__ . '/..' . '/jms/serializer-bundle/Cache/CacheClearer.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Cache\\CacheWarmer' => __DIR__ . '/..' . '/jms/serializer-bundle/Cache/CacheWarmer.php',
|
|
|
|
|
'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory' => __DIR__ . '/..' . '/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Debug\\DataCollector' => __DIR__ . '/..' . '/jms/serializer-bundle/Debug/DataCollector.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Debug\\RunsListener' => __DIR__ . '/..' . '/jms/serializer-bundle/Debug/RunsListener.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Debug\\TraceableEventDispatcher' => __DIR__ . '/..' . '/jms/serializer-bundle/Debug/TraceableEventDispatcher.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Debug\\TraceableFileLocator' => __DIR__ . '/..' . '/jms/serializer-bundle/Debug/TraceableFileLocator.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Debug\\TraceableHandlerRegistry' => __DIR__ . '/..' . '/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Debug\\TraceableMetadataFactory' => __DIR__ . '/..' . '/jms/serializer-bundle/Debug/TraceableMetadataFactory.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\AdjustDecorationPass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/AdjustDecorationPass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\AssignVisitorsPass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/AssignVisitorsPass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\CustomHandlersPass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/CustomHandlersPass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\DoctrinePass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/DoctrinePass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\ExpressionFunctionProviderPass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/ExpressionFunctionProviderPass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\FormErrorHandlerTranslationDomainPass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/FormErrorHandlerTranslationDomainPass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\PerInstancePass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/PerInstancePass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\RegisterEventListenersAndSubscribersPass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/RegisterEventListenersAndSubscribersPass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Compiler\\TwigExtensionPass' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Compiler/TwigExtensionPass.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\Configuration' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/Configuration.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\DIUtils' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/DIUtils.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\JMSSerializerExtension' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/JMSSerializerExtension.php',
|
|
|
|
|
'JMS\\SerializerBundle\\DependencyInjection\\ScopedContainer' => __DIR__ . '/..' . '/jms/serializer-bundle/DependencyInjection/ScopedContainer.php',
|
|
|
|
|
'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider' => __DIR__ . '/..' . '/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php',
|
|
|
|
|
'JMS\\SerializerBundle\\JMSSerializerBundle' => __DIR__ . '/..' . '/jms/serializer-bundle/JMSSerializerBundle.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber' => __DIR__ . '/..' . '/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php',
|
|
|
|
|
'JMS\\SerializerBundle\\Templating\\SerializerHelper' => __DIR__ . '/..' . '/jms/serializer-bundle/Templating/SerializerHelper.php',
|
|
|
|
|
'JMS\\Serializer\\AbstractVisitor' => __DIR__ . '/..' . '/jms/serializer/src/AbstractVisitor.php',
|
|
|
|
|
'JMS\\Serializer\\Accessor\\AccessorStrategyInterface' => __DIR__ . '/..' . '/jms/serializer/src/Accessor/AccessorStrategyInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Accessor/DefaultAccessorStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\AccessType' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/AccessType.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Accessor' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Accessor.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\AccessorOrder' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/AccessorOrder.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\AnnotationUtilsTrait' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/AnnotationUtilsTrait.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\DeprecatedReadOnly' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/DeprecatedReadOnly.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Discriminator' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Discriminator.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Exclude' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Exclude.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\ExclusionPolicy' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/ExclusionPolicy.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Expose' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Expose.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Groups' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Groups.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Inline' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Inline.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\MaxDepth' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/MaxDepth.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\PostDeserialize' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/PostDeserialize.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\PostSerialize' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/PostSerialize.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\PreSerialize' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/PreSerialize.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\ReadOnlyProperty' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/ReadOnlyProperty.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\SerializedName' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/SerializedName.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\SerializerAttribute' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/SerializerAttribute.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Since' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Since.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\SkipWhenEmpty' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/SkipWhenEmpty.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Type' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Type.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Until' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Until.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\Version' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/Version.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\VirtualProperty' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/VirtualProperty.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlAttribute' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlAttribute.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlAttributeMap' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlAttributeMap.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlCollection' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlCollection.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlDiscriminator' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlDiscriminator.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlElement' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlElement.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlKeyValuePairs' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlKeyValuePairs.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlList' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlList.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlMap' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlMap.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlNamespace' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlNamespace.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlRoot' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlRoot.php',
|
|
|
|
|
'JMS\\Serializer\\Annotation\\XmlValue' => __DIR__ . '/..' . '/jms/serializer/src/Annotation/XmlValue.php',
|
|
|
|
|
'JMS\\Serializer\\ArrayTransformerInterface' => __DIR__ . '/..' . '/jms/serializer/src/ArrayTransformerInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Builder\\CallbackDriverFactory' => __DIR__ . '/..' . '/jms/serializer/src/Builder/CallbackDriverFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Builder\\DefaultDriverFactory' => __DIR__ . '/..' . '/jms/serializer/src/Builder/DefaultDriverFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Builder\\DocBlockDriverFactory' => __DIR__ . '/..' . '/jms/serializer/src/Builder/DocBlockDriverFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Builder\\DriverFactoryInterface' => __DIR__ . '/..' . '/jms/serializer/src/Builder/DriverFactoryInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Construction\\DoctrineObjectConstructor' => __DIR__ . '/..' . '/jms/serializer/src/Construction/DoctrineObjectConstructor.php',
|
|
|
|
|
'JMS\\Serializer\\Construction\\ObjectConstructorInterface' => __DIR__ . '/..' . '/jms/serializer/src/Construction/ObjectConstructorInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Construction\\UnserializeObjectConstructor' => __DIR__ . '/..' . '/jms/serializer/src/Construction/UnserializeObjectConstructor.php',
|
|
|
|
|
'JMS\\Serializer\\Context' => __DIR__ . '/..' . '/jms/serializer/src/Context.php',
|
|
|
|
|
'JMS\\Serializer\\ContextFactory\\CallableContextFactory' => __DIR__ . '/..' . '/jms/serializer/src/ContextFactory/CallableContextFactory.php',
|
|
|
|
|
'JMS\\Serializer\\ContextFactory\\CallableDeserializationContextFactory' => __DIR__ . '/..' . '/jms/serializer/src/ContextFactory/CallableDeserializationContextFactory.php',
|
|
|
|
|
'JMS\\Serializer\\ContextFactory\\CallableSerializationContextFactory' => __DIR__ . '/..' . '/jms/serializer/src/ContextFactory/CallableSerializationContextFactory.php',
|
|
|
|
|
'JMS\\Serializer\\ContextFactory\\DefaultDeserializationContextFactory' => __DIR__ . '/..' . '/jms/serializer/src/ContextFactory/DefaultDeserializationContextFactory.php',
|
|
|
|
|
'JMS\\Serializer\\ContextFactory\\DefaultSerializationContextFactory' => __DIR__ . '/..' . '/jms/serializer/src/ContextFactory/DefaultSerializationContextFactory.php',
|
|
|
|
|
'JMS\\Serializer\\ContextFactory\\DeserializationContextFactoryInterface' => __DIR__ . '/..' . '/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php',
|
|
|
|
|
'JMS\\Serializer\\ContextFactory\\SerializationContextFactoryInterface' => __DIR__ . '/..' . '/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php',
|
|
|
|
|
'JMS\\Serializer\\DeserializationContext' => __DIR__ . '/..' . '/jms/serializer/src/DeserializationContext.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\Event' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/Event.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\EventDispatcher' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/EventDispatcher.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\EventDispatcherInterface' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\EventSubscriberInterface' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\Events' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/Events.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\ObjectEvent' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/ObjectEvent.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\PreDeserializeEvent' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/PreDeserializeEvent.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\PreSerializeEvent' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/PreSerializeEvent.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\Subscriber\\EnumSubscriber' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/Subscriber/EnumSubscriber.php',
|
|
|
|
|
'JMS\\Serializer\\EventDispatcher\\Subscriber\\SymfonyValidatorValidatorSubscriber' => __DIR__ . '/..' . '/jms/serializer/src/EventDispatcher/Subscriber/SymfonyValidatorValidatorSubscriber.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\CircularReferenceDetectedException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/CircularReferenceDetectedException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\Exception' => __DIR__ . '/..' . '/jms/serializer/src/Exception/Exception.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\ExcludedClassException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/ExcludedClassException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\ExpressionLanguageRequiredException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/ExpressionLanguageRequiredException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/InvalidArgumentException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\InvalidMetadataException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/InvalidMetadataException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\LogicException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/LogicException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\NonCastableTypeException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/NonCastableTypeException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\NonFloatCastableTypeException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/NonFloatCastableTypeException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\NonIntCastableTypeException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/NonIntCastableTypeException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\NonStringCastableTypeException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/NonStringCastableTypeException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\NonVisitableTypeException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/NonVisitableTypeException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\NotAcceptableException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/NotAcceptableException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\ObjectConstructionException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/ObjectConstructionException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\RuntimeException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/RuntimeException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\SkipHandlerException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/SkipHandlerException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\UninitializedPropertyException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/UninitializedPropertyException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\UnsupportedFormatException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/UnsupportedFormatException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\ValidationFailedException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/ValidationFailedException.php',
|
|
|
|
|
'JMS\\Serializer\\Exception\\XmlErrorException' => __DIR__ . '/..' . '/jms/serializer/src/Exception/XmlErrorException.php',
|
|
|
|
|
'JMS\\Serializer\\Exclusion\\DepthExclusionStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Exclusion/DepthExclusionStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Exclusion\\DisjunctExclusionStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Exclusion/DisjunctExclusionStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Exclusion\\ExclusionStrategyInterface' => __DIR__ . '/..' . '/jms/serializer/src/Exclusion/ExclusionStrategyInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Exclusion\\ExpressionLanguageExclusionStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Exclusion/ExpressionLanguageExclusionStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Exclusion\\GroupsExclusionStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Exclusion/GroupsExclusionStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Exclusion/VersionExclusionStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Expression\\CompilableExpressionEvaluatorInterface' => __DIR__ . '/..' . '/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Expression\\Expression' => __DIR__ . '/..' . '/jms/serializer/src/Expression/Expression.php',
|
|
|
|
|
'JMS\\Serializer\\Expression\\ExpressionEvaluator' => __DIR__ . '/..' . '/jms/serializer/src/Expression/ExpressionEvaluator.php',
|
|
|
|
|
'JMS\\Serializer\\Expression\\ExpressionEvaluatorInterface' => __DIR__ . '/..' . '/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Functions' => __DIR__ . '/..' . '/jms/serializer/src/Functions.php',
|
|
|
|
|
'JMS\\Serializer\\GraphNavigator' => __DIR__ . '/..' . '/jms/serializer/src/GraphNavigator.php',
|
|
|
|
|
'JMS\\Serializer\\GraphNavigatorInterface' => __DIR__ . '/..' . '/jms/serializer/src/GraphNavigatorInterface.php',
|
|
|
|
|
'JMS\\Serializer\\GraphNavigator\\DeserializationGraphNavigator' => __DIR__ . '/..' . '/jms/serializer/src/GraphNavigator/DeserializationGraphNavigator.php',
|
|
|
|
|
'JMS\\Serializer\\GraphNavigator\\Factory\\DeserializationGraphNavigatorFactory' => __DIR__ . '/..' . '/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php',
|
|
|
|
|
'JMS\\Serializer\\GraphNavigator\\Factory\\GraphNavigatorFactoryInterface' => __DIR__ . '/..' . '/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php',
|
|
|
|
|
'JMS\\Serializer\\GraphNavigator\\Factory\\SerializationGraphNavigatorFactory' => __DIR__ . '/..' . '/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php',
|
|
|
|
|
'JMS\\Serializer\\GraphNavigator\\SerializationGraphNavigator' => __DIR__ . '/..' . '/jms/serializer/src/GraphNavigator/SerializationGraphNavigator.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\ArrayCollectionHandler' => __DIR__ . '/..' . '/jms/serializer/src/Handler/ArrayCollectionHandler.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\ConstraintViolationHandler' => __DIR__ . '/..' . '/jms/serializer/src/Handler/ConstraintViolationHandler.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\DateHandler' => __DIR__ . '/..' . '/jms/serializer/src/Handler/DateHandler.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\EnumHandler' => __DIR__ . '/..' . '/jms/serializer/src/Handler/EnumHandler.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\FormErrorHandler' => __DIR__ . '/..' . '/jms/serializer/src/Handler/FormErrorHandler.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\HandlerRegistry' => __DIR__ . '/..' . '/jms/serializer/src/Handler/HandlerRegistry.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\HandlerRegistryInterface' => __DIR__ . '/..' . '/jms/serializer/src/Handler/HandlerRegistryInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\IteratorHandler' => __DIR__ . '/..' . '/jms/serializer/src/Handler/IteratorHandler.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\LazyHandlerRegistry' => __DIR__ . '/..' . '/jms/serializer/src/Handler/LazyHandlerRegistry.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\StdClassHandler' => __DIR__ . '/..' . '/jms/serializer/src/Handler/StdClassHandler.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\SubscribingHandlerInterface' => __DIR__ . '/..' . '/jms/serializer/src/Handler/SubscribingHandlerInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Handler\\SymfonyUidHandler' => __DIR__ . '/..' . '/jms/serializer/src/Handler/SymfonyUidHandler.php',
|
|
|
|
|
'JMS\\Serializer\\JsonDeserializationStrictVisitor' => __DIR__ . '/..' . '/jms/serializer/src/JsonDeserializationStrictVisitor.php',
|
|
|
|
|
'JMS\\Serializer\\JsonDeserializationVisitor' => __DIR__ . '/..' . '/jms/serializer/src/JsonDeserializationVisitor.php',
|
|
|
|
|
'JMS\\Serializer\\JsonSerializationVisitor' => __DIR__ . '/..' . '/jms/serializer/src/JsonSerializationVisitor.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\ClassMetadata' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/ClassMetadata.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\AbstractDoctrineTypeDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/AnnotationDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\AnnotationOrAttributeDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\AttributeDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/AttributeDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\AttributeDriver\\AttributeReader' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\DefaultValuePropertyDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/DefaultValuePropertyDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\DocBlockDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/DocBlockDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\DocBlockDriver\\DocBlockTypeResolver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/DocBlockDriver/DocBlockTypeResolver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/DoctrinePHPCRTypeDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\EnumPropertiesDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/EnumPropertiesDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\ExpressionMetadataTrait' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\NullDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/NullDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\TypedPropertiesDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\XmlDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/XmlDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\Driver\\YamlDriver' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/Driver/YamlDriver.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\ExpressionPropertyMetadata' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/ExpressionPropertyMetadata.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\PropertyMetadata' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/PropertyMetadata.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\StaticPropertyMetadata' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/StaticPropertyMetadata.php',
|
|
|
|
|
'JMS\\Serializer\\Metadata\\VirtualPropertyMetadata' => __DIR__ . '/..' . '/jms/serializer/src/Metadata/VirtualPropertyMetadata.php',
|
|
|
|
|
'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Naming/CamelCaseNamingStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Naming/IdenticalPropertyNamingStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Naming\\PropertyNamingStrategyInterface' => __DIR__ . '/..' . '/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\NullAwareVisitorInterface' => __DIR__ . '/..' . '/jms/serializer/src/NullAwareVisitorInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Ordering\\AlphabeticalPropertyOrderingStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Ordering/AlphabeticalPropertyOrderingStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Ordering\\CustomPropertyOrderingStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Ordering/CustomPropertyOrderingStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Ordering\\IdenticalPropertyOrderingStrategy' => __DIR__ . '/..' . '/jms/serializer/src/Ordering/IdenticalPropertyOrderingStrategy.php',
|
|
|
|
|
'JMS\\Serializer\\Ordering\\PropertyOrderingInterface' => __DIR__ . '/..' . '/jms/serializer/src/Ordering/PropertyOrderingInterface.php',
|
|
|
|
|
'JMS\\Serializer\\SerializationContext' => __DIR__ . '/..' . '/jms/serializer/src/SerializationContext.php',
|
|
|
|
|
'JMS\\Serializer\\Serializer' => __DIR__ . '/..' . '/jms/serializer/src/Serializer.php',
|
|
|
|
|
'JMS\\Serializer\\SerializerBuilder' => __DIR__ . '/..' . '/jms/serializer/src/SerializerBuilder.php',
|
|
|
|
|
'JMS\\Serializer\\SerializerInterface' => __DIR__ . '/..' . '/jms/serializer/src/SerializerInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Twig\\SerializerBaseExtension' => __DIR__ . '/..' . '/jms/serializer/src/Twig/SerializerBaseExtension.php',
|
|
|
|
|
'JMS\\Serializer\\Twig\\SerializerExtension' => __DIR__ . '/..' . '/jms/serializer/src/Twig/SerializerExtension.php',
|
|
|
|
|
'JMS\\Serializer\\Twig\\SerializerRuntimeExtension' => __DIR__ . '/..' . '/jms/serializer/src/Twig/SerializerRuntimeExtension.php',
|
|
|
|
|
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => __DIR__ . '/..' . '/jms/serializer/src/Twig/SerializerRuntimeHelper.php',
|
|
|
|
|
'JMS\\Serializer\\Type\\Exception\\Exception' => __DIR__ . '/..' . '/jms/serializer/src/Type/Exception/Exception.php',
|
|
|
|
|
'JMS\\Serializer\\Type\\Exception\\InvalidNode' => __DIR__ . '/..' . '/jms/serializer/src/Type/Exception/InvalidNode.php',
|
|
|
|
|
'JMS\\Serializer\\Type\\Exception\\SyntaxError' => __DIR__ . '/..' . '/jms/serializer/src/Type/Exception/SyntaxError.php',
|
|
|
|
|
'JMS\\Serializer\\Type\\Lexer' => __DIR__ . '/..' . '/jms/serializer/src/Type/Lexer.php',
|
|
|
|
|
'JMS\\Serializer\\Type\\Parser' => __DIR__ . '/..' . '/jms/serializer/src/Type/Parser.php',
|
|
|
|
|
'JMS\\Serializer\\Type\\ParserInterface' => __DIR__ . '/..' . '/jms/serializer/src/Type/ParserInterface.php',
|
|
|
|
|
'JMS\\Serializer\\VisitorInterface' => __DIR__ . '/..' . '/jms/serializer/src/VisitorInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Visitor\\DeserializationVisitorInterface' => __DIR__ . '/..' . '/jms/serializer/src/Visitor/DeserializationVisitorInterface.php',
|
|
|
|
|
'JMS\\Serializer\\Visitor\\Factory\\DeserializationVisitorFactory' => __DIR__ . '/..' . '/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Visitor\\Factory\\JsonDeserializationVisitorFactory' => __DIR__ . '/..' . '/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Visitor\\Factory\\JsonSerializationVisitorFactory' => __DIR__ . '/..' . '/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Visitor\\Factory\\SerializationVisitorFactory' => __DIR__ . '/..' . '/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Visitor\\Factory\\XmlDeserializationVisitorFactory' => __DIR__ . '/..' . '/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Visitor\\Factory\\XmlSerializationVisitorFactory' => __DIR__ . '/..' . '/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php',
|
|
|
|
|
'JMS\\Serializer\\Visitor\\SerializationVisitorInterface' => __DIR__ . '/..' . '/jms/serializer/src/Visitor/SerializationVisitorInterface.php',
|
|
|
|
|
'JMS\\Serializer\\XmlDeserializationVisitor' => __DIR__ . '/..' . '/jms/serializer/src/XmlDeserializationVisitor.php',
|
|
|
|
|
'JMS\\Serializer\\XmlSerializationVisitor' => __DIR__ . '/..' . '/jms/serializer/src/XmlSerializationVisitor.php',
|
|
|
|
|
'Jean85\\Exception\\ProvidedPackageException' => __DIR__ . '/..' . '/jean85/pretty-package-versions/src/Exception/ProvidedPackageException.php',
|
|
|
|
|
'Jean85\\Exception\\ReplacedPackageException' => __DIR__ . '/..' . '/jean85/pretty-package-versions/src/Exception/ReplacedPackageException.php',
|
|
|
|
|
'Jean85\\Exception\\VersionMissingExceptionInterface' => __DIR__ . '/..' . '/jean85/pretty-package-versions/src/Exception/VersionMissingExceptionInterface.php',
|
|
|
|
|
'Jean85\\PrettyVersions' => __DIR__ . '/..' . '/jean85/pretty-package-versions/src/PrettyVersions.php',
|
|
|
|
|
'Jean85\\Version' => __DIR__ . '/..' . '/jean85/pretty-package-versions/src/Version.php',
|
|
|
|
|
'JsonpCallbackValidator' => __DIR__ . '/..' . '/willdurand/jsonp-callback-validator/src/JsonpCallbackValidator.php',
|
|
|
|
|
'Laminas\\Code\\DeclareStatement' => __DIR__ . '/..' . '/laminas/laminas-code/src/DeclareStatement.php',
|
|
|
|
|
'Laminas\\Code\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/laminas/laminas-code/src/Exception/BadMethodCallException.php',
|
|
|
|
|
'Laminas\\Code\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/laminas/laminas-code/src/Exception/ExceptionInterface.php',
|
|
|
|
|
@ -2297,6 +2636,31 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Masterminds\\HTML5\\Serializer\\OutputRules' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/OutputRules.php',
|
|
|
|
|
'Masterminds\\HTML5\\Serializer\\RulesInterface' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/RulesInterface.php',
|
|
|
|
|
'Masterminds\\HTML5\\Serializer\\Traverser' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/Traverser.php',
|
|
|
|
|
'Metadata\\AdvancedMetadataFactoryInterface' => __DIR__ . '/..' . '/jms/metadata/src/AdvancedMetadataFactoryInterface.php',
|
|
|
|
|
'Metadata\\Cache\\CacheInterface' => __DIR__ . '/..' . '/jms/metadata/src/Cache/CacheInterface.php',
|
|
|
|
|
'Metadata\\Cache\\ClearableCacheInterface' => __DIR__ . '/..' . '/jms/metadata/src/Cache/ClearableCacheInterface.php',
|
|
|
|
|
'Metadata\\Cache\\DoctrineCacheAdapter' => __DIR__ . '/..' . '/jms/metadata/src/Cache/DoctrineCacheAdapter.php',
|
|
|
|
|
'Metadata\\Cache\\FileCache' => __DIR__ . '/..' . '/jms/metadata/src/Cache/FileCache.php',
|
|
|
|
|
'Metadata\\Cache\\PsrCacheAdapter' => __DIR__ . '/..' . '/jms/metadata/src/Cache/PsrCacheAdapter.php',
|
|
|
|
|
'Metadata\\ClassHierarchyMetadata' => __DIR__ . '/..' . '/jms/metadata/src/ClassHierarchyMetadata.php',
|
|
|
|
|
'Metadata\\ClassMetadata' => __DIR__ . '/..' . '/jms/metadata/src/ClassMetadata.php',
|
|
|
|
|
'Metadata\\Driver\\AbstractFileDriver' => __DIR__ . '/..' . '/jms/metadata/src/Driver/AbstractFileDriver.php',
|
|
|
|
|
'Metadata\\Driver\\AdvancedDriverInterface' => __DIR__ . '/..' . '/jms/metadata/src/Driver/AdvancedDriverInterface.php',
|
|
|
|
|
'Metadata\\Driver\\AdvancedFileLocatorInterface' => __DIR__ . '/..' . '/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php',
|
|
|
|
|
'Metadata\\Driver\\DriverChain' => __DIR__ . '/..' . '/jms/metadata/src/Driver/DriverChain.php',
|
|
|
|
|
'Metadata\\Driver\\DriverInterface' => __DIR__ . '/..' . '/jms/metadata/src/Driver/DriverInterface.php',
|
|
|
|
|
'Metadata\\Driver\\FileLocator' => __DIR__ . '/..' . '/jms/metadata/src/Driver/FileLocator.php',
|
|
|
|
|
'Metadata\\Driver\\FileLocatorInterface' => __DIR__ . '/..' . '/jms/metadata/src/Driver/FileLocatorInterface.php',
|
|
|
|
|
'Metadata\\Driver\\LazyLoadingDriver' => __DIR__ . '/..' . '/jms/metadata/src/Driver/LazyLoadingDriver.php',
|
|
|
|
|
'Metadata\\Driver\\TraceableFileLocatorInterface' => __DIR__ . '/..' . '/jms/metadata/src/Driver/TraceableFileLocatorInterface.php',
|
|
|
|
|
'Metadata\\MergeableClassMetadata' => __DIR__ . '/..' . '/jms/metadata/src/MergeableClassMetadata.php',
|
|
|
|
|
'Metadata\\MergeableInterface' => __DIR__ . '/..' . '/jms/metadata/src/MergeableInterface.php',
|
|
|
|
|
'Metadata\\MetadataFactory' => __DIR__ . '/..' . '/jms/metadata/src/MetadataFactory.php',
|
|
|
|
|
'Metadata\\MetadataFactoryInterface' => __DIR__ . '/..' . '/jms/metadata/src/MetadataFactoryInterface.php',
|
|
|
|
|
'Metadata\\MethodMetadata' => __DIR__ . '/..' . '/jms/metadata/src/MethodMetadata.php',
|
|
|
|
|
'Metadata\\NullMetadata' => __DIR__ . '/..' . '/jms/metadata/src/NullMetadata.php',
|
|
|
|
|
'Metadata\\PropertyMetadata' => __DIR__ . '/..' . '/jms/metadata/src/PropertyMetadata.php',
|
|
|
|
|
'Metadata\\SerializationHelper' => __DIR__ . '/..' . '/jms/metadata/src/SerializationHelper.php',
|
|
|
|
|
'MongoDB\\BulkWriteResult' => __DIR__ . '/..' . '/mongodb/mongodb/src/BulkWriteResult.php',
|
|
|
|
|
'MongoDB\\ChangeStream' => __DIR__ . '/..' . '/mongodb/mongodb/src/ChangeStream.php',
|
|
|
|
|
'MongoDB\\Client' => __DIR__ . '/..' . '/mongodb/mongodb/src/Client.php',
|
|
|
|
|
@ -2517,6 +2881,23 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Monolog\\SignalHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/SignalHandler.php',
|
|
|
|
|
'Monolog\\Test\\TestCase' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Test/TestCase.php',
|
|
|
|
|
'Monolog\\Utils' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Utils.php',
|
|
|
|
|
'Negotiation\\AbstractNegotiator' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php',
|
|
|
|
|
'Negotiation\\Accept' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/Accept.php',
|
|
|
|
|
'Negotiation\\AcceptCharset' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/AcceptCharset.php',
|
|
|
|
|
'Negotiation\\AcceptEncoding' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/AcceptEncoding.php',
|
|
|
|
|
'Negotiation\\AcceptHeader' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/AcceptHeader.php',
|
|
|
|
|
'Negotiation\\AcceptLanguage' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/AcceptLanguage.php',
|
|
|
|
|
'Negotiation\\AcceptMatch' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/AcceptMatch.php',
|
|
|
|
|
'Negotiation\\BaseAccept' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/BaseAccept.php',
|
|
|
|
|
'Negotiation\\CharsetNegotiator' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/CharsetNegotiator.php',
|
|
|
|
|
'Negotiation\\EncodingNegotiator' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/EncodingNegotiator.php',
|
|
|
|
|
'Negotiation\\Exception\\Exception' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/Exception/Exception.php',
|
|
|
|
|
'Negotiation\\Exception\\InvalidArgument' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/Exception/InvalidArgument.php',
|
|
|
|
|
'Negotiation\\Exception\\InvalidHeader' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/Exception/InvalidHeader.php',
|
|
|
|
|
'Negotiation\\Exception\\InvalidLanguage' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/Exception/InvalidLanguage.php',
|
|
|
|
|
'Negotiation\\Exception\\InvalidMediaType' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/Exception/InvalidMediaType.php',
|
|
|
|
|
'Negotiation\\LanguageNegotiator' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/LanguageNegotiator.php',
|
|
|
|
|
'Negotiation\\Negotiator' => __DIR__ . '/..' . '/willdurand/negotiation/src/Negotiation/Negotiator.php',
|
|
|
|
|
'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
|
|
|
|
|
'NumberFormatter' => __DIR__ . '/..' . '/symfony/polyfill-intl-icu/Resources/stubs/NumberFormatter.php',
|
|
|
|
|
'Override' => __DIR__ . '/..' . '/symfony/polyfill-php83/Resources/stubs/Override.php',
|
|
|
|
|
@ -3803,6 +4184,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Bundle\\DebugBundle\\DependencyInjection\\Configuration' => __DIR__ . '/..' . '/symfony/debug-bundle/DependencyInjection/Configuration.php',
|
|
|
|
|
'Symfony\\Bundle\\DebugBundle\\DependencyInjection\\DebugExtension' => __DIR__ . '/..' . '/symfony/debug-bundle/DependencyInjection/DebugExtension.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\AbstractPhpFileCacheWarmer' => __DIR__ . '/..' . '/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\AnnotationsCacheWarmer' => __DIR__ . '/..' . '/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\CachePoolClearerCacheWarmer' => __DIR__ . '/..' . '/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\ConfigBuilderCacheWarmer' => __DIR__ . '/..' . '/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\CacheWarmer\\RouterCacheWarmer' => __DIR__ . '/..' . '/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php',
|
|
|
|
|
@ -3853,15 +4235,21 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\AbstractDataCollector' => __DIR__ . '/..' . '/symfony/framework-bundle/DataCollector/AbstractDataCollector.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector' => __DIR__ . '/..' . '/symfony/framework-bundle/DataCollector/RouterDataCollector.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\TemplateAwareDataCollectorInterface' => __DIR__ . '/..' . '/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AddAnnotationsCachedReaderPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/AddAnnotationsCachedReaderPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AddDebugLogProcessorPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/AddDebugLogProcessorPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AddExpressionLanguageProvidersPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AssetsContextPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/AssetsContextPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ContainerBuilderDebugDumpPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\DataCollectorTranslatorPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/DataCollectorTranslatorPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\EnableLoggerDebugModePass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/EnableLoggerDebugModePass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ErrorLoggerCompilerPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/ErrorLoggerCompilerPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\LoggingTranslatorPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/LoggingTranslatorPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ProfilerPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/ProfilerPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\RemoveUnusedSessionMarshallingHandlerPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/RemoveUnusedSessionMarshallingHandlerPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\TestServiceContainerRealRefPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\TestServiceContainerWeakRefPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/TestServiceContainerWeakRefPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\UnusedTagsPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/UnusedTagsPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\WorkflowGuardListenerPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Compiler/WorkflowGuardListenerPass.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Configuration' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/Configuration.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\FrameworkExtension' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/FrameworkExtension.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\VirtualRequestStackPass' => __DIR__ . '/..' . '/symfony/framework-bundle/DependencyInjection/VirtualRequestStackPass.php',
|
|
|
|
|
@ -3871,6 +4259,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\HttpCache\\HttpCache' => __DIR__ . '/..' . '/symfony/framework-bundle/HttpCache/HttpCache.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\KernelBrowser' => __DIR__ . '/..' . '/symfony/framework-bundle/KernelBrowser.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait' => __DIR__ . '/..' . '/symfony/framework-bundle/Kernel/MicroKernelTrait.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Routing\\AnnotatedRouteControllerLoader' => __DIR__ . '/..' . '/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Routing\\AttributeRouteControllerLoader' => __DIR__ . '/..' . '/symfony/framework-bundle/Routing/AttributeRouteControllerLoader.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Routing\\Attribute\\AsRoutingConditionService' => __DIR__ . '/..' . '/symfony/framework-bundle/Routing/Attribute/AsRoutingConditionService.php',
|
|
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Routing\\DelegatingLoader' => __DIR__ . '/..' . '/symfony/framework-bundle/Routing/DelegatingLoader.php',
|
|
|
|
|
@ -4440,6 +4829,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Argument\\BoundArgument' => __DIR__ . '/..' . '/symfony/dependency-injection/Argument/BoundArgument.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Argument\\IteratorArgument' => __DIR__ . '/..' . '/symfony/dependency-injection/Argument/IteratorArgument.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Argument\\LazyClosure' => __DIR__ . '/..' . '/symfony/dependency-injection/Argument/LazyClosure.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Argument\\ReferenceSetArgumentTrait' => __DIR__ . '/..' . '/symfony/dependency-injection/Argument/ReferenceSetArgumentTrait.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Argument\\RewindableGenerator' => __DIR__ . '/..' . '/symfony/dependency-injection/Argument/RewindableGenerator.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Argument\\ServiceClosureArgument' => __DIR__ . '/..' . '/symfony/dependency-injection/Argument/ServiceClosureArgument.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator' => __DIR__ . '/..' . '/symfony/dependency-injection/Argument/ServiceLocator.php',
|
|
|
|
|
@ -4457,6 +4847,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator' => __DIR__ . '/..' . '/symfony/dependency-injection/Attribute/AutowireLocator.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Attribute\\AutowireServiceClosure' => __DIR__ . '/..' . '/symfony/dependency-injection/Attribute/AutowireServiceClosure.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Attribute\\Exclude' => __DIR__ . '/..' . '/symfony/dependency-injection/Attribute/Exclude.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Attribute\\MapDecorated' => __DIR__ . '/..' . '/symfony/dependency-injection/Attribute/MapDecorated.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator' => __DIR__ . '/..' . '/symfony/dependency-injection/Attribute/TaggedIterator.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator' => __DIR__ . '/..' . '/symfony/dependency-injection/Attribute/TaggedLocator.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Attribute\\Target' => __DIR__ . '/..' . '/symfony/dependency-injection/Attribute/Target.php',
|
|
|
|
|
@ -4518,6 +4909,8 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Config\\ContainerParametersResource' => __DIR__ . '/..' . '/symfony/dependency-injection/Config/ContainerParametersResource.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Config\\ContainerParametersResourceChecker' => __DIR__ . '/..' . '/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Container' => __DIR__ . '/..' . '/symfony/dependency-injection/Container.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\ContainerAwareInterface' => __DIR__ . '/..' . '/symfony/dependency-injection/ContainerAwareInterface.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\ContainerAwareTrait' => __DIR__ . '/..' . '/symfony/dependency-injection/ContainerAwareTrait.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\ContainerBuilder' => __DIR__ . '/..' . '/symfony/dependency-injection/ContainerBuilder.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\ContainerInterface' => __DIR__ . '/..' . '/symfony/dependency-injection/ContainerInterface.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Definition' => __DIR__ . '/..' . '/symfony/dependency-injection/Definition.php',
|
|
|
|
|
@ -4560,6 +4953,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\LazyProxy\\PhpDumper\\DumperInterface' => __DIR__ . '/..' . '/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\LazyProxy\\PhpDumper\\LazyServiceDumper' => __DIR__ . '/..' . '/symfony/dependency-injection/LazyProxy/PhpDumper/LazyServiceDumper.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\LazyProxy\\PhpDumper\\NullDumper' => __DIR__ . '/..' . '/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\LazyProxy\\ProxyHelper' => __DIR__ . '/..' . '/symfony/dependency-injection/LazyProxy/ProxyHelper.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Loader\\ClosureLoader' => __DIR__ . '/..' . '/symfony/dependency-injection/Loader/ClosureLoader.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\AbstractConfigurator' => __DIR__ . '/..' . '/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php',
|
|
|
|
|
'Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\AbstractServiceConfigurator' => __DIR__ . '/..' . '/symfony/dependency-injection/Loader/Configurator/AbstractServiceConfigurator.php',
|
|
|
|
|
@ -5040,6 +5434,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\Exception\\SessionNotFoundException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/SessionNotFoundException.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\Exception\\SuspiciousOperationException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/SuspiciousOperationException.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\Exception\\UnexpectedValueException' => __DIR__ . '/..' . '/symfony/http-foundation/Exception/UnexpectedValueException.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\ExpressionRequestMatcher' => __DIR__ . '/..' . '/symfony/http-foundation/ExpressionRequestMatcher.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\FileBag' => __DIR__ . '/..' . '/symfony/http-foundation/FileBag.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\File\\Exception\\AccessDeniedException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/AccessDeniedException.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\File\\Exception\\CannotWriteFileException' => __DIR__ . '/..' . '/symfony/http-foundation/File/Exception/CannotWriteFileException.php',
|
|
|
|
|
@ -5067,6 +5462,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\RateLimiter\\RequestRateLimiterInterface' => __DIR__ . '/..' . '/symfony/http-foundation/RateLimiter/RequestRateLimiterInterface.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\RedirectResponse' => __DIR__ . '/..' . '/symfony/http-foundation/RedirectResponse.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\Request' => __DIR__ . '/..' . '/symfony/http-foundation/Request.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\RequestMatcher' => __DIR__ . '/..' . '/symfony/http-foundation/RequestMatcher.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\RequestMatcherInterface' => __DIR__ . '/..' . '/symfony/http-foundation/RequestMatcherInterface.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\RequestMatcher\\AttributesRequestMatcher' => __DIR__ . '/..' . '/symfony/http-foundation/RequestMatcher/AttributesRequestMatcher.php',
|
|
|
|
|
'Symfony\\Component\\HttpFoundation\\RequestMatcher\\ExpressionRequestMatcher' => __DIR__ . '/..' . '/symfony/http-foundation/RequestMatcher/ExpressionRequestMatcher.php',
|
|
|
|
|
@ -5173,6 +5569,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\TraceableValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\UidValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/UidValueResolver.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\VariadicValueResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Controller\\ArgumentValueResolverInterface' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Controller\\ContainerControllerResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ContainerControllerResolver.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Controller\\ControllerReference' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ControllerReference.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver' => __DIR__ . '/..' . '/symfony/http-kernel/Controller/ControllerResolver.php',
|
|
|
|
|
@ -5195,6 +5592,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\DataCollector\\RouterDataCollector' => __DIR__ . '/..' . '/symfony/http-kernel/DataCollector/RouterDataCollector.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\DataCollector\\TimeDataCollector' => __DIR__ . '/..' . '/symfony/http-kernel/DataCollector/TimeDataCollector.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Debug\\ErrorHandlerConfigurator' => __DIR__ . '/..' . '/symfony/http-kernel/Debug/ErrorHandlerConfigurator.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => __DIR__ . '/..' . '/symfony/http-kernel/Debug/FileLinkFormatter.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Debug\\TraceableEventDispatcher' => __DIR__ . '/..' . '/symfony/http-kernel/Debug/TraceableEventDispatcher.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Debug\\VirtualRequestStack' => __DIR__ . '/..' . '/symfony/http-kernel/Debug/VirtualRequestStack.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\DependencyInjection\\AddAnnotatedClassesToCachePass' => __DIR__ . '/..' . '/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php',
|
|
|
|
|
@ -5224,6 +5622,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ResponseListener.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/RouterListener.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/SessionListener.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/StreamedResponseListener.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/SurrogateListener.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener' => __DIR__ . '/..' . '/symfony/http-kernel/EventListener/ValidateRequestListener.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => __DIR__ . '/..' . '/symfony/http-kernel/Event/ControllerArgumentsEvent.php',
|
|
|
|
|
@ -5293,6 +5692,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\Profiler\\ProfilerStorageInterface' => __DIR__ . '/..' . '/symfony/http-kernel/Profiler/ProfilerStorageInterface.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\RebootableInterface' => __DIR__ . '/..' . '/symfony/http-kernel/RebootableInterface.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\TerminableInterface' => __DIR__ . '/..' . '/symfony/http-kernel/TerminableInterface.php',
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\UriSigner' => __DIR__ . '/..' . '/symfony/http-kernel/UriSigner.php',
|
|
|
|
|
'Symfony\\Component\\Intl\\Countries' => __DIR__ . '/..' . '/symfony/intl/Countries.php',
|
|
|
|
|
'Symfony\\Component\\Intl\\Currencies' => __DIR__ . '/..' . '/symfony/intl/Currencies.php',
|
|
|
|
|
'Symfony\\Component\\Intl\\Data\\Bundle\\Compiler\\BundleCompilerInterface' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Compiler/BundleCompilerInterface.php',
|
|
|
|
|
@ -5804,6 +6204,9 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\Routing\\Generator\\Dumper\\GeneratorDumperInterface' => __DIR__ . '/..' . '/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php',
|
|
|
|
|
'Symfony\\Component\\Routing\\Generator\\UrlGenerator' => __DIR__ . '/..' . '/symfony/routing/Generator/UrlGenerator.php',
|
|
|
|
|
'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => __DIR__ . '/..' . '/symfony/routing/Generator/UrlGeneratorInterface.php',
|
|
|
|
|
'Symfony\\Component\\Routing\\Loader\\AnnotationClassLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/AnnotationClassLoader.php',
|
|
|
|
|
'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/AnnotationDirectoryLoader.php',
|
|
|
|
|
'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/AnnotationFileLoader.php',
|
|
|
|
|
'Symfony\\Component\\Routing\\Loader\\AttributeClassLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/AttributeClassLoader.php',
|
|
|
|
|
'Symfony\\Component\\Routing\\Loader\\AttributeDirectoryLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/AttributeDirectoryLoader.php',
|
|
|
|
|
'Symfony\\Component\\Routing\\Loader\\AttributeFileLoader' => __DIR__ . '/..' . '/symfony/routing/Loader/AttributeFileLoader.php',
|
|
|
|
|
@ -5938,6 +6341,7 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchy' => __DIR__ . '/..' . '/symfony/security-core/Role/RoleHierarchy.php',
|
|
|
|
|
'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => __DIR__ . '/..' . '/symfony/security-core/Role/RoleHierarchyInterface.php',
|
|
|
|
|
'Symfony\\Component\\Security\\Core\\Role\\SwitchUserRole' => __DIR__ . '/..' . '/symfony/security-core/Role/SwitchUserRole.php',
|
|
|
|
|
'Symfony\\Component\\Security\\Core\\Security' => __DIR__ . '/..' . '/symfony/security-core/Security.php',
|
|
|
|
|
'Symfony\\Component\\Security\\Core\\Signature\\Exception\\ExpiredSignatureException' => __DIR__ . '/..' . '/symfony/security-core/Signature/Exception/ExpiredSignatureException.php',
|
|
|
|
|
'Symfony\\Component\\Security\\Core\\Signature\\Exception\\InvalidSignatureException' => __DIR__ . '/..' . '/symfony/security-core/Signature/Exception/InvalidSignatureException.php',
|
|
|
|
|
'Symfony\\Component\\Security\\Core\\Signature\\ExpiredSignatureStorage' => __DIR__ . '/..' . '/symfony/security-core/Signature/ExpiredSignatureStorage.php',
|
|
|
|
|
@ -7066,9 +7470,10 @@ class ComposerStaticInit4fe506277082b063a84f05968212cec8
|
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
|
|
|
{
|
|
|
|
|
return \Closure::bind(function () use ($loader) {
|
|
|
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit4fe506277082b063a84f05968212cec8::$prefixLengthsPsr4;
|
|
|
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit4fe506277082b063a84f05968212cec8::$prefixDirsPsr4;
|
|
|
|
|
$loader->classMap = ComposerStaticInit4fe506277082b063a84f05968212cec8::$classMap;
|
|
|
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit51f3c6df917af85305ff4843868663eb::$prefixLengthsPsr4;
|
|
|
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit51f3c6df917af85305ff4843868663eb::$prefixDirsPsr4;
|
|
|
|
|
$loader->prefixesPsr0 = ComposerStaticInit51f3c6df917af85305ff4843868663eb::$prefixesPsr0;
|
|
|
|
|
$loader->classMap = ComposerStaticInit51f3c6df917af85305ff4843868663eb::$classMap;
|
|
|
|
|
|
|
|
|
|
}, null, ClassLoader::class);
|
|
|
|
|
}
|
|
|
|
|
|