From 174bb5fe5c3d524bfa60ee986f508305ab93601c Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 22:32:59 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0c4755c..9861e7d 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ "require": { "php": "^7.4.0|^8.0", "guzzlehttp/guzzle": "^6.3.1|^7.0", - "illuminate/contracts": "^8.83.27|^9.0|^10.0|^11.0", - "illuminate/support": "^8.83.27|^9.0|^10.0|^11.0" + "illuminate/contracts": "^8.83.27|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.83.27|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { - "laravel/framework": "^8.83.27|^9.0|^10.0|^11.0", - "orchestra/testbench": "^5.0|^6.0|^9.0", - "phpunit/phpunit": "^8.5.23|^9.0|^10.5" + "laravel/framework": "^8.83.27|^9.0|^10.0|^11.0|^12.0", + "orchestra/testbench": "^5.0|^6.0|^9.0|^10.0", + "phpunit/phpunit": "^8.5.23|^9.0|^10.5|^11.5.3" }, "autoload": { "psr-4": {