From 3e4a6deff83cb91594d7ffbd2c23b02e1facf094 Mon Sep 17 00:00:00 2001 From: Tomas Liubinas Date: Thu, 31 Oct 2019 01:15:48 +0200 Subject: [PATCH] Update README.md By default you probably would never want to run this tool on production. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76af922..5ade28b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Simply add the following dependency to your project’s composer.json file: ```json - "require": { + "require-dev": { "andres-montanez/magallanes": "^4.0" } ```