diff options
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 87f39ca..95bb9e3 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ }, "prefer-stable": true, "require": { - "php": "^7.3 || ^8.0", + "php": ">=7.3", "nikic/php-parser": "^4.6" }, "require-dev": { - "phpunit/phpunit": "^9.2" + "phpunit/phpunit": "^9.3" }, "config": { "platform": { |