summaryrefslogtreecommitdiffstats
path: root/class/PackagistClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'class/PackagistClient.php')
-rw-r--r--class/PackagistClient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/class/PackagistClient.php b/class/PackagistClient.php
index 5ea8429..023ab1c 100644
--- a/class/PackagistClient.php
+++ b/class/PackagistClient.php
@@ -41,7 +41,7 @@ require_once 'Cache/Lite.php';
class PackagistClient
{
- const URL = 'https://packagist.org/';
+ const URL = 'https://repo.packagist.org/';
protected $cache;
function __construct ()