drupal-composer / drupal-parse-composer

:mag: Components used in Drupal-Packagist to parse package information from drupal.org
10 stars 11 forks source link

Libraries has no version info #28

Closed dutchiexl closed 9 years ago

dutchiexl commented 9 years ago

For the libraries module, the version is missing when downloaded by composer. This is a problem because alot of other modules depend on this.

dutchiexl commented 9 years ago

name = Libraries description = Allows version-dependent and shared usage of external libraries. core = 7.x ; We use hook_system_theme_info() which was added in Drupal 7.11 dependencies[] = system (>=7.11) files[] = tests/libraries.test

derhasi commented 9 years ago

The reason is, as composer uses git as source. It's the same as you'd directly check it out from git on your own. This is a duplicate of #23 . Workarounds are covered there, but we might need to work on a solid generic solution.