Skip to content

Commit 4f8a5fc

Browse files
committed
cleanup README for 2.0.0 release
1 parent 03949aa commit 4f8a5fc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/routing/version.png)](https://packagist.org/packages/symfony-cmf/routing)
55
[![Total Downloads](https://poser.pugx.org/symfony-cmf/routing/d/total.png)](https://packagist.org/packages/symfony-cmf/routing)
66

7-
The Symfony CMF Routing component extends the Symfony2 core routing component.
8-
It provides:
7+
The Symfony CMF Routing component extends the Symfony routing component with additional features:
98

109
* A ChainRouter to run several routers in parallel
1110
* A DynamicRouter that can load routes from any database and can generate
1211
additional information in the route match.
1312

14-
Even though it has Symfony in its name, the Routing component does not need the
15-
full Symfony2 Framework and can be used in standalone projects.
13+
The CMF Routing component does not need the Symfony full stack framework. It is
14+
also useful in applications not using the full Symfony framework.
1615

17-
For Symfony 2 projects, an optional
18-
[RoutingBundle](https://github.com/symfony-cmf/RoutingBundle)
19-
is also available.
16+
For the best integration into the Symfony full stack framework, it is
17+
recommended to use the [RoutingBundle](https://github.com/symfony-cmf/RoutingBundle)
18+
when building Symfony full stack applications.
2019

2120
This library is provided by the [Symfony Content Management Framework (CMF) project](http://cmf.symfony.com/)
2221
and licensed under the [MIT License](LICENSE).
@@ -25,7 +24,7 @@ and licensed under the [MIT License](LICENSE).
2524
## Requirements
2625

2726
* PHP 5.6 / 7
28-
* The Symfony Routing component (2.2.0 - 3.\*)
27+
* The Symfony Routing component (2.8 - 3.\*)
2928
* See also the `require` section of [composer.json](composer.json)
3029

3130

0 commit comments

Comments
 (0)