From 77b137631bc174efc14d4341f13d481d19039dca Mon Sep 17 00:00:00 2001 From: Ro Kleine Sonne Date: Mon, 13 Feb 2023 14:46:59 +0100 Subject: [PATCH] chore: prepare for Laravel version 10 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 846f29b..a27bd10 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "require": { "php": "^7.4|^8.0", "guzzlehttp/guzzle": "^7.2", - "illuminate/contracts": "^8.0|^9.0", - "illuminate/http": "^8.0|^9.0", - "illuminate/routing": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0" + "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/http": "^8.0|^9.0|^10.0", + "illuminate/routing": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "orchestra/testbench": "^6.0|^7.0", + "orchestra/testbench": "^6.0|^7.0|^8.0", "phpunit/phpunit": "^9.0", "signifly/php-config": "^1.0" },