Skip to content

Commit

Permalink
Merge e0caa2f into 83ed405
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhramtsov committed Mar 12, 2019
2 parents 83ed405 + e0caa2f commit 0b71d7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -3,12 +3,8 @@ dist: trusty

matrix:
include:
- php: 5.6
env: deps=low
- php: 7.0
- php: 7.1
env: deps=low
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,8 +13,8 @@ This bundle integrates [Guzzle 6.x][guzzle] into Symfony. Guzzle is a PHP framew

## Requirements

- PHP 5.6 or above
- Symfony 2.7 or above (including Symfony 3.x, 4.x)
- PHP 7.1 or above
- Symfony 3.4 or above (including 4.x)


## Installation
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -15,10 +15,10 @@
"issues": "https://github.com/e-moe/guzzle6-bundle/issues"
},
"require": {
"php": ">=5.6",
"symfony/framework-bundle": "^2.7|^3.0|^4.0",
"php": ">=7.1",
"symfony/framework-bundle": "^3.4|^4.0",
"guzzlehttp/guzzle": "^6.0",
"symfony/stopwatch": "^2.7|^3.0|^4.0"
"symfony/stopwatch": "^3.4|^4.0"
},
"suggest": {
"symfony/monolog-bundle": "Log requests"
Expand Down

0 comments on commit 0b71d7b

Please sign in to comment.