We'll need to update the version strings in the "require" sections to conform to package.drupal.org's format.

specifically this:

  "require": {
    "drupal/ctools": ">=8.3.0-alpha26",
    "drupal/layout_plugin": ">=8.1.0-alpha22"
  }

needs to be changed to something like this:

  "require": {
    "drupal/ctools": ">=3.0-alpha26",
    "drupal/layout_plugin": ">=1.0-alpha22"
  }
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mishac created an issue. See original summary.

mishac’s picture

ccjjmartin’s picture

ccjjmartin’s picture

I updated this to use the recommended versions from the composer install output:

- The requested package drupal/layout_plugin >=8.1.0-alpha22 exists as drupal/layout_plugin[dev-1.x, 1.x-dev, 1.0.0-alpha23, 1.0.0-alpha22, 1.0.0-alpha21, 1.0.0-alpha20, 1.0.0-alpha19, 1.0.0-alpha18, 1.0.0-alpha17, 1.0.0-alpha14, 1.0.0-alpha12, 1.0.0-alpha11, 1.0.0-alpha10, 1.0.0-alpha7, 1.0.0-alpha6, 1.0.0-alpha4, 1.0.0-alpha3, 1.0.0-alpha2, 1.0.0-alpha1] but these are rejected by your constraint.
- The requested package drupal/ctools >=8.3.0-alpha26 exists as drupal/ctools[dev-3.x, 3.x-dev, 3.0.0-alpha27, 3.0.0-alpha26, 3.0.0-alpha25, 3.0.0-alpha24, 3.0.0-alpha23, 3.0.0-alpha22, 3.0.0-alpha21, 3.0.0-alpha20, 3.0.0-alpha19, 3.0.0-alpha18, 3.0.0-alpha17] but these are rejected by your constraint.

I will note that the previous patch did fix the issue.

Status: Needs review » Needs work

The last submitted patch, 3: 2842779-packages.drupal.org_.patch, failed testing.

ccjjmartin’s picture

Status: Needs work » Needs review

The last submitted patch, 2: 2842779-packages.drupal.org-compatibility.patch, failed testing.

ccjjmartin’s picture

Looks like both patches are failing CI tests.

The last submitted patch, 2: 2842779-packages.drupal.org-compatibility.patch, failed testing.

DamienMcKenna’s picture

Are the test failures because of problems with testci or problems with the changes?

DamienMcKenna’s picture

  • japerry committed 8471937 on 8.x-3.x authored by ccjjmartin
    Issue #2842779 by ccjjmartin, mishac: Update composer json for packages....
japerry’s picture

Status: Needs review » Fixed

Verified with Ryan that this should fix the composer issue. Committed.

  • japerry committed 8471937 on 8.x-4.x authored by ccjjmartin
    Issue #2842779 by ccjjmartin, mishac: Update composer json for packages....

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.