From 22b1b634924f865a40540c80afa60cab92a1b78f Mon Sep 17 00:00:00 2001 From: msms6174 Date: Sat, 21 Feb 2015 21:10:07 +0200 Subject: [PATCH] Update "composer update" commands Deleted the deprecated option "dev" from "composer update" commands. Composer installs dev packages by default since this deprecation. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a57381f..70eabcf 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ Begin by installing this package through Composer. Edit your project's `composer Next, update Composer from the Terminal: - composer update --dev + composer update Once this operation completes, the final step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array. @@ -42,7 +42,7 @@ That's it! You're all set to go. Run the `artisan` command from the Terminal to Next, update Composer from the Terminal: - composer update --dev + composer update Once this operation completes, the final step is to add the service provider. Open `config/app.php`, and add a new item to the providers array.