Skip to content

Commit

Permalink
Support Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Feb 27, 2023
1 parent ccbd8f1 commit a9118dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^9.0"
"illuminate/support": "^9.0 || ^10.0"
},
"require-dev": {
"jubeki/laravel-code-style": "^1.0.0"
Expand Down

0 comments on commit a9118dd

Please sign in to comment.