From a20e125f943ba99fd254e694c0b8085c49fc3f7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 05:12:45 +0000 Subject: [PATCH] Update dependency phing/phing to v3 | datasource | package | from | to | | ---------- | ----------- | ------ | ----- | | packagist | phing/phing | 2.17.4 | 3.0.0 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 33a53796..0d041ed4 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "require-dev": { "ext-zend-opcache": "*", "doctrine/coding-standard": "^12.0.0", - "phing/phing": "^2.17.4", + "phing/phing": "^3.0.0", "phpstan/phpstan": "^1.11.2", "phpunit/phpunit": "^10.5.20", "psalm/plugin-phpunit": "^0.19.0",