From 6ffd1bdd9c51272be5cc05edb0b1a76cd733283e Mon Sep 17 00:00:00 2001 From: Orkhan Ahmadov Date: Tue, 5 Mar 2024 08:43:12 +0100 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 820b221..7c44cf6 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "require": { "akaunting/laravel-money": "^1.2|^2.1|^3.0|^4.0|^5.1", "ext-pdo_sqlite": "*", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.40|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^8.40|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", "php": "^8.0" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0|^8.0", - "phpunit/phpunit": "^9.4", + "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.4|^10.0", "symplify/monorepo-builder": "^9.4.21" }, "autoload": {