We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abeaa04 commit 60783feCopy full SHA for 60783fe
composer.json
@@ -2,7 +2,7 @@
2
"name": "gigya/php-sdk",
3
"description": "PHP SDK for Gigya",
4
"type": "library",
5
- "version": "3.0.6",
+ "version": "3.0.7",
6
"license": "Apache-2.0",
7
"require": {
8
"php": ">=8.0",
src/GSRequest.php
@@ -12,7 +12,7 @@ class GSRequest
12
private static $cafile;
13
14
const DEFAULT_API_DOMAIN = "us1.gigya.com";
15
- const version = "3.0.5";
+ const version = "3.0.7";
16
17
private $host;
18
private $domain;
0 commit comments