Skip to content

Commit a413437

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 37bd153 + f191adf commit a413437

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ The HttpKernel component provides a structured process for converting a Request
55
into a Response by making use of the EventDispatcher component. It's flexible
66
enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal.
77

8+
Sponsor
9+
-------
10+
11+
The HttpKernel component for Symfony 5.4/6.0 is [backed][1] by [Les-Tilleuls.coop][2].
12+
13+
Les-Tilleuls.coop is a team of 50+ Symfony experts who can help you design, develop and
14+
fix your projects. We provide a wide range of professional services including development,
15+
consulting, coaching, training and audits. We also are highly skilled in JS, Go and DevOps.
16+
We are a worker cooperative!
17+
18+
Help Symfony by [sponsoring][3] its development!
19+
820
Resources
921
---------
1022

@@ -13,3 +25,7 @@ Resources
1325
* [Report issues](https://github.com/symfony/symfony/issues) and
1426
[send Pull Requests](https://github.com/symfony/symfony/pulls)
1527
in the [main Symfony repository](https://github.com/symfony/symfony)
28+
29+
[1]: https://symfony.com/backers
30+
[2]: https://les-tilleuls.coop
31+
[3]: https://symfony.com/sponsor

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"php": ">=8.0.2",
2020
"symfony/error-handler": "^5.4|^6.0",
2121
"symfony/event-dispatcher": "^5.4|^6.0",
22-
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
2322
"symfony/http-foundation": "^5.4|^6.0",
2423
"symfony/polyfill-ctype": "^1.8",
2524
"psr/log": "^1|^2|^3"
@@ -33,11 +32,12 @@
3332
"symfony/dom-crawler": "^5.4|^6.0",
3433
"symfony/expression-language": "^5.4|^6.0",
3534
"symfony/finder": "^5.4|^6.0",
35+
"symfony/http-client-contracts": "^1.1|^2|^3",
3636
"symfony/process": "^5.4|^6.0",
3737
"symfony/routing": "^5.4|^6.0",
3838
"symfony/stopwatch": "^5.4|^6.0",
3939
"symfony/translation": "^5.4|^6.0",
40-
"symfony/translation-contracts": "^1.1|^2.0|^3.0",
40+
"symfony/translation-contracts": "^1.1|^2|^3",
4141
"psr/cache": "^1.0|^2.0|^3.0",
4242
"twig/twig": "^2.13|^3.0.4"
4343
},

0 commit comments

Comments
 (0)