phpspec / prophecy

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

Fix typo #453

Closed drupol closed 4 years ago

drupol commented 4 years ago

This pr relates to #452 .

drupol commented 4 years ago

@ciaranmcnulty Do you have any feedback on this? Should we keep tests with php < 5.6 ? Is it still required ?

drupol commented 4 years ago

As PHPSpec 3 is in end of life, shouldn't we also update its version ?

ciaranmcnulty commented 4 years ago

@drupol we can't update past phpspec 3 apparently because of BC breaks

drupol commented 4 years ago

@ciaranmcnulty as long as we support unsupported PHP version (< 5.6), then it's impossible to test with lowest deps on Travis. I will revisit this as soon as we will drop those from Travis.