diff --git a/README.md b/README.md index ed1fa6c..9ebb181 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 05e78d6..64e9046 100644 --- a/composer.json +++ b/composer.json @@ -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" },