From a3d90bece11d2a1b87c319ce6b4f69860b504a25 Mon Sep 17 00:00:00 2001 From: Quentin CURTET Date: Wed, 18 Dec 2019 16:45:33 +0100 Subject: [PATCH] Docs - Update debug section of UPGRADE guides for 4.4 and 5.0 versions. --- UPGRADE-4.4.md | 1 + UPGRADE-5.0.md | 1 + 2 files changed, 2 insertions(+) diff --git a/UPGRADE-4.4.md b/UPGRADE-4.4.md index 6590339d84b6..3409bea3b5b6 100644 --- a/UPGRADE-4.4.md +++ b/UPGRADE-4.4.md @@ -19,6 +19,7 @@ Debug ----- * Deprecated the component in favor of the `ErrorHandler` component + * Replace uses of `Symfony\Component\Debug\Debug` by `Symfony\Component\ErrorHandler\Debug` Config ------ diff --git a/UPGRADE-5.0.md b/UPGRADE-5.0.md index 3e67bb5e4d80..7e75c9593fbb 100644 --- a/UPGRADE-5.0.md +++ b/UPGRADE-5.0.md @@ -60,6 +60,7 @@ Debug ----- * Removed the component in favor of the `ErrorHandler` component + * Replace uses of `Symfony\Component\Debug\Debug` by `Symfony\Component\ErrorHandler\Debug` DependencyInjection -------------------