Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 795b782

Browse filesBrowse 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
Copy full SHA for 795b782

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎setup.rst

Copy file name to clipboardExpand all lines: setup.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.