From ddcc911cd230c0d1faa99af467a76028fdb971c1 Mon Sep 17 00:00:00 2001 From: Oscar Alejandro Fernandez <57678138+oscarafdev@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:18:41 -0300 Subject: [PATCH] L8 Support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c68c58d5..c0083284 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ } ], "require": { - "php": "^7.0", - "illuminate/support": "^5.0 || ^6.0 || ^7.0" + "php": "^5.6 || ^7.0 || ^8.0", + "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "phpspec/phpspec": "^2.0",