Skip to content

Commit 7ddee26

Browse files
authored
Merge pull request #8 from Dolkis/main
Update windows.go
2 parents 8984403 + df2e202 commit 7ddee26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/package_manager/windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var repository = map[string]pack{
8787
PHPPackage: {
8888
LookupPath: []string{"php"},
8989
DownloadURLs: []string{
90-
"https://windows.php.net/downloads/releases/php-8.3.4-Win32-vs16-x64.zip",
90+
"https://windows.php.net/downloads/releases/php-8.3.6-Win32-vs16-x64.zip",
9191
},
9292
DefaultInstallPath: "C:\\php",
9393
ServiceConfig: &WinSWServiceConfig{

0 commit comments

Comments
 (0)