drupal-composer / drupal-packagist

:package: Drupal Packagist server to automatically build package information from projects on drupal.org
http://packagist.drupal-composer.org
28 stars 4 forks source link

Add visibility to deprecation warning at the command line #60

Closed ryanaslett closed 7 years ago

ryanaslett commented 8 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.

webflo commented 8 years ago

Cool, i give it a try.

webflo commented 7 years ago

Committed in 0bd1c4f without the date. I think i will extend it a little bit further.