Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Shift <shift@laravelshift.com>
  • Loading branch information
2 people authored and j-webb committed Apr 10, 2023
1 parent 0c92424 commit 60ce3a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "An Unleash client for Laravel",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.3",
"illuminate/support": "^6|^7|^8|^9",
"illuminate/http": "^6|^7|^8|^9",
"guzzlehttp/guzzle": "^7.3|^7.2",
"illuminate/support": "^6|^7|^8|^9|^10.0",
"illuminate/http": "^6|^7|^8|^9|^10.0",
"unleash/client": "^1.7",
"symfony/cache": "^5.3|^6.1",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0"
"psr/cache": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 60ce3a3

Please sign in to comment.