From 7e682cd007f289133b17098b06f1fc1a3b323003 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Mar 2026 17:41:28 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fec5633..616ee57 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ ], "require": { "php": "^8.2.0", - "illuminate/http": "^11.0|^12.0", - "illuminate/support": "^11.0|^12.0", - "illuminate/validation": "^11.0|^12.0" + "illuminate/http": "^11.0|^12.0|^13.0", + "illuminate/support": "^11.0|^12.0|^13.0", + "illuminate/validation": "^11.0|^12.0|^13.0" }, "require-dev": { - "pestphp/pest": "^2.34", + "pestphp/pest": "^2.34|^4.4", "laravel/pint": "^1.16", "phpstan/phpstan": "^2.0", "symfony/var-dumper": "^7.0"