From 18794ff6c7148eb2eee8bebfd417668e84286fab Mon Sep 17 00:00:00 2001 From: Henrique Duarte Date: Fri, 4 Oct 2019 11:57:43 -0300 Subject: [PATCH] Include laravel framework --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a921114..7754680 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,8 @@ "type": "library", "require": { "php": ">=7.1", - "laravel/horizon": "^2.0|^3.0" + "laravel/horizon": "^2.0|^3.0", + "laravel/framework": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0" }, "license": "MIT", "authors": [ @@ -34,4 +35,4 @@ ] } } -} \ No newline at end of file +}