Skip to content

Commit

Permalink
⬆️ Support Laravel 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeorgel committed Nov 10, 2023
1 parent eefa753 commit c66326b
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 @@ -16,8 +16,8 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0",
"php": ">=8.1",
"illuminate/contracts": "^9.0|^10.0",
"spatie/db-dumper": "^3.3",
"spatie/laravel-package-tools": "^1.13.0"
},
Expand Down

0 comments on commit c66326b

Please sign in to comment.