diff --git a/src/Packagist/WebBundle/Resources/views/About/about.html.twig b/src/Packagist/WebBundle/Resources/views/About/about.html.twig index 220b5aa18..3b414b836 100644 --- a/src/Packagist/WebBundle/Resources/views/About/about.html.twig +++ b/src/Packagist/WebBundle/Resources/views/About/about.html.twig @@ -38,6 +38,7 @@ monolog/monolog-drupal-module // Acme is a company or person here, they can name their package with a common name (Email). // As long as it's in their own vendor namespace it does not conflict with anyone else. acme/email +
Vendor names on packagist are protected once a package with that name has been published. That means you can not publish packages with a vendor name that already exists on packagist without permission. To be able to publish packages for an already existing vendor name you need to be maintainer of at least one package within that vendor.
Note that package names are case-insensitive, but it's encouraged to use a dash (-) as separator instead of CamelCased names.