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 9174032..9867aad 100644 --- a/composer.json +++ b/composer.json @@ -25,13 +25,13 @@ } }, "require": { - "php": "^7.3 || ~8.0.0", + "php": "^7.4 || ~8.0.0 || ~8.1.0", "ext-dom": "*", "ext-libxml": "*" }, "require-dev": { "laminas/laminas-coding-standard": "^2.1.4", - "phpunit/phpunit": "^9.4.3" + "phpunit/phpunit": "^9.5.10" }, "autoload": { "psr-4": { |