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

Skip to content

Commit 9c6a5c0

Browse files
committed
[String] Move Inflector in String
1 parent b494beb commit 9c6a5c0

File tree

12 files changed

+875
-448
lines changed

12 files changed

+875
-448
lines changed

UPGRADE-5.1.md

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

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

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