Is it possible to use Composer update without tagging version

211 Views Asked by At

I'm coding a Laravel Package, and a very annoying thing is my workflow is that when I want to try my plugin in a new Laravel installation, ( I install it with composer require "myplugin/myPlugin" ), it is mandatory to tag in github a version, so packagist can get the latest change.

This is annoying because sometimes, even for a small change, I must create a new version, and I would like to follow Semver standart.

What am I doing wrong?

0

There are 0 best solutions below