From 94294e36595f675dedbc78112b6179d914562a0d Mon Sep 17 00:00:00 2001
From: Jerome Bajou <jerome.bajou@blue-mango-business.co.uk>
Date: Mon, 23 Dec 2024 11:23:20 +0200
Subject: [PATCH] version bump

---
 composer.json | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/composer.json b/composer.json
index f249058..cc845b4 100644
--- a/composer.json
+++ b/composer.json
@@ -21,13 +21,14 @@
     ],
     "require": {
         "php": "^7.2 | ^8.0",
-        "illuminate/support": "^6.0 | ^7.0",
-        "jaybizzle/crawler-detect": "^1.2"
+        "illuminate/support": "^6.0 | ^7.0 || ^11.0",
+        "jaybizzle/crawler-detect": "^1.2",
+        "psr/simple-cache": "^3.0"
     },
     "require-dev": {
-        "orchestra/testbench": "3.9.*",
-        "phpunit/phpunit": "^8.0 | ^9.0",
-        "mockery/mockery": "^1.0"
+        "orchestra/testbench-core": "^7.16",
+        "phpunit/phpunit": "^8.0 | ^9.0 | ^9.5",
+        "mockery/mockery": "^1.5"
     },
     "autoload": {
         "psr-4": {