Skip to content

Commit

Permalink
Merge pull request #1413 from microsoftgraph/fix/php-core-version
Browse files Browse the repository at this point in the history
Use version range for Graph core lib dependency
  • Loading branch information
Ndiritu authored Nov 27, 2023
2 parents d870c82 + 523d2e0 commit a1ff649
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 a1ff649

Please sign in to comment.