fixed validation rule

This commit is contained in:
Fabien Potencier
2017-05-08 14:49:23 -07:00
parent eb6d9bbcd3
commit 335a134166
+1 -1
View File
@@ -309,7 +309,7 @@ the recipe:
* 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;
* All text files should end with a newline;
* All file names should use the underscore notation;
* All configuration file names under `etc` should use the underscore notation;
* The Symfony website must be referenced using HTTPs.
Full Example