Closed
Description
On https://github.com/symfony/symfony-docs/blob/master/cookbook/bundles/best_practices.rst says that namespace must follow the technical interoperability standard PSR-0. Must namespace follow the standard PSR-4? In particular, is it allowed to use the namespace for bundle MyBlogBundle? E.g. can I place my bundle class in src/MyBlogBundle/MyBlogBundle.php?