I have just published my first Laravel plugin with composer and Packagist.
Now, How should I manage version???
When I push my Git, I should be able to make a
composer update
and get the changes, but I couldn't do it.
I saw a lot of plugin that has no "version" field in the composer.json, but have versions in packagist...
I tried to tag my branch with v0.7.1 but it didn't resolve automatically...
How should I get my pushes with composer update?
EDIT:
I changed it, but composer update still doesn't do anything :(