From d245bdc0f718c5e567c7caccc5d9beca93b7c959 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 14:58:43 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e7452c6..daf984d 100644 --- a/composer.json +++ b/composer.json @@ -19,18 +19,18 @@ "require": { "php": "^8.0", "ext-json": "*", - "illuminate/contracts": "^7.2|^8.0|^9.0|^10.0", - "illuminate/support": "^7.2|^8.0|^9.0|^10.0", - "illuminate/config": "^7.2|^8.0|^9.0|^10.0", + "illuminate/contracts": "^7.2|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^7.2|^8.0|^9.0|^10.0|^11.0", + "illuminate/config": "^7.2|^8.0|^9.0|^10.0|^11.0", "moneyphp/money": "^4.0", - "illuminate/database": "^7.30|^8.40|^9.0|^10.0" + "illuminate/database": "^7.30|^8.40|^9.0|^10.0|^11.0" }, "require-dev": { "ext-bcmath": "*", "ext-gmp": "*", "ext-intl": "*", - "phpunit/phpunit": "^9.0", - "orchestra/testbench": "^6.20|^8.0", + "phpunit/phpunit": "^9.0|^10.5", + "orchestra/testbench": "^6.20|^8.0|^9.0", "vimeo/psalm": "^4.9|^5.6" }, "autoload": {