Skip to content

Commit

Permalink
composer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlyn-hennessy committed May 29, 2024
1 parent 252cefa commit 785a93b
Show file tree
Hide file tree
Showing 2 changed files with 6,836 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Azure Middleware Auth",
"type": "library",
"require": {
"php": ">=5.6.4",
"laravel/framework": ">=5.4.0",
"php": ">=8.0",
"laravel/framework": ">=9.0",
"guzzlehttp/guzzle": ">=6.2",
"microsoft/microsoft-graph": "^1.5"
"microsoft/microsoft-graph": "^2.1"
},
"license": "MIT",
"authors": [
Expand All @@ -26,5 +26,10 @@
"RootInc\\LaravelAzureMiddleware\\AzureServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
Loading

0 comments on commit 785a93b

Please sign in to comment.