From 9214d6f362a67e58b69009379d84241ed4b6aabf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:12:18 +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 60b0a97e..05bffbd6 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.12.5", "phpunit/phpunit": "^10.5.35", "psalm/plugin-phpunit": "^0.19.0",