mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-04-27 19:13:22 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 96d8b2f49a |
@@ -9,7 +9,7 @@ class Config
|
|||||||
/* Config variables. */
|
/* Config variables. */
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected static $depsHost = 'downloads.php.net';
|
protected static $depsHost = 'phpext.phptools.online';
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
protected static $depsPort = 443;
|
protected static $depsPort = 443;
|
||||||
@@ -18,7 +18,7 @@ class Config
|
|||||||
protected static $depsUriScheme = "https";
|
protected static $depsUriScheme = "https";
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected static $depsBaseUri = "/~windows/php-sdk/deps";
|
protected static $depsBaseUri = "/api/downloadable/download";
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected static $sdkNugetFeedUrl = "http://127.0.0.1/sdk/nuget"; // experimental?
|
protected static $sdkNugetFeedUrl = "http://127.0.0.1/sdk/nuget"; // experimental?
|
||||||
|
|||||||
Reference in New Issue
Block a user