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

Skip to content

Commit 80f7d4c

Browse files
committed
[String] Move Inflector in String
1 parent 71b3912 commit 80f7d4c

File tree

12 files changed

+893
-451
lines changed

12 files changed

+893
-451
lines changed

UPGRADE-5.1.md

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

71+
Inflector
72+
---------
73+
74+
* The component has been deprecated, use the String component `EnglishInflector` instead.
75+
7176
Mailer
7277
------
7378

UPGRADE-6.0.md

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

67+
Inflector
68+
---------
69+
70+
* The component has been removed, use the String component `EnglishInflector` instead.
71+
6772
Messenger
6873
---------
6974

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 the String component `EnglishInflector` instead.

0 commit comments

Comments
 (0)
0