Skip to content

Commit 62cdbf8

Browse files
committed
1 parent abe66fd commit 62cdbf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/php/libsdk/SDK/Config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
class Config
88
{
99
/* Config variables. */
10-
protected static $depsHost = 'windows.php.net';
10+
protected static $depsHost = 'downloads.php.net';
1111
protected static $depsPort = 443;
1212
protected static $depsUriScheme = "https";
13-
protected static $depsBaseUri = "/downloads/php-sdk/deps";
13+
protected static $depsBaseUri = "/~windows/php-sdk/deps";
1414

1515
/* protected static $sdkNugetFeedUrl = "http://127.0.0.1/sdk/nuget"; */
1616

0 commit comments

Comments
 (0)