From 430173c2ea674e1f637580b0e8320921e8089da5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jan 2026 08:53:25 +0100 Subject: update to 2.1.0 re-license spec file to CECILL-2.1 raise dependency on PHP 8.4 --- composer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 179145e..2fc7724 100644 --- a/composer.json +++ b/composer.json @@ -16,17 +16,16 @@ } ], "require": { - "php": "^8.1" + "php": "^8.4" }, "require-dev": { "ext-phar": "*", "ext-pdo": "*", - "doctrine/coding-standard": "^11", + "doctrine/coding-standard": "^14", "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^5.4" + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^10.5.58" }, "autoload": { "psr-4": { -- cgit