File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/Symfony/Bundle/FrameworkBundle
Tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2222use Symfony \Component \DependencyInjection \ContainerBuilder ;
2323use Symfony \Component \HtmlSanitizer \HtmlSanitizer ;
2424use Symfony \Component \HttpClient \HttpClient ;
25+ use Symfony \Component \JsonEncoder \JsonEncoder ;
2526use Symfony \Component \Lock \Store \SemaphoreStore ;
2627use Symfony \Component \Mailer \Mailer ;
2728use Symfony \Component \Messenger \MessageBusInterface ;
@@ -971,7 +972,7 @@ class_exists(SemaphoreStore::class) && SemaphoreStore::isSupported() ? 'semaphor
971972 'enabled ' => !class_exists (FullStack::class) && class_exists (RemoteEvent::class),
972973 ],
973974 'json_encoder ' => [
974- 'enabled ' => false ,
975+ 'enabled ' => ! class_exists (FullStack::class) && class_exists (JsonEncoder::class) ,
975976 'paths ' => [],
976977 ],
977978 ];
Original file line number Diff line number Diff line change 6969 "symfony/workflow" : " ^6.4|^7.0" ,
7070 "symfony/yaml" : " ^6.4|^7.0" ,
7171 "symfony/property-info" : " ^6.4|^7.0" ,
72+ "symfony/json-encoder" : " ^7.3" ,
7273 "symfony/uid" : " ^6.4|^7.0" ,
7374 "symfony/web-link" : " ^6.4|^7.0" ,
7475 "symfony/webhook" : " ^7.2" ,
You can’t perform that action at this time.
0 commit comments