From 8390bc6a8e13ebae119f96025171dbd257dc84ac Mon Sep 17 00:00:00 2001 From: Vadym Hrechukha Date: Tue, 9 Sep 2025 15:18:37 +0300 Subject: [PATCH 1/3] HP-2693: Upgrade PHPUnit to v12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c11b515..4e04b4cc 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "require-dev": { "ext-intl": "*", "behat/behat": "^3.4.3", - "phpunit/phpunit": "^10.0.0", + "phpunit/phpunit": "^12.0", "league/event": "^2.1", "hoa/ruler": "^2.17", "hiqdev/hidev": "dev-master", From eef640df54b8e5c7e0852328b60ab550dc8d95d4 Mon Sep 17 00:00:00 2001 From: Vadym Hrechukha Date: Tue, 9 Sep 2025 15:40:50 +0300 Subject: [PATCH 2/3] HP-2693: update vimeo/psalm to the latest 6.13.1 version in order to fix composer package compatibility issues --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4e04b4cc..18511565 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "hiqdev/hidev-behat": "dev-master", "hiqdev/hidev-hiqdev": "dev-master", "hiqdev/php-data-mapper": "dev-master", - "vimeo/psalm": "^5.0", + "vimeo/psalm": "^6.13.1", "opis/closure": "3.x-dev as 3.6.x-dev", "cache/array-adapter": "*", "matthiasnoback/behat-expect-exception": "^v0.3.0", From f85286648ea6f2bae11adbab46d329b05ac205a4 Mon Sep 17 00:00:00 2001 From: Vadym Hrechukha Date: Wed, 10 Sep 2025 19:29:06 +0300 Subject: [PATCH 3/3] HP-2693: added requirements of `php: ^8.3` because `phpunit/phpunit: ^12.0` require it --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 18511565..befd66e2 100644 --- a/composer.json +++ b/composer.json @@ -50,6 +50,7 @@ "cache/array-adapter": "^1.2" }, "require-dev": { + "php": "^8.3", "ext-intl": "*", "behat/behat": "^3.4.3", "phpunit/phpunit": "^12.0",