From cc852b439c25c80bfde87f82bcf292ddfd45d193 Mon Sep 17 00:00:00 2001 From: Mponos George Date: Fri, 27 Dec 2019 12:15:42 +0200 Subject: [PATCH 1/2] Added an sf4 example for enabling the bundle --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 63321510..543cc2bf 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,19 @@ HTTPlug works with any HTTP client implementation that provides a HTTPlug adapte Enable the bundle in your kernel: +**Symfony 4 example:** + +``` php +// config/bundles.php + ['all' => true], +]; +``` + +**Symfony 3 example:** + ``` php Date: Fri, 27 Dec 2019 12:17:32 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 543cc2bf..9577de04 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ HTTPlug works with any HTTP client implementation that provides a HTTPlug adapte Enable the bundle in your kernel: -**Symfony 4 example:** +**Symfony 4 and 5 example:** ``` php // config/bundles.php