File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments