Skip to content

Commit

Permalink
fix(Core): update minimum google/auth version (#6896)
Browse files Browse the repository at this point in the history
chore: update minimum google/auth version
  • Loading branch information
bshaffer committed Dec 22, 2023
1 parent 4042b12 commit 563fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.4",
"rize/uri-template": "~0.3",
"google/auth": "^1.18",
"google/auth": "^1.25",
"guzzlehttp/guzzle": "^6.5.8|^7.4.4",
"guzzlehttp/promises": "^1.4||^2.0",
"guzzlehttp/psr7": "^1.7|^2.0",
Expand Down

0 comments on commit 563fef2

Please sign in to comment.