Skip to content

Commit 230a4c2

Browse files
committed
Use packagist v2 by default
1 parent 1803613 commit 230a4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Phug/Split/Command/Dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Dist extends Analyze
4141
*
4242
* @var string
4343
*/
44-
public $api = 'https://repo.packagist.org/p/%s.json';
44+
public $api = 'https://repo.packagist.org/p2/%s.json';
4545

4646
/**
4747
* @param Split|SimpleCli $cli

0 commit comments

Comments
 (0)