-
Notifications
You must be signed in to change notification settings - Fork 1.6k
FOS\UserBundle\Form\Type\ProfileFormType::getDefaultOptions() Error #599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which version of Symfony2 do you use? I guess not the |
Run |
I'm using symfony 2.0.10, I think I should be pointing to the master branch, this is my deps file
@jalliot I ran this command but still getting the same error |
composer.json in FOS/UserBundle
|
With Symfony 2.0 you need the 2.0 branch of this bundle.
with:
Then run |
@jalliot Where is the |
@jalliot added the "version=origin/2.0" to the deps file but got the same error |
There is no 2.0 branch of this bundle as the master branch was still compatible with Symfony 2.0.x until the merge done too quickly (merging BC breaks too quickly is not a good idea). I think I will force the push to revert the merge, and then do a proper release before merging it again (even if a force push is evil). |
@stof why don't you create another commit that revert the change and start from there to do a proper release? |
Oops sorry spoke too quickly... Was sure there was a 2.0 branch like FOSRest and so on. |
All: I just forced the push to reset the branch before the merge. If you are using |
After running php bin/vendors install, I get the following error when I try to run any app/console command:
I'm not using ProfileFormType in my code at all.
The text was updated successfully, but these errors were encountered: