Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e-moe committed Dec 8, 2017
1 parent d2d24b0 commit 7fb0b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This bundle integrates [Guzzle 6.x][guzzle] into Symfony. Guzzle is a PHP framew

- PHP 5.6 or above
- [Guzzle PHP Framework][guzzle] (included by composer)
- Symfony 2.7 or above (including Symfony 3.x)
- Symfony 2.7 or above (including Symfony 3.x, 4.x)


## Installation
Expand All @@ -38,7 +38,7 @@ To use the newest (maybe unstable) version please add following into your compos

## Usage

Load bundle in AppKernel.php:
Load bundle in AppKernel.php (should be done automatically if you are using Symfony Flex):
``` php
new Emoe\GuzzleBundle\EmoeGuzzleBundle(),
```
Expand Down

0 comments on commit 7fb0b52

Please sign in to comment.