Open mcmidget opened 4 years ago
Sorry. Missed this @mcmidget did you ever resolve this issue, and is it something you still want to look at?
At the moment you'll need to pull the package from the repo by adding a repositories block to the composer.json
"repositories": [
{
"type": "vcs",
"url": "git@github.com:ministryofjustice/jwt-laminas-auth.git"
}
],
OK, I'll try to install it that way and let you know. Thanks.
Hi team, I would like to give a try to jwt-laminas-auth module but cannot install it on top of an up-to-date laminas-api-tools/api-tools-skeleton project.
Am I missing something?
composer.json file (for laminas-api-tools/api-tools-skeleton) looks like this: