From 94294e36595f675dedbc78112b6179d914562a0d Mon Sep 17 00:00:00 2001 From: Jerome Bajou Date: Mon, 23 Dec 2024 11:23:20 +0200 Subject: [PATCH 1/2] 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": { From daefc04b5f39d508f4b3e8d9c91b69e5d0d9bb16 Mon Sep 17 00:00:00 2001 From: Jerome Bajou Date: Sun, 19 Oct 2025 10:37:01 +0300 Subject: [PATCH 2/2] laravel 12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc845b4..a718a87 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^7.2 | ^8.0", - "illuminate/support": "^6.0 | ^7.0 || ^11.0", + "illuminate/support": "^6.0 | ^7.0 || ^11.0 || ^12.0", "jaybizzle/crawler-detect": "^1.2", "psr/simple-cache": "^3.0" },