I have forked a repository to make some changes in it. Here is my repo
and it has tags too. It is linked with packagist
Now, I am getting following error
"The requested package vinsaj9/scrypt could not be found in any version, there may be a typo in the package name"
when I am trying to pull it through this composer setting
{
"name": "test/test",
"description": "test",
"type": "project",
"version": "0.0.1",
"license": "OSL-3.0",
"require": {
"vinsaj9/scrypt": "*"
},
"minimum-stability": "dev",
"prefer-stable": true
}