composer / package-versions-deprecated

:package: Composer addon to efficiently get installed packages' version numbers
MIT License
1.51k stars 9 forks source link

Avoid calling deprecated getRawData() #25

Closed derrabus closed 3 years ago

derrabus commented 3 years ago

Follows composer/composer#9816

This PR proposes to not call InstalledVersions::getRawData() anymore. This method has been deprecated and triggers runtime deprecation warnings since Composer 2.0.14.

derrabus commented 3 years ago

The Failure on Travis is not related to my changes, is it?

Seldaek commented 3 years ago

Thanks @derrabus - no I don't think travis failure is related. Given the low rate of change here, I don't have a lot of interest in making sure CI runs sorry :)

Seldaek commented 3 years ago

1.11.99.2 is out now