From 4a24c4fe8b59d047e019a45c0f7820235930cc42 Mon Sep 17 00:00:00 2001 From: "sandesh.as" Date: Mon, 10 Nov 2025 15:36:02 +0530 Subject: [PATCH] Allow Php 8.5 Support --- composer.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 3612fbf..4b552ec 100644 --- a/composer.json +++ b/composer.json @@ -29,19 +29,24 @@ "source": "https://github.com/allure-framework/allure-phpunit" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "allure-framework/allure-php-commons": "^2", - "phpunit/phpunit": "^10" + "phpunit/phpunit": "^10 || ^12" }, "require-dev": { - "brianium/paratest": "^7", - "psalm/plugin-phpunit": "^0.18.4", + "brianium/paratest": "^7.12", + "psalm/plugin-phpunit": "^0.19.5", "squizlabs/php_codesniffer": "^3.7.2", - "vimeo/psalm": "^5.15" + "vimeo/psalm": "^6.10" + }, + "config": { + "platform": { + "php": "8.4.3" + } }, "conflict": { "amphp/byte-stream": "<1.5.1", - "brianium/paratest": "<7.0.3" + "brianium/paratest": "<7.12.0" }, "replace": { "allure-framework/allure-phpunit": "^3.0"