Skip to content

Commit af9550d

Browse files
author
Roelof
authored
Merge pull request #93 from Woeler/master
Update to work with Laravel 10
2 parents ac022e0 + 998bbb2 commit af9550d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please use the below table to find which versions are suitable for your installa
2626

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

3232
Note that we really pushed the PHP version up. If you're staying on

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-json": "*",
1616
"codex-team/editor.js": "*",
1717
"guzzlehttp/guzzle": "^6.0|^7.0",
18-
"illuminate/support": "^8.0 || ^9.0",
18+
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
1919
"laravel/nova": "^4.0",
2020
"spatie/image": "^1.7 || ^2.0"
2121
},

0 commit comments

Comments
 (0)