8000 [String] Move Inflector in String · symfony/symfony@5407eb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5407eb3

Browse files
committed
[String] Move Inflector in String
1 parent e9be741 commit 5407eb3

File tree

12 files changed

+889
-448
lines changed

12 files changed

+889
-448
lines changed

UPGRADE-5.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ HttpKernel
7070
not returning an array is deprecated
7171
* Deprecated support for `service:action` syntax to reference controllers. Use `serviceOrFqcn::method` instead.
7272

73+
Inflector
74+
---------
75+
76+
* The component has been deprecated, use `EnglishInflector` from the String component instead.
77+
7378
Mailer
7479
------
7580

UPGRADE-6.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ HttpKernel
6666
* Made `WarmableInterface::warmUp()` return a list of classes or files to preload on PHP 7.4+
6767
* Removed support for `service:action` syntax to reference controllers. Use `serviceOrFqcn::method` instead.
6868

69+
Inflector
70+
---------
71+
72+
* The component has been removed, use `EnglishInflector` from the String component instead.
6973

7074
Mailer
7175
------
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
5.1.0
5+
-----
6+
7+
* The component has been deprecated, use `EnglishInflector` from the String component instead.

0 commit comments

Comments
 (0)
0