I just published my first package on Packagist: https://packagist.org/packages/felixfbecker/advanced-json-rpc.
I tagged the first commit with version v1.0.0
, which Packagist detects correctly.
When trying to install the package with composer
composer require felixfbecker/advanced-json-rpc
I get
[UnexpectedValueException]
Invalid version string ""
What am I doing wrong?