11# Symfony CMF Routing Bundle
22
3- [ ![ Build Status] ( https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master )] ( https://travis-ci.org/symfony-cmf/routing-bundle )
4- [ ![ StyleCI] ( https://styleci.io/repos/4221277/shield )] ( https://styleci.io/repos/4221277 )
5- [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/routing-bundle/version.png )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
6- [ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/routing-bundle/d/total.png )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
3+ [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/routing-bundle/v/stable )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
4+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/symfony-cmf/routing-bundle/v/unstable )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
5+ [ ![ License] ( https://poser.pugx.org/symfony-cmf/routing-bundle/license )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
76
8- This bundle is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ )
9- and licensed under the [ MIT License] ( LICENSE ) .
7+ [ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/routing-bundle/downloads )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
8+ [ ![ Monthly Downloads] ( https://poser.pugx.org/symfony-cmf/routing-bundle/d/monthly )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
9+ [ ![ Daily Downloads] ( https://poser.pugx.org/symfony-cmf/routing-bundle/d/daily )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
10+
11+ Branch | Travis | Coveralls |
12+ ------ | ------ | --------- |
13+ master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
14+
15+ This package is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ ) and licensed
16+ under the [ MIT License] ( LICENSE ) .
1017
1118The RoutingBundle enables the
1219[ CMF Routing component] ( https://github.com/symfony-cmf/Routing )
@@ -16,32 +23,50 @@ controller for redirection routes.
1623
1724## Requirements
1825
19- * PHP 5.6 / 7
20- * Symfony 2.8 / 3
26+ * PHP 7.1 / 7.2
27+ * Symfony 2.8 / 3.3 / 3.4 / 4.0
2128* See also the ` require ` section of [ composer.json] ( composer.json )
2229
23-
2430## Documentation
2531
2632For the install guide and reference, see:
2733
28- * [ RoutingBundle documentation ] ( http://symfony.com/doc/master/cmf/bundles/routing/index.html )
34+ * [ symfony-cmf/routing-bundle Documentation ] ( http://symfony.com/doc/master/cmf/bundles/routing/index.html )
2935
3036See also:
3137
3238* [ All Symfony CMF documentation] ( http://symfony.com/doc/master/cmf/index.html ) - complete Symfony CMF reference
3339* [ Symfony CMF Website] ( http://cmf.symfony.com/ ) - introduction, live demo, support and community links
3440
41+ ## Support
42+
43+ For general support and questions, please use [ StackOverflow] ( http://stackoverflow.com/questions/tagged/symfony-cmf ) .
3544
3645## Contributing
3746
3847Pull requests are welcome. Please see our
39- [ CONTRIBUTING] ( https://github.com/symfony-cmf/symfony-cmf/ blob/master/CONTRIBUTING.md )
48+ [ CONTRIBUTING] ( https://github.com/symfony-cmf/blob/master/CONTRIBUTING.md )
4049guide.
4150
42- Unit and/or functional tests exist for this bundle . See the
51+ Unit and/or functional tests exist for this package . See the
4352[ Testing documentation] ( http://symfony.com/doc/master/cmf/components/testing.html )
4453for a guide to running the tests.
4554
4655Thanks to
47- [ everyone who has contributed] ( https://github.com/symfony-cmf/RoutingBundle/contributors ) already.
56+ [ everyone who has contributed] ( contributors ) already.
57+
58+ ## License
59+
60+ This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
61+
62+ [ travis_legacy_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
63+ [ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
64+ [ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
65+ [ travis_link ] : https://travis-ci.org/symfony-cmf/routing-bundle
66+
67+ [ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/routing-bundle/badge.svg?branch=master
68+ [ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/routing-bundle?branch=master
69+ [ coveralls_stable_badge ] : https://coveralls.io/repos/github/symfony-cmf/routing-bundle/badge.svg?branch=master
70+ [ coveralls_stable_link ] : https://coveralls.io/github/symfony-cmf/routing-bundle?branch=master
71+ [ coveralls_unstable_badge ] : https://coveralls.io/repos/github/symfony-cmf/routing-bundle/badge.svg?branch=master
72+ [ coveralls_unstable_link ] : https://coveralls.io/github/symfony-cmf/routing-bundle?branch=master
0 commit comments