composer: require mockery/mockery ~1 - #13
Conversation
|
Mockery 1.0 probably does not change anything for this module since the only thing we use is So the correct way to go here is to change the version constraint to |
|
As far as I can see - that did not change. I can amend the PR with constraint you've suggested if you'd like. Thanks! |
|
Please do. And change the commit message to something like "Allow Mockery 1.x". Thanks! |
|
And I don't think we need to increase the version for this. 0.2.3 seems good enough to me. What do you think? |
|
Pushed changes as per our agreement. Yeah, I agree - minor version bump should suffice in this case. Thank you! |
|
Could you please do a manual update on https://packagist.org/packages/codeception/mockery-module as it's not seeing the new version yet. Thanks! |
|
I don't have access there. @DavertMik Can you solve it? And setup automatic updates for the future? |
Require stable version of mockery/mockery
Since upstream introduces BC breaks - it's likely that MockeryModule will also need a version bump.