Skip to content

Commit

Permalink
Update install instructions to use composer require
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 20, 2015
1 parent a8ad149 commit 3758a61
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Resources/doc/INSTALL.md
Expand Up @@ -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
Expand Down

0 comments on commit 3758a61

Please sign in to comment.