phpspec / prophecy

Highly opinionated mocking framework for PHP 5.3+
MIT License
8.53k stars 241 forks source link

Bump minimum reflection-docblock #493

Closed GrahamCampbell closed 4 years ago

GrahamCampbell commented 4 years ago

So that people running prefer-lowest with ignore-platform-reqs get a working combination of dependencies.


Related to https://github.com/sebastianbergmann/phpunit/issues/4325#issuecomment-661312230.

ciaranmcnulty commented 4 years ago

Great, can you please also modify https://github.com/phpspec/prophecy/blob/master/.travis.yml#L27 so we aren't forcing dev-master in the test build?

ciaranmcnulty commented 4 years ago

Never mind, I pushed to your branch :)

ciaranmcnulty commented 4 years ago

Thanks!

GrahamCampbell commented 4 years ago

🎉