craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

Support Symfony 7 #423

Closed Soimil closed 8 months ago

Soimil commented 10 months ago

When trying to install it in a Symfony 7 project, I received the following message:

Problem 1

justicesandram commented 9 months ago

When trying to install it in a Symfony 7 project, I received the following message:

Problem 1 - Root composer.json requires craue/formflow-bundle ^3.6 -> satisfiable by craue/formflow-bundle[3.6.0]. - craue/formflow-bundle 3.6.0 requires symfony/config ~4.4|~5.3|^6.0 -> found symfony/config[v4.4.0, ..., v4.4.44, v5.3.0, ..., v5.4.31, v6.0.0, ..., v6.4.0] but these were not loaded, likely because it conflicts with another require.

Have the same problem