Skip to content

Commit c3615e6

Browse files
minor symfony#54812 [Security] SymfonyCasts is backing the security components for v7.1, thanks to them! \o/ (nicolas-grekas)
This PR was merged into the 7.1 branch. Discussion ---------- [Security] SymfonyCasts is backing the security components for v7.1, thanks to them! \o/ | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT The Symfony community loves you! ❤️ /cc `@weaverryan` `@Leannapelham` `@bocharsky`-bw *et al.* Commits ------- 74dbcb4 [Security] SymfonyCasts is backing the security components for v7.1, thanks to them! \o/
2 parents ef54646 + 74dbcb4 commit c3615e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Security/Core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (!$accessDecisionManager->decide($token, ['ROLE_ADMIN'])) {
4141
Sponsor
4242
-------
4343

44-
The Security component for Symfony 7.0 is [backed][1] by [SymfonyCasts][2].
44+
The Security component for Symfony 7.1 is [backed][1] by [SymfonyCasts][2].
4545

4646
Learn Symfony faster by watching real projects being built and actively coding
4747
along with them. SymfonyCasts bridges that learning gap, bringing you video

src/Symfony/Component/Security/Csrf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Security CSRF (cross-site request forgery) component provides a class
77
Sponsor
88
-------
99

10-
The Security component for Symfony 7.0 is [backed][1] by [SymfonyCasts][2].
10+
The Security component for Symfony 7.1 is [backed][1] by [SymfonyCasts][2].
1111

1212
Learn Symfony faster by watching real projects being built and actively coding
1313
along with them. SymfonyCasts bridges that learning gap, bringing you video

src/Symfony/Component/Security/Http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer require symfony/security-http
1515
Sponsor
1616
-------
1717

18-
The Security component for Symfony 7.0 is [backed][1] by [SymfonyCasts][2].
18+
The Security component for Symfony 7.1 is [backed][1] by [SymfonyCasts][2].
1919

2020
Learn Symfony faster by watching real projects being built and actively coding
2121
along with them. SymfonyCasts bridges that learning gap, bringing you video

0 commit comments

Comments
 (0)