Skip to content

Commit

Permalink
Merge pull request #1416 from baywet/hotfix/php-info
Browse files Browse the repository at this point in the history
- bumps patch version
  • Loading branch information
zengin authored Nov 30, 2023
2 parents 13013b8 + f2a93bc commit 373fc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^8.0 || ^7.4",
"microsoft/microsoft-graph-core": "2.0.0"
"microsoft/microsoft-graph-core": "^2.0.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
final class GraphConstants
{
const API_VERSION = "v1.0";
const SDK_VERSION = "2.0.0";
const SDK_VERSION = "2.0.1";
}

0 comments on commit 373fc9e

Please sign in to comment.