Closed Arantor closed 8 years ago
Thank you, could you update .travis.yml
so that tests runs on PHP 5.5?
I've updated it - though I've never used Travis so I don't know if that's the correct way to do it.
Travis configuration is correct, tests are failing because on invalid PHP code in config.php
: https://travis-ci.org/PHP-DI/Slim-Bridge/jobs/141813495#L265
Also it seems that PHPUnit's version isn't compatible with PHP 5.5: https://travis-ci.org/PHP-DI/Slim-Bridge/jobs/141813494#L156 (you might need to change PHPUnit's version)
Ugh. The check it fails is that this all hinges on PHPUnit, which also requires 5.6, and I doubt you'd merge a patch in that would cause the build to always fail as far as Travis is concerned.
Guess this was a waste of time :disappointed: but I'll leave the pull request up in case anyone who wants PHP 5.5 support can somehow make use of it. We're not all in the happy position to be using current PHP versions, unfortunately.
@Arantor you can change PHPUnit's version (use PHPUnit 4.*) so that it works with PHP 5.5
Replaced by #14
This should fix the only obvious issues in Slim-Bridge that prevent it working on PHP 5.5. Fixes #8
I have only given it basic testing, it seems to work for my colleagues (I don't use it myself)