Skip to content

Commit 39f34cd

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 977f507 + b3d9977 commit 39f34cd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ HttpClient component
33

44
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
55

6+
Sponsor
7+
-------
8+
9+
The Httpclient component for Symfony 5.4/6.0 is [backed][1] by [Klaxoon][2].
10+
11+
Klaxoon is a platform that empowers organizations to run effective and
12+
productive workshops easily in a hybrid environment. Anytime, Anywhere.
13+
14+
Help Symfony by [sponsoring][3] its development!
15+
616
Resources
717
---------
818

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"require": {
2424
"php": ">=8.0.2",
2525
"psr/log": "^1|^2|^3",
26-
"symfony/http-client-contracts": "^3.0",
27-
"symfony/service-contracts": "^1.0|^2.0|^3.0"
26+
"symfony/http-client-contracts": "^3",
27+
"symfony/service-contracts": "^1.0|^2|^3"
2828
},
2929
"require-dev": {
3030
"amphp/amp": "^2.5",

0 commit comments

Comments
 (0)