Skip to content

Commit

Permalink
Merge pull request #17 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
iamgergo authored Mar 13, 2023
2 parents 4fd2445 + 2f98807 commit f0b28f5
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": "^7.3 || ^8.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/view": "^8.0 || ^9.0"
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"illuminate/view": "^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"laravel/laravel": "9.x-dev",
Expand Down

0 comments on commit f0b28f5

Please sign in to comment.