Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skeleton: filter out non-library packages
\Composer\InstalledVersions::getAllRawData() will return all composer packages installed, regardless of their type. This caused a problem when creating a "skeleton" project using composer. Currently, all skeleton composer packages are of type "library" anyway so it's safe to filter out the rest.
- Loading branch information