Skip to content

Commit

Permalink
restored support for older versions of Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed May 12, 2024
1 parent 8d3067d commit 323b870
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 323b870

Please sign in to comment.