From d3e45b6813bec947ae2f8c2f0a7f186abd82300a Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Tue, 3 Feb 2026 22:37:43 +0100 Subject: [PATCH] Upgrade to FilamentPHP 5.x --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f409f892..89a51ec8 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "php": "^8.2", "ext-simplexml": "*", "doctrine/dbal": "^3.6", - "filament/filament": "^4.0", - "filament/spatie-laravel-settings-plugin": "^4.0", + "filament/filament": "^5.0", + "filament/spatie-laravel-settings-plugin": "^5.0", "guzzlehttp/guzzle": "^7.8", "illuminate/cache": "^11.35.0", "illuminate/console": "^11.35.0", @@ -48,10 +48,10 @@ "laravel/pail": "^1.1", "laravel/pint": "^1.24", "orchestra/testbench": "^9.15.1", - "pestphp/pest": "^3.8", - "pestphp/pest-plugin-laravel": "^3.0", + "pestphp/pest": "^4.3", + "pestphp/pest-plugin-laravel": "^4.0", "pestphp/pest-plugin-livewire": "*", - "pestphp/pest-plugin-type-coverage": "^3.3" + "pestphp/pest-plugin-type-coverage": "^4.0" }, "minimum-stability": "dev", "prefer-stable": true,