Hello.
I clone this basic template
yiisoft/yii2-app-basic
Updated the composer.json and pushed to Bitbucket.
This repo is private.
I try install my project to server.
Console command:
composer create-project myname/myproject main --repository '{"type":"git","url":"https://bitbucket.org/myname/myproject"}'
Composer give me error:
[InvalidArgumentException]
Could not find package myname/myproject with stability stable
what should I do order to composer knew what my branch?
mybe added TAG with version?
I added TAGs: "v0.0.1", "0.0.1", "stable".
But it does not work
Thanks!