cannot install via composer

Created on 10 February 2023, about 2 years ago

Problem/Motivation

- drupal/commerce_hubspot dev-2.x requires drupal/hubspot_api dev-3334746-api-v3 -> found drupal/hubspot_api[dev-1.x, dev-2.x, 1.0.0-alpha1, 1.0.0-alpha2, 1.0.0-alpha3, 1.x-dev (alias of dev-1.x), 2.0.0-beta1, ..., 2.x-dev (alias of dev-2.x)] but it does not match the constraint.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Closed: works as designed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States SocialNicheGuru

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @SocialNicheGuru
  • πŸ‡΅πŸ‡ͺPeru krystalcode

    Branch 2.x of this module uses the PHP SDK for HubSpot APIs v3. The HubSpot API module still uses the legacy APIs, see ✨ Switch to PHP HubSpot API v3 SDK Client Needs review . There is ongoing work on this but it has not been merged yet.

    Therefore you need to use a branch of HubSpot API. Please the following to your application's composer file, as found here. This should solve the issue.

    "repositories": {
        "hubspot_api": {
            "type": "vcs",
            "url": "https://git.drupalcode.org/issue/hubspot_api-3334746.git"
        }
    },
    

    Please note that currently the module will not synchronize anything out-of-the-box. It will need some setup that requires development effort depending on your skillset.

  • Status changed to Closed: works as designed about 2 years ago
  • πŸ‡΅πŸ‡ͺPeru krystalcode

    Closing, please reopen if you need more support on installing the module via composer.

Production build 0.71.5 2024