Closed (fixed)
Project:
Address
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2017 at 16:55 UTC
Updated:
16 May 2018 at 09:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dwwCool. I hope https://github.com/commerceguys/addressing/pull/76 also lands before the next commerceguys/addressing release. :)
Thanks,
-Derek
Comment #3
bojanz commentedThe PR has landed and addressing is ready for a v1.0.
I need to prepare a patch for Address, then tag both the module and the library at the same time.
Comment #4
bojanz commentedI have to switch the library requirement to dev-master temporarily.
Let's see if DrupalCI can handle a requirements change.
EDIT:
This is an odd error. Locally when I set the platform PHP to 5.5 I get doctrine/collections v1.3 as expected.
Furthermore, drupal/core already ships with doctrine/collections, so Composer shouldn't be trying to install one at all.
Comment #6
MixologicIt can now properly handle the edge case where when we remove a project, that depends on a library, that happens to have the same dependency as drupal core, that it will no longer update that dependency to the very latest version as part of the removal, which happens on the php7 host environment, breaking the eventual test that runs on php 5.5
Comment #8
bojanz commentedThank you Mixologic, for the build fixes!