Skip to content

Commit

Permalink
drop support for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristijan Maric committed Jan 8, 2024
1 parent 14787ce commit f7edeca
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 || ^10.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.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 f7edeca

Please sign in to comment.