Skip to content

Commit

Permalink
Adding support for Laravel 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
aglipanci authored Feb 15, 2023
1 parent cae2e1d commit 364ecd6
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 @@ -9,8 +9,8 @@
}
],
"require": {
"illuminate/support": "^4.2|^5|^6|^7|^8|^9",
"illuminate/cache": "^4.2|^5|^6|^7|^8|^9"
"illuminate/support": "^4.2|^5|^6|^7|^8|^9|^10",
"illuminate/cache": "^4.2|^5|^6|^7|^8|^9|^10"
},
"suggest": {
"illuminate/filesystem": "Save settings to a JSON file.",
Expand Down

0 comments on commit 364ecd6

Please sign in to comment.