From 9147402e0c3ff08e17797863d4bb1d3f4d228d9b Mon Sep 17 00:00:00 2001 From: Daan Date: Wed, 9 Sep 2020 16:01:38 +0300 Subject: [PATCH] Laravel 8+ support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ec49d7b..99c6ce6 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": ">=7.2.5", - "illuminate/support": "7.*", - "kodicomponents/support": "0.*" + "illuminate/support": ">=7.0", + "kodicomponents/support": ">=0.5" }, "require-dev": { - "mockery/mockery": "~1.0", - "phpunit/phpunit": "~8.5" + "mockery/mockery": ">=1.0", + "phpunit/phpunit": ">=8.5" }, "autoload": { "psr-4": {