We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1127292 commit e6ae362Copy full SHA for e6ae362
Tests/Mime/TemplatedEmailTest.php
@@ -94,8 +94,7 @@ public function testSymfonySerialize()
94
}
95
]
96
},
97
- "body": null,
98
- "message": null
+ "body": null
99
100
EOF;
101
composer.json
@@ -42,7 +42,7 @@
42
"symfony/security-core": "^4.4|^5.0|^6.0",
43
"symfony/security-csrf": "^4.4|^5.0|^6.0",
44
"symfony/security-http": "^4.4|^5.0|^6.0",
45
- "symfony/serializer": "^5.2|^6.0",
+ "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3",
46
"symfony/stopwatch": "^4.4|^5.0|^6.0",
47
"symfony/console": "^5.3|^6.0",
48
"symfony/expression-language": "^4.4|^5.0|^6.0",
0 commit comments