From dabed36e67c045614a5e0a6e9d5a6a220289cdd5 Mon Sep 17 00:00:00 2001 From: Raza Mehdi Date: Mon, 2 Oct 2023 00:24:23 +0500 Subject: [PATCH] Add PHP requirement --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3acfd893..adc65e16 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ } }, "require": { + "php": "^7.0", "guzzlehttp/guzzle": "~6.0|~7.0", "illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6|~5.7|~5.8", "nesbot/carbon": "~1.0|~2.0"