From e324561252225cc7d3ac8ff24468675514718e0e Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Tue, 27 Feb 2024 21:21:21 +0000 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index be467f2..1566d8d 100644 --- a/composer.json +++ b/composer.json @@ -18,15 +18,15 @@ } ], "require": { - "php": "^8.1", - "filament/filament": "^3.0", - "illuminate/config": "^10.0", - "illuminate/support": "^10.0", + "php": "^8.2", + "filament/filament": "^3.2", + "illuminate/config": "^11.0", + "illuminate/support": "^11.0", "laravel/cashier": "^14.12.7|^15.2" }, "require-dev": { "pestphp/pest": "^2.15", - "laravel/pint": "^1.0", + "laravel/pint": "^1.14", "spatie/ray": "^1.28" }, "autoload": {