Skip to content

Commit

Permalink
dropped support for older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed May 12, 2024
1 parent 838e112 commit 2fd47a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"Microsoft365"
],
"require": {
"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",
"illuminate/support": "^10.0|^11.0",
"league/oauth2-client": "^2",
"guzzlehttp/guzzle": "7.x",
"ext-json": "*",
"ext-fileinfo": "*",
"ext-curl": "*",
"shitware-ltd/flysystem-msgraph": "^1.0",
"microsoft/microsoft-graph": "^1.110"
},
"require-dev": {
"orchestra/testbench": "8.0",
"pestphp/pest": "^v1.0|^v2.34",
"pestphp/pest-plugin-laravel": "^1.0|v2.4",
"orchestra/testbench": "v9.0",
"pestphp/pest": "^v2.34",
"pestphp/pest-plugin-laravel": "v2.4",
"laravel/pint": "^1.13",
"mockery/mockery": "^1.6",
"pestphp/pest-plugin-parallel": "^1.2"
"pestphp/pest-plugin-type-coverage": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2fd47a7

Please sign in to comment.