We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac022e0 + 998bbb2 commit af9550dCopy full SHA for af9550d
README.md
@@ -26,7 +26,7 @@ Please use the below table to find which versions are suitable for your installa
26
27
| Package version | Nova Version | Laravel Version | PHP version |
28
| --------------- | ------------ | --------------- | ----------- |
29
-| `3.x` | 4.x | 8.x - 9.x | 8.1+ |
+| `3.x` | 4.x | 8.x - 10.x | 8.1+ |
30
| `2.x` | 2.x - 3.x | 5.x - 8.x | 5.6 - 7.4 |
31
32
Note that we really pushed the PHP version up. If you're staying on
composer.json
@@ -15,7 +15,7 @@
15
"ext-json": "*",
16
"codex-team/editor.js": "*",
17
"guzzlehttp/guzzle": "^6.0|^7.0",
18
- "illuminate/support": "^8.0 || ^9.0",
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0",
19
"laravel/nova": "^4.0",
20
"spatie/image": "^1.7 || ^2.0"
21
},
0 commit comments