Skip to content

Update doctrine.rst #17257

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

Closed
wants to merge 1 commit into from
Closed

Update doctrine.rst #17257

wants to merge 1 commit into from

Conversation

praggmatica
Copy link

When testing this with a fresh install of Symfony 6.1, I ran into an issue with the order of commands for installing Doctrine. When I did the maker-bundle first, the orm-pack worked fine. Before, I got several errors regarding the versions of the existing packages being wrong.

When testing this with a fresh install of Symfony 6.1, I ran into an issue with the order of commands for installing Doctrine. When I did the maker-bundle first, the orm-pack worked fine. Before, I got several errors regarding the versions of the existing packages being wrong.
@javiereguiluz
Copy link
Member

Hi! Thanks for contributing this fix. I'm trying to reproduce the issue to better understand the problem, but I couldn't. These are the commands that I run:

$ symfony new my_project
$ cd my_project/
$ php bin/console --version
  Symfony 6.1.4 (env: dev, debug: true) #StandWithUkraine https://sf.to/ukraine

$ composer require symfony/orm-pack
  [...]
  Do you want to include Docker configuration from recipes?
  (I replied 'x' here)

$ composer require --dev symfony/maker-bundle

$ symfony serve -d
$ symfony open:local
# and I can browse the app correctly

Do you remember the steps needed to reproduce this dependency issue? Thanks!

@javiereguiluz javiereguiluz added this to the 6.1 milestone Sep 14, 2022
@javiereguiluz
Copy link
Member

I'm closing because we didn't receive more feedback, but if you have further comments, please add them and we'll happily reopen this issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants