Skip to content

Commit 7426e03

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Translation] Improve tests coverage [Routing] Add redirection.io as sponsor of versions 6.4/7.0/7.1 don't check parameter values if they are not set [HttpClient] Add Innovative Web AG (i-web) as sponsor of version 6.4/7.0 [Serializer] Fix normalization relying on allowed attributes only Minor @var doc update [Translation] Remove `@internal` from abstract testcases [VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior [Validator] Add missing translations for Bulgarian #51931 [VarExporter] Fix serializing objects that implement __sleep() and that are made lazy fix typo Document BC break with $secret parameter introduction Bump Symfony version to 6.4.0 Update VERSION for 6.4.0-RC2 Update CHANGELOG for 6.4.0-RC2 [String] Fix Inflector for 'icon' [Validator] Made tests forward-compatible with ICU 72.1
2 parents 88a97f5 + ae014d6 commit 7426e03

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ $url = $generator->generate('blog_show', [
4141
// $url = '/blog/my-blog-post'
4242
```
4343

44+
Sponsor
45+
-------
46+
47+
The Routing component for Symfony 7.0 is [backed][1] by [redirection.io][2].
48+
49+
redirection.io logs all your website’s HTTP traffic, and lets you fix errors
50+
with redirect rules in seconds. Give your marketing, SEO and IT teams the
51+
right tool to manage your website traffic efficiently!
52+
53+
Help Symfony by [sponsoring][3] its development!
54+
4455
Resources
4556
---------
4657

@@ -49,3 +60,7 @@ Resources
4960
* [Report issues](https://github.com/symfony/symfony/issues) and
5061
[send Pull Requests](https://github.com/symfony/symfony/pulls)
5162
in the [main Symfony repository](https://github.com/symfony/symfony)
63+
64+
[1]: https://symfony.com/backers
65+
[2]: https://redirection.io
66+
[3]: https://symfony.com/sponsor

0 commit comments

Comments
 (0)