From 323b870897959bd2fad95f9940a56727b78485b2 Mon Sep 17 00:00:00 2001 From: David Carr Date: Sun, 12 May 2024 10:11:34 +0100 Subject: [PATCH] restored support for older versions of Laravel --- composer.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9afe27c..f850bf9 100755 --- a/composer.json +++ b/composer.json @@ -19,21 +19,20 @@ "Microsoft365" ], "require": { - "illuminate/support": "^10.0|^11.0", - "league/oauth2-client": "^2", - "guzzlehttp/guzzle": "7.x", + "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x|9.x|^10.0|^11.0", + "league/oauth2-client": "^1.4|^2", + "guzzlehttp/guzzle": "6.x|7.x", "ext-json": "*", "ext-fileinfo": "*", "ext-curl": "*", "shitware-ltd/flysystem-msgraph": "^1.0", - "microsoft/microsoft-graph": "^1.70" + "microsoft/microsoft-graph": "^1.110" }, "require-dev": { - "orchestra/testbench": "^8.0", - "pestphp/pest": "^v2.24.2", - "pestphp/pest-plugin-laravel": "^v2.2.0", + "orchestra/testbench": "8.0", + "pestphp/pest": "^v1.0|^v2.34", + "pestphp/pest-plugin-laravel": "^1.0|v2.4", "laravel/pint": "^1.13", - "pestphp/pest-plugin-type-coverage": "^2.4", "mockery/mockery": "^1.6" }, "autoload": {