composer / package-versions-deprecated

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

Replace runtime warning by docblock annotation #5

Closed nicolas-grekas closed 4 years ago

nicolas-grekas commented 4 years ago

The runtime notice is noisy and the end-user cannot do anything about it.

I'm suggesting to replace it with a docblock annotation: this will send the deprecation message to the right target (the direct consumers of the generated class).