diff options
Diffstat (limited to 'class/PackagistClient.php')
| -rw-r--r-- | class/PackagistClient.php | 2 | 
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 () | 
