Skip to content

Change composer requirement to civicrm/cli-tools to circumvent dependency errors

RoWo-DS requested to merge (removed):RoWo-DS-master-patch-61599 into master

Replace "composer require civicrm/cv" with "composer require civicrm/cli-tools" since the first one produces dependency errors.

My environment is Debian 12 with its default apache2 (plus config for rewrite) and mariadb and php8.1 (plus the following php extensions: xml gd mysql mbstring intl zip).

I got the idea for the differen composer requirement from https://packagist.org/packages/civicrm/cv

Merge request reports