Skip to content
Snippets Groups Projects
Commit 8175e822 authored by Seamus Lee's avatar Seamus Lee
Browse files

Add note about pear/exception conflict resolution

parent 40a5fced
No related branches found
No related tags found
Loading
......@@ -44,6 +44,9 @@ You can also install CiviCRM by running these commands separately, this is what
1. Require the CiviCRM third-party packages library: `composer require civicrm/civicrm-packages:'~5.27.2'`
1. Require the CiviCRM Drupal 8 integration code: `composer require civicrm/civicrm-drupal8:'~5.27.2'`
!!! 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 perform the following `composer require pear/exception 1.0.1 as 1.0.0` before trying to run `composer require civicrm/civicrm-core:~5.27.2`
Optionally you can also require the [`cv`](https://github.com/civicrm/cv) command-line helper/interface for CiviCRM with:
!!! note ""
......
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