Skip to content

Commit 5453e03

Browse files
authored
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).
1 parent d8e8f79 commit 5453e03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ includes:
3030
parameters:
3131
symfony:
3232
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
33+
# or with Symfony 4.2+
34+
container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
3335
```
3436

3537
You have to provide a path to `srcDevDebugProjectContainer.xml` or similar xml file describing your container.

0 commit comments

Comments
 (0)