From 9b3a1b37b3d0aeb297173d9e52044c544189fdc9 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Wed, 26 Feb 2025 17:09:50 +0100 Subject: [PATCH 1/2] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2211720..d590892 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,10 @@ "php": "^7.2|^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0", - "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0", - "illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0", - "illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0", + "illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", "textalk/websocket": "^1.2" }, "require-dev": { From 12f835aa5f12fece9d8736d3f0a9b42c55ba6803 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Wed, 26 Feb 2025 17:11:09 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d590892..1ed8c85 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ }, "require-dev": { "mockery/mockery": "^1.3.3", - "orchestra/testbench": "^6.0 || ^7.0 || ^8.0|^9.0", - "phpunit/phpunit": "^8.5 || ^9.0|^10.5" + "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^8.5 || ^9.0 || ^10.5" }, "autoload": { "psr-4": {