From f75e7bd97082b620482e2e832ed4f7165137a811 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Wed, 31 Jul 2019 23:25:25 +0100 Subject: [PATCH] Prefer master until next release --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9240539..d4d0c1a 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "phpunit/phpunit": "^7.4||^6.5.13||^5.7.27||^4.8.36", - "vimeo/psalm": "^3.4", + "vimeo/psalm": "^3.4.10|dev-master", "friendsofphp/php-cs-fixer": "^2.13", "infection/infection": "^0.12.0" },