From c6ea81894af732798d508e8805122b2940fd50c3 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 15 Feb 2025 19:03:57 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index fe1ea2e..fdc4ddf 100644 --- a/composer.json +++ b/composer.json @@ -24,15 +24,15 @@ }, "require": { "php": "^8.2", - "illuminate/support": "^10.0|^11.0", - "illuminate/view": "^10.0|^11.0" + "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/view": "^10.0|^11.0|^12.0" }, "require-dev": { - "orchestra/testbench": "^8.0|^9.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", "nunomaduro/larastan": "^2.4", - "pestphp/pest": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0", - "intervention/image": "^2.7" + "pestphp/pest": "^2.0|^3.7", + "pestphp/pest-plugin-laravel": "^2.0|^3.1", + "intervention/image": "^2.7|^3.11" }, "extra": { "laravel": {