Skip to content

Commit 112e935

Browse files
committed
testing --> dummy commit
1 parent b25810c commit 112e935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=8.0",
21+
"php": ">=8.1",
2222
"ext-curl": "*",
2323
"ext-json": "*",
2424
"ext-mbstring": "*",

lib/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public static function toDebugReport()
697697
$report .= ' OS: ' . php_uname() . PHP_EOL;
698698
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
699699
$report .= ' OpenAPI Spec Version: 6.3.0' . PHP_EOL;
700-
$report .= ' SDK Package Version: 7.3.0' . PHP_EOL;
700+
$report .= ' SDK Package Version: 7.3.0-alpha' . PHP_EOL;
701701
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
702702

703703
return $report;

0 commit comments

Comments
 (0)