Skip to content

Commit

Permalink
Laravel 10 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Feb 21, 2023
1 parent a6beda4 commit 499a6aa
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 @@ -21,8 +21,8 @@
"require": {
"php": "^8.1",
"laravel/envoy": "^2.8",
"laravel/framework": "^9.16",
"spatie/laravel-data": "^2.0"
"laravel/framework": "^9.16|^10.0",
"spatie/laravel-data": "^3.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down

0 comments on commit 499a6aa

Please sign in to comment.