diff --git a/plugins/oauth-github/composer.json b/plugins/oauth-github/composer.json index 97d0845c..7d938a98 100644 --- a/plugins/oauth-github/composer.json +++ b/plugins/oauth-github/composer.json @@ -12,6 +12,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "socialiteproviders/github": "^4.1" + "socialiteproviders/github": "^4.1", + "psr/log": "^1" } } diff --git a/plugins/oauth-github/package.json b/plugins/oauth-github/package.json index 7e757fd7..134d6f94 100644 --- a/plugins/oauth-github/package.json +++ b/plugins/oauth-github/package.json @@ -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/", diff --git a/plugins/oauth-google/composer.json b/plugins/oauth-google/composer.json index a2b2f31c..0a8a2b86 100644 --- a/plugins/oauth-google/composer.json +++ b/plugins/oauth-google/composer.json @@ -12,6 +12,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "socialiteproviders/google": "^4.1" + "socialiteproviders/google": "^4.1", + "psr/log": "^1" } } diff --git a/plugins/oauth-google/package.json b/plugins/oauth-google/package.json index c98440be..984ac1bc 100644 --- a/plugins/oauth-google/package.json +++ b/plugins/oauth-google/package.json @@ -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/", diff --git a/plugins/oauth-microsoft-live/composer.json b/plugins/oauth-microsoft-live/composer.json index 728ea6e8..612430ef 100644 --- a/plugins/oauth-microsoft-live/composer.json +++ b/plugins/oauth-microsoft-live/composer.json @@ -10,6 +10,7 @@ } ], "require": { - "socialiteproviders/microsoft-live": "^4.1" + "socialiteproviders/microsoft-live": "^4.1", + "psr/log": "^1" } } diff --git a/plugins/oauth-microsoft-live/package.json b/plugins/oauth-microsoft-live/package.json index fd5b3b1a..55cffd0a 100644 --- a/plugins/oauth-microsoft-live/package.json +++ b/plugins/oauth-microsoft-live/package.json @@ -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": "", diff --git a/plugins/oauth/composer.json b/plugins/oauth/composer.json index 86de3fa3..aa7eda9a 100644 --- a/plugins/oauth/composer.json +++ b/plugins/oauth/composer.json @@ -1,5 +1,6 @@ { "require": { - "socialiteproviders/manager": "^4.0" + "socialiteproviders/manager": "^4.0", + "psr/log": "^1" } } diff --git a/plugins/oauth/package.json b/plugins/oauth/package.json index 8e1b8e36..17dea70f 100644 --- a/plugins/oauth/package.json +++ b/plugins/oauth/package.json @@ -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/",