File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,16 @@ public function testSymfonySerialize()
74
74
"htmlCharset": null,
75
75
"attachments": [
76
76
{
77
+ "filename": "test.txt",
78
+ "mediaType": "application",
77
79
"body": "Some Text file",
80
+ "charset": null,
81
+ "subtype": "octet-stream",
82
+ "disposition": "attachment",
78
83
"name": "test.txt",
79
- "content-type": null,
80
- "inline": false
84
+ "encoding": "base64",
85
+ "headers": [],
86
+ "class": "Symfony\\\Component\\\Mime\\\Part\\\DataPart"
81
87
}
82
88
],
83
89
"headers": {
Original file line number Diff line number Diff line change 43
43
"symfony/security-core" : " ^5.4|^6.0" ,
44
44
"symfony/security-csrf" : " ^5.4|^6.0" ,
45
45
"symfony/security-http" : " ^5.4|^6.0" ,
46
- "symfony/serializer" : " ^5.4|^6.0 " ,
46
+ "symfony/serializer" : " ^6.2 " ,
47
47
"symfony/stopwatch" : " ^5.4|^6.0" ,
48
48
"symfony/console" : " ^5.4|^6.0" ,
49
49
"symfony/expression-language" : " ^5.4|^6.0" ,
You can’t perform that action at this time.
0 commit comments