Recently had a client with an older site who wants to update and add some features. While my team is working on the rest of the system update I was attempting to add some of the requested features, including basically this module's functions. The info.yml file indicates this module is compatilbe with 8.8 and above, but also requires commerce_shipping 2.3 in the composer file, which requires drupal core 9.2 at minimum. Is there a reason this couldn't require commerce_shipping 2.2 or above?
Issue fork commerce_shipping_boxpacker-3274932
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
drakythe commentedEdited to specify where the mixed requirement comes from.
Comment #3
zengenuity commentedI'm not sure. I think I must have added that because that's the version of commerce_shipping we were running when I wrote the module. I don't know of any specific reason it must be that version though.
If you test it with 2.2 and it works fine, report back and we can update the requirement in the info file.
Comment #4
drakythe commentedTested and verified the module works just fine with commerce_shipping-2.2, which allows Drupal 8.9.x sites to run this.
Comment #7
zengenuity commentedMerged this change. Thanks!