File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ protected function configureOptions(OptionsResolver $resolver): void
170170 $ resolver ->setAllowedTypes ('debug ' , 'bool ' );
171171 $ resolver ->setDefault ('referrals ' , false );
172172 $ resolver ->setAllowedTypes ('referrals ' , 'bool ' );
173- $ resolver ->setDefault ('options ' , function (OptionsResolver $ options , Options $ parent ) {
173+ $ resolver ->setOptions ('options ' , function (OptionsResolver $ options , Options $ parent ) {
174174 $ options ->setDefined (array_map ('strtolower ' , array_keys ((new \ReflectionClass (ConnectionOptions::class))->getConstants ())));
175175
176176 if (true === $ parent ['debug ' ]) {
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " >=8.2" ,
2020 "ext-ldap" : " *" ,
21- "symfony/options-resolver" : " ^6.4|^7.0 "
21+ "symfony/options-resolver" : " ^7.3 "
2222 },
2323 "require-dev" : {
2424 "symfony/security-core" : " ^6.4|^7.0" ,
2525 "symfony/security-http" : " ^6.4|^7.0"
2626 },
2727 "conflict" : {
28- "symfony/options-resolver" : " <6.4" ,
2928 "symfony/security-core" : " <6.4"
3029 },
3130 "autoload" : {
You can’t perform that action at this time.
0 commit comments