Configuring Composer
How to configure the npm package manager
Pull directly from the artifact server
# Configure the repository
composer config repos.packagist composer https://packagist.sealsecurity.io/
# Configure the authentication method
composer config --auth http-basic.packagist.sealsecurity.io $PROJECT_ID $TOKENPull using JFrog's Artifactory
Last updated