From 41647a2ae5e5c5420aa991f712cf26fcdbf4586d Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 15 Feb 2025 18:59:52 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 03b1234..127a015 100644 --- a/composer.json +++ b/composer.json @@ -19,22 +19,21 @@ ], "require": { "php": ">=8.1", - "illuminate/support": "^10.0|^11.0", - "illuminate/cache": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/cache": "^10.0|^11.0|^12.0", "intervention/image": "^3.4" }, "suggest": { "ext-gd": "Needed to support image manipulation", "ext-imagick": "Needed to support image manipulation, better than GD" }, - "require-dev": { "roave/security-advisories": "dev-latest", "phpunit/phpunit": "^10.5", "mockery/mockery": "~1.3", "php-coveralls/php-coveralls": "^2.1", - "pestphp/pest": "^2.34", - "pestphp/pest-plugin-type-coverage": "^2.8" + "pestphp/pest": "^2.34|^3.7", + "pestphp/pest-plugin-type-coverage": "^2.8|^3.3" }, "autoload": { "psr-4": {