coduo / TuTu

Flexible HTTP server mocking tool in PHP. TuTu can work with built-in php server so everything that you need to use is php.
MIT License
58 stars 10 forks source link

php 7 support #27

Closed tkolodziej-zz closed 7 years ago

tkolodziej-zz commented 7 years ago

Upgrade coduo/php-matcher, phpspec/phpspec, bossa/phpspec2-expect upgrade php requirement to php 5.6+

norberttech commented 7 years ago

@tkolodziej looks good however tests for php 7 are failing, could you please take a look into that? 5.4 if failing as well but I believe it's safe to drop support for 5.4 since there was no stable release yet. Could you also please remove php 5.4 from travis configuration? Thanks! After merge I think this repo can be stabilized by releasing version 1.0.0

tkolodziej-zz commented 7 years ago

Sure I've already have solution for php 7.0, and still fighting with php 5.4. So dropping suport for php 5.4 is good choice for me.

norberttech commented 7 years ago

php 5.4 is dead, long live php 7!

norberttech commented 7 years ago

@tkolodziej thanks! 🍻