From 4fd96dd7c9ca633f5c0f2ecb1a30d28d1e1095be Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 28 Jun 2020 21:48:58 +0200 Subject: [PATCH] Composer: allow installation of more recent Parallel Lint Using the caret is the recommended manner of setting a version requirement. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 940ac2a..07b8052 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "phpunit/phpunit": "^4.8.36", - "php-parallel-lint/php-parallel-lint": "~1.0" + "php-parallel-lint/php-parallel-lint": "^1.0" }, "bin": ["var-dump-check"], "replace": {