Skip to content

Commit b2d73e4

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Cache] fix connecting to local Redis sockets Fix appveyor config for deprecations Skip deprecation coming from DBAL 3.2 Add Suggestion class for more advanced completion suggestion [HttpClient] Add Klaxoon as a backer to the README [Translation] Add Lokalise as a backer to the READMEs [Translation] Add Crowdin as a backer to the READMEs [Security] Add SymfonyCasts as a backer to the READMEs [Notifier] Add Mercure.rocks as a backer to the README [Messenger][Process] Add SensioLabs as a backer to the README [HttpKernel][Console] Add Les-Tilleuls.coop as a backer to the README [HttpFoundation] Add Laravel as a backer to the README Allow v3 contracts where possible
2 parents 2d922ae + 0fd6f48 commit b2d73e4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ HttpFoundation Component
44
The HttpFoundation component defines an object-oriented layer for the HTTP
55
specification.
66

7+
Sponsor
8+
-------
9+
10+
The HttpFoundation component for Symfony 5.4/6.0 is [backed][1] by [Laravel][2].
11+
12+
Laravel is a PHP web development framework that is passionate about maximum developer
13+
happiness. Laravel is built using a variety of bespoke and Symfony based components.
14+
15+
Help Symfony by [sponsoring][3] its development!
16+
717
Resources
818
---------
919

@@ -12,3 +22,7 @@ Resources
1222
* [Report issues](https://github.com/symfony/symfony/issues) and
1323
[send Pull Requests](https://github.com/symfony/symfony/pulls)
1424
in the [main Symfony repository](https://github.com/symfony/symfony)
25+
26+
[1]: https://symfony.com/backers
27+
[2]: https://laravel.com/
28+
[3]: https://symfony.com/sponsor

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/deprecation-contracts": "^2.1|^3.0",
20+
"symfony/deprecation-contracts": "^2.1|^3",
2121
"symfony/polyfill-mbstring": "~1.1"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)