From 2e2e3e0002a507790dc2c07fe1657105d067bd66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Oct 2022 14:22:00 +0200 Subject: update to 2.12.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') 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": { -- cgit