Skip to content

Commit

Permalink
Allow guzzle 7 (#308)
Browse files Browse the repository at this point in the history
Allow Guzzle 7
  • Loading branch information
mihaileu authored Jul 14, 2020
1 parent 2a396b5 commit 84b0f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[![Scrutinizer Score](https://scrutinizer-ci.com/g/8p/EightPointsGuzzleBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/8p/EightPointsGuzzleBundle/)
[![License](https://poser.pugx.org/eightpoints/guzzle-bundle/license)](https://packagist.org/packages/eightpoints/guzzle-bundle)

This bundle integrates [Guzzle 6.x][1] into [Symfony][16]. Guzzle is a PHP library for building RESTful web service clients.
This bundle integrates [Guzzle 6.x|7.x][1] into [Symfony][16]. Guzzle is a PHP library for building RESTful web service clients.

GuzzleBundle follows semantic versioning. Read more on [semver.org][2].

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"symfony/framework-bundle": "~4.0|~5.0",
"symfony/expression-language": "~4.0|~5.0",
"symfony/stopwatch": "~4.0|~5.0",
Expand All @@ -37,8 +37,7 @@
"symfony/phpunit-bridge": "~4.0|~5.0",
"symfony/twig-bundle": "~4.0|~5.0",
"symfony/var-dumper": "~4.0|~5.0",
"symfony/yaml": "~4.0|~5.0",
"namshi/cuzzle": "^2.0"
"symfony/yaml": "~4.0|~5.0"
},
"suggest": {
"namshi/cuzzle": "Outputs Curl command on profiler's page for debugging purposes"
Expand Down

0 comments on commit 84b0f13

Please sign in to comment.