Skip to content

Update flex.rst - Add step in migration-process #9350

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

Merged
merged 2 commits into from
Feb 26, 2018

Conversation

Zombaya
Copy link
Contributor

@Zombaya Zombaya commented Feb 26, 2018

I added the step to add 'symfony/symfony' to the conflict-section of your composer.json-file.

I did not do this until after the step to change your index.php-section. This resulted in a lot of recipe's not being executed since the libraries for that were still being installed by symfony/symfony.

Language improvements are welcomed since English is not my mother tongue.

I added the step to add 'symfony/symfony' to the `conflict`-section of your composer.json-file.

I did not do this until after the step to change your index.php-section.  This resulted in a lot of recipe's not being executed since the libraries for that were still installed by `symfony/symfony`.
@javiereguiluz
Copy link
Member

@Zombaya thanks for improving this article. It's one of our most important articles, so we definitely need a lot of people reviewing its contents. I did a minor change to fix some formatting issue (line was too long) but your original contribution was perfect, so thank you and congrats on your first Symfony Docs contribution!

@javiereguiluz javiereguiluz merged commit 336260c into symfony:4.0 Feb 26, 2018
javiereguiluz added a commit that referenced this pull request Feb 26, 2018
… javiereguiluz)

This PR was merged into the 4.0 branch.

Discussion
----------

Update flex.rst - Add step in migration-process

I added the step to add 'symfony/symfony' to the `conflict`-section of your composer.json-file.

I did not do this until after the step to change your `index.php`-section.  This resulted in a lot of recipe's not being executed since the libraries for that were still being installed by `symfony/symfony`.

Language improvements are welcomed since English is not my mother tongue.

Commits
-------

336260c Minor change
67af1e0 Update flex.rst - Add step in migration-process

"conflict": {
"symfony/symfony": "*"
},
Copy link
Member

Choose a reason for hiding this comment

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

I guess this will not be rendered properly as this extra is not a full valid JSON document. What do you think if we used a diff block here instead?

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.

4 participants