File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22 "name" : " volt-test/php-sdk" ,
33 "description" : " Volt Test PHP SDK - A performance testing tool for PHP applications" ,
44 "type" : " library" ,
5- "version" : " 0.9.2 " ,
5+ "version" : " 1.0.0 " ,
66 "keywords" : [
77 " volt-test" ,
88 " php-sdk" ,
Original file line number Diff line number Diff line change @@ -6,14 +6,12 @@ class Platform
66{
77 private const BINARY_NAME = 'volt-test ' ;
88
9- private const ENGINE_CURRENT_VERSION = 'v0.9.2 ' ;
9+ private const ENGINE_CURRENT_VERSION = 'v1.0.0 ' ;
1010 private const BASE_DOWNLOAD_URL = 'https://github.com/volt-test/binaries/releases/download ' ;
1111 private const SUPPORTED_PLATFORMS = [
1212 'linux-amd64 ' => 'volt-test-linux-amd64 ' ,
1313 'darwin-amd64 ' => 'volt-test-darwin-amd64 ' ,
1414 'darwin-arm64 ' => 'volt-test-darwin-arm64 ' ,
15- 'windows-amd64 ' => 'volt-test-windows-amd64.exe ' ,
16- 'windows-AMD64 ' => 'volt-test-windows-amd64.exe ' ,
1715 ];
1816
1917 private static function getVendorDir (): string
You can’t perform that action at this time.
0 commit comments