Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90fa098

Browse filesBrowse files
committed
[String] Move Inflector in String
1 parent 71b3912 commit 90fa098
Copy full SHA for 90fa098

File tree

12 files changed

+890
-448
lines changed
Filter options

12 files changed

+890
-448
lines changed

‎UPGRADE-5.1.md

Copy file name to clipboardExpand all lines: UPGRADE-5.1.md
+5Lines 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

Copy file name to clipboardExpand all lines: UPGRADE-6.0.md
+5Lines 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

+7Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.