diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-26 18:02:43 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-26 18:02:43 +0100 |
commit | 74c0cdd49966c8f333dce9cf62db0fef60f23ca4 (patch) | |
tree | 1230aaec25a8d16f1f10aa5a67b037405f7f8eb5 /composer.json | |
parent | 555f5288c5bf58492e4b0d244852ae1fa096cc67 (diff) |
update to 2.13.0
raise dependency on PHP 7.3
add patch for PHP 8 from
https://github.com/laminas/laminas-mail/pull/134
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index d43eba1..aa5ded6 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } }, "require": { - "php": "^7.1", + "php": "^7.3 || ~8.0.0", "ext-iconv": "*", "laminas/laminas-loader": "^2.5", "laminas/laminas-mime": "^2.5", @@ -36,10 +36,10 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-config": "^2.6", + "laminas/laminas-config": "^3.4", "laminas/laminas-crypt": "^2.6 || ^3.0", "laminas/laminas-servicemanager": "^3.2.1", - "phpunit/phpunit": "^7.5.20" + "phpunit/phpunit": "^9.3" }, "suggest": { "laminas/laminas-crypt": "Crammd5 support in SMTP Auth", |