Skip to content

Commit

Permalink
fix dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 14, 2021
1 parent 052a382 commit 6bddcec
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion plugins/oauth-github/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"socialiteproviders/github": "^4.1"
"socialiteproviders/github": "^4.1",
"psr/log": "^1"
}
}
2 changes: 1 addition & 1 deletion plugins/oauth-github/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oauth-github",
"title": "Blessing\\OAuth\\GitHub::general.title",
"version": "0.2.4",
"version": "0.2.5",
"description": "Blessing\\OAuth\\GitHub::general.description",
"author": "GPlane",
"url": "https://gplane.win/",
Expand Down
3 changes: 2 additions & 1 deletion plugins/oauth-google/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"socialiteproviders/google": "^4.1"
"socialiteproviders/google": "^4.1",
"psr/log": "^1"
}
}
2 changes: 1 addition & 1 deletion plugins/oauth-google/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oauth-google",
"title": "Blessing\\OAuth\\Google::general.title",
"version": "0.1.3",
"version": "0.1.4",
"description": "Blessing\\OAuth\\Google::general.description",
"author": "GPlane",
"url": "https://gplane.win/",
Expand Down
3 changes: 2 additions & 1 deletion plugins/oauth-microsoft-live/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
],
"require": {
"socialiteproviders/microsoft-live": "^4.1"
"socialiteproviders/microsoft-live": "^4.1",
"psr/log": "^1"
}
}
2 changes: 1 addition & 1 deletion plugins/oauth-microsoft-live/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oauth-microsoft-live",
"title": "Blessing\\OAuth\\Live::general.title",
"version": "0.2.5",
"version": "0.2.6",
"description": "Blessing\\OAuth\\Live::general.description",
"author": "GPlane",
"url": "",
Expand Down
3 changes: 2 additions & 1 deletion plugins/oauth/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"require": {
"socialiteproviders/manager": "^4.0"
"socialiteproviders/manager": "^4.0",
"psr/log": "^1"
}
}
2 changes: 1 addition & 1 deletion plugins/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oauth",
"title": "Blessing\\OAuthCore::general.title",
"version": "1.0.5",
"version": "1.0.6",
"description": "Blessing\\OAuthCore::general.description",
"author": "GPlane",
"url": "https://gplane.win/",
Expand Down

0 comments on commit 6bddcec

Please sign in to comment.