Skip to content

Commit

Permalink
added a needed symfony setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplb committed Sep 7, 2018
1 parent e4f49d9 commit 82ae6bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Be aware that unfortunately one depedency requires the composer.json to accept unstable releases:

```json
"minimum-stability": "dev",
"prefer-stable": true,
```

#### Step 2: Enable the Bundle

Add the bundle to your `config/bundles.php`:
Expand Down

0 comments on commit 82ae6bc

Please sign in to comment.