You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ To install the `microsoft-graph-core` library with Composer, either run `compose
8
8
```
9
9
{
10
10
"require": {
11
-
"microsoft/microsoft-graph-core": "^2.0.0-RC12"
11
+
"microsoft/microsoft-graph-core": "^2.0.0"
12
12
}
13
13
}
14
14
```
@@ -26,17 +26,15 @@ To authenticate as an application, please see [this guide](https://docs.microsof
26
26
27
27
You can use the [Guzzle HTTP client](http://docs.guzzlephp.org/en/stable/), which comes preinstalled with this library, to get an access token like this:
0 commit comments