diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-28 10:09:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-28 10:09:53 +0200 |
commit | e72971c15aac8a3231f6f1a7a98665a9b9c553e7 (patch) | |
tree | 54d171a4aa13168feab259f3777c66724b49423e /composer.json | |
parent | 1d7d3b55eb784d62ae5e7f75c69f057c26bcc934 (diff) |
update to 2.0.1 (no change)
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |