Skip to content

Commit

Permalink
Merge pull request #1 from Ahmedd-Ibrahim/upgrade-guzzle-version
Browse files Browse the repository at this point in the history
Upgrade Guzzle to version 7
  • Loading branch information
Ahmedd-Ibrahim authored Mar 24, 2022
2 parents 5be9ed5 + 923d6bf commit 8ac84ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prefer-stable": true,
"require": {
"php": "^5.6 | ^7.0 | >=8.0.0",
"guzzlehttp/guzzle": "^6.0"
"guzzlehttp/guzzle": "^6.0 | >=7.2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 | >=7.3",
Expand Down

0 comments on commit 8ac84ad

Please sign in to comment.