From e7e29a32331668bd6e49b310522048b04348c1d5 Mon Sep 17 00:00:00 2001 From: Artem Eroshenko Date: Thu, 26 Nov 2020 12:26:18 +0300 Subject: [PATCH] fix cdata steps --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 77b7c0a..39d2f8c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.6", "codeception/codeception": "^2.3|^3.0|^4.0", - "allure-framework/allure-php-api": "~1.1.8", + "allure-framework/allure-php-api": "~1.2.1", "symfony/filesystem": ">=2.6", "symfony/finder": ">=2.6" },