Skip to content

Commit 9ef85fa

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 ed08e21 + e78ef63 commit 9ef85fa

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ which makes it possible to easily separate the actual authorization logic from
66
so called user providers that hold the users credentials. It is inspired by
77
the Java Spring framework.
88

9+
Sponsor
10+
-------
11+
12+
The Security component for Symfony 5.4/6.0 is [backed][1] by [SymfonyCasts][2].
13+
14+
Learn Symfony faster by watching real projects being built and actively coding
15+
along with them. SymfonyCasts bridges that learning gap, bringing you video
16+
tutorials and coding challenges. Code on!
17+
18+
Help Symfony by [sponsoring][3] its development!
19+
920
Resources
1021
---------
1122

@@ -14,3 +25,7 @@ Resources
1425
* [Report issues](https://github.com/symfony/symfony/issues) and
1526
[send Pull Requests](https://github.com/symfony/symfony/pulls)
1627
in the [main Symfony repository](https://github.com/symfony/symfony)
28+
29+
[1]: https://symfony.com/backers
30+
[2]: https://symfonycasts.com
31+
[3]: https://symfony.com/sponsor

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/event-dispatcher-contracts": "^1.1|^2.0|^3.0",
21-
"symfony/service-contracts": "^1.1.6|^2.0|^3.0",
20+
"symfony/event-dispatcher-contracts": "^1.1|^2|^3",
21+
"symfony/service-contracts": "^1.1.6|^2|^3",
2222
"symfony/password-hasher": "^5.4|^6.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)