From 21c652d9707eecaff282492390cc04cc2d889be4 Mon Sep 17 00:00:00 2001 From: Lasse Lehtinen Date: Wed, 18 Sep 2019 09:38:44 +0300 Subject: [PATCH 1/2] Added support for Laravel 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6f65d88..e0fabca 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.6.0", - "illuminate/contracts": "^5.0" + "illuminate/contracts": "^5.0|^6.0" }, "require-dev": { "phpspec/phpspec": "^3.4" From 4cc11e5e994ef921c036797b793f72c4010ff581 Mon Sep 17 00:00:00 2001 From: Lasse Lehtinen Date: Wed, 14 Oct 2020 15:01:53 +0300 Subject: [PATCH 2/2] Added support for Laravel 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0fabca..1d2ab01 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.6.0", - "illuminate/contracts": "^5.0|^6.0" + "illuminate/contracts": "^5.0|^6.0|^7.0" }, "require-dev": { "phpspec/phpspec": "^3.4"