Skip to content

Commit a0eabfa

Browse files
phansysjaviereguiluz
authored andcommitted
[Setup] Defer the removal of bundle directory
1 parent 04a043b commit a0eabfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup/flex.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ manual steps:
239239

240240
#. Move the original PHP source code from ``src/AppBundle/*``, except bundle
241241
specific files (like ``AppBundle.php`` and ``DependencyInjection/``), to
242-
``src/``. Remove ``src/AppBundle/``.
242+
``src/``.
243243

244244
In addition to moving the files, update the ``autoload`` and ``autoload-dev``
245245
values of the ``composer.json`` file as `shown in this example`_ to use
@@ -265,6 +265,8 @@ manual steps:
265265
#. Update the ``bin/console`` script `copying Symfony's bin/console source`_
266266
and changing anything according to your original console script.
267267

268+
#. Remove ``src/AppBundle/``.
269+
268270
#. Remove the ``bin/symfony_requirements`` script and if you need a replacement
269271
for it, use the new `Symfony Requirements Checker`_.
270272

0 commit comments

Comments
 (0)