Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 1fe933b

Browse files
authored
Update README.md
Bump version to 3.3 and add WebServerBundle
1 parent 59687da commit 1fe933b

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ It comes pre-configured with the following bundles:
4747
* **SensioDistributionBundle** (in dev/test env) - Adds functionality for
4848
configuring and working with Symfony distributions
4949

50-
* [**SensioGeneratorBundle**][13] (in dev/test env) - Adds code generation
50+
* [**SensioGeneratorBundle**][13] (in dev env) - Adds code generation
5151
capabilities
5252

53+
* [**WebServerBundle**][14] (in dev env) - Adds commands for running applications
54+
using the PHP built-in web servep
55+
5356
* **DebugBundle** (in dev/test env) - Adds Debug and VarDumper component
5457
integration
5558

@@ -58,12 +61,12 @@ released under the MIT or BSD license.
5861

5962
Enjoy!
6063

61-
[1]: https://symfony.com/doc/3.2/setup.html
64+
[1]: https://symfony.com/doc/3.3/setup.html
6265
[6]: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
63-
[7]: https://symfony.com/doc/3.2/doctrine.html
64-
[8]: https://symfony.com/doc/3.2/templating.html
65-
[9]: https://symfony.com/doc/3.2/security.html
66-
[10]: https://symfony.com/doc/3.2/email.html
67-
[11]: https://symfony.com/doc/3.2/logging.html
68-
[12]: https://symfony.com/doc/3.2/assetic/asset_management.html
66+
[7]: https://symfony.com/doc/3.3/doctrine.html
67+
[8]: https://symfony.com/doc/3.3/templating.html
68+
[9]: https://symfony.com/doc/3.3/security.html
69+
[10]: https://symfony.com/doc/3.3/email.html
70+
[11]: https://symfony.com/doc/3.3/logging.html
6971
[13]: https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html
72+
[14]: https://symfony.com/doc/current/setup/built_in_web_server.html

0 commit comments

Comments
 (0)