Switch Google login to native client

This commit is contained in:
2022-04-04 01:03:39 -04:00
parent 769e1bc7b1
commit 59f0e75842
5 changed files with 151 additions and 58 deletions
+3 -2
View File
@@ -13,9 +13,10 @@
"require": {
"php": ">=5.3.7",
"facebook/php-sdk-v4" : "~5.0",
"firebase/php-jwt": "^6.0",
"firebase/php-jwt": "^5.5.1",
"phpseclib/phpseclib": "^3.0",
"hybridauth/hybridauth" : "~3.7.1"
"hybridauth/hybridauth" : "~3.7.1",
"google/apiclient":"^2.12.1"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"