fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
893 stars 156 forks source link

How to update GitHub token? #263

Closed ydatech closed 7 years ago

ydatech commented 7 years ago

I have no idea how to update token for this plugin..

Please advise..

francoispluchino commented 7 years ago

You can see the Composer doc, in the config section and config command.

$ php composer.phar config github-oauth <token>
ydatech commented 7 years ago

@francoispluchino Thank you..

francoispluchino commented 7 years ago

With pleasure!