Skip to content

Commit

Permalink
Merge pull request #37 from TarasMatskovych/feature/guzzle_7_support
Browse files Browse the repository at this point in the history
Added support of Guzzle 7 in composer.json
  • Loading branch information
Ocramius authored Mar 2, 2022
2 parents 4f6c493 + 91a9dc3 commit 1c0a3c7
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 295 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require-dev": {
"doctrine/migrations": "^2.0 || ^3.0",
"enlightn/security-checker": "^1.2",
"guzzlehttp/guzzle": "^5.3.3 || ^6.3.3",
"guzzlehttp/guzzle": "^7.2",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-loader": "^2.0",
"mikey179/vfsstream": "dev-master#08a798577d677436f4f4ea3d0b3c949f64655548 as 1.6.9",
Expand Down
281 changes: 101 additions & 180 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c0a3c7

Please sign in to comment.