Skip to content

Commit

Permalink
Laravel 10 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Feb 17, 2023
1 parent d3feb5e commit f29f0d6
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 276 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "laravel-package",
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^v7.9.0",
Expand Down
Loading

0 comments on commit f29f0d6

Please sign in to comment.