Skip to content

Commit

Permalink
Support Laravel 10 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
maicol07 authored May 22, 2023
2 parents 4accc6d + f78eba2 commit f05d813
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 f05d813

Please sign in to comment.