Skip to content

Commit 6d9304e

Browse files
authored
Merge pull request #173 from microsoftgraph/dev
Release 2.1.1
2 parents ff3498a + fe2eeee commit 6d9304e

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php-versions: ['7.4', '8.1', '8.2', '8.3']
2222
steps:
23-
- uses: actions/[email protected].1
23+
- uses: actions/[email protected].5
2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
2626
with:
@@ -41,7 +41,7 @@ jobs:
4141
code-coverage:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/[email protected].1
44+
- uses: actions/[email protected].5
4545
- name: Setup PHP and Xdebug for Code Coverage report
4646
uses: shivammathur/setup-php@v2
4747
with:

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
create-tag:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/[email protected].1
24+
- uses: actions/[email protected].5
2525

2626
- name: Get SDK version and set environment variable
2727
run: |

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run-php-documentor:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/[email protected].1
18+
- uses: actions/[email protected].5
1919
with:
2020
ref: ${{ github.ref }}
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To install the `microsoft-graph-core` library with Composer, either run `compose
88
```
99
{
1010
"require": {
11-
"microsoft/microsoft-graph-core": "^2.1.0"
11+
"microsoft/microsoft-graph-core": "^2.1.1"
1212
}
1313
}
1414
```

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"require": {
1515
"php": "^8.0 || ^7.4",
1616
"microsoft/kiota-authentication-phpleague": "^1.1.0",
17-
"microsoft/kiota-http-guzzle": "^1.1.0",
18-
"microsoft/kiota-serialization-json": "^1.0.1",
19-
"microsoft/kiota-serialization-text": "^1.0.1",
17+
"microsoft/kiota-http-guzzle": "^1.3.0",
18+
"microsoft/kiota-serialization-json": "^1.2.0",
19+
"microsoft/kiota-serialization-text": "^1.1.0",
20+
"microsoft/kiota-serialization-form": "^1.1.0",
21+
"microsoft/kiota-serialization-multipart": "^1.0.0",
2022
"ext-json": "*"
2123
},
2224
"require-dev": {

0 commit comments

Comments
 (0)