From 79bc608528bc581b4048de87726aba326185989e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Oct 2019 10:49:14 +0200 Subject: v1.0.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 884ddb6..ff0590f 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "require-dev": { "squizlabs/php_codesniffer": "~2.5", - "phpunit/phpunit": ">=4.8.36", + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3", "twbs/bootstrap": "~4.3", "zurb/foundation": "~6.5" }, -- cgit