Skip to content

Commit 72d2edb

Browse files
xyNNNxabbuh
authored andcommitted
Changed symfony/web-server-bundle to dev package
The symfony/web-server-bundle package should be installed as dev requirement. This bundle is not neeable for production.
1 parent 542fe4d commit 72d2edb

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)