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

Skip to content

Commit fc93b84

Browse files
committed
minor symfony#1089 Update README.md (VolCh)
This PR was merged into the 3.3 branch. Discussion ---------- Update README.md Bump version to 3.3 & add WebServerBundle Commits ------- 1fe933b Update README.md
2 parents 59687da + 1fe933b commit fc93b84

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)