Fixed
- Moved
composer/semver
fromrequire
torequire-dev
incomposer.json
- Add
illuminate/support
torequire
incomposer.json
. It was installed with dev dependencies, which means that normal Composer installations weren't working properly. - Got optional commit flow in
library:update-version
working properly. Previously the changes that were supposed to be committed were lost in a stash.