Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure package name matches Drupal standards
Drupal's packagist will rename packages it serves to match format `drupal/<project-name>` where `<project-name>` is the slug of the Project page on Drupal.org (https://www.drupal.org/project/collabora_online). This means that within the Drupal community this package is available as `drupal/collabora_online`. However, trying to pull this in from GitHub (e.g. because you need a specific branch, an unsynced version, or a temporary fork for development) will make composer think this is an entirely separate package. To solve this the package on GitHub is renamed to how it'll be shared with the Drupal community. This helps composer understand that regardless of its origin the package is the same.
- Loading branch information