Update dependencies in composer.lock

Upgraded multiple dependencies to their latest versions to ensure compatibility, address bug fixes, and incorporate new features. Notable updates include `aws/aws-sdk-php`, `guzzlehttp/guzzle`, `illuminate/*`, and several others.
This commit is contained in:
Jepp9350
2025-05-21 15:07:04 +02:00
parent bf68432484
commit 543a02c8e6
4 changed files with 113 additions and 102 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ class entra
public function getGraphClient(): GraphServiceClient
{
return new GraphServiceClient($this->getTokenRequestContext());
return new GraphServiceClient(
$this->getTokenRequestContext(),
);
}
public function getTokenRequestContext(): ClientCredentialContext