From e72971c15aac8a3231f6f1a7a98665a9b9c553e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 10:09:53 +0200 Subject: update to 2.0.1 (no change) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 204f696..7aa3831 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ "issues": "https://github.com/sebastianbergmann/complexity/issues" }, "require": { - "php": "^7.3 || ^8.0", + "php": ">=7.3", "nikic/php-parser": "^4.7" }, "require-dev": { - "phpunit/phpunit": "^9.2" + "phpunit/phpunit": "^9.3" }, "config": { "platform": { -- cgit