bug #1505 Use the simple-phpunit script in Travis and add PHP 7.1 (skalpa)
This PR was merged into the 2.1.x-dev branch. Discussion ---------- Use the simple-phpunit script in Travis and add PHP 7.1 This will fix the Travis build issues with PHP 7. I upped the `symfony/phpunit-bridge` version requirement so we can use the `simple-phpunit` script that was added in 3.2.0, and updated the `script` config value. While I was at it, I also added PHP 7.1 to the matrix (hopefully it's ok to do this in the same PR). Commits ------- 392d8335 Use the phpunit-bridge script in Travis
Showing
... | ... | @@ -37,7 +37,7 @@ |
"symfony/monolog-bridge": "~2.8|^3.0", | ||
"symfony/doctrine-bridge": "~2.8|^3.0", | ||
"symfony/options-resolver": "~2.8|^3.0", | ||
"symfony/phpunit-bridge": "~2.8|^3.0", | ||
"symfony/phpunit-bridge": "^3.2", | ||
"symfony/process": "~2.8|^3.0", | ||
"symfony/serializer": "~2.8|^3.0", | ||
"symfony/translation": "~2.8|^3.0", | ||
... | ... |
Please register or sign in to comment