This commit is contained in:
2022-04-21 18:58:31 -04:00
parent 2e61b070ba
commit 7d2373a080
6 changed files with 228 additions and 90 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
},
"require": {
"php": ">=5.3.7",
"facebook/php-sdk-v4" : "~5.0",
"facebook/graph-sdk" : "^5.7",
"firebase/php-jwt": "^5.5.1",
"phpseclib/phpseclib": "^3.0",
"hybridauth/hybridauth" : "~3.7.1",
@@ -23,6 +23,6 @@
},
"require-dev": {
"mikey179/vfsstream": "1.1.*",
"phpunit/phpunit": "4.* || 5.*"
"phpunit/phpunit": "^8"
}
}