From f37c060bd14e5faf515966144e584ed02a104905 Mon Sep 17 00:00:00 2001 From: Colin Hall Date: Thu, 13 Jun 2024 11:40:58 +0100 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4883a46..402aa66 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ } ], "require": { - "php": "^8.1", - "laravel/framework": "^10.0" + "php": "^8.1|^8.2", + "laravel/framework": "^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^10.0" + "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^10.0|^11.0" }, "autoload": { "psr-4": {