librariesio / bibliothecary

:notebook_with_decorative_cover: Libraries.io Package Manager Manifest Parsers
https://libraries.io/rubygems/bibliothecary
GNU Affero General Public License v3.0
92 stars 36 forks source link

Drupal: swap the two requirement values returned from lockfile. #509

Closed tiegz closed 3 years ago

tiegz commented 3 years ago

After some thought I got this wrong in my last PR:

Instead of {requirement: "1.0.0", drupal_requirement: "8.x-1.0"}, let's return {original_requirement: "1.0.0", requirement: "8.x-1.0"}