KnpLabs / packagist-api

PHP API for Packagist
MIT License
182 stars 46 forks source link

Fix the handling of minified metadata responses #75

Closed stof closed 2 years ago

stof commented 2 years ago

This fixes the implementation done in #72, which was not properly expanding minified metadata, and so returning wrong results (and it was adding some unsetting to handle some of the minified structure).

This relies on the official MetadataMinifier of Composer, which is available as a dedicated package for such purpose.