Skip to content

Commit 1ea1f49

Browse files
Add --dev to composer require server suggestion
Current advice results with adding `"symfony/web-server-bundle"` into `require` section in composer.json. We should advice `composer require server --dev` in order to add `"symfony/web-server-bundle"` into `require-dev` section in composer.json
1 parent 64a0881 commit 1ea1f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/post-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
3. Browse to the <comment>http://localhost:8000/</> URL.
99

1010
Quit the server with CTRL-C.
11-
Run <comment>composer require server</> for a better web server.
11+
Run <comment>composer require server --dev</> for a better web server.
1212

1313
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>

0 commit comments

Comments
 (0)