Skip to content

Commit

Permalink
Support Laravel 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Jun 16, 2023
1 parent b111a42 commit 316c089
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 @@ -26,8 +26,8 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0",
"illuminate/view": "^9.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"spatie/invade": "^1.1.1",
"spatie/laravel-package-tools": "^1.15.0"
},
Expand Down

0 comments on commit 316c089

Please sign in to comment.