Skip to content

Commit

Permalink
Add support for Laravel 10 and drop support for Laravel 8 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaric69 authored Jan 8, 2024
1 parent 5d11556 commit 09fb8fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"php": "^8.1",
"ext-curl": "*",
"ext-simplexml": "*",
"illuminate/collections": "^8.56 || ^9.0",
"illuminate/contracts": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/collections": "^9.0 || ^10.0",
"illuminate/contracts": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"nesbot/carbon": "^2.67",
"symfony/http-client": "^5.4.21 || ^6.3"
},
Expand Down

0 comments on commit 09fb8fa

Please sign in to comment.