Commit 861a84e
committed
minor symfony#58767 [Messenger] use official YAML media type (dunglas)
This PR was merged into the 7.2 branch.
Discussion
----------
[Messenger] use official YAML media type
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | n/a
| License | MIT
YAML is now a RFC and has an official media type: https://www.rfc-editor.org/rfc/rfc9512.html#name-media-type-application-yaml
However, this kind be a BC break, so I'm not sure if this should target 6.4 or 7.2.
Commits
-------
7b0cc17 [Messenger] use official YAML media typeFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Messenger/Transport/Serialization
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments