Skip to content

Commit f987b35

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 8121983 + 962e7a6 commit f987b35

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ Notifier Component
33

44
The Notifier component sends notifications via one or more channels (email, SMS, ...).
55

6+
Sponsor
7+
-------
8+
9+
The Notifier component for Symfony 5.4/6.0 is [backed][1] by [Mercure.rocks][2].
10+
11+
Create real-time experiences in minutes! Mercure.rocks provides a realtime API service
12+
that is tightly integrated with Symfony: create UIs that update in live with UX Turbo,
13+
send notifications with the Notifier component, expose async APIs with API Platform and
14+
create low level stuffs with the Mercure component. We maintain and scale the complex
15+
infrastructure for you!
16+
17+
Help Symfony by [sponsoring][3] its development!
18+
619
Resources
720
---------
821

@@ -11,3 +24,7 @@ Resources
1124
* [Report issues](https://github.com/symfony/symfony/issues) and
1225
[send Pull Requests](https://github.com/symfony/symfony/pulls)
1326
in the [main Symfony repository](https://github.com/symfony/symfony)
27+
28+
[1]: https://symfony.com/backers
29+
[2]: https://mercure.rocks
30+
[3]: https://symfony.com/sponsor

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"psr/log": "^1|^2|^3"
2121
},
2222
"require-dev": {
23-
"symfony/event-dispatcher-contracts": "^2.0|^3.0",
24-
"symfony/http-client-contracts": "^2.0|^3.0",
23+
"symfony/event-dispatcher-contracts": "^2|^3",
24+
"symfony/http-client-contracts": "^2|^3",
2525
"symfony/messenger": "^5.4|^6.0"
2626
},
2727
"conflict": {

0 commit comments

Comments
 (0)