From cd9363e0fb05c8dc21f12226f12dec115076765a Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 20:45:49 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ca1dc0a..a1772a5 100644 --- a/composer.json +++ b/composer.json @@ -42,12 +42,12 @@ "require": { "php": "^8.0", "laravel/scout": "^8.0|^9.0|^10.0", - "illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "typesense/typesense-php": "^4.2" }, "config": { @@ -63,9 +63,9 @@ "typesense/typesense-php": "Required to use the Typesense php client." }, "require-dev": { - "phpunit/phpunit": "^8.0|^9.0|^10.5", + "phpunit/phpunit": "^8.0|^9.0|^10.5|^11.5.3", "mockery/mockery": "^1.3", - "orchestra/testbench": "^6.17|^7.0|^8.0|^9.0", + "orchestra/testbench": "^6.17|^7.0|^8.0|^9.0|^10.0", "symfony/http-client": "^5.4|^7.0" } }