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"
}
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2842779-packages.drupal.org-compatibility.patch | 384 bytes | mishac |
Comments
Comment #2
mishac commentedHere's a patch to fix this.
Comment #3
ccjjmartin commentedComment #4
ccjjmartin commentedI 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.
Comment #6
ccjjmartin commentedComment #7
ccjjmartin commentedComment #9
ccjjmartin commentedLooks like both patches are failing CI tests.
Comment #11
damienmckennaAre the test failures because of problems with testci or problems with the changes?
Comment #12
damienmckennaComment #14
japerryVerified with Ryan that this should fix the composer issue. Committed.