We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25810c commit 112e935Copy full SHA for 112e935
composer.json
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "php": ">=8.0",
+ "php": ">=8.1",
22
"ext-curl": "*",
23
"ext-json": "*",
24
"ext-mbstring": "*",
lib/Configuration.php
@@ -697,7 +697,7 @@ public static function toDebugReport()
697
$report .= ' OS: ' . php_uname() . PHP_EOL;
698
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
699
$report .= ' OpenAPI Spec Version: 6.3.0' . PHP_EOL;
700
- $report .= ' SDK Package Version: 7.3.0' . PHP_EOL;
+ $report .= ' SDK Package Version: 7.3.0-alpha' . PHP_EOL;
701
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
702
703
return $report;
0 commit comments