minor #40770 Update README.md (94noni)

This PR was merged into the 4.4 branch.

Discussion
----------

Update README.md

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | yes as doc
| Tickets       | see desc
| License       | MIT
| Doc PR        | .

Related to https://packagist.org/packages/symfony/web-server-bundle/stats
Also I do have a question, do Symfony uses the https://getcomposer.org/doc/04-schema.md#abandoned feature?
It can be useful I think

I’ve seen many differents way, inside the repo readme, via github repo description with [DEPRECATED], even marking the repo as readonly
IMHO a similar aproach should be done for all packages of the organisation :)

Commits
-------

37b19d9c06 Update README.md
This commit is contained in:
Fabien Potencier 2021-04-13 08:31:04 +02:00
commit b8b29012da

View File

@ -1,6 +1,9 @@
WebServerBundle
===============
**CAUTION**: this bundle is deprecated since Symfony 4.4. Instead, use the
[Symfony Local Web Server](https://symfony.com/doc/current/setup/symfony_server.html).
WebServerBundle provides commands for running applications using the PHP
built-in web server. It simplifies your local development setup because you
don't have to configure a proper web server such as Apache or Nginx to run your