composer / package-versions-deprecated

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

Add the deprecated annotation in the stub class #33

Closed stof closed 2 years ago

stof commented 2 years ago

This ensures that the class is properly marked as deprecated even when the plugin has not replaced it with the generated one.

Seldaek commented 2 years ago

Thanks