File tree Expand file tree Collapse file tree 6 files changed +0
-27
lines changed Expand file tree Collapse file tree 6 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 11The JsonPath Component
22======================
33
4- .. versionadded :: 7.3
5-
6- The JsonPath component was introduced in Symfony 7.3 as an
7- :doc: `experimental feature </contributing/code/experimental >`.
8-
94The JsonPath component lets you query and extract data from JSON structures.
105It implements the `RFC 9535 – JSONPath `_ standard, allowing you to navigate
116complex JSON data.
Original file line number Diff line number Diff line change @@ -226,11 +226,6 @@ command name; the others are aliases that can also be used to run the command::
226226 // ...
227227 }
228228
229- .. versionadded :: 7.4
230-
231- The ability to define aliases through the command name was introduced in
232- Symfony 7.4.
233-
234229Console Output
235230--------------
236231
Original file line number Diff line number Diff line change @@ -38,10 +38,6 @@ of the aliases and leave the main command name (the part before the ``|``) empty
3838 // ...
3939 }
4040
41- .. versionadded :: 7.4
42-
43- Support for hidding commands using the pipe syntax was introduced in Symfony 7.4.
44-
4541.. note ::
4642
4743 Hidden commands are still available using the JSON or XML descriptor.
Original file line number Diff line number Diff line change @@ -310,10 +310,6 @@ its configuration key::
310310When injecting a specific hasher by its name, you should type-hint the generic
311311:class: `Symfony\\ Component\\ PasswordHasher\\ PasswordHasherInterface `.
312312
313- .. versionadded :: 7.4
314-
315- The feature to inject specific password hashers was introduced in Symfony 7.4.
316-
317313.. _security-password-migration :
318314
319315Password Migration
Original file line number Diff line number Diff line change 11Streaming JSON
22==============
33
4- .. versionadded :: 7.3
5-
6- The JsonStreamer component was introduced in Symfony 7.3 as an
7- :doc: `experimental feature </contributing/code/experimental >`.
8-
94Symfony can encode PHP data structures to JSON streams and decode JSON streams
105back into PHP data structures.
116
Original file line number Diff line number Diff line change @@ -1119,10 +1119,6 @@ Mailer Assertions
11191119 Asserts that the subject of the given email does (not) contain the
11201120 expected subject.
11211121
1122- .. versionadded :: 7.4
1123-
1124- The ``assertEmailAddressNotContains() `` assertion was introduced in Symfony 7.4.
1125-
11261122Notifier Assertions
11271123...................
11281124
You can’t perform that action at this time.
0 commit comments