Skip to content

Commit 795b782

Browse files
committed
minor #8834 Changed symfony/web-server-bundle to dev package (xyNNN)
This PR was submitted for the master branch but it was merged into the 4.0 branch instead (closes #8834). Discussion ---------- Changed symfony/web-server-bundle to dev package The symfony/web-server-bundle package should be installed as dev requirement. This bundle is not needable for production. Commits ------- 72d2edb Changed symfony/web-server-bundle to dev package
2 parents 542fe4d + 72d2edb commit 795b782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ First, move into your new project and install the server:
5050
.. code-block:: terminal
5151
5252
cd my-project
53-
composer require server
53+
composer require server --dev
5454
5555
To start the server, run:
5656

0 commit comments

Comments
 (0)