Skip to content

Commit

Permalink
Improve message for rename block
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Sep 11, 2024
1 parent 8d0f505 commit fb75c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/PopularPackageSafety.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class PopularPackageSafety extends Constraint
{
/** @readonly */
public string $message = 'This package is very popular and URL editing has been disabled for security reasons. Please get in touch at contact@packagist.org if you have a legitimate URL edit to do.';
public string $message = 'This package is very popular and URL editing has been disabled for security reasons. Please add a note on the old repo pointing to the new one if possible then get in touch at contact@packagist.org so we can get it sorted.';

public function getTargets(): string
{
Expand Down

0 comments on commit fb75c17

Please sign in to comment.