From 3758a616c06dc360d7175df98aa45a407c394b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Mon, 20 Apr 2015 14:07:51 +0200 Subject: [PATCH] Update install instructions to use composer require --- Resources/doc/INSTALL.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Resources/doc/INSTALL.md b/Resources/doc/INSTALL.md index 84798c7..599dd65 100644 --- a/Resources/doc/INSTALL.md +++ b/Resources/doc/INSTALL.md @@ -11,13 +11,10 @@ Installation steps ### Use Composer -Add the following to your composer.json and run `php composer.phar update netgen/enhanced-selection-bundle` to refresh dependencies: +Run the following command from your project root to install the bundle: -```json -"require": { - "netgen/enhanced-selection-bundle": "~1.0", - "netgen/enhancedselection2": "*" -} +```bash +$ composer require netgen/enhanced-selection-bundle:~1.0 ``` ### Activate the bundle