From f0575956ae8723b730a7ea5a01a9795e86a2d818 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 11 Dec 2017 07:53:52 -0800 Subject: [PATCH] added a forbidden package to the README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ce7432dd..2c81f66e 100644 --- a/README.rst +++ b/README.rst @@ -295,7 +295,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``; +* The package does not depend on ``symfony/symfony`` or ``symfony/security``; * All text files should end with a newline; * All configuration file names under ``config`` should use the underscore notation; * No "semantically" empty configuration files are created under ``config/packages``;