Skip to content

Commit

Permalink
Merge pull request #67 from pdffiller/update-league/oauth2-client
Browse files Browse the repository at this point in the history
update "league/oauth2-client" to "2.6.1" and "guzzlehttp/guzzle" to "…
  • Loading branch information
osadchyi-s authored Sep 15, 2022
2 parents 162729d + 9e0aa4a commit 6eb0285
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
],
"require": {
"php": ">=7.0",
"league/oauth2-client": "^1.0",
"oodle/inflect": "^0.2.0"
"league/oauth2-client": "2.6.1",
"oodle/inflect": "^0.2.0",
"guzzlehttp/guzzle": "7.4.5"
},
"require-dev": {
"adammbalogh/key-value-store-file": "^0.5.3",
Expand All @@ -27,5 +28,10 @@
},
"autoload-dev": {
"psr-4": { "Examples\\": "examples/" }
},
"config": {
"allow-plugins": {
"kylekatarnls/update-helper": false
}
}
}

0 comments on commit 6eb0285

Please sign in to comment.