diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-24 13:55:33 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-24 13:55:33 +0200 |
commit | 2d4116a261c852a159af253418625c62f23aed54 (patch) | |
tree | 181d41cef90447eab5a53d0382ea8d51dd6c0105 /composer.json | |
parent | 14838fc2d01dd872f3389f1e6f2081bcf5602a2d (diff) |
update to 1.6.0
raise dependency on PHP 8.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 18dced0..4fca816 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.99" + "php": "8.0.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true @@ -32,7 +32,7 @@ } }, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "ext-intl": "*", "container-interop/container-interop": "^1.1", "laminas/laminas-i18n": "^2.13.0", @@ -42,11 +42,11 @@ "laminas/laminas-validator": "^2.19.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-coding-standard": "~2.4.0", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24.0" + "vimeo/psalm": "^4.29.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0", |