Skip to content

Commit c0ead73

Browse files
committed
minor #334 Remove Symfony Flex dependency from MakerBundle (danrot, weaverryan)
This PR was merged into the 1.0-dev branch. Discussion ---------- Remove Symfony Flex dependency from MakerBundle We have been confused because the documentations states that Symfony Flex is required in order to use the MakerBundle. However, we are not using Symfony Flex in our application yet, but it was still possible to use the MakerBundle. So I would suggest to remove the part saying that Symfony Flex is a dependency. Commits ------- ee422ec adding message about dir structure 42f89c2 Update index.rst 145653d Remove Symfony Flex dependency from MakerBundle
2 parents aa37ea1 + ee422ec commit c0ead73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Resources/doc/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ The Symfony MakerBundle
44
Symfony Maker helps you create empty commands, controllers, form classes,
55
tests and more so you can forget about writing boilerplate code. This
66
bundle is an alternative to `SensioGeneratorBundle`_ for modern Symfony
7-
applications and requires using Symfony 3.4 or newer and `Symfony Flex`_.
7+
applications and requires using Symfony 3.4 or newer. This bundle
8+
assumes you're using a standard Symfony 4 directory structure, but many
9+
commands can generate code into any application.
810

911
Installation
1012
------------
@@ -83,6 +85,5 @@ adding your *own* maker command is so easy, that we recommend that. However, if
8385
is some extension point that you'd like, please open an issue so we can discuss!
8486

8587
.. _`SensioGeneratorBundle`: https://github.com/sensiolabs/SensioGeneratorBundle
86-
.. _`Symfony Flex`: https://symfony.com/doc/current/setup/flex.html
8788
.. _`AbstractMaker`: https://github.com/symfony/maker-bundle/blob/master/src/Maker/AbstractMaker.php
8889
.. _`core maker commands`: https://github.com/symfony/maker-bundle/tree/master/src/Maker

0 commit comments

Comments
 (0)