Skip to content

Commit

Permalink
- Upgrade to Guzzle7
Browse files Browse the repository at this point in the history
- Fix broken unit test because of it
- PHPUnit not upgraded correctly
- Fixed phpunit deprecations
  • Loading branch information
aalwash committed Apr 12, 2024
1 parent 7e8c04c commit 7ad8286
Show file tree
Hide file tree
Showing 22 changed files with 2,670 additions and 1,320 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PHP binding for v4 of the Cloudflare Client API.",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.0.1",
"guzzlehttp/guzzle": "^7.3.0",
"php": ">=7.2.5",
"psr/http-message": "~1.0",
"ext-json": "*"
Expand Down
Loading

0 comments on commit 7ad8286

Please sign in to comment.