Skip to content

Commit b341917

Browse files
committed
added current validation performed by the server
1 parent e0a719a commit b341917

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,23 @@ colors`_ are supported too:
279279
280280
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>
281281
282+
Validation
283+
----------
284+
285+
When submitting a recipe, several checks are automatically executed to validate
286+
the recipe:
287+
288+
* YAML files suffix must be `.yaml`, not `.yml`;
289+
* Aliases are only supported in the main repository, not the contrib one;
290+
* Aliases must not be already defined by another package;
291+
* The versions are valid;
292+
* Version defined in the directory must be the oldest amongst those defined in `version_aliases`;
293+
* The package must exist on Packagist;
294+
* The package must have at least one version on Packagist;
295+
* The package must have an MIT or BSD license;
296+
* The package must be of type "symfony-bundle" if a bundle is registered in the manifest;
297+
* The package must have a bundle is registered in the manifest if type is "symfony-bundle".
298+
282299
Full Example
283300
------------
284301

0 commit comments

Comments
 (0)