diff --git a/archived/symfony.web-profiler-bundle/a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026.json b/archived/symfony.web-profiler-bundle/a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026.json new file mode 100644 index 00000000..ca08c733 --- /dev/null +++ b/archived/symfony.web-profiler-bundle/a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026.json @@ -0,0 +1,56 @@ +{ + "manifests": { + "symfony/web-profiler-bundle": { + "manifest": { + "bundles": { + "Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [ + "dev", + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "conflict": { + "symfony/framework-bundle": "<6.1" + } + }, + "files": { + "config/packages/web_profiler.yaml": { + "contents": [ + "when@dev:", + " web_profiler:", + " toolbar: true", + "", + " framework:", + " profiler:", + " collect_serializer_data: true", + "", + "when@test:", + " framework:", + " profiler:", + " collect: false", + " collect_serializer_data: true", + "" + ], + "executable": false + }, + "config/routes/web_profiler.yaml": { + "contents": [ + "when@dev:", + " web_profiler_wdt:", + " resource: '@WebProfilerBundle/Resources/config/routing/wdt.php'", + " prefix: /_wdt", + "", + " web_profiler_profiler:", + " resource: '@WebProfilerBundle/Resources/config/routing/profiler.php'", + " prefix: /_profiler", + "" + ], + "executable": false + } + }, + "ref": "a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026" + } + } +} diff --git a/symfony.web-profiler-bundle.7.3.json b/symfony.web-profiler-bundle.7.3.json index 293c6261..ca08c733 100644 --- a/symfony.web-profiler-bundle.7.3.json +++ b/symfony.web-profiler-bundle.7.3.json @@ -28,7 +28,9 @@ "", "when@test:", " framework:", - " profiler: { collect: false }", + " profiler:", + " collect: false", + " collect_serializer_data: true", "" ], "executable": false @@ -48,7 +50,7 @@ "executable": false } }, - "ref": "5b2b543e13942495c0003f67780cb4448af9e606" + "ref": "a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026" } } }