Skip to content

Commit

Permalink
fix(dependencies): bump unleash and guzzle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Sousa authored and j-webb committed Jul 11, 2023
1 parent 60ce3a3 commit 2378ef2
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 @@ -3,10 +3,10 @@
"description": "An Unleash client for Laravel",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.3|^7.2",
"guzzlehttp/guzzle": "^7",
"illuminate/support": "^6|^7|^8|^9|^10.0",
"illuminate/http": "^6|^7|^8|^9|^10.0",
"unleash/client": "^1.7",
"unleash/client": "^1",
"symfony/cache": "^5.3|^6.1",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0"
Expand Down

0 comments on commit 2378ef2

Please sign in to comment.