From 3ba0fbfabc392e45e6ce6cb61de3ff7c1509708a Mon Sep 17 00:00:00 2001 From: Philip Manavopoulos Date: Wed, 15 Feb 2023 15:44:29 +0000 Subject: [PATCH] Update composer for Laravel 10 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 59ea049..0ccf95f 100644 --- a/composer.json +++ b/composer.json @@ -13,13 +13,13 @@ "require": { "akaunting/laravel-money": "^1.2|^2.1", "ext-pdo_sqlite": "*", - "illuminate/contracts": "^8.0|^9.0", - "illuminate/database": "^8.40|^9.0", - "illuminate/support": "^8.0|^9.0", - "php": "^8.0" + "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/database": "^8.40|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "php": "^8.1" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0", + "orchestra/testbench": "^6.23|^7.0|^8.0", "phpunit/phpunit": "^9.4", "symplify/monorepo-builder": "^9.4.21" },