psliwa / idea-composer-plugin

PhpStorm plugin that adds code completion in composer.json file
MIT License
334 stars 10 forks source link

Add support for custom repositories requiring authentication #86

Open psliwa opened 5 years ago

psliwa commented 5 years ago

Right now there is no support for custom repositories that require authentication, so protected satis / private packagist are not supported. Credentials can be get from $COMPOSER_HOME/auth.json file.

More details: https://github.com/psliwa/idea-composer-plugin/issues/71#issuecomment-548955146