From 80e81be8aa441256e382662c50e7d1887dd410b7 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 8 May 2017 10:22:09 -0700 Subject: [PATCH] added a new validation rule --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 88cb0c1f..717f7b97 100644 --- a/README.rst +++ b/README.rst @@ -306,7 +306,8 @@ the recipe: * The package must have an MIT or BSD license; * 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 only register a bundle for all environments; +* The Symfony website must be referenced using HTTPs. Full Example ------------