summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
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": {