We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abedfde commit e406913Copy full SHA for e406913
1 file changed
README.md
@@ -15,16 +15,10 @@ needing to run a daemon or background process to continuously poll your queue.
15
16
## Installation
17
18
-The bundle should be installed through composer.
+#### The bundle should be installed through composer.
19
20
-#### Add the bundle to your composer.json file
21
-
22
-```json
23
-{
24
- "require": {
25
- "uecode/qpush-bundle": "~2.3.0",
26
- }
27
-}
+```
+composer require uecode/qpush-bundle
28
```
29
30
#### Update AppKernel.php of your Symfony Application
0 commit comments