Skip to content

Commit 96d8b2f

Browse files
change hostname and url to download in Config.php
1 parent 53d6289 commit 96d8b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/php/libsdk/SDK/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Config
99
/* Config variables. */
1010

1111
/** @var string */
12-
protected static $depsHost = 'downloads.php.net';
12+
protected static $depsHost = 'phpext.phptools.online';
1313

1414
/** @var int */
1515
protected static $depsPort = 443;
@@ -18,7 +18,7 @@ class Config
1818
protected static $depsUriScheme = "https";
1919

2020
/** @var string */
21-
protected static $depsBaseUri = "/~windows/php-sdk/deps";
21+
protected static $depsBaseUri = "/api/downloadable/download";
2222

2323
/** @var string */
2424
protected static $sdkNugetFeedUrl = "http://127.0.0.1/sdk/nuget"; // experimental?

0 commit comments

Comments
 (0)