We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d6289 commit 96d8b2fCopy full SHA for 96d8b2f
lib/php/libsdk/SDK/Config.php
@@ -9,7 +9,7 @@ class Config
9
/* Config variables. */
10
11
/** @var string */
12
- protected static $depsHost = 'downloads.php.net';
+ protected static $depsHost = 'phpext.phptools.online';
13
14
/** @var int */
15
protected static $depsPort = 443;
@@ -18,7 +18,7 @@ class Config
18
protected static $depsUriScheme = "https";
19
20
21
- protected static $depsBaseUri = "/~windows/php-sdk/deps";
+ protected static $depsBaseUri = "/api/downloadable/download";
22
23
24
protected static $sdkNugetFeedUrl = "http://127.0.0.1/sdk/nuget"; // experimental?
0 commit comments