From 49ffcc03cbde20f0bedb549a1a6ae4f6b7c0624b Mon Sep 17 00:00:00 2001 From: atymic Date: Mon, 27 Feb 2023 10:17:29 +1100 Subject: [PATCH] chore: laravel 10 support (#6) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index cfc4855..0f9637a 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ } ], "require": { - "php": "^7.4 || ^8.0", - "illuminate/contracts": "^7.0 || ^8.0 || ^9.0", + "php": "^8.0", + "illuminate/contracts": "^8.0 || ^9.0 || ^10.0", "aws/aws-sdk-php": "^3" }, "require-dev": { "brianium/paratest": "^6.2", "nunomaduro/collision": "^5.3", - "orchestra/testbench": "^6.15", + "orchestra/testbench": "^6.0 ||^7.0 || ^8.0", "phpunit/phpunit": "^9.3" }, "autoload": {