added a new validation rule

This commit is contained in:
Fabien Potencier
2017-05-08 09:48:48 -07:00
parent 515e510a8b
commit 29fe5f0045
+1
View File
@@ -300,6 +300,7 @@ the recipe:
* Aliases must not be already defined by another package;
* All versions listed in `version_aliases` and the main version should be valid;
* Version defined in the directory must be the oldest amongst those defined in `version_aliases`;
* The manifest file only contains supported keys;
* The package must exist on Packagist;
* The package must have at least one version on Packagist;
* The package must have an MIT or BSD license;