We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05b5a2d + 2bf1c8d commit 2a231d1Copy full SHA for 2a231d1
src/Core/GraphConstants.php
@@ -24,7 +24,7 @@ final class GraphConstants
24
const REST_ENDPOINT = "https://graph.microsoft.com/";
25
26
// Define HTTP request constants
27
- const SDK_VERSION = "1.3.2";
+ const SDK_VERSION = "1.4.0";
28
29
// Define error constants
30
const MAX_PAGE_SIZE = 999;
src/Http/GraphRequest.php
@@ -56,12 +56,6 @@ class GraphRequest
56
*/
57
protected $endpoint;
58
/**
59
- * The Guzzle client used to make the HTTP request
60
- *
61
- * @var Client
62
- */
63
- protected $guzzleClient;
64
- /**
65
* An array of headers to send with the request
66
*
67
* @var array(string => string)
0 commit comments