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.
2 parents f34d142 + 3d45dbe commit 4455ccfCopy full SHA for 4455ccf
Form/Type/DoctrineType.php
@@ -259,7 +259,6 @@ public function configureOptions(OptionsResolver $resolver)
259
'em' => null,
260
'query_builder' => null,
261
'choices' => null,
262
- 'choices_as_values' => true,
263
'choice_loader' => $choiceLoader,
264
'choice_label' => array(__CLASS__, 'createChoiceLabel'),
265
'choice_name' => $choiceName,
composer.json
@@ -22,7 +22,7 @@
22
"require-dev": {
23
"symfony/stopwatch": "~2.8|~3.0",
24
"symfony/dependency-injection": "~2.8|~3.0",
25
- "symfony/form": "~2.8|~3.0",
+ "symfony/form": "~3.0,>3.0-BETA1",
26
"symfony/http-kernel": "~2.8|~3.0",
27
"symfony/property-access": "~2.8|~3.0",
28
"symfony/property-info": "~2.8|3.0",
0 commit comments