Officially, its not supported. But there is a dirty sure way of going about it. Here is what I did:
Installed bagisto as recommended
move the vendor/bagisto/bagisto folder to packages.
Edit the main composer.json file changing
"bagisto/bagisto": "2.*"
to
"bagisto/bagisto": "@dev"
Edit the main composer.json file adding repository array like:
"repositories": [
{
"type": "path",
"url": "packages/bagisto",
"options": {
"symlink": true
}
}
]
Then run composer update
b3011d7e-afe9-4710-9185-f5b533711d7d-image.png