summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-10 14:22:00 +0200
committerRemi Collet <remi@php.net>2022-10-10 14:22:00 +0200
commit2e2e3e0002a507790dc2c07fe1657105d067bd66 (patch)
treef5476640683f4057a7a37253ebd07b246e9c9f11 /composer.json
parent2c25b4d93acb44da71049dbcb6cd853252f844ca (diff)
update to 2.12.0HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 64513b6..75c503f 100644
--- a/composer.json
+++ b/composer.json
@@ -29,16 +29,16 @@
"extra": {
},
"require": {
- "php": "^7.4 || ~8.0.0 || ~8.1.0",
+ "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-ctype": "*",
"ext-mbstring": "*"
},
"require-dev": {
"infection/infection": "^0.26.6",
- "laminas/laminas-coding-standard": "~2.3.0",
+ "laminas/laminas-coding-standard": "~2.4.0",
"maglnet/composer-require-checker": "^3.8.0",
"phpunit/phpunit": "^9.5.18",
- "psalm/plugin-phpunit": "^0.16.1",
+ "psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.22.0"
},
"autoload": {