Closed ryanaslett closed 7 years ago
Composer has the ability to display warning messages from repositories to end users: (https://github.com/composer/composer/blob/ff4e2ec2191e93e90fb954b699135c561bd2ee42/src/Composer/Repository/ComposerRepository.php#L488-L488)
We should use that to notify people of the deprecation. I havent tested this but I believe it should be straightforward.
Cool, i give it a try.
Committed in 0bd1c4f without the date. I think i will extend it a little bit further.
Composer has the ability to display warning messages from repositories to end users: (https://github.com/composer/composer/blob/ff4e2ec2191e93e90fb954b699135c561bd2ee42/src/Composer/Repository/ComposerRepository.php#L488-L488)
We should use that to notify people of the deprecation. I havent tested this but I believe it should be straightforward.