Skip to content

Commit

Permalink
Merge f98daa0 into 9e81956
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhramtsov committed Mar 10, 2019
2 parents 9e81956 + f98daa0 commit 84aad0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@ dist: trusty

matrix:
include:
- php: 5.6
env: deps=low
- php: hhvm
env: deps=low
- php: 7.0
- php: 7.1
env: deps=low
- php: 5.6
- php: hhvm
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
fast_finish: true

before_install:
- composer config --global --auth github-oauth.github.com $GITHUB_OAUTH_TOKEN

install:
- composer self-update
- if [ "$deps" = "no" ]; then COMPOSER_MEMORY_LIMIT=-1 composer --prefer-stable --no-interaction update; fi;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 84aad0b

Please sign in to comment.