🛠️Installing the package
Step 1: Setup
Create a new composer.json file with the following content, or add them to a existing composer.json
{
"repositories": [
{"type": "composer", "url": "https://not-a-number.repo.repman.io"}
]
}
Step 2: Authentication
dd the global token to the composer config
composer config --global --auth http-basic.not-a-number.repo.repman.io token <TOKEN>
Step 3: Get the package
Install the desired packages from the overview
✅OverviewLast updated