From c1659a58424d51a155dd4c13b1a3ce4835215978 Mon Sep 17 00:00:00 2001 From: Mark McEver Date: Sun, 8 Nov 2015 09:30:22 -0600 Subject: [PATCH] Removed the deprecated "--dev" argument from the recommended composer command. When that argument is specified, composer prints the following: You are using the deprecated option "dev". Dev packages are installed by default now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2ba3f8..49a5754a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Dependencies are managed via Composer. 2. Install Dependencies ``` sh - php composer.phar install --dev + php composer.phar install ``` ## Contributing