Skip to content

Commit abd3984

Browse files
authored
feat: update Packagist URL (#15)
1 parent 168dafe commit abd3984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Strategy/GithubStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class GithubStrategy implements StrategyInterface
2525
{
26-
const API_URL = 'https://packagist.org/p2/%s.json';
26+
const API_URL = 'https://repo.packagist.org/p2/%s.json';
2727

2828
const STABLE = 'stable';
2929

0 commit comments

Comments
 (0)