phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
181 stars 21 forks source link

Fix use statement in ExecuteCommandTrait #119

Open Chris53897 opened 6 months ago

Chris53897 commented 6 months ago

https://github.com/phly/keep-a-changelog/blob/2.12.x/test/ExecuteCommandTrait.php#L11 Old: use Prophecy\Object\ObjectProphecy;

New: use Prophecy\Prophecy\ObjectProphecy;

https://github.com/phly/keep-a-changelog/issues/118 blocks me from sending a PR.