From: Vincent Vanwaelscappel Date: Mon, 31 Jan 2022 15:24:52 +0000 (+0100) Subject: wip #5065 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0cd693c93929001970a975b0a71829f97208e960;p=cubist_azuretts.git wip #5065 @0.5 --- 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" } }