From 91fa6a72afdebc15c27ebb38f867ab11de9ac2d2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 6 Apr 2023 11:22:53 +0200 Subject: [PATCH] wip #5851 --- .idea/php.xml | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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" } } -- 2.39.5