Skip to content

Commit

Permalink
changed php/symfony version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preusner committed Jul 24, 2016
1 parent 28d1ca5 commit 1178be5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ It comes with a WSSE Auth Plugin that can be used optionally.
GuzzleBundle follows semantic versioning. Read more on [semver.org][2].

## Requirements
- PHP 5.5 or above
- Symfony 2.6 or above
- PHP 5.6 or above
- Symfony 2.7 or above
- [Guzzle PHP Framework][1] (included by composer)
- [WSSE Auth Plugin][3] (included by composer)


## Installation
To install this bundle, run the command below and you will get the latest version by [Packagist][4].

Expand Down Expand Up @@ -63,12 +63,12 @@ guzzle:
username: "acme"
password: "pa55w0rd"
created_at: "-10 seconds" # optional

api_crm:
base_url: "http://api.crm.tld"
headers:
Accept: "application/json"

...
```
All these settings are optional. If WSSE username is defined the WSSE plugin will be injected automatically.
Expand Down Expand Up @@ -100,7 +100,7 @@ The service on the tag, is so that if you have multiple REST endpoints you can d

## Suggestions
Adding aliases:
If you want to use different names for provided services you can use aliases. This is a good idea if you don't want
If you want to use different names for provided services you can use aliases. This is a good idea if you don't want
have any dependency to guzzle in your service name.
``` yaml
services:
Expand Down

0 comments on commit 1178be5

Please sign in to comment.