We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe66fd commit 62cdbf8Copy full SHA for 62cdbf8
lib/php/libsdk/SDK/Config.php
@@ -7,10 +7,10 @@
7
class Config
8
{
9
/* Config variables. */
10
- protected static $depsHost = 'windows.php.net';
+ protected static $depsHost = 'downloads.php.net';
11
protected static $depsPort = 443;
12
protected static $depsUriScheme = "https";
13
- protected static $depsBaseUri = "/downloads/php-sdk/deps";
+ protected static $depsBaseUri = "/~windows/php-sdk/deps";
14
15
/* protected static $sdkNugetFeedUrl = "http://127.0.0.1/sdk/nuget"; */
16
0 commit comments