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 1bcd0fb commit b37041cCopy full SHA for b37041c
composer.json
@@ -2,7 +2,7 @@
2
"name": "volt-test/php-sdk",
3
"description": "Volt Test PHP SDK - A performance testing tool for PHP applications",
4
"type": "library",
5
- "version": "1.0.0",
+ "version": "1.1.0",
6
"keywords": [
7
"volt-test",
8
"php-sdk",
src/Platform.php
@@ -10,6 +10,7 @@ class Platform
10
private const BASE_DOWNLOAD_URL = 'https://github.com/volt-test/binaries/releases/download';
11
private const SUPPORTED_PLATFORMS = [
12
'linux-amd64' => 'volt-test-linux-amd64',
13
+ 'linux-arm64' => 'volt-test-linux-arm64',
14
'darwin-amd64' => 'volt-test-darwin-amd64',
15
'darwin-arm64' => 'volt-test-darwin-arm64',
16
];
0 commit comments