From d423a0bda724b66d02f80f732e7bc73d063f5374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 13 Dec 2020 20:49:48 +0100 Subject: [PATCH] Update dependency constraints --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 64cc7c7..4ecfc42 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,10 @@ } }, "require": { - "illuminate/translation": "^8.18" + "illuminate/translation": "^8.0||^6.0" }, "require-dev": { - "orchestra/testbench": "^6.4.0", - "orchestra/testbench-core": "6.8.0", + "orchestra/testbench": "^6.0||^4.0", "phpunit/phpunit": "^9.5", "nunomaduro/larastan": "^0.6.11" },