Open Social used to be published under both the drupal/social name on Drupal Packagist and goalgorilla/open_social on Packagist. Going forward only the drupal/social package will be used and this will only be published on Drupal's packagist.
If you're already requiring drupal/social then this change does not affect you.
Requirements
Before using the below upgrade instructions to switch over to drupal/social you must be using at least Open Social 10.0.0 under the previous package name. If you are still using an older Open Social version, please upgrade to Open Social 10.0.x before following the below steps.
Upgrade instructions
The standardised drupal/social package contains instructions to composer that it replaces goalgorilla/open_social. This means we can first add the drupal/social package as requirement and then remove goalgorilla/open_social. This can be done using the commands below.
composer require drupal/social:^10.1.0
composer remove goalgorilla/open_social