Skip to content
Snippets Groups Projects
Commit ca29a501 authored by KarinG's avatar KarinG
Browse files

Update docs/drupal8/index.md

parent 2804cda0
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
1. Require the CiviCRM Drupal 8 integration code: `composer require civicrm/civicrm-drupal8:'~5.28'`
!!! 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:
......
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