From 6942b72314460c3d2e756bc2dbedc6e1207ccdbe Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 24 Aug 2017 14:04:11 -0700 Subject: [PATCH] added a new validation rule --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 2ee84373..3b6803d9 100644 --- a/README.rst +++ b/README.rst @@ -305,6 +305,7 @@ the recipe: * The package must be of type "symfony-bundle" if a bundle is registered in the manifest; * The package must have a registered bundle in the manifest if type is "symfony-bundle"; * The package does not only register a bundle for all environments; +* The package does not depend on ``symfony/symfony``; * All text files should end with a newline; * All configuration file names under ``config`` should use the underscore notation; * All files are stored under a directory referenced by the "copy-from-recipe" section of "manifest.json"