Skip to content

Commit

Permalink
Feature: Bump all to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed May 24, 2018
1 parent ec8004a commit 667f542
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/OAuth1/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": ">=7.0",
"socialconnect/provider": "^1.4.0"
"socialconnect/provider": "^2.0.0"
},
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/OAuth2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": ">=7.0",
"socialconnect/provider": "^1.5.0",
"socialconnect/provider": "^2.0.0",
"paragonie/random_compat": "^2.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": ">=7.0",
"socialconnect/provider": "^1.4.0"
"socialconnect/provider": "^2.0.0"
},
"license": "MIT",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions src/OpenIDConnect/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "library",
"require": {
"php": ">=7.0",
"socialconnect/provider": "^1.4.0",
"socialconnect/oauth2": "^1.4.0"
"socialconnect/provider": "^2.0.0",
"socialconnect/oauth2": "^2.0.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 667f542

Please sign in to comment.