Skip to content
Snippets Groups Projects
Commit b38d1d27 authored by totten's avatar totten
Browse files

Merge branch 'KarinG-master-patch-32494' into 'master'

Update docs/drupal8/index.md - small syntax fix

See merge request !10
parents 901b7a58 ca29a501
No related branches found
No related tags found
1 merge request!10Update docs/drupal8/index.md - small syntax fix
...@@ -51,7 +51,7 @@ You can also install CiviCRM by running these commands separately, this is what ...@@ -51,7 +51,7 @@ You can also install CiviCRM by running these commands separately, this is what
1. Require the CiviCRM Drupal 8 integration code: `composer require civicrm/civicrm-drupal-8:'~5.29'` 1. Require the CiviCRM Drupal 8 integration code: `composer require civicrm/civicrm-drupal-8:'~5.29'`
!!! note "pear/exception conflict" !!! note "pear/exception conflict"
If you get an error message from composer when trying to install CiviCRM that there is a conflict in requirements for the package pear/exception. Then run the following command: `composer require pear/exception 1.0.1 as 1.0.0` before trying to run the command in step 3 above. If you get an error message from composer when trying to install CiviCRM that there is a conflict in requirements for the package pear/exception. Then run the following command: `composer require pear/pear_exception:'1.0.1 as 1.0.0'` before trying to run the command in step 3 above.
Optionally you can also require the [`cv`](https://github.com/civicrm/cv) command-line helper/interface for CiviCRM with: Optionally you can also require the [`cv`](https://github.com/civicrm/cv) command-line helper/interface for CiviCRM with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment