From 499cad4f16ba70648aab804e47d7f7d5a31d542c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 30 Jun 2017 08:43:08 +0200 Subject: [PATCH] added a new validation rule --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 08c94f26..94e9819c 100644 --- a/README.rst +++ b/README.rst @@ -307,6 +307,7 @@ the recipe: * The package does not only register a bundle for all environments; * All text files should end with a newline; * All configuration file names under ``etc`` should use the underscore notation; +* All files are stored under a directory referenced by the "copy-from-recipe" section of "manifest.json" * The Symfony website must be referenced using HTTPs. Full Example