File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
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 22
22
use Symfony \Component \DependencyInjection \ContainerBuilder ;
23
23
use Symfony \Component \HtmlSanitizer \HtmlSanitizer ;
24
24
use Symfony \Component \HttpClient \HttpClient ;
25
+ use Symfony \Component \JsonEncoder \JsonEncoder ;
25
26
use Symfony \Component \Lock \Store \SemaphoreStore ;
26
27
use Symfony \Component \Mailer \Mailer ;
27
28
use Symfony \Component \Messenger \MessageBusInterface ;
@@ -971,7 +972,7 @@ class_exists(SemaphoreStore::class) && SemaphoreStore::isSupported() ? 'semaphor
971
972
'enabled ' => !class_exists (FullStack::class) && class_exists (RemoteEvent::class),
972
973
],
973
974
'json_encoder ' => [
974
- 'enabled ' => false ,
975
+ 'enabled ' => ! class_exists (FullStack::class) && class_exists (JsonEncoder::class) ,
975
976
'paths ' => [],
976
977
],
977
978
];
Original file line number Diff line number Diff line change 69
69
"symfony/workflow" : " ^6.4|^7.0" ,
70
70
"symfony/yaml" : " ^6.4|^7.0" ,
71
71
"symfony/property-info" : " ^6.4|^7.0" ,
72
+ "symfony/json-encoder" : " ^7.3" ,
72
73
"symfony/uid" : " ^6.4|^7.0" ,
73
74
"symfony/web-link" : " ^6.4|^7.0" ,
74
75
"symfony/webhook" : " ^7.2" ,
You can’t perform that action at this time.
0 commit comments