diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-14 10:28:17 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-14 10:28:17 +0100 |
commit | 08cf0d4b15c6732d22c6e860b920a76202342189 (patch) | |
tree | 9b50f33b4d3175a07ab5c3527ceec9183257c376 /composer.json | |
parent | e56f50e824c6d0ffd973900245d6b8f46bdafa94 (diff) |
update to 2.12.0
raise dependency on PHP 7.4
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": { |