File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Or, you may have deeper issues where different libraries depend on conflicting
21
21
versions of other libraries. Check your error message to debug.
22
22
23
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
24
+ on your local computer but not on the remote server. This usually happens when
25
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).
26
+ `platform`_ config option to your `composer.json` file to define the highest
27
+ PHP version allowed for the dependencies (set it to the server' s PHP version).
28
28
29
29
.. _`platform `: https:// getcomposer.org/doc/06-config.md#platform
You can’t perform that action at this time.
0 commit comments