Loïck Piera
Loïck Piera
:+1: Will you squash your commits before merging? I don't think the first commit and the revert should appear in the history :wink:
I really like the idea and I thought to Redaktilo when I first saw SimpleBus. :) From what I understand from MessageBus, our actual Commands would become some MessageHandlers but...
I can try to work on this to see how it looks ;)
Maybe something like that: (flat php was mainly inspired by Redaktilo's internal, not sure how this reflects real flat php) # Opening and saving a file ## Flat PHP ```...
YES! :) I just don't understand the commit and PR messages as it also removes the LineNumberSearchStrategy?
How many LoC is there currently? Insight said ~900, but not sure if you count LoC the same way... BTW, Insight now shows 4 stars! :)
Hi. Thanks for reporting the issue. I will try to give it a look soon.
After some investigation, I think the problem is located in Composer [itself](https://github.com/composer/composer/blob/7ac783197bcae20cf73bc016e8fdeaf793daeae2/src/Composer/Repository/VcsRepository.php#L143-L144). Composer removes the `release-` prefix and after debugging the information I have access from the plugin, I'm afraid...
Hi :) Yes, that could be an option. Not ideal as it needs to be done per project but better than nothing. Would you mind to give it a try?
Hello @alessandro-podo. Thanks for opening this issue. I did not know the existence of the flag `--dry-run` on `composer update` command until now so I will need to give it...