I've forked a non-composer repo on GitHub and created a composer-enabled feature branch. I'd like to publish that branch on packagist. Packagist fails with
No composer.json was found in the master branch
which is true.
Can I tell Packagist to look at a non-master branch for package creation instead?