diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-07 13:54:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-07 13:54:50 +0100 |
commit | 1bbc84fc6a414cc69adeae7f2b40806a9e4d8b91 (patch) | |
tree | 361b907337b351cca52d95b15103c566640fe471 /composer.json | |
parent | 72e5543ca63f348079224276dfe773fee33be7f0 (diff) |
update to 2.10.0
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 1027824..ae2fc0b 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "sort-packages": true }, "require": { - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "laminas/laminas-stdlib": "^3.2.1" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-json": "^2.6.1", + "laminas/laminas-json": "^3.0.0", "laminas/laminas-session": "^2.8.5", "phpunit/phpunit": "^9.3" }, |