drupal-composer / drupal-parse-composer

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

Virtual Module Packages #8

Open generalredneck opened 10 years ago

generalredneck commented 10 years ago

I was thinking... since I've been using composer for drupal, one of the things that really bothers me is when a package doesn't exist, but is mentioned as required by another package. These type of "virtual packages" should be implemented IMO. What that means is that there should be a package for every modules that has a single requires line which is Require { drupal/package-name self.version } if that's possible.