Fix Composer 2 compatibility (#2056)

This commit is contained in:
Kevin Papst
2020-10-24 19:33:49 +02:00
committed by GitHub
parent 2ad8f8a4bb
commit 8a8f5cb6ce
5 changed files with 24 additions and 71 deletions

View File

@@ -19,7 +19,6 @@ use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\Form\FormView;
use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\OptionsResolver\OptionsResolver;
/**