Skip to content

Commit 7504513

Browse files
authored
Update ForbiddenSecurityIssues.php (#705)
1 parent 9cfeee2 commit 7504513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Domain/Insights/ForbiddenSecurityIssues.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
final class ForbiddenSecurityIssues extends Insight implements HasDetails, GlobalInsight
1717
{
18-
private const PACKAGIST_ADVISORIES_URL = 'https://repo.packagist.org/api/security-advisories/';
18+
private const PACKAGIST_ADVISORIES_URL = 'https://packagist.org/api/security-advisories/';
1919

2020
/**
2121
* @var array<Details>

0 commit comments

Comments
 (0)