Skip to content

Commit

Permalink
Use version range for Graph core lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Nov 27, 2023
1 parent d870c82 commit 523d2e0
Showing 1 changed file with 1 addition and 1 deletion.
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.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
Expand Down

0 comments on commit 523d2e0

Please sign in to comment.