We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168dafe commit abd3984Copy full SHA for abd3984
src/Strategy/GithubStrategy.php
@@ -23,7 +23,7 @@
23
24
class GithubStrategy implements StrategyInterface
25
{
26
- const API_URL = 'https://packagist.org/p2/%s.json';
+ const API_URL = 'https://repo.packagist.org/p2/%s.json';
27
28
const STABLE = 'stable';
29
0 commit comments