Skip to content

Commit

Permalink
Remove Laravel 9 Support; Require a minimum of Laravel v10.20. (#99)
Browse files Browse the repository at this point in the history
* Remove Laravel v9.0 Support

* Require a minimum of Laravel v10.20
  • Loading branch information
ahinkle committed Dec 2, 2023
1 parent acd68f8 commit d230508
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"php": "^8.1",
"doctrine/sql-formatter": "^1.1",
"guzzlehttp/promises": "^1.0 || ^2.0",
"illuminate/auth": "^9.0 || ^10.0",
"illuminate/cache": "^9.0 || ^10.0",
"illuminate/config": "^9.0 || ^10.0",
"illuminate/console": "^9.0 || ^10.0",
"illuminate/contracts": "^9.0 || ^10.0",
"illuminate/database": "^9.0 || ^10.0",
"illuminate/events": "^9.0 || ^10.0",
"illuminate/http": "^9.0 || ^10.0",
"illuminate/queue": "^9.0 || ^10.0",
"illuminate/redis": "^9.0 || ^10.0",
"illuminate/routing": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/view": "^9.0 || ^10.0",
"illuminate/auth": "^10.20",
"illuminate/cache": "^10.20",
"illuminate/config": "^10.20",
"illuminate/console": "^10.20",
"illuminate/contracts": "^10.20",
"illuminate/database": "^10.20",
"illuminate/events": "^10.20",
"illuminate/http": "^10.20",
"illuminate/queue": "^10.20",
"illuminate/redis": "^10.20",
"illuminate/routing": "^10.20",
"illuminate/support": "^10.20",
"illuminate/view": "^10.20",
"livewire/livewire": "^3.0",
"nesbot/carbon": "^2.67"
},
Expand Down

0 comments on commit d230508

Please sign in to comment.