diff --git a/README.md b/README.md index 2613923..5dda960 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ Menu Group and sort order can be set in the config In the config file ``config/filament-email-templates.php`` navigation can be disabled/enabled ```php +use Filament\Pages\Enums\SubNavigationPosition; + /** * Admin panel navigation options */ diff --git a/composer.json b/composer.json index 802f9a6..f39d28b 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ ], "require": { "php": "^8.2", - "filament/filament": "^3.0", - "illuminate/contracts": "^10.0|^11.0|^12.0", + "filament/filament": "^4.0", + "illuminate/contracts": "^11.0", "visualbuilder/filament-tinyeditor": "dev-main", "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "blade-ui-kit/blade-heroicons": "^2.1", - "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", + "orchestra/testbench": "^9.0", "pestphp/pest": "^2.9.1 || ^3.0", "pestphp/pest-plugin-laravel": "^2.2 || ^3.0", "pestphp/pest-plugin-livewire": "^2.1 | ^3.0", diff --git a/config/filament-email-templates.php b/config/filament-email-templates.php index 9269e50..9f5e440 100644 --- a/config/filament-email-templates.php +++ b/config/filament-email-templates.php @@ -1,6 +1,6 @@