8000 Added a minor note about Composer's plaform config by javiereguiluz · Pull Request #9803 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added a minor 8000 note about Composer's plaform config #9803

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 1 commit into from
May 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions setup/_update_dep_errors.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ the issue.

Or, you may have deeper issues where different libraries depend on conflicting
versions of other libraries. Check your error message to debug.

Another issue that may happen is that the project dependencies can be installed
in your local computer but not on the remote server. This usually happens when
the PHP versions are different on each machine. The solution is to add the
`platform`_ config option in your `composer.json` file to define the highest
PHP version allowed for the dependencies (set it to server's PHP version).

.. _`platform`: https://getcomposer.org/doc/06-config.md#platform
0