Skip to content

Commit 323b870

Browse files
committed
restored support for older versions of Laravel
1 parent 8d3067d commit 323b870

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,20 @@
1919
"Microsoft365"
2020
],
2121
"require": {
22-
"illuminate/support": "^10.0|^11.0",
23-
"league/oauth2-client": "^2",
24-
"guzzlehttp/guzzle": "7.x",
22+
"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",
23+
"league/oauth2-client": "^1.4|^2",
24+
"guzzlehttp/guzzle": "6.x|7.x",
2525
"ext-json": "*",
2626
"ext-fileinfo": "*",
2727
"ext-curl": "*",
2828
"shitware-ltd/flysystem-msgraph": "^1.0",
29-
"microsoft/microsoft-graph": "^1.70"
29+
"microsoft/microsoft-graph": "^1.110"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^8.0",
33-
"pestphp/pest": "^v2.24.2",
34-
"pestphp/pest-plugin-laravel": "^v2.2.0",
32+
"orchestra/testbench": "8.0",
33+
"pestphp/pest": "^v1.0|^v2.34",
34+
"pestphp/pest-plugin-laravel": "^1.0|v2.4",
3535
"laravel/pint": "^1.13",
36-
"pestphp/pest-plugin-type-coverage": "^2.4",
3736
"mockery/mockery": "^1.6"
3837
},
3938
"autoload": {

0 commit comments

Comments
 (0)