From e3eafa14ff4c4753ac626646eff1ac5d46a53937 Mon Sep 17 00:00:00 2001 From: Ramon van Belzen Date: Fri, 3 Jun 2016 08:33:58 +0200 Subject: [PATCH] update phpunit to latest 5.4 stable branch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c733d77..0a0e210 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "require-dev": { - "phpunit/phpunit": "5.3.*", + "phpunit/phpunit": "5..4*", "phpdocumentor/phpdocumentor": "2.8.*", "squizlabs/php_codesniffer": "2.*" }