We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4f1d8 commit 0ee0e63Copy full SHA for 0ee0e63
README.md
@@ -19,10 +19,13 @@ options setted to true. Read more about [entity type field](http://symfony.com/d
19
Installation
20
------------
21
22
-### Step 1: Download the Bundle
+### Step 1: Include the bundle in your require section of composer.json and do a composer update.
23
24
-```bash
25
-$ composer require abdielcs/expanded-collection-bundle
+```json
+"require": {
26
+ // ...
27
+ "abdielcs/expanded-collection-bundle": "dev-master"
28
+ },
29
```
30
31
This command requires you to have Composer installed globally, as explained
0 commit comments