From 077c028a9b14f814d62cce174c0c939408b30a91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Nov 2022 10:20:11 +0100 Subject: update to 3.4.0 (no change) raise dependency on PHP 8.0 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ea7fc5a..c9a6770 100644 --- a/composer.json +++ b/composer.json @@ -20,20 +20,20 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.99" + "php": "8.0.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpunit/phpunit": "^9.5.21", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24.0" + "laminas/laminas-coding-standard": "~2.4.0", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "vimeo/psalm": "^4.29.0" }, "autoload": { "psr-4": { -- cgit