From 0cf3787b7f689becf557c569ede0d70616794262 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Mon, 21 Nov 2016 22:27:33 -0500 Subject: [PATCH] Be more lenient with requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 86fa85b4d4a..e27a7ee27c8 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.4", - "nikic/PHP-Parser": "2.1.0" + "nikic/PHP-Parser": ">=2.1.0" }, "bin": ["bin/psalm"], "autoload": { @@ -25,7 +25,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^5.6" + "phpunit/phpunit": ">=4.1" }, "scripts": { "psalm": "./bin/psalm --self-check",