From 0cd693c93929001970a975b0a71829f97208e960 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 31 Jan 2022 16:24:52 +0100 Subject: [PATCH] wip #5065 @0.5 --- .idea/php.xml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index 99794a0..4bac9ba 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -44,5 +44,5 @@ - + \ No newline at end of file diff --git a/composer.json b/composer.json index 4ece1e0..365f90f 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,10 @@ } }, "require": { - "php": ">=7.3", + "php": ">=7.2", "ext-mbstring": "*", "ext-json": "*", "guzzlehttp/guzzle": "^7.4", - "illuminate/http": "^v8.79" + "illuminate/http": "^v7 || ^v8" } } -- 2.39.5