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:
239
239
240
240
#. Move the original PHP source code from ``src/AppBundle/* ``, except bundle
241
241
specific files (like ``AppBundle.php `` and ``DependencyInjection/ ``), to
242
- ``src/ ``. Remove `` src/AppBundle/ ``.
242
+ ``src/ ``.
243
243
244
244
In addition to moving the files, update the ``autoload `` and ``autoload-dev ``
245
245
values of the ``composer.json `` file as `shown in this example `_ to use
@@ -265,6 +265,8 @@ manual steps:
265
265
#. Update the ``bin/console `` script `copying Symfony's bin/console source `_
266
266
and changing anything according to your original console script.
267
267
268
+ #. Remove ``src/AppBundle/ ``.
269
+
268
270
#. Remove the ``bin/symfony_requirements `` script and if you need a replacement
269
271
for it, use the new `Symfony Requirements Checker `_.
270
272
You can’t perform that action at this time.
0 commit comments