Skip to content

Commit

Permalink
Merge pull request #8 from M4uRoDev/laravel-10
Browse files Browse the repository at this point in the history
fix guzzlehttp version 7.2
  • Loading branch information
kattatzu authored Apr 8, 2024
2 parents 29a75d7 + 0f2247a commit 7dcc929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"require": {
"guzzlehttp/guzzle": "^6.3",
"nesbot/carbon": "^1.22"
"guzzlehttp/guzzle": "^7.2",
"nesbot/carbon": "^2.67"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 7dcc929

Please sign in to comment.