From 086cfe600abaa923249d7f572222c854ea9f4337 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Sep 2025 07:11:26 +0200 Subject: update to 0.14.0 raise dependency on PHP 8.2 switch to phpunit11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f400aa4..ad1dfe0 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ ], "license": "MIT", "require": { - "php": "^8.1" + "php": "^8.2" }, "require-dev": { - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "^11.5", "php-coveralls/php-coveralls": "^2.2", - "vimeo/psalm": "6.8.8" + "phpstan/phpstan": "2.1.22" }, "autoload": { "psr-4": { -- cgit