Skip to content

Commit

Permalink
Updates installation example
Browse files Browse the repository at this point in the history
  • Loading branch information
k-k committed Mar 28, 2018
1 parent abedfde commit e406913
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Expand Up @@ -15,16 +15,10 @@ needing to run a daemon or background process to continuously poll your queue.

## Installation

The bundle should be installed through composer.
#### The bundle should be installed through composer.

#### Add the bundle to your composer.json file

```json
{
"require": {
"uecode/qpush-bundle": "~2.3.0",
}
}
```
composer require uecode/qpush-bundle
```

#### Update AppKernel.php of your Symfony Application
Expand Down

0 comments on commit e406913

Please sign in to comment.