Skip to content

Commit ff18b63

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Fixed a minor RST syntax issue
2 parents 7eb3fbf + 7dfeaba commit ff18b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/_update_dep_errors.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ versions of other libraries. Check your error message to debug.
2424
Another issue that may happen is that the project dependencies can be installed
2525
on your local computer but not on the remote server. This usually happens when
2626
the PHP versions are different on each machine. The solution is to add the
27-
`platform`_ config option to your `composer.json` file to define the highest
27+
`platform`_ config option to your ``composer.json`` file to define the highest
2828
PHP version allowed for the dependencies (set it to the server's PHP version).
2929
3030
.. _`platform`: https://getcomposer.org/doc/06-config.md#platform

0 commit comments

Comments
 (0)