Skip to content

Commit

Permalink
Merge 68fd075 into a51abff
Browse files Browse the repository at this point in the history
  • Loading branch information
tparcina committed Sep 24, 2020
2 parents a51abff + 68fd075 commit f84a4ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "e-moe/guzzle6-bundle",
"name": "tparcina/guzzle6-bundle",
"type": "symfony-bundle",
"description": "Integrates Guzzle 6 into your Symfony application",
"keywords": ["guzzle", "bundle", "http", "http client", "rest", "client", "web service", "curl", "api"],
Expand All @@ -16,9 +16,9 @@
},
"require": {
"php": ">=5.6",
"symfony/framework-bundle": "^2.7|^3.0|^4.0",
"guzzlehttp/guzzle": "^6.0",
"symfony/stopwatch": "^2.7|^3.0|^4.0"
"symfony/framework-bundle": "^2.7|^3.0|^4.0|^5.0",
"guzzlehttp/guzzle": "^6.0|^7.0",
"symfony/stopwatch": "^2.7|^3.0|^4.0|^5.0"
},
"suggest": {
"symfony/monolog-bundle": "Log requests"
Expand Down

0 comments on commit f84a4ad

Please sign in to comment.