From 7aab261c24ca86a676cda6c771577641f1962341 Mon Sep 17 00:00:00 2001 From: Sam-Burns Date: Fri, 31 Mar 2017 15:46:04 +0100 Subject: [PATCH] Switching to a PHPUnit version that doesn't throw a stty-related PHP warning on Travis --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc164dcc7..bd8e85061 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "symfony/yaml": "~2.3|~3.0", - "phpunit/phpunit": "^5.4" + "phpunit/phpunit": "^5.7" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"