We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7328eec commit e61c5beCopy full SHA for e61c5be
setup/_update_dep_errors.rst.inc
@@ -19,3 +19,11 @@ the issue.
19
20
Or, you may have deeper issues where different libraries depend on conflicting
21
versions of other libraries. Check your error message to debug.
22
+
23
+Another issue that may happen is that the project dependencies can be installed
24
+in your local computer but not on the remote server. This usually happens when
25
+the PHP versions are different on each machine. The solution is to add the
26
+`platform`_ config option in your `composer.json` file to define the highest
27
+PHP version allowed for the dependencies (set it to server's PHP version).
28
29
+.. _`platform`: https://getcomposer.org/doc/06-config.md#platform
0 commit comments