Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
"repositories": [ { "type": "vcs", "url": "https://github.com/org/private-pkg.git" }, { "type": "path", "url": "../shared-lib" }, { "type": "composer", "url": "https://repo.packagist.com/my-org/" } ], "require": { "org/private-pkg": "^2.0" } # Authenticate: composer config http-basic.repo.packagist.com token $TOKEN
Result
Open