From 20c85d7f05a4419c002ed74b429e4ca222b8e69d Mon Sep 17 00:00:00 2001 From: Craig Smith Date: Thu, 7 Jul 2022 11:58:34 +1200 Subject: [PATCH] enforce lower php requirement --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d0278b4..9bce7d3 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ }, "require": { "php": "^7.1|^8.0", - "illuminate/support": ">=5.8", - "illuminate/validation": ">=5.8", - "illuminate/translation": ">=5.8" + "illuminate/support": ">=5.0", + "illuminate/validation": ">=5.0", + "illuminate/translation": ">=5.0" }, "require-dev": { "phpunit/phpunit": ">=7",