From d0176c0759d720de0ddc8a90b27bd8e83fe441a7 Mon Sep 17 00:00:00 2001 From: Craig Smith <952595+phpsa@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:58:21 +1200 Subject: [PATCH] fix: lara 10 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 00d468a..1be64cf 100644 --- a/composer.json +++ b/composer.json @@ -15,14 +15,14 @@ ], "require": { "php": ">=7.4", - "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/support": ">=6.0", "kamermans/guzzle-oauth2-subscriber": "^1.0", "spatie/laravel-package-tools": "^1.4.3", "myclabs/php-enum": "^1.8.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0|^6.0", - "phpunit/phpunit": "^8.4|^9.0", + "orchestra/testbench": ">=4.0", + "phpunit/phpunit": "^8.4|^9.0|^10.0", "guzzlehttp/guzzle": "^6.3.1|^7.0.1" }, "autoload": {