Skip to content

Commit

Permalink
Update oauth2-client
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaroo-val committed Aug 19, 2019
1 parent 1cce8c5 commit 51cbce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ursuleacv/oauth2-lightspeed",
"description": "LightSpeed OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
"license": "MIT",
"version": "2.0.28",
"version": "2.0.29",
"authors": [
{
"name": "Valentin Ursuleac",
Expand All @@ -20,10 +20,10 @@
"LightSpeed"
],
"require": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"ext-curl": "*",
"ext-json": "*",
"league/oauth2-client": "~1.0",
"league/oauth2-client": "~2.0",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
Expand Down

0 comments on commit 51cbce9

Please sign in to comment.