From 211af00512f740341689cfd09f842a3042ca26b8 Mon Sep 17 00:00:00 2001 From: Olha Livitchuk <77281282+olhalivitchuk@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:25:19 +0100 Subject: [PATCH] FRW-9299 Added route path configurations for Merchant Portal. (#11243) FRW-9299 Enabled Profiler for Merchant Portal. --- dependency.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dependency.json diff --git a/dependency.json b/dependency.json new file mode 100644 index 0000000..79151be --- /dev/null +++ b/dependency.json @@ -0,0 +1,5 @@ +{ + "include-dev": { + "symfony/var-dumper": "Provides pretty debug tool." + } +}