Skip to content

Commit

Permalink
Merge pull request #2583 from shivammathur/php8.4-vcredist
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Dec 2, 2024
2 parents 023663d + 789c409 commit 6ec9009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automatic/php/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function Get-Dependency() {
$dep = $url -split '\-' | Select-Object -last 1 -skip 1

$result = @{
'vs17' = @{ Id = 'vcredist140'; Version = '14.42.34433' }
'vs16' = @{ Id = 'vcredist140'; Version = '14.28.29325.2' }
'vc15' = @{ Id = 'vcredist140'; Version = '14.16.27012.6' }
'vc14' = @{ Id = 'vcredist140'; Version = '14.0.24215.1' }
Expand Down

0 comments on commit 6ec9009

Please sign in to comment.