Skip to content

Commit

Permalink
chore(deps): Support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ipikles committed May 11, 2023
1 parent 4accc6d commit f78eba2
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 @@ -35,8 +35,8 @@
"php": ">=7.3|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7",
"illuminate/cache": "^6|^8|^9",
"illuminate/support": "^6|^8|^9"
"illuminate/cache": "^6|^8|^9|^10",
"illuminate/support": "^6|^8|^9|^10"
},
"require-dev": {
"phpunit/phpunit": "^9",
Expand Down

0 comments on commit f78eba2

Please sign in to comment.