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" },