From f655f4324fa3f1ee818e555aef7894dca8246826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9A=D0=BE=D1=80?= =?UTF-8?q?=D0=BD=D0=B5=D0=B9=D1=87=D1=83=D0=BA?= Date: Wed, 22 Apr 2020 10:43:45 +0700 Subject: [PATCH] support lumen 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be4d86e..43cfc76 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["lumen", "form-request", "validation"], "type": "library", "require": { - "illuminate/support": "~5.1 || ~6.0", + "illuminate/support": "~5.1 || ~6.0 || ~7.0", "php": ">=5.6" }, "require-dev": {