8000 minor #11293 [Setup] Defer the removal of bundle directory (phansys) · symfony/symfony-docs@0253d34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0253d34

Browse files
committed
minor #11293 [Setup] Defer the removal of bundle directory (phansys)
This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes #11293). Discussion ---------- [Setup] Defer the removal of bundle directory Currently, the bundle directory is still referenced after the step where the removal instruction is placed. Commits ------- a0eabfa [Setup] Defer the removal of bundle directory
2 parents 04a043b + a0eabfa commit 0253d34

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)
0