From 5453e039022c2808a0fb4e38c300060821c5125e Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Wed, 5 Dec 2018 12:52:46 +0100 Subject: [PATCH] Update usage section for Symfony 4.2 The filename of the dumped container has been changed in Symfony 4.2 (https://github.com/symfony/symfony/pull/28809/files#diff-50575470114d078b3ca3622ae30fba6eR431). --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c22d4c98..87f25054 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ includes: parameters: symfony: container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml + # or with Symfony 4.2+ + container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml' ``` You have to provide a path to `srcDevDebugProjectContainer.xml` or similar xml file describing your container.