Ocramius / PackageVersions

:package: Composer addon to efficiently get installed packages' version numbers
MIT License
3.22k stars 67 forks source link

Require phpunit/phpunit with tilde #25

Closed kix closed 8 years ago

kix commented 8 years ago

Current version constraint allowed PHPUnit 5.3+ which in turn has already deprecated the getMock, so local test runs would be broken.

Ocramius commented 8 years ago

The correct fix is requiring ^5.4.6 and moving to createMock. Not much to edit in the test suite :-)

kix commented 8 years ago

Sure, just wanted a quick fix here to get on with another PR :)

Ocramius commented 8 years ago

@kix feel free to send the other PR: meanwhile I can fix the getMock issue, if that's what is blocking you