diff --git a/src/Form/PackageType.php b/src/Form/PackageType.php index bd91b56..b6bdabf 100644 --- a/src/Form/PackageType.php +++ b/src/Form/PackageType.php @@ -34,7 +34,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) ->add('typo3Version', ChoiceType::class, [ 'label' => 'TYPO3 Version', 'choices' => [ - '13.4' => 13.4, + '13.4 (Beta)' => 13.4, '12.4' => 12.4, '11.5' => 11.5, '10.4' => 10.4,