Skip to content

Commit

Permalink
Merge pull request #173 from aglipanci/patch-1
Browse files Browse the repository at this point in the history
Adding support for Laravel 10.
  • Loading branch information
bweston92 committed Feb 15, 2023
2 parents cae2e1d + 364ecd6 commit 1dcde02
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 1dcde02

Please sign in to comment.