Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Allow Symfony 5 #65

Closed
wants to merge 2 commits into from
Closed

Allow Symfony 5 #65

wants to merge 2 commits into from

Conversation

Tjeerd
Copy link

@Tjeerd Tjeerd commented Dec 9, 2019

WIP: Not tested yet, first check the results of the CI tooling.

{
return array('Symfony\Component\Form\Extension\Core\Type\FormType');
return [FormType::class];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this needs to be changed to return array(FormType::class); to pass CI.

@bleugateau
Copy link

no update about the "Symfony 5" support ?

@Tjeerd
Copy link
Author

Tjeerd commented Apr 2, 2020

No, sorry, didn't need it anymore. Closing this PR.

@jmontoyaa jmontoyaa mentioned this pull request May 26, 2020
@dunglas dunglas closed this Dec 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants