We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b68f0 commit b00d993Copy full SHA for b00d993
1 file changed
downloads.php
@@ -95,7 +95,7 @@ function option(string $value, string $desc, $attributes = []): string
95
'8.4' => 'version 8.4',
96
'8.3' => 'version 8.3',
97
'8.2' => 'version 8.2',
98
- 'default' => 'OS default version',
+ 'default' => 'default PHP version for OS',
99
];
100
101
0 commit comments