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,