From: Vincent Vanwaelscappel Date: Thu, 6 Apr 2023 09:22:53 +0000 (+0200) Subject: wip #5851 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=91fa6a72afdebc15c27ebb38f867ab11de9ac2d2;p=cubist_azuretts.git wip #5851 --- diff --git a/.idea/php.xml b/.idea/php.xml index ccd0f2c..64a485e 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -1,5 +1,14 @@ + + + + + + diff --git a/composer.json b/composer.json index 458d9ff..52e0933 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,6 @@ "guzzlehttp/guzzle": "^7.4" }, "suggest": { - "laravel/framework": "^5.8|^6.0|^7.0|^8.0" + "laravel/framework": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0" } }