From c0124f7dc4cf26f05d2b7329d562d693d51cdc39 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 26 Jul 2018 17:18:13 +0200 Subject: [PATCH] added a validator --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index bddfc14e..32c00f5c 100644 --- a/README.rst +++ b/README.rst @@ -289,6 +289,7 @@ the recipe: * JSON files must use 4 space indentations; * Aliases are only supported in the main repository, not the contrib one; * Aliases must not be already defined by another package; +* Aliases are not in the list of special Composer commands (nothing, lock, and mirrors); * The manifest file only contains supported keys; * The package must exist on Packagist; * The package must have at least one version on Packagist;