Skip to content

Commit

Permalink
Merge pull request #93 from Woeler/master
Browse files Browse the repository at this point in the history
Update to work with Laravel 10
  • Loading branch information
Roelof authored Mar 7, 2023
2 parents ac022e0 + 998bbb2 commit af9550d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Please use the below table to find which versions are suitable for your installa

| Package version | Nova Version | Laravel Version | PHP version |
| --------------- | ------------ | --------------- | ----------- |
| `3.x` | 4.x | 8.x - 9.x | 8.1+ |
| `3.x` | 4.x | 8.x - 10.x | 8.1+ |
| `2.x` | 2.x - 3.x | 5.x - 8.x | 5.6 - 7.4 |

Note that we really pushed the PHP version up. If you're staying on
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext-json": "*",
"codex-team/editor.js": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"laravel/nova": "^4.0",
"spatie/image": "^1.7 || ^2.0"
},
Expand Down

0 comments on commit af9550d

Please sign in to comment.