From dded0cb9051122d80e454e91f1359c7d7a674c3e Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 14 Mar 2021 08:47:17 +0100 Subject: [PATCH 1/2] Use --dev flag for Composer Prevents accidental install in production. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b6e52..e58bd45 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In the Magento root directory - Install the module ``` -composer require vpietri/adm-quickdevbar +composer require vpietri/adm-quickdevbarc --dev php bin/magento module:enable ADM_QuickDevBar php bin/magento setup:upgrade ``` From 88d7afa7d847f2cbdc268044e816f37e0f3bdf70 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 7 Apr 2021 13:45:12 +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 e58bd45..c10e217 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ In the Magento root directory - Install the module ``` -composer require vpietri/adm-quickdevbarc --dev +composer require vpietri/adm-quickdevbar --dev php bin/magento module:enable ADM_QuickDevBar php bin/magento setup:upgrade ```