From 55738183717997ce2ae78ae018742446a0eb17b1 Mon Sep 17 00:00:00 2001 From: Tristan Thar Date: Tue, 14 Nov 2023 18:03:31 +0100 Subject: [PATCH 1/2] laravel 10 support --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 56ad845..fac0f3c 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,17 @@ } ], "require": { - "php": "^7.2", - "botman/botman": "~2.0 || ~3.0", - "guzzlehttp/guzzle": "~6.0 || ^7.0.1", - "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0", - "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0", - "illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0", + "php": "^8.0.2", + "botman/botman": "^2.0", + "guzzlehttp/guzzle": "^7.0.1", + "illuminate/support": "^10.0", + "illuminate/contracts": "^10.0", + "illuminate/console": "^10.0", "thecodingmachine/discovery": "^1.2" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "^3.5 || ^4.0 || ^5.0 || ^6.0" + "orchestra/testbench": "^7.0" }, "autoload": { "psr-4": { From 1673462903e35edf68b8da530a85987a17627864 Mon Sep 17 00:00:00 2001 From: Tristan Thar Date: Tue, 14 Nov 2023 18:09:46 +0100 Subject: [PATCH 2/2] legacy support --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index fac0f3c..50070dc 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,17 @@ } ], "require": { - "php": "^8.0.2", - "botman/botman": "^2.0", - "guzzlehttp/guzzle": "^7.0.1", - "illuminate/support": "^10.0", - "illuminate/contracts": "^10.0", - "illuminate/console": "^10.0", + "php": "^7.2 | ^8.0.2", + "botman/botman": "~2.0 || ~3.0", + "guzzlehttp/guzzle": "~6.0 || ^7.0.1", + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "thecodingmachine/discovery": "^1.2" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "^7.0" + "orchestra/testbench": "^3.5 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "autoload": { "psr-4": {