From 5824ee767ff59873f21c5df0f76bc24e5761587f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 27 May 2017 10:04:10 -0700 Subject: [PATCH] added the profiler pack --- symfony/profiler-pack/3.3/manifest.json | 3 +++ symfony/web-profiler-bundle/3.3/manifest.json | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 symfony/profiler-pack/3.3/manifest.json diff --git a/symfony/profiler-pack/3.3/manifest.json b/symfony/profiler-pack/3.3/manifest.json new file mode 100644 index 00000000..9299c91a --- /dev/null +++ b/symfony/profiler-pack/3.3/manifest.json @@ -0,0 +1,3 @@ +{ + "aliases": ["profiler", "web-profiler"] +} diff --git a/symfony/web-profiler-bundle/3.3/manifest.json b/symfony/web-profiler-bundle/3.3/manifest.json index 23d027ca..07279611 100644 --- a/symfony/web-profiler-bundle/3.3/manifest.json +++ b/symfony/web-profiler-bundle/3.3/manifest.json @@ -4,6 +4,5 @@ }, "copy-from-recipe": { "etc/": "%ETC_DIR%/" - }, - "aliases": ["profiler", "web-profiler"] + } }